From 31b4b092bf8b01baa6f00917871421d7836ab76a Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Tue, 18 Mar 2025 14:05:13 -0700 Subject: [PATCH 1/2] Make SHA algorithm names more consistent (#11104) --- .../HmacRedactor.xml | 4 +- xml/System.CodeDom/CodeChecksumPragma.xml | 139 +- .../AssemblyHashAlgorithm.xml | 40 +- .../PackageDigitalSignatureManager.xml | 6 +- .../InMemorySymmetricSecurityKey.xml | 120 +- .../SecurityAlgorithms.xml | 8 +- .../SymmetricSecurityKey.xml | 2 +- .../X509AsymmetricSecurityKey.xml | 186 +- .../RsaEncryptionCookieTransform.xml | 57 +- .../RsaSignatureCookieTransform.xml | 103 +- .../DefaultPropertiesToSend.xml | 466 ++--- xml/System.Messaging/Message.xml | 1776 ++++++++--------- .../HttpContentHeaders.xml | 2 +- xml/System.Net/HttpRequestHeader.xml | 12 +- xml/System.Net/HttpResponseHeader.xml | 12 +- xml/System.Reflection.Metadata/Document.xml | 2 +- .../PdbChecksumDebugDirectoryData.xml | 16 +- xml/System.Reflection/Assembly.xml | 8 +- .../AssemblyHashAlgorithm.xml | 6 +- .../HashAlgorithmType.xml | 28 +- .../Pkcs12Builder.xml | 56 +- .../X509Certificate.xml | 1122 +++++------ .../Reference.xml | 280 +-- .../SignedInfo.xml | 164 +- .../SignedXml.xml | 6 +- .../CngAlgorithm.xml | 38 +- .../CryptoConfig.xml | 224 +-- .../DSACryptoServiceProvider.xml | 4 +- .../ECDiffieHellmanCng.xml | 2 +- xml/System.Security.Cryptography/ECDsaCng.xml | 2 +- xml/System.Security.Cryptography/HMACMD5.xml | 68 +- .../HMACRIPEMD160.xml | 74 +- xml/System.Security.Cryptography/HMACSHA1.xml | 108 +- .../HMACSHA256.xml | 100 +- .../HMACSHA384.xml | 112 +- .../HMACSHA3_256.xml | 72 +- .../HMACSHA3_384.xml | 72 +- .../HMACSHA3_512.xml | 72 +- .../HMACSHA512.xml | 114 +- .../HashAlgorithm.xml | 4 +- .../HashAlgorithmName.xml | 85 +- .../KeyedHashAlgorithm.xml | 4 +- xml/System.Security.Cryptography/MD5.xml | 45 +- .../PKCS1MaskGenerationMethod.xml | 42 +- .../RSACryptoServiceProvider.xml | 4 +- .../RSAEncryptionPadding.xml | 84 +- xml/System.Security.Cryptography/SHA1.xml | 68 +- xml/System.Security.Cryptography/SHA1Cng.xml | 12 +- .../SHA1CryptoServiceProvider.xml | 18 +- .../SHA1Managed.xml | 8 +- xml/System.Security.Cryptography/SHA256.xml | 70 +- xml/System.Security.Cryptography/SHA384.xml | 64 +- xml/System.Security.Cryptography/SHA3_256.xml | 64 +- xml/System.Security.Cryptography/SHA3_384.xml | 80 +- xml/System.Security.Cryptography/SHA3_512.xml | 80 +- xml/System.Security.Cryptography/SHA512.xml | 78 +- xml/System.Security.Policy/Hash.xml | 134 +- .../Basic128SecurityAlgorithmSuite.xml | 6 +- .../Basic192SecurityAlgorithmSuite.xml | 6 +- .../Basic256SecurityAlgorithmSuite.xml | 6 +- .../SecurityKeyEntropyMode.xml | 12 +- .../TripleDesSecurityAlgorithmSuite.xml | 6 +- .../MsmqSecureHashAlgorithm.xml | 16 +- .../MsmqTransportSecurity.xml | 42 +- .../WorkflowMarkupSourceAttribute.xml | 24 +- 65 files changed, 3360 insertions(+), 3385 deletions(-) diff --git a/xml/Microsoft.Extensions.Compliance.Redaction/HmacRedactor.xml b/xml/Microsoft.Extensions.Compliance.Redaction/HmacRedactor.xml index 999a534ffec..7a89b1b9f36 100644 --- a/xml/Microsoft.Extensions.Compliance.Redaction/HmacRedactor.xml +++ b/xml/Microsoft.Extensions.Compliance.Redaction/HmacRedactor.xml @@ -24,9 +24,7 @@ - - A redactor using HMACSHA256 to encode data being redacted. - + Represents a redactor that uses HMAC SHA-256 to encode redacted data. To be added. diff --git a/xml/System.CodeDom/CodeChecksumPragma.xml b/xml/System.CodeDom/CodeChecksumPragma.xml index e6d8f6c2ec6..2b20205e24b 100644 --- a/xml/System.CodeDom/CodeChecksumPragma.xml +++ b/xml/System.CodeDom/CodeChecksumPragma.xml @@ -47,19 +47,19 @@ Represents a code checksum pragma code entity. - class inherits from and can be contained in a . provides the unique identification of source files, including files that have been generated. - - - -## Examples - The following code example shows the use of the class. - + class inherits from and can be contained in a . provides the unique identification of source files, including files that have been generated. + + + +## Examples + The following code example shows the use of the class. + :::code language="csharp" source="~/snippets/csharp/System.CodeDom/CodeChecksumPragma/Overview/codedirective.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.CodeDom.CodeDirectives/VB/codedirective.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.CodeDom.CodeDirectives/VB/codedirective.vb" id="Snippet1"::: + ]]> @@ -106,14 +106,14 @@ Initializes a new instance of the class. - constructor. This code example is part of a larger example provided for the class. - + constructor. This code example is part of a larger example provided for the class. + :::code language="csharp" source="~/snippets/csharp/System.CodeDom/CodeChecksumPragma/Overview/codedirective.cs" id="Snippet4"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.CodeDom.CodeDirectives/VB/codedirective.vb" id="Snippet4"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.CodeDom.CodeDirectives/VB/codedirective.vb" id="Snippet4"::: + ]]> @@ -159,19 +159,19 @@ A byte array that contains the checksum data. Initializes a new instance of the class using a file name, a GUID representing the checksum algorithm, and a byte stream representing the checksum data. - property. - - - -## Examples - The following code example shows the use of the constructor. This code example is part of a larger example provided for the class. - + property. + + + +## Examples + The following code example shows the use of the constructor. This code example is part of a larger example provided for the class. + :::code language="csharp" source="~/snippets/csharp/System.CodeDom/CodeChecksumPragma/Overview/codedirective.cs" id="Snippet8"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.CodeDom.CodeDirectives/VB/codedirective.vb" id="Snippet8"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.CodeDom.CodeDirectives/VB/codedirective.vb" id="Snippet8"::: + ]]> @@ -217,21 +217,22 @@ Gets or sets a GUID that identifies the checksum algorithm to use. A that identifies the checksum algorithm to use. - property. This code example is part of a larger example provided for the class. - + property. This code example is part of a larger example provided for the class. + :::code language="csharp" source="~/snippets/csharp/System.CodeDom/CodeChecksumPragma/Overview/codedirective.cs" id="Snippet6"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.CodeDom.CodeDirectives/VB/codedirective.vb" id="Snippet6"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.CodeDom.CodeDirectives/VB/codedirective.vb" id="Snippet6"::: + ]]> @@ -277,19 +278,19 @@ Gets or sets the value of the data for the checksum calculation. A byte array that contains the data for the checksum calculation. - property contains data from the target file specified by the property. - - - -## Examples - The following code example shows the setting of the property. This code example is part of a larger example provided for the class - + property contains data from the target file specified by the property. + + + +## Examples + The following code example shows the setting of the property. This code example is part of a larger example provided for the class + :::code language="csharp" source="~/snippets/csharp/System.CodeDom/CodeChecksumPragma/Overview/codedirective.cs" id="Snippet7"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.CodeDom.CodeDirectives/VB/codedirective.vb" id="Snippet7"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.CodeDom.CodeDirectives/VB/codedirective.vb" id="Snippet7"::: + ]]> @@ -331,19 +332,19 @@ Gets or sets the path to the checksum file. The path to the checksum file. - property value is "C:\Temp\Test\OuterLinePragma.txt". - - - -## Examples - The following code example shows the setting of the property. This code example is part of a larger example provided for the class - + property value is "C:\Temp\Test\OuterLinePragma.txt". + + + +## Examples + The following code example shows the setting of the property. This code example is part of a larger example provided for the class + :::code language="csharp" source="~/snippets/csharp/System.CodeDom/CodeChecksumPragma/Overview/codedirective.cs" id="Snippet5"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.CodeDom.CodeDirectives/VB/codedirective.vb" id="Snippet5"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.CodeDom.CodeDirectives/VB/codedirective.vb" id="Snippet5"::: + ]]> diff --git a/xml/System.Configuration.Assemblies/AssemblyHashAlgorithm.xml b/xml/System.Configuration.Assemblies/AssemblyHashAlgorithm.xml index 1a28cb60176..b325d62c8bb 100644 --- a/xml/System.Configuration.Assemblies/AssemblyHashAlgorithm.xml +++ b/xml/System.Configuration.Assemblies/AssemblyHashAlgorithm.xml @@ -54,25 +54,25 @@ Specifies all the hash algorithms used for hashing files and for generating the strong name. - @@ -154,7 +154,7 @@ 0 - A mask indicating that there is no hash algorithm. If you specify for a multi-module assembly, the common language runtime defaults to the SHA1 algorithm, since multi-module assemblies need to generate a hash. Due to collision problems with SHA1, Microsoft recommends SHA256. + A mask indicating that there is no hash algorithm. If you specify for a multi-module assembly, the common language runtime defaults to the SHA-1 algorithm, since multi-module assemblies need to generate a hash. Due to collision problems with SHA-1, Microsoft recommends SHA-256. diff --git a/xml/System.IO.Packaging/PackageDigitalSignatureManager.xml b/xml/System.IO.Packaging/PackageDigitalSignatureManager.xml index 91fb7db3a2a..97f7f906004 100644 --- a/xml/System.IO.Packaging/PackageDigitalSignatureManager.xml +++ b/xml/System.IO.Packaging/PackageDigitalSignatureManager.xml @@ -273,13 +273,13 @@ This property specifies where the signer's X.509 certificate will be stored when class is (Secure Hash Algorithm version 1.0 (SHA1)). + The default hash algorithm for the standard class is (Secure Hash Algorithm version 1.0, or SHA-1). The property gets or sets the actual hash algorithm this is used to create and verify signatures. The property is typically used to reset the property back to default after a temporary change. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. ]]> @@ -360,7 +360,7 @@ This property specifies where the signer's X.509 certificate will be stored when The property is typically not changed from its default. This property must be changed only if a signature that uses a different known and accessible is encountered. When finished with the signature that uses a different hash algorithm, call to reset the property back to default. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. ]]> diff --git a/xml/System.IdentityModel.Tokens/InMemorySymmetricSecurityKey.xml b/xml/System.IdentityModel.Tokens/InMemorySymmetricSecurityKey.xml index 82d0b213d0c..d9119f4dc12 100644 --- a/xml/System.IdentityModel.Tokens/InMemorySymmetricSecurityKey.xml +++ b/xml/System.IdentityModel.Tokens/InMemorySymmetricSecurityKey.xml @@ -17,11 +17,11 @@ Represents keys that are generated using symmetric algorithms and are only stored in the local computer's random access memory. - @@ -116,11 +116,11 @@ Decrypts the specified encrypted key. An array of that contains the decrypted key. - class to specify the algorithm. - + class to specify the algorithm. + ]]> @@ -153,11 +153,11 @@ Encrypts the specified key. An array of that contains the encrypted key. - class to specify the algorithm. - + class to specify the algorithm. + ]]> @@ -196,12 +196,12 @@ Generates a derived key using the specified cryptographic algorithm and parameters for the current key. An array of that contains the derived key. - field. + field. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. ]]> @@ -235,11 +235,11 @@ Gets a transform that decrypts cipher text using the specified cryptographic algorithm. An that represents the decryption transform. - class to specify the algorithm. - + class to specify the algorithm. + ]]> @@ -272,11 +272,11 @@ Gets a transform that encrypts XML using the specified cryptographic algorithm. An that represents the encryption transform. - class to specify the algorithm. - + class to specify the algorithm. + ]]> @@ -307,11 +307,11 @@ Gets the size, in bits, of the initialization vector () that is required for the specified cryptographic algorithm. The size, in bits, of the initialization vector () that is required for the cryptographic algorithm specified in the parameter. - class to specify the algorithm. - + class to specify the algorithm. + ]]> @@ -449,31 +449,31 @@ when the specified algorithm is supported by this class; otherwise, . - - -- - -- - -- - -- - -- - -- - -- - -- - -- - + + +- + +- + +- + +- + +- + +- + +- + +- + +- + ]]> diff --git a/xml/System.IdentityModel.Tokens/SecurityAlgorithms.xml b/xml/System.IdentityModel.Tokens/SecurityAlgorithms.xml index 5f6be2977bd..eb65d9b36ec 100644 --- a/xml/System.IdentityModel.Tokens/SecurityAlgorithms.xml +++ b/xml/System.IdentityModel.Tokens/SecurityAlgorithms.xml @@ -403,7 +403,7 @@ Represents the P-SHA1 key generation algorithm. This field is constant. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. @@ -432,7 +432,7 @@ Represents the December 2007 version of the P-SHA1 key generation algorithm. This field is constant. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. @@ -519,7 +519,7 @@ Specifies a URI that points to the RSA-SHA1 cryptographic algorithm for digitally signing XML. This field is constant. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. @@ -606,7 +606,7 @@ Specifies a URI that points to the 160-bit SHA-1 digest algorithm. This field is constant. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. diff --git a/xml/System.IdentityModel.Tokens/SymmetricSecurityKey.xml b/xml/System.IdentityModel.Tokens/SymmetricSecurityKey.xml index e22597c9c07..da3ac188712 100644 --- a/xml/System.IdentityModel.Tokens/SymmetricSecurityKey.xml +++ b/xml/System.IdentityModel.Tokens/SymmetricSecurityKey.xml @@ -118,7 +118,7 @@ ## Remarks To specify P-SHA1 as the cryptographic algorithm, use the field. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. ]]> diff --git a/xml/System.IdentityModel.Tokens/X509AsymmetricSecurityKey.xml b/xml/System.IdentityModel.Tokens/X509AsymmetricSecurityKey.xml index eac498383d3..7ec26882d13 100644 --- a/xml/System.IdentityModel.Tokens/X509AsymmetricSecurityKey.xml +++ b/xml/System.IdentityModel.Tokens/X509AsymmetricSecurityKey.xml @@ -95,25 +95,25 @@ Decrypts the specified encrypted key using the specified cryptographic algorithm. An array of that contains the decrypted key. - or fields to specify the algorithm. - + or fields to specify the algorithm. + ]]> - The X.509 certificate specified in the constructor does not have a private key. - - -or- - - The X.509 certificate has a private key, but it was not generated using the algorithm. - - -or- - - The X.509 certificate has a private key, it was generated using the algorithm, but the property is . - - -or- - + The X.509 certificate specified in the constructor does not have a private key. + + -or- + + The X.509 certificate has a private key, but it was not generated using the algorithm. + + -or- + + The X.509 certificate has a private key, it was generated using the algorithm, but the property is . + + -or- + The parameter is not supported. The supported algorithms are and . @@ -151,17 +151,17 @@ Encrypts the specified encrypted key using the specified cryptographic algorithm. An array of that contains the encrypted key. - or fields to specify the algorithm. - + or fields to specify the algorithm. + ]]> - The X.509 certificate specified in the constructor has a public key that was not generated using the algorithm. - - -or- - + The X.509 certificate specified in the constructor has a public key that was not generated using the algorithm. + + -or- + The parameter is not supported. The supported algorithms are and . @@ -200,28 +200,28 @@ Gets the specified asymmetric cryptographic algorithm. An that represents the specified asymmetric cryptographic algorithm. - , , , or fields to specify the `algorithm` parameter. + , , , or fields to specify the `algorithm` parameter. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. ]]> - is and the X.509 certificate specified in the constructor does not have a private key. - - -or- - - is and the public or private key for the X.509 certificate specified in the constructor is not of type . - - -or- - - is , , or and the public or private key for the X.509 certificate specified in the constructor is not of type . - - -or- - + is and the X.509 certificate specified in the constructor does not have a private key. + + -or- + + is and the public or private key for the X.509 certificate specified in the constructor is not of type . + + -or- + + is , , or and the public or private key for the X.509 certificate specified in the constructor is not of type . + + -or- + is not supported. The supported algorithms are , , , , and . @@ -257,12 +257,12 @@ Gets a cryptographic algorithm that generates a hash for a digital signature. A that generates hashes for digital signatures. - , or fields to specify the `algorithm` parameter. + , or fields to specify the `algorithm` parameter. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. ]]> @@ -302,24 +302,24 @@ Gets the de-formatter algorithm for the digital signature. An that represents the de-formatter algorithm for the digital signature. - , or fields to specify the `algorithm` parameter. - + , or fields to specify the `algorithm` parameter. + ]]> - is and the public key for the X.509 certificate specified in the constructor is not of type . - - -or- - - is or and the public key for the X.509 certificate specified in the constructor is not of type . - - -or- - - is not supported. The supported algorithms are , - + is and the public key for the X.509 certificate specified in the constructor is not of type . + + -or- + + is or and the public key for the X.509 certificate specified in the constructor is not of type . + + -or- + + is not supported. The supported algorithms are , + , and . @@ -355,29 +355,29 @@ Gets the formatter algorithm for the digital signature. An that represents the formatter algorithm for the digital signature. - , or fields to specify the `algorithm` parameter. + , or fields to specify the `algorithm` parameter. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. ]]> - The X.509 certificate specified in the constructor does not have a private key. - - -or- - - is and the private key for the X.509 certificate specified in the constructor is not of type . - - -or- - - is or and the private key for the X.509 certificate specified in the constructor is not of type . - - -or- - - is not supported. The supported algorithms are , - + The X.509 certificate specified in the constructor does not have a private key. + + -or- + + is and the private key for the X.509 certificate specified in the constructor is not of type . + + -or- + + is or and the private key for the X.509 certificate specified in the constructor is not of type . + + -or- + + is not supported. The supported algorithms are , + , and . @@ -445,7 +445,7 @@ Gets a value that indicates whether the specified algorithm uses asymmetric keys. when the specified algorithm is , , , , or ; otherwise, . - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. @@ -481,16 +481,16 @@ when the specified algorithm is , , , , or and the public key is of the right type; otherwise, . - method returns `true` when one of the following is true: - -- The `algorithm` parameter is and the public key for the X.509 certificate specified in the constructor is of type . - -- The `algorithm` parameter is , , or and the public key for the X.509 certificate specified in the constructor is of type . - -Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + method returns `true` when one of the following is true: + +- The `algorithm` parameter is and the public key for the X.509 certificate specified in the constructor is of type . + +- The `algorithm` parameter is , , or and the public key for the X.509 certificate specified in the constructor is of type . + +Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. ]]> diff --git a/xml/System.IdentityModel/RsaEncryptionCookieTransform.xml b/xml/System.IdentityModel/RsaEncryptionCookieTransform.xml index a9ff481e97f..9cee1607a3c 100644 --- a/xml/System.IdentityModel/RsaEncryptionCookieTransform.xml +++ b/xml/System.IdentityModel/RsaEncryptionCookieTransform.xml @@ -16,16 +16,16 @@ Encrypts a cookie using . - [!IMPORTANT] -> When using the with a service, if a key provided by a certificate changes the service must be restarted. - +> When using the with a service, if a key provided by a certificate changes the service must be restarted. + ]]> @@ -79,18 +79,18 @@ - The certificate whose private key is used to encrypt and decrypt. - + The certificate whose private key is used to encrypt and decrypt. + The certificate whose private key will be used as the default encryption and decryption key. Initializes the and properties. Initializes a new instance of the class that uses the private key of the specified X.509 certificate for encryption and decryption. To be added. is . - does not have a private key. - - -or- - + does not have a private key. + + -or- + The private key is not RSA. @@ -195,11 +195,11 @@ Gets or sets the RSA key used for encryption. The RSA key used for encryption. - property to a collection that contains the same key as its only element. - + property to a collection that contains the same key as its only element. + ]]> @@ -221,17 +221,16 @@ Gets or sets the name of the hash algorithm to use. - The name of the hash algorithm to use. The default is "SHA2566". + The name of the hash algorithm to use. The default is "SHA256". - property to "SHA1". + property to "SHA1". + + Due to collision problems with SHA-1, Microsoft recommends SHA-256 or better. - Due to collision problems with SHA1, Microsoft recommends SHA256 or better. - ]]> diff --git a/xml/System.IdentityModel/RsaSignatureCookieTransform.xml b/xml/System.IdentityModel/RsaSignatureCookieTransform.xml index cee8e24e39f..207245a3b18 100644 --- a/xml/System.IdentityModel/RsaSignatureCookieTransform.xml +++ b/xml/System.IdentityModel/RsaSignatureCookieTransform.xml @@ -16,16 +16,16 @@ Provides cookie integrity using an signature. - adds an RSA MAC to the cookie data. This provides integrity but not confidentiality. By default, the MAC uses SHA-256, but SHA-1 may be requested. - - Cookies protected with this transform may be read by any computer that shares the same RSA private key (generally associated with an X509 certificate). - + adds an RSA MAC to the cookie data. This provides integrity but not confidentiality. By default, the MAC uses SHA-256, but SHA-1 may be requested. + + Cookies protected with this transform may be read by any computer that shares the same RSA private key (generally associated with an X509 certificate). + > [!IMPORTANT] -> When using the with a service, if a key provided by a certificate changes the service must be restarted. - +> When using the with a service, if a key provided by a certificate changes the service must be restarted. + ]]> @@ -59,11 +59,11 @@ The RSA key to use as the default signing and verification key. Initializes a new instance of the class by using the specified RSA key. - property is initialized to `key`. The property is initialized to a collection that contains `key` as its only element. - + property is initialized to `key`. The property is initialized to a collection that contains `key` as its only element. + ]]> @@ -89,20 +89,20 @@ The certificate whose private key is to be used for signing and verifying. Initializes a new instance of the class by using the private key of the specified certificate. - property is initialized to private key of the certificate. The property is initialized to a collection that contains the private key of the certificate as its only element. - + property is initialized to private key of the certificate. The property is initialized to a collection that contains the private key of the certificate as its only element. + ]]> is . - has no private key - - -or- - + has no private key + + -or- + The private key of the is not an RSA key. @@ -129,11 +129,11 @@ Verifies the specified signature and returns the original, unsigned data. The original data (unsigned). - property are tried. - + property are tried. + ]]> @@ -169,27 +169,27 @@ Signs the specified data. The signed data. - property must include the private key in order to sign the data. - - The signed data may be verified by calling the method. - + property must include the private key in order to sign the data. + + The signed data may be verified by calling the method. + ]]> is . contains zero bytes. - The property is . - - -or- - - The key specified by the property is not assignable as . - - -or- - + The property is . + + -or- + + The key specified by the property is not assignable as . + + -or- + The key specified by the property does not contain a private key. The operating system does not support the specified algorithm. @@ -213,14 +213,13 @@ Gets or sets the name of the hash algorithm to use. The name of the hash algorithm. The default is "SHA256". - property to "SHA1". + property to "SHA1". + + Due to collision problems with SHA-1, Microsoft recommends SHA-256 or better. ]]> @@ -263,8 +262,8 @@ System.Collections.ObjectModel.ReadOnlyCollection<System.Security.Cryptography.RSA> - Gets the collection of keys used for signature verification. - + Gets the collection of keys used for signature verification. + By default, this property returns a list that contains only the signing key. The collection of keys used for signature verification. To be added. diff --git a/xml/System.Messaging/DefaultPropertiesToSend.xml b/xml/System.Messaging/DefaultPropertiesToSend.xml index dac58721f75..fd1d8929dcf 100644 --- a/xml/System.Messaging/DefaultPropertiesToSend.xml +++ b/xml/System.Messaging/DefaultPropertiesToSend.xml @@ -24,24 +24,24 @@ Specifies the default property values that will be used when sending objects other than instances to a message queue. - . is used to specify default property values of the message being sent when objects other than instances are sent to a queue, for example, the string argument passed into the method in the code fragment, `myMessageQueue.Send("hello")`. The class has corresponding, identically named properties to those in that provide the values when sending a instance specifically. Even if you have specified for a queue, sending a object to that queue will cause the values for the identically named properties to override the queue's values. - - Properties that you do not set explicitly default to the values specified by the constructor, . - - For a list of initial property values for an instance of , see the constructor. - - - -## Examples - The following code example uses the priority of a message to determine default properties to send for the message. - + . is used to specify default property values of the message being sent when objects other than instances are sent to a queue, for example, the string argument passed into the method in the code fragment, `myMessageQueue.Send("hello")`. The class has corresponding, identically named properties to those in that provide the values when sending a instance specifically. Even if you have specified for a queue, sending a object to that queue will cause the values for the identically named properties to override the queue's values. + + Properties that you do not set explicitly default to the values specified by the constructor, . + + For a list of initial property values for an instance of , see the constructor. + + + +## Examples + The following code example uses the priority of a message to determine default properties to send for the message. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_Remoting/MessageQueue.DefaultPropertiesToSend/CPP/mqdefaultpropertiestosend.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Messaging/DefaultPropertiesToSend/Overview/mqdefaultpropertiestosend.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/MessageQueue.DefaultPropertiesToSend/VB/mqdefaultpropertiestosend.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/MessageQueue.DefaultPropertiesToSend/VB/mqdefaultpropertiestosend.vb" id="Snippet1"::: + ]]> @@ -65,58 +65,58 @@ Initializes a new instance of the class. - to define default property values to associate with objects sent to a queue that are not of type . When working with objects, a instance is created for you and associated with the member of the . - - There are two ways to define a queue's default properties to send, as shown in the following C# code. You can set values for this instance of and associate it with the queue's property: - -``` -DefaultPropertiesToSend myDefaultProperties = new DefaultPropertiesToSend(); - // Set default values for the properties. - myDefaultProperties.Label = "myLabel"; - myDefaultProperties.Recoverable = false; - ... - myMessageQueue.DefaultPropertiesToSend = myDefaultProperties; - myMessageQueue.Send("hello"); -``` - - Or, you can individually assign values to the instance's property directly: - -``` -myMessageQueue.DefaultPropertiesToSend.Label = "myLabel"; - myMessageQueue.DefaultPropertiesToSend.Recoverable = false; -... - myMessageQueue.Send("hello"); -``` - - If you choose the second of these options, you do not need to call the constructor explicitly. You might want to create instances of , for example, if the properties' default values depend on some criterion of the message being sent. You can create multiple instances and assign one to the queue's property before sending the message to the queue. - - The following table shows initial property values for an instance of . - -|Property|Initial value| -|--------------|-------------------| -||`AcknowledgeTypes.None`| -||`null`| -||0| -||`true`| -||`EncryptionAlgorithm.RC2`| -||A zero-length array of bytes| -||`HashAlgorithm.MD5`| -||An empty string ("")| -||`MessagePriority.Normal`| -||`false`| -||`null`| -||`Message.InfiniteTimeout`| -||`Message.InfiniteTimeout`| -||`null`| -||`false`| -||`false`| -||`false`| -||`false`| -||`false`| - + to define default property values to associate with objects sent to a queue that are not of type . When working with objects, a instance is created for you and associated with the member of the . + + There are two ways to define a queue's default properties to send, as shown in the following C# code. You can set values for this instance of and associate it with the queue's property: + +``` +DefaultPropertiesToSend myDefaultProperties = new DefaultPropertiesToSend(); + // Set default values for the properties. + myDefaultProperties.Label = "myLabel"; + myDefaultProperties.Recoverable = false; + ... + myMessageQueue.DefaultPropertiesToSend = myDefaultProperties; + myMessageQueue.Send("hello"); +``` + + Or, you can individually assign values to the instance's property directly: + +``` +myMessageQueue.DefaultPropertiesToSend.Label = "myLabel"; + myMessageQueue.DefaultPropertiesToSend.Recoverable = false; +... + myMessageQueue.Send("hello"); +``` + + If you choose the second of these options, you do not need to call the constructor explicitly. You might want to create instances of , for example, if the properties' default values depend on some criterion of the message being sent. You can create multiple instances and assign one to the queue's property before sending the message to the queue. + + The following table shows initial property values for an instance of . + +|Property|Initial value| +|--------------|-------------------| +||`AcknowledgeTypes.None`| +||`null`| +||0| +||`true`| +||`EncryptionAlgorithm.RC2`| +||A zero-length array of bytes| +||`HashAlgorithm.MD5`| +||An empty string ("")| +||`MessagePriority.Normal`| +||`false`| +||`null`| +||`Message.InfiniteTimeout`| +||`Message.InfiniteTimeout`| +||`null`| +||`false`| +||`false`| +||`false`| +||`false`| +||`false`| + ]]> @@ -159,11 +159,11 @@ myMessageQueue.DefaultPropertiesToSend.Label = "myLabel"; Gets or sets the type of acknowledgement message to be returned to the sending application. One of the enumeration values. This value is used to determine the type of acknowledgment messages the system posts in the administration queue and when acknowledgments are returned to the sending application. The default is . - property specifies the type of acknowledgment messages to return to the sending application. For example, set the property to request notification when a message reaches its destination, when it is retrieved, or whether a time-out has prevented the message from reaching or being retrieved from the destination queue. - + property specifies the type of acknowledgment messages to return to the sending application. For example, set the property to request notification when a message reaches its destination, when it is retrieved, or whether a time-out has prevented the message from reaching or being retrieved from the destination queue. + ]]> @@ -202,13 +202,13 @@ myMessageQueue.DefaultPropertiesToSend.Label = "myLabel"; Gets or sets the queue that receives acknowledgement messages generated by Message Queuing. The that specifies the administration queue used for system-generated acknowledgment messages. The default is . - property can be any non-transactional queue. The acknowledgment messages sent to the administration queue can indicate whether or not the original message reached its destination queue, and whether or not it was removed from the queue. - - When the property has any value other than `None`, the sending application must specify the queue to be used as the administration queue. - + property can be any non-transactional queue. The acknowledgment messages sent to the administration queue can indicate whether or not the original message reached its destination queue, and whether or not it was removed from the queue. + + When the property has any value other than `None`, the sending application must specify the queue to be used as the administration queue. + ]]> @@ -246,15 +246,15 @@ myMessageQueue.DefaultPropertiesToSend.Label = "myLabel"; Gets or sets additional, application-specific information. Information specific to the application. The default is 0. - property contains additional, application-specific information that can be used to organize different types of messages, for example, using application-specific indexes. It is the responsibility of the application to interpret information. - - Where possible, message data should be included in the body of the message rather than in the property. - - When working with foreign queues, use the property to specify non-Message Queuing message properties. As with , it is the responsibility of the application to understand the content of the property. - + property contains additional, application-specific information that can be used to organize different types of messages, for example, using application-specific indexes. It is the responsibility of the application to interpret information. + + Where possible, message data should be included in the body of the message rather than in the property. + + When working with foreign queues, use the property to specify non-Message Queuing message properties. As with , it is the responsibility of the application to understand the content of the property. + ]]> @@ -293,13 +293,13 @@ myMessageQueue.DefaultPropertiesToSend.Label = "myLabel"; if sender ID should be attached to the message; otherwise, . The default is . - or is `false`, the message will be rejected when it reaches the queue. - + or is `false`, the message will be rejected when it reaches the queue. + ]]> @@ -340,13 +340,13 @@ myMessageQueue.DefaultPropertiesToSend.Label = "myLabel"; Gets or sets the encryption algorithm used to encrypt the body of a private message. One of the enumeration values. The default is . - property specifies the algorithm used to encrypt the message body of a private message. - - A queue can require that incoming messages be encrypted. If a non-encrypted (non-private) message is sent to a queue that only accepts private messages, or if a private message is sent to a queue that only accepts non-private messages, the message is rejected by the queue. The sending application can request a negative acknowledgment message be returned to the sending application if a message was rejected. - + property specifies the algorithm used to encrypt the message body of a private message. + + A queue can require that incoming messages be encrypted. If a non-encrypted (non-private) message is sent to a queue that only accepts private messages, or if a private message is sent to a queue that only accepts non-private messages, the message is rejected by the queue. The sending application can request a negative acknowledgment message be returned to the sending application if a message was rejected. + ]]> @@ -395,17 +395,17 @@ myMessageQueue.DefaultPropertiesToSend.Label = "myLabel"; Gets or sets additional information associated with the message. An array of bytes that provides additional, application-defined information associated with the message. The default is a zero-length array. - property provides for additional application-defined information that is associated with the message, such as a large binary object. It is the responsibility of the receiving application to interpret the contents of the . - - Where possible, message data should be included in the body of the message rather than in the extension. - - When working with foreign queues, use the property to specify non-Message Queuing message properties. - - A foreign queue exists in a queuing system other than Microsoft Message Queuing. Microsoft Message Queuing communicates with such queues through a connector application. - + property provides for additional application-defined information that is associated with the message, such as a large binary object. It is the responsibility of the receiving application to interpret the contents of the . + + Where possible, message data should be included in the body of the message rather than in the extension. + + When working with foreign queues, use the property to specify non-Message Queuing message properties. + + A foreign queue exists in a queuing system other than Microsoft Message Queuing. Microsoft Message Queuing communicates with such queues through a connector application. + ]]> @@ -443,14 +443,14 @@ myMessageQueue.DefaultPropertiesToSend.Label = "myLabel"; Gets or sets the hashing algorithm used when authenticating messages or creating a digital signature for a message. One of the enumeration values. The default is . - property identifies the hashing algorithm Message Queuing uses when authenticating messages or when creating a digital signature for a message. - - Message Queuing on the source computer uses the hashing algorithm when creating a digital signature for a message. The target Queue Manager then uses the same hashing algorithm to authenticate the message when it is received. + property identifies the hashing algorithm Message Queuing uses when authenticating messages or when creating a digital signature for a message. + + Message Queuing on the source computer uses the hashing algorithm when creating a digital signature for a message. The target Queue Manager then uses the same hashing algorithm to authenticate the message when it is received. + + Due to collision problems with MD5, Microsoft recommends SHA-256. ]]> @@ -492,13 +492,13 @@ myMessageQueue.DefaultPropertiesToSend.Label = "myLabel"; Gets or sets an application-defined string that describes the message. The label of the message. The default is an empty string (""). - @@ -536,13 +536,13 @@ myMessageQueue.DefaultPropertiesToSend.Label = "myLabel"; Gets or sets the message priority, which is used to determine where the message is placed in the queue. One of the enumeration values that represents the priority level of a non-transactional message. The default is . - property affects how Message Queuing handles the message while it is en route, as well as where the message is placed in the queue when it reaches its destination. Higher priority messages are given preference during routing and inserted toward the front of the queue. Messages with the same priority are placed in the queue according to their arrival time. - - Message priority can only be set meaningfully for non-transactional messages. The priority for transactional messages is automatically set to `Lowest`, which causes transactional message priority to be ignored. - + property affects how Message Queuing handles the message while it is en route, as well as where the message is placed in the queue when it reaches its destination. Higher priority messages are given preference during routing and inserted toward the front of the queue. Messages with the same priority are placed in the queue according to their arrival time. + + Message priority can only be set meaningfully for non-transactional messages. The priority for transactional messages is automatically set to `Lowest`, which causes transactional message priority to be ignored. + ]]> @@ -582,15 +582,15 @@ myMessageQueue.DefaultPropertiesToSend.Label = "myLabel"; if the message is guaranteed delivery by saving it to disk while en route; if delivery is not assured. The default is . - property indicates whether delivery of a message is guaranteed, even if a computer crashes while the message is en route to the destination queue. - - If delivery of a message is guaranteed, the message is stored locally at every step along the route until the message is successfully forwarded to the next computer. Setting to `true` on could affect the throughput. - - If the message is transactional, Message Queuing automatically treats the message as recoverable, regardless of whether is set to `true`. - + property indicates whether delivery of a message is guaranteed, even if a computer crashes while the message is en route to the destination queue. + + If delivery of a message is guaranteed, the message is stored locally at every step along the route until the message is successfully forwarded to the next computer. Setting to `true` on could affect the throughput. + + If the message is transactional, Message Queuing automatically treats the message as recoverable, regardless of whether is set to `true`. + ]]> @@ -628,13 +628,13 @@ myMessageQueue.DefaultPropertiesToSend.Label = "myLabel"; Gets or sets the queue that receives application-generated response messages. The to which application-generated response messages are returned. The default is . - property identifies the queue that receives application-generated response messages that are returned to the sending application by the receiving application. Response queues are specified by the sending application when the application sends its messages. Any available queue can be specified as a response queue. - - Messages returned to the response queue are application-specific. The application must define what is in the messages as well as what is to be done when a message is received. - + property identifies the queue that receives application-generated response messages that are returned to the sending application by the receiving application. Response queues are specified by the sending application when the application sends its messages. Any available queue can be specified as a response queue. + + Messages returned to the response queue are application-specific. The application must define what is in the messages as well as what is to be done when a message is received. + ]]> @@ -671,23 +671,23 @@ myMessageQueue.DefaultPropertiesToSend.Label = "myLabel"; Gets or sets the time limit for the message to be retrieved from the destination queue. The total time, in seconds, for a sent message to be received from the destination queue. The default is . - property specifies the total time in seconds for a sent message to be received from the destination queue. This time limit includes the time spent getting to the destination queue, plus the time spent waiting in the queue before the message is retrieved by an application. - + property specifies the total time in seconds for a sent message to be received from the destination queue. This time limit includes the time spent getting to the destination queue, plus the time spent waiting in the queue before the message is retrieved by an application. + > [!CAUTION] -> When using dependent client computers, synchronize the clock on the client computer with the clock on the server running Message Queuing. If the two clocks are not synchronized, you might see unpredictable behavior when sending messages when is not . - - If the interval expires before the message is removed from the queue, the Message Queuing application discards the message. The message is either sent to the dead-letter queue, if the message's property is set to `true`, or ignored, if is `false`. If is less than , takes precedence. - - The message's property can be set to request that Message Queuing send a negative acknowledgment message back to the sending application if the message is not retrieved before the timer expires. - +> When using dependent client computers, synchronize the clock on the client computer with the clock on the server running Message Queuing. If the two clocks are not synchronized, you might see unpredictable behavior when sending messages when is not . + + If the interval expires before the message is removed from the queue, the Message Queuing application discards the message. The message is either sent to the dead-letter queue, if the message's property is set to `true`, or ignored, if is `false`. If is less than , takes precedence. + + The message's property can be set to request that Message Queuing send a negative acknowledgment message back to the sending application if the message is not retrieved before the timer expires. + > [!CAUTION] -> If you have specified to receive negative acknowledgments, you will not receive them when the value of is less than the value of . - - When several messages are sent in a transaction, Message Queuing uses the value of the first message's property. - +> If you have specified to receive negative acknowledgments, you will not receive them when the value of is less than the value of . + + When several messages are sent in a transaction, Message Queuing uses the value of the first message's property. + ]]> @@ -726,17 +726,17 @@ myMessageQueue.DefaultPropertiesToSend.Label = "myLabel"; Gets or sets the time limit for the message to reach the queue. The time limit in seconds for a message to reach the destination queue, from the time the message is sent. The default is . - interval expires before the message reaches its destination, the Message Queuing application discards the message. The message is either sent to the dead-letter queue, if the message's property is set to `true`, or ignored, if is `false`. If is greater than , takes precedence. - - The message's property can be set to request that Message Queuing send a negative acknowledgment message back to the sending application if the message does not arrive before the timer expires. - - If is 0 seconds, Message Queuing tries once to send the message to its destination if the queue is waiting for the message. If the queue is local, the message always reaches the queue. - - When several messages are sent in a transaction, Message Queuing uses the value of the first message's property. - + interval expires before the message reaches its destination, the Message Queuing application discards the message. The message is either sent to the dead-letter queue, if the message's property is set to `true`, or ignored, if is `false`. If is greater than , takes precedence. + + The message's property can be set to request that Message Queuing send a negative acknowledgment message back to the sending application if the message does not arrive before the timer expires. + + If is 0 seconds, Message Queuing tries once to send the message to its destination if the queue is waiting for the message. If the queue is local, the message always reaches the queue. + + When several messages are sent in a transaction, Message Queuing uses the value of the first message's property. + ]]> @@ -775,15 +775,15 @@ myMessageQueue.DefaultPropertiesToSend.Label = "myLabel"; Gets the transaction status queue on the source computer. The transaction status queue on the source computer, which is used for sending acknowledgement messages back to the sending application. The default is . - property identifies the transaction status queue on the source computer. The property is set by Message Queuing, and is used by connector applications when retrieving transactional messages sent to a foreign queue. - - A foreign queue exists in a queuing system other than Microsoft Message Queuing. Microsoft Message Queuing communicates with such queues through a connector application. - - The connector application can use the transaction status queue to send acknowledgment messages back to the sending application. The transaction status queue should receive these acknowledgments even if the sending application does not request other acknowledgments. - + property identifies the transaction status queue on the source computer. The property is set by Message Queuing, and is used by connector applications when retrieving transactional messages sent to a foreign queue. + + A foreign queue exists in a queuing system other than Microsoft Message Queuing. Microsoft Message Queuing communicates with such queues through a connector application. + + The connector application can use the transaction status queue to send acknowledgment messages back to the sending application. The transaction status queue should receive these acknowledgments even if the sending application does not request other acknowledgments. + ]]> @@ -823,15 +823,15 @@ myMessageQueue.DefaultPropertiesToSend.Label = "myLabel"; if the sending application requested authentication for the message; otherwise, . The default is . - property specifies whether the message needs to be authenticated. If the sending application requests authentication, Message Queuing creates a digital signature and uses it to sign the message when it is sent and to authenticate the message when it is received. - - If a message is sent to a queue that only accepts authenticated messages, the message will be rejected when it reaches the queue if is set to `false`. - - It is not possible to look at the properties of a message and determine whether a message failed authentication. Messages that fail authentication are discarded and are not delivered to the queue. - + property specifies whether the message needs to be authenticated. If the sending application requests authentication, Message Queuing creates a digital signature and uses it to sign the message when it is sent and to authenticate the message when it is received. + + If a message is sent to a queue that only accepts authenticated messages, the message will be rejected when it reaches the queue if is set to `false`. + + It is not possible to look at the properties of a message and determine whether a message failed authentication. Messages that fail authentication are discarded and are not delivered to the queue. + ]]> @@ -872,17 +872,17 @@ myMessageQueue.DefaultPropertiesToSend.Label = "myLabel"; if message delivery failure should result in a copy of the message being sent to a dead-letter queue; otherwise, . The default is . - and specify how Message Queuing will track a message. If is `true`, then in case of delivery failure (for non-transactional messages), the message is sent to the non-transactional dead-letter queue on the computer that could not deliver the message (for example, if a message timer expires). - - In the case of delivery failure for transactional messages, the message is sent to the transactional dead-letter queue on the source computer in all negative and in-doubt cases. - - When you store messages in a dead-letter queue, empty the queue periodically to remove messages that are no longer needed. Messages stored in dead-letter queues count against the size quota for the computer where the queue resides. The computer quota is set by the administrator and refers to the total size allocated for storing messages on a computer, not just in a single queue. - - You do not create a journal or dead-letter queue. These are both system queues that are generated by Message Queuing. - + and specify how Message Queuing will track a message. If is `true`, then in case of delivery failure (for non-transactional messages), the message is sent to the non-transactional dead-letter queue on the computer that could not deliver the message (for example, if a message timer expires). + + In the case of delivery failure for transactional messages, the message is sent to the transactional dead-letter queue on the source computer in all negative and in-doubt cases. + + When you store messages in a dead-letter queue, empty the queue periodically to remove messages that are no longer needed. Messages stored in dead-letter queues count against the size quota for the computer where the queue resides. The computer quota is set by the administrator and refers to the total size allocated for storing messages on a computer, not just in a single queue. + + You do not create a journal or dead-letter queue. These are both system queues that are generated by Message Queuing. + ]]> @@ -922,13 +922,13 @@ myMessageQueue.DefaultPropertiesToSend.Label = "myLabel"; to require Message Queuing to encrypt the message; otherwise, . The default is . - @@ -968,19 +968,19 @@ myMessageQueue.DefaultPropertiesToSend.Label = "myLabel"; to require that a copy of a message be kept in the originating computer's machine journal after it has been successfully transmitted from the originating computer to the next step; otherwise, . The default is . - and specify how Message Queuing will track a message. If is `true`, then at each step that a message is transmitted, a copy is kept in the computer journal on the originating computer. - - The sent message will only be copied to the journal queue if the destination queue is on a remote computer. If the destination is on the local computer, the message is sent directly to the queue; there are no intermediate steps to require journaling. - - When you store messages in a journal queue, empty the queue periodically to remove messages that are no longer needed. Messages stored in journal queues count against the quota for the computer where the queue resides (the computer quota is set by the administrator). - - You do not create a journal or dead-letter queue. These are both system queues that are generated by Message Queuing. - - Journaling can be specified by both the message and the queue. When is `true`, the message is journaled when it is sent. When is `true`, the message is journaled when it is received. - + and specify how Message Queuing will track a message. If is `true`, then at each step that a message is transmitted, a copy is kept in the computer journal on the originating computer. + + The sent message will only be copied to the journal queue if the destination queue is on a remote computer. If the destination is on the local computer, the message is sent directly to the queue; there are no intermediate steps to require journaling. + + When you store messages in a journal queue, empty the queue periodically to remove messages that are no longer needed. Messages stored in journal queues count against the quota for the computer where the queue resides (the computer quota is set by the administrator). + + You do not create a journal or dead-letter queue. These are both system queues that are generated by Message Queuing. + + Journaling can be specified by both the message and the queue. When is `true`, the message is journaled when it is sent. When is `true`, the message is journaled when it is received. + ]]> @@ -1022,13 +1022,13 @@ myMessageQueue.DefaultPropertiesToSend.Label = "myLabel"; if each intermediate step made by the original message en route to the destination queue will generate a report to be sent to the system's report queue; otherwise, . The default is . - property specifies whether to track the route of a message as it moves toward its destination queue. If `true`, a Message Queuing-generated report message is sent to a report queue each time the message passes through a Message Queuing routing server. The report queue is specified by the source Queue Manager. Report queues are not limited to Message Queuing-generated report messages. Your application-generated messages can be sent to report queues as well. - - Using tracing involves setting up Active Directory and specifying a report queue for the Message Queuing enterprise. These settings are configured by the administrator. - + property specifies whether to track the route of a message as it moves toward its destination queue. If `true`, a Message Queuing-generated report message is sent to a report queue each time the message passes through a Message Queuing routing server. The report queue is specified by the source Queue Manager. Report queues are not limited to Message Queuing-generated report messages. Your application-generated messages can be sent to report queues as well. + + Using tracing involves setting up Active Directory and specifying a report queue for the Message Queuing enterprise. These settings are configured by the administrator. + ]]> diff --git a/xml/System.Messaging/Message.xml b/xml/System.Messaging/Message.xml index ecf06851d41..2f01ef38a4d 100644 --- a/xml/System.Messaging/Message.xml +++ b/xml/System.Messaging/Message.xml @@ -32,35 +32,35 @@ Provides access to the properties needed to define a Message Queuing message. - class to peek or receive messages from a queue, or to have fine control over message properties when sending a message to a queue. - - uses the class when it peeks or receives messages from queues, because both the and methods create a new instance of the class and set the instance's properties. The class's read-only properties apply to retrieving messages from a queue, while the read/write properties apply to sending and retrieving messages. When peeks or receives a message from a queue, its property determines which of the message's properties are retrieved. - - The class's method allows you to specify any object type for a message being sent to that queue. You can use the instance's property to specify settings for generic messages sent to the queue. The types of settings include formatter, label, encryption, and authentication. You can also specify values for the appropriate members when you coordinate your messaging application to respond to acknowledgment and report messages. Using a instance to send a message to the queue gives you the flexibility to access and modify many of these properties - either for a single message or on a message-by-message basis. properties take precedence over . - - Message data is stored in the property and to a lesser extent, the and properties. When message data is encrypted, serialized, or deserialized, only the contents of the property are affected. - - The contents of the property are serialized when the message is sent, using the property you specify. The serialized contents are found in the property. You can also set the property directly, for example, to send a file as the data content of a message. You can change the or properties at any time before sending the message, and the data will be serialized appropriately when you call . - - The properties defined by the property apply only to messages that are not of type . If you specify the property for a , the identically named properties in a instance sent to that queue cause these default properties to be ignored. - - For a list of initial property values for an instance of , see the constructor. - -## Examples - The following code example demonstrates formatting a message body using . - + class to peek or receive messages from a queue, or to have fine control over message properties when sending a message to a queue. + + uses the class when it peeks or receives messages from queues, because both the and methods create a new instance of the class and set the instance's properties. The class's read-only properties apply to retrieving messages from a queue, while the read/write properties apply to sending and retrieving messages. When peeks or receives a message from a queue, its property determines which of the message's properties are retrieved. + + The class's method allows you to specify any object type for a message being sent to that queue. You can use the instance's property to specify settings for generic messages sent to the queue. The types of settings include formatter, label, encryption, and authentication. You can also specify values for the appropriate members when you coordinate your messaging application to respond to acknowledgment and report messages. Using a instance to send a message to the queue gives you the flexibility to access and modify many of these properties - either for a single message or on a message-by-message basis. properties take precedence over . + + Message data is stored in the property and to a lesser extent, the and properties. When message data is encrypted, serialized, or deserialized, only the contents of the property are affected. + + The contents of the property are serialized when the message is sent, using the property you specify. The serialized contents are found in the property. You can also set the property directly, for example, to send a file as the data content of a message. You can change the or properties at any time before sending the message, and the data will be serialized appropriately when you call . + + The properties defined by the property apply only to messages that are not of type . If you specify the property for a , the identically named properties in a instance sent to that queue cause these default properties to be ignored. + + For a list of initial property values for an instance of , see the constructor. + +## Examples + The following code example demonstrates formatting a message body using . + :::code language="csharp" source="~/snippets/csharp/System.Messaging/BinaryMessageFormatter/Overview/message_binaryformatter.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/MessagingBinaryFormatter/VB/message_binaryformatter.vb" id="Snippet1"::: - - The following code example demonstrates formatting a message body using . - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/MessagingBinaryFormatter/VB/message_binaryformatter.vb" id="Snippet1"::: + + The following code example demonstrates formatting a message body using . + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_Remoting/Message.Body/CPP/message_sendreceive.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Messaging/Message/Overview/message_sendreceive.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/Message.Body/VB/message_sendreceive.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/Message.Body/VB/message_sendreceive.vb" id="Snippet1"::: + ]]> @@ -96,61 +96,61 @@ Initializes a new instance of the class with an empty body. - class that has an empty body. - - Specify either the property or the property before sending the object. The property can be any object that can be serialized, such as a text string, a structure object, a class instance, or an embedded object. - - Unless you write the contents of the message directly to the property, set the property before you send the message. The body is serialized using the property's value at the time the method is called on the instance. - - The is loosely coupled, so it is not necessary to have the same object type on the sender and receiver when using this format. The and serialize the data into binary representation. The is used when sending or receiving COM components. - - The following table shows initial property values for an instance of . - -|Property|Initial value| -|--------------|-------------------| -||`AcknowledgeType.None`| -||`null`| -||0| -||`true`| -||Microsoft Base Cryptographic Provider version 1.0| -||`CryptoProviderType.RSA_FULL`| -||`null`| -||`Stream.null`| -||0| -||`Guid.Empty`| -||An empty string ("")| -||A zero-length array of bytes| -||A zero-length array of bytes| -||`EncryptionAlgorithm.RC2`| -||A zero-length array of bytes| -||`XmlMessageFormatter`| -||`HashAlgorithm.MD5`| -||An empty string ("")| -||`MessagePriority.Normal`| -||`false`| -||`null`| -||A zero-length array of bytes| -||`Message.InfiniteTimeout`| -||`Message.InfiniteTimeout`| -||`null`| -||`false`| -||`false`| -||`false`| -||`false`| -||`false`| - - - -## Examples - The following code example sends two messages of different priorities to the queue, and retrieves them subsequently. - + class that has an empty body. + + Specify either the property or the property before sending the object. The property can be any object that can be serialized, such as a text string, a structure object, a class instance, or an embedded object. + + Unless you write the contents of the message directly to the property, set the property before you send the message. The body is serialized using the property's value at the time the method is called on the instance. + + The is loosely coupled, so it is not necessary to have the same object type on the sender and receiver when using this format. The and serialize the data into binary representation. The is used when sending or receiving COM components. + + The following table shows initial property values for an instance of . + +|Property|Initial value| +|--------------|-------------------| +||`AcknowledgeType.None`| +||`null`| +||0| +||`true`| +||Microsoft Base Cryptographic Provider version 1.0| +||`CryptoProviderType.RSA_FULL`| +||`null`| +||`Stream.null`| +||0| +||`Guid.Empty`| +||An empty string ("")| +||A zero-length array of bytes| +||A zero-length array of bytes| +||`EncryptionAlgorithm.RC2`| +||A zero-length array of bytes| +||`XmlMessageFormatter`| +||`HashAlgorithm.MD5`| +||An empty string ("")| +||`MessagePriority.Normal`| +||`false`| +||`null`| +||A zero-length array of bytes| +||`Message.InfiniteTimeout`| +||`Message.InfiniteTimeout`| +||`null`| +||`false`| +||`false`| +||`false`| +||`false`| +||`false`| + + + +## Examples + The following code example sends two messages of different priorities to the queue, and retrieves them subsequently. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_Remoting/Message.DefaultPropertiesToSend/CPP/message_defaultandpriority.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Messaging/Message/.ctor/message_defaultandpriority.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/Message.DefaultPropertiesToSend/VB/message_defaultandpriority.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/Message.DefaultPropertiesToSend/VB/message_defaultandpriority.vb" id="Snippet1"::: + ]]> @@ -183,57 +183,57 @@ The object to be serialized into the body of the message. Initializes a new instance of the class, using the to serialize the specified object into the body of the message. - class that contains the specified by the `body` parameter. The `body` parameter can be any object that can be serialized, such as a text string, a structure object, a class instance, or an embedded object. The body is serialized using the unless you change the property before the is sent. If you change the or property at any time before calling , the message will be serialized according to the new property value. - - The is loosely coupled, so it is not necessary to have the same object type on the sender and receiver when using this format. The and serialize the data into binary representation. The is used when sending or receiving COM components. - - The following table shows initial property values for an instance of . - -|Property|Initial value| -|--------------|-------------------| -||`AcknowledgeType.None`| -||`null`| -||0| -||`true`| -||Microsoft Base Cryptographic Provider version 1.0| -||`CryptoProviderType.RSA_FULL`| -||The `body` parameter.| -||`Stream.null`| -||0| -||`Guid.Empty`| -||An empty string ("")| -||A zero-length array of bytes| -||A zero-length array of bytes| -||`EncryptionAlgorithm.RC2`| -||A zero-length array of bytes| -||`XmlMessageFormatter`| -||`HashAlgorithm.MD5`| -||An empty string ("")| -||`MessagePriority.Normal`| -||`false`| -||`null`| -||A zero-length array of bytes| -||`Message.InfiniteTimeout`| -||`Message.InfiniteTimeout`| -||`null`| -||`false`| -||`false`| -||`false`| -||`false`| -||`false`| - - - -## Examples - The following code example creates a new queue, sends a message that contains an order to it, and then retrieves it. - + class that contains the specified by the `body` parameter. The `body` parameter can be any object that can be serialized, such as a text string, a structure object, a class instance, or an embedded object. The body is serialized using the unless you change the property before the is sent. If you change the or property at any time before calling , the message will be serialized according to the new property value. + + The is loosely coupled, so it is not necessary to have the same object type on the sender and receiver when using this format. The and serialize the data into binary representation. The is used when sending or receiving COM components. + + The following table shows initial property values for an instance of . + +|Property|Initial value| +|--------------|-------------------| +||`AcknowledgeType.None`| +||`null`| +||0| +||`true`| +||Microsoft Base Cryptographic Provider version 1.0| +||`CryptoProviderType.RSA_FULL`| +||The `body` parameter.| +||`Stream.null`| +||0| +||`Guid.Empty`| +||An empty string ("")| +||A zero-length array of bytes| +||A zero-length array of bytes| +||`EncryptionAlgorithm.RC2`| +||A zero-length array of bytes| +||`XmlMessageFormatter`| +||`HashAlgorithm.MD5`| +||An empty string ("")| +||`MessagePriority.Normal`| +||`false`| +||`null`| +||A zero-length array of bytes| +||`Message.InfiniteTimeout`| +||`Message.InfiniteTimeout`| +||`null`| +||`false`| +||`false`| +||`false`| +||`false`| +||`false`| + + + +## Examples + The following code example creates a new queue, sends a message that contains an order to it, and then retrieves it. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_Remoting/Message.Body/CPP/message_sendreceive.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Messaging/Message/Overview/message_sendreceive.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/Message.Body/VB/message_sendreceive.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/Message.Body/VB/message_sendreceive.vb" id="Snippet1"::: + ]]> @@ -267,53 +267,53 @@ A that specifies the formatter with which to serialize the message body. Initializes a new instance of the class using the specified formatter to serialize the specified object into the body of the message. - class that contains the specified by the `body` parameter and that uses any valid formatter to serialize the body. The `body` parameter is any object that can be serialized, such as a text string, a structure object, a class instance, or an embedded object. If you change the or property at any time before calling , the message will be serialized according to the new property value. - - The is loosely coupled, so it is not necessary to have the same object type on the sender and receiver when using this format. The and serialize the data into binary representation. The is used when sending or receiving COM components. - - The following table shows initial property values for an instance of . - -|Property|Initial value| -|--------------|-------------------| -||`AcknowledgeType.None`| -||`null`| -||0| -||`true`| -||Microsoft Base Cryptographic Provider version 1.0| -||`CryptoProviderType.RSA_FULL`| -||The `body` parameter.| -||`Stream.null`| -||0| -||`Guid.Empty`| -||An empty string ("")| -||A zero-length array of bytes| -||A zero-length array of bytes| -||`EncryptionAlgorithm.RC2`| -||A zero-length array of bytes| -||The `formatter` parameter.| -||`HashAlgorithm.MD5`| -||An empty string ("")| -||`MessagePriority.Normal`| -||`false`| -||`null`| -||A zero-length array of bytes| -||`Message.InfiniteTimeout`| -||`Message.InfiniteTimeout`| -||`null`| -||`false`| -||`false`| -||`false`| -||`false`| -||`false`| - -## Examples + class that contains the specified by the `body` parameter and that uses any valid formatter to serialize the body. The `body` parameter is any object that can be serialized, such as a text string, a structure object, a class instance, or an embedded object. If you change the or property at any time before calling , the message will be serialized according to the new property value. + + The is loosely coupled, so it is not necessary to have the same object type on the sender and receiver when using this format. The and serialize the data into binary representation. The is used when sending or receiving COM components. + + The following table shows initial property values for an instance of . + +|Property|Initial value| +|--------------|-------------------| +||`AcknowledgeType.None`| +||`null`| +||0| +||`true`| +||Microsoft Base Cryptographic Provider version 1.0| +||`CryptoProviderType.RSA_FULL`| +||The `body` parameter.| +||`Stream.null`| +||0| +||`Guid.Empty`| +||An empty string ("")| +||A zero-length array of bytes| +||A zero-length array of bytes| +||`EncryptionAlgorithm.RC2`| +||A zero-length array of bytes| +||The `formatter` parameter.| +||`HashAlgorithm.MD5`| +||An empty string ("")| +||`MessagePriority.Normal`| +||`false`| +||`null`| +||A zero-length array of bytes| +||`Message.InfiniteTimeout`| +||`Message.InfiniteTimeout`| +||`null`| +||`false`| +||`false`| +||`false`| +||`false`| +||`false`| + +## Examples :::code language="csharp" source="~/snippets/csharp/System.Messaging/BinaryMessageFormatter/Overview/message_binaryformatter.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/MessagingBinaryFormatter/VB/message_binaryformatter.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/MessagingBinaryFormatter/VB/message_binaryformatter.vb" id="Snippet1"::: + ]]> @@ -361,22 +361,22 @@ Gets or sets the type of acknowledgment message to be returned to the sending application. One of the values, which represent both the types of acknowledgment messages the system posts in the administration queue and the conditions under which acknowledgments are returned to the sending application. The default is . - property specifies the type of acknowledgment messages requested by the sending application. Set the property before sending the message to request notification of certain occurrences - for example, a message reaching its destination queue, a message being retrieved, or a time-out preventing a message from reaching or being retrieved from the destination queue. - - Message Queuing returns notification by sending acknowledgment messages to the property specified by the original message. An acknowledgment message's property indicates the type of acknowledgment that it represents. For example, if an acknowledgment message was sent because a message did not reach the destination before the interval expired, the property of the acknowledgment message would contain the value `ReachQueueTimeout`. - - - -## Examples - The following code example sends and receives a message containing an order to and from a queue. It specifically requests a positive acknowledgment when the original message reaches or is retrieved from the queue. - + property specifies the type of acknowledgment messages requested by the sending application. Set the property before sending the message to request notification of certain occurrences - for example, a message reaching its destination queue, a message being retrieved, or a time-out preventing a message from reaching or being retrieved from the destination queue. + + Message Queuing returns notification by sending acknowledgment messages to the property specified by the original message. An acknowledgment message's property indicates the type of acknowledgment that it represents. For example, if an acknowledgment message was sent because a message did not reach the destination before the interval expired, the property of the acknowledgment message would contain the value `ReachQueueTimeout`. + + + +## Examples + The following code example sends and receives a message containing an order to and from a queue. It specifically requests a positive acknowledgment when the original message reaches or is retrieved from the queue. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_Remoting/Message.Acknowledgment/CPP/message_acknowledgment.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Messaging/AcknowledgeTypes/Overview/message_acknowledgment.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/Message.Acknowledgment/VB/message_acknowledgment.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/Message.Acknowledgment/VB/message_acknowledgment.vb" id="Snippet1"::: + ]]> The message is filtered to ignore the property. @@ -419,23 +419,23 @@ Gets the classification of acknowledgment that this message represents. One of the enumeration values. - property to verify the status of the original message. - - When a message is sent to its destination queue, Message Queuing can be requested to post an acknowledgment message. Such a message can indicate, for example, whether the message arrived and was retrieved within specified time-outs, or it can indicate what went wrong in the case of delivery failure. The destination queue returns acknowledgment messages and posts them to the administration queue specified in the original message's property. The property of an acknowledgment message identifies the acknowledgment message, not the original message. You can find the identifier of the original message in the acknowledgment instance's property. - - If this instance represents an acknowledgment message, the property specifies the type of acknowledgment. Otherwise, the property contains the value `Normal`. - - Use the property of the original message to specify the circumstances under which acknowledgments will be returned. - + property to verify the status of the original message. + + When a message is sent to its destination queue, Message Queuing can be requested to post an acknowledgment message. Such a message can indicate, for example, whether the message arrived and was retrieved within specified time-outs, or it can indicate what went wrong in the case of delivery failure. The destination queue returns acknowledgment messages and posts them to the administration queue specified in the original message's property. The property of an acknowledgment message identifies the acknowledgment message, not the original message. You can find the identifier of the original message in the acknowledgment instance's property. + + If this instance represents an acknowledgment message, the property specifies the type of acknowledgment. Otherwise, the property contains the value `Normal`. + + Use the property of the original message to specify the circumstances under which acknowledgments will be returned. + ]]> - The message has not been sent. This property can only be read on messages retrieved from a queue. - - -or- - + The message has not been sent. This property can only be read on messages retrieved from a queue. + + -or- + The message queue is filtered to ignore the property. @@ -481,22 +481,22 @@ Gets or sets the queue that receives the acknowledgement messages that Message Queuing generates. The that specifies the administration queue used for system-generated acknowledgment messages. The default is . - property can be any non-transactional queue. The acknowledgment messages sent to the administration queue can indicate whether the original message reached its destination queue and whether it was removed from the queue. - - When the property has any value other than `None`, the sending application must specify the queue to use as the administration queue. - - - -## Examples - The following code example sends and receives a message containing an order to and from a queue. It specifically requests a positive acknowledgment when the original message reaches or is retrieved from the queue. - + property can be any non-transactional queue. The acknowledgment messages sent to the administration queue can indicate whether the original message reached its destination queue and whether it was removed from the queue. + + When the property has any value other than `None`, the sending application must specify the queue to use as the administration queue. + + + +## Examples + The following code example sends and receives a message containing an order to and from a queue. It specifically requests a positive acknowledgment when the original message reaches or is retrieved from the queue. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_Remoting/Message.Acknowledgment/CPP/message_acknowledgment.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Messaging/AcknowledgeTypes/Overview/message_acknowledgment.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/Message.Acknowledgment/VB/message_acknowledgment.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/Message.Acknowledgment/VB/message_acknowledgment.vb" id="Snippet1"::: + ]]> The message queue is filtered to ignore the property. @@ -539,15 +539,15 @@ Gets or sets additional, application-specific information. Information that is specific to the application. The default is zero. - property contains application-specific information that you can use to organize different types of messages. For example, you can use application-specific indexes. It is the responsibility of the application to interpret property information. - - Whenever possible, you should include message data in the body of the message rather than the property. - - When working with foreign queues, use the property to specify message properties that do not exist in Message Queuing. As with the property, it is the responsibility of the application to understand the content of the property. - + property contains application-specific information that you can use to organize different types of messages. For example, you can use application-specific indexes. It is the responsibility of the application to interpret property information. + + Whenever possible, you should include message data in the body of the message rather than the property. + + When working with foreign queues, use the property to specify message properties that do not exist in Message Queuing. As with the property, it is the responsibility of the application to understand the content of the property. + ]]> The message queue is filtered to ignore the property. @@ -586,24 +586,24 @@ Gets the time that the message arrived in the destination queue. A that represents the message's arrival time in the destination queue. The time is adjusted from GMT to the local time of the computer on which the destination queue resides. - property indicates how quickly the message must be received from the destination queue. The property timer starts when the message is sent, not when the message arrives in the queue. - - - -## Examples - The following code example displays the value of a message's property. - - - + property indicates how quickly the message must be received from the destination queue. The property timer starts when the message is sent, not when the message arrives in the queue. + + + +## Examples + The following code example displays the value of a message's property. + + + ]]> - The message has not been sent. This property can only be read on messages retrieved from a queue. - - -or- - + The message has not been sent. This property can only be read on messages retrieved from a queue. + + -or- + The message queue is filtered to ignore the property. @@ -644,23 +644,23 @@ if the should be attached to the message; otherwise, . The default is . - property is an array of bytes that represents the identifier of the sending user. The sender ID is set by Message Queuing and is used by the receiving Queue Manager to verify whether the sender has access rights to a queue. - - The absence of the sender ID is an indication by the sending application that Message Queuing should not validate the message's sender nor verify the sender's access rights to the receiving queue. The is trustworthy only if the message was authenticated when it reached the destination queue. The message is rejected when it reaches the destination queue if the queue accepts only authenticated messages and either the or the property is `false`. - + property is an array of bytes that represents the identifier of the sending user. The sender ID is set by Message Queuing and is used by the receiving Queue Manager to verify whether the sender has access rights to a queue. + + The absence of the sender ID is an indication by the sending application that Message Queuing should not validate the message's sender nor verify the sender's access rights to the receiving queue. The is trustworthy only if the message was authenticated when it reached the destination queue. The message is rejected when it reaches the destination queue if the queue accepts only authenticated messages and either the or the property is `false`. + > [!CAUTION] -> If a message is rejected, it is either sent to the dead-letter queue (if is `true`), or it is ignored. You can request acknowledgments when a message fails to reach a queue. Otherwise, when is `false` the message might be lost without warning. - - - -## Examples - The following code example gets and sets the value of a message's property. - - - +> If a message is rejected, it is either sent to the dead-letter queue (if is `true`), or it is ignored. You can request acknowledgments when a message fails to reach a queue. Otherwise, when is `false` the message might be lost without warning. + + + +## Examples + The following code example gets and sets the value of a message's property. + + + ]]> The message queue is filtered to ignore the property. @@ -705,26 +705,26 @@ if authentication was requested for the message when it entered the queue; otherwise, . - property is used only by the application while it is interacting with the message and trying to determine if authentication was requested. If the message is in the queue, the message was authenticated. Conversely, if the property is `true`, the receiving Queue Manager authenticated the message when it received that message. - - You cannot determine if a message failed authentication by looking at its properties. Message Queuing discards messages that fail authentication before they are delivered to the queue. However, you can request that an acknowledgment message be sent if a delivery failure prevents the message from arriving in the queue. - - - -## Examples - The following code example displays the value of a message's property. - - - + property is used only by the application while it is interacting with the message and trying to determine if authentication was requested. If the message is in the queue, the message was authenticated. Conversely, if the property is `true`, the receiving Queue Manager authenticated the message when it received that message. + + You cannot determine if a message failed authentication by looking at its properties. Message Queuing discards messages that fail authentication before they are delivered to the queue. However, you can request that an acknowledgment message be sent if a delivery failure prevents the message from arriving in the queue. + + + +## Examples + The following code example displays the value of a message's property. + + + ]]> - The message has not been sent. This property can only be read on messages retrieved from a queue. - - -or- - + The message has not been sent. This property can only be read on messages retrieved from a queue. + + -or- + The message queue is filtered to ignore the property. @@ -767,21 +767,21 @@ Gets or sets the name of the cryptographic provider used to generate the digital signature of the message. The name of the cryptographic provider used to generate the digital signature of the message. The default is Microsoft Base Cryptographic Provider version 1.0. - when working with foreign queues. Message Queuing requires the authentication provider name and authentication provider type of the cryptographic provider (authentication provider) to validate the digital signatures of both messages sent to a foreign queue and messages passed to Message Queuing from a foreign queue. - - When sending a message, always set the and properties together. When the message is sent, Message Queuing ignores the authentication provider name if the connector type is not also set. - - The property cannot be `null`, but it can be an empty string (""). - + when working with foreign queues. Message Queuing requires the authentication provider name and authentication provider type of the cryptographic provider (authentication provider) to validate the digital signatures of both messages sent to a foreign queue and messages passed to Message Queuing from a foreign queue. + + When sending a message, always set the and properties together. When the message is sent, Message Queuing ignores the authentication provider name if the connector type is not also set. + + The property cannot be `null`, but it can be an empty string (""). + ]]> - The property could not be set. - - -or- - + The property could not be set. + + -or- + The message queue is filtered to ignore the property. The was set to . @@ -826,21 +826,21 @@ Gets or sets the type of cryptographic provider used to generate the digital signature of the message. One of the values. The default is . - property when working with foreign queues to specify which cryptographic service provider is associated with a message. Message Queuing requires the authentication provider name and authentication provider type of the cryptographic provider (authentication provider) to validate the digital signatures of both messages sent to a foreign queue and messages passed to Message Queuing from a foreign queue. - - Only `RsaFull` is intended to be used with messaging. - - When sending a message, always set the and properties together. When the message is sent, Message Queuing ignores the authentication provider type if the connector type is not also set. - + property when working with foreign queues to specify which cryptographic service provider is associated with a message. Message Queuing requires the authentication provider name and authentication provider type of the cryptographic provider (authentication provider) to validate the digital signatures of both messages sent to a foreign queue and messages passed to Message Queuing from a foreign queue. + + Only `RsaFull` is intended to be used with messaging. + + When sending a message, always set the and properties together. When the message is sent, Message Queuing ignores the authentication provider type if the connector type is not also set. + ]]> - The property could not be set. - - -or- - + The property could not be set. + + -or- + The message queue is filtered to ignore the property. @@ -881,39 +881,39 @@ Gets or sets the content of the message. An object that specifies the message contents. The object can be a string, a date, a currency, a number, an array of bytes, or any managed object. - property usually contains the data associated with the message. Although you can also send application-specific data in the and properties, you should include message data in the of the message whenever possible. Only the property contents are serialized or encrypted. - - The property can contain any object whose size does not exceed 4 MB. If you use to send any object that is not of type to the , that object will be located in the property of the instance returned by or . - - The string argument in `MessageQueue.Send("hello.")` is an example of such a generic object. - - The property indicates the type of information that is stored in the message body. Message Queuing uses this information to identify the type of the property contents. - - Specify either the property or the property before sending the object. The property can be any serializable object, such as a text string, structure object, class instance, or embedded object. - - Unless you write the contents of the message directly to the property, set the property before you send the message. When the method is called on the instance, the body is serialized using the formatter contained in the property. If you send the message without specifying a value for the property, the formatter defaults to . - + property usually contains the data associated with the message. Although you can also send application-specific data in the and properties, you should include message data in the of the message whenever possible. Only the property contents are serialized or encrypted. + + The property can contain any object whose size does not exceed 4 MB. If you use to send any object that is not of type to the , that object will be located in the property of the instance returned by or . + + The string argument in `MessageQueue.Send("hello.")` is an example of such a generic object. + + The property indicates the type of information that is stored in the message body. Message Queuing uses this information to identify the type of the property contents. + + Specify either the property or the property before sending the object. The property can be any serializable object, such as a text string, structure object, class instance, or embedded object. + + Unless you write the contents of the message directly to the property, set the property before you send the message. When the method is called on the instance, the body is serialized using the formatter contained in the property. If you send the message without specifying a value for the property, the formatter defaults to . + > [!NOTE] -> Attempting to set the body of a message to will cause a when the `Send` method of the class is called and the is used. - - - -## Examples - The following code example sends two messages of different priorities to the queue, and retrieves them subsequently. - +> Attempting to set the body of a message to will cause a when the `Send` method of the class is called and the is used. + + + +## Examples + The following code example sends two messages of different priorities to the queue, and retrieves them subsequently. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_Remoting/Message.DefaultPropertiesToSend/CPP/message_defaultandpriority.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Messaging/Message/.ctor/message_defaultandpriority.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/Message.DefaultPropertiesToSend/VB/message_defaultandpriority.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/Message.DefaultPropertiesToSend/VB/message_defaultandpriority.vb" id="Snippet1"::: + ]]> - The property is . - - -or- - + The property is . + + -or- + The message queue is filtered to ignore the property. @@ -972,17 +972,17 @@ Gets or sets the information in the body of the message. A that contains the serialized information included in the of the message. - to be passed to the queue. - - Specify either the property or the property before sending the object. If you set the property, the contents are serialized into the property. However, you can choose to write the property directly. This is useful, for example, when you want to open a connection to a file and stream its contents as the body of your message. - - Unless you write the contents of the message directly to the property, set the property before you send the message. When the method is called on the instance, the body is serialized using the formatter contained in the property. If you send the message without specifying a value for the property, the formatter defaults to . - - If you set the property to `true` for the body of this message, the message will be encrypted when it is sent, not when you set the property. Therefore, the property is never encrypted. - + to be passed to the queue. + + Specify either the property or the property before sending the object. If you set the property, the contents are serialized into the property. However, you can choose to write the property directly. This is useful, for example, when you want to open a connection to a file and stream its contents as the body of your message. + + Unless you write the contents of the message directly to the property, set the property before you send the message. When the method is called on the instance, the body is serialized using the formatter contained in the property. If you send the message without specifying a value for the property, the formatter defaults to . + + If you set the property to `true` for the body of this message, the message will be encrypted when it is sent, not when you set the property. Therefore, the property is never encrypted. + ]]> The message queue is filtered to ignore the property. @@ -1031,33 +1031,33 @@ Gets or sets the type of data that the message body contains. The message body's true type, such as a string, a date, a currency, or a number. - property indicates the type of the object within the property of the message. - - The performs binding between native types and the object in a message body. If you use the , the formatter sets the property for you. - - Other formatters can provide binding functionality also, as shown in the following C# code. - -``` -message.Formatter = new ActiveXMessageFormatter(); -object myObject message.Body; -if (myObject is string) { -} -if (myObject is int) { -} -if (myObject is float) { -} -``` - - - -## Examples - The following code example displays the value of a message's property. - - - + property indicates the type of the object within the property of the message. + + The performs binding between native types and the object in a message body. If you use the , the formatter sets the property for you. + + Other formatters can provide binding functionality also, as shown in the following C# code. + +``` +message.Formatter = new ActiveXMessageFormatter(); +object myObject message.Body; +if (myObject is string) { +} +if (myObject is int) { +} +if (myObject is float) { +} +``` + + + +## Examples + The following code example displays the value of a message's property. + + + ]]> The message queue is filtered to ignore the property. @@ -1103,29 +1103,29 @@ if (myObject is float) { Gets or sets a value that indicates that some message properties typically set by Message Queuing were set by the sending application. A defined by the application and used in conjunction with connector applications or message encryption. This allows a receiving application to interpret message properties that were set by the sending application but that are usually set by Message Queuing. - property be set whenever an application sets a message property that is usually set by Message Queuing. An application typically uses a in the following two cases: - -- Whenever a connector application passes a message. The tells the sending and receiving applications how to interpret the security and acknowledgment properties of the message. - -- Whenever the sending application, rather than Message Queuing, encrypts a message. The tells Message Queuing to use the property value to decrypt the message. - - You must set the property if you set any of the following properties (otherwise, the queue ignores these properties when the message is sent): - -- - -- - -- - -- - -- - -- - + property be set whenever an application sets a message property that is usually set by Message Queuing. An application typically uses a in the following two cases: + +- Whenever a connector application passes a message. The tells the sending and receiving applications how to interpret the security and acknowledgment properties of the message. + +- Whenever the sending application, rather than Message Queuing, encrypts a message. The tells Message Queuing to use the property value to decrypt the message. + + You must set the property if you set any of the following properties (otherwise, the queue ignores these properties when the message is sent): + +- + +- + +- + +- + +- + +- + ]]> The message queue is filtered to ignore the property. @@ -1172,26 +1172,26 @@ if (myObject is float) { Gets or sets the message identifier used by acknowledgment, report, and response messages to reference the original message. The message identifier specified by the property of the original message. The correlation identifier is used by Message Queuing when it generates an acknowledgment or report message, and by an application when it generates a response message. - property to identify the original message's property. - - Connector applications also must set the property of the acknowledgment and report messages to the message identifier of the original message. - - When your application sends a response message to the sending application, you can set the property of the response message to the message identifier of the original message. The sending application can then match your response message to the message that was sent. - - - -## Examples - The following code example sends and receives a message that contains an order to and from a queue. It specifically requests a positive acknowledgment when the original message reaches or is retrieved from the queue. - + property to identify the original message's property. + + Connector applications also must set the property of the acknowledgment and report messages to the message identifier of the original message. + + When your application sends a response message to the sending application, you can set the property of the response message to the message identifier of the original message. The sending application can then match your response message to the message that was sent. + + + +## Examples + The following code example sends and receives a message that contains an order to and from a queue. It specifically requests a positive acknowledgment when the original message reaches or is retrieved from the queue. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_Remoting/Message.Acknowledgment/CPP/message_acknowledgment.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Messaging/AcknowledgeTypes/Overview/message_acknowledgment.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/Message.Acknowledgment/VB/message_acknowledgment.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/Message.Acknowledgment/VB/message_acknowledgment.vb" id="Snippet1"::: + ]]> The message queue is filtered to ignore the property. @@ -1235,24 +1235,24 @@ if (myObject is float) { Gets the intended destination queue for a message. A that specifies the intended destination queue for the message. - property is most commonly used to determine the original destination of a message that arrived in a journal or dead-letter queue. Usually, you do not need to examine this property, because you typically retrieve the message from its destination queue. - - - -## Examples - The following code example displays the value of a message's property. - - - + property is most commonly used to determine the original destination of a message that arrived in a journal or dead-letter queue. Usually, you do not need to examine this property, because you typically retrieve the message from its destination queue. + + + +## Examples + The following code example displays the value of a message's property. + + + ]]> - The message has not been sent. This property can only be read on messages retrieved from a queue. - - -or- - + The message has not been sent. This property can only be read on messages retrieved from a queue. + + -or- + The message queue is filtered to ignore the property. @@ -1294,19 +1294,19 @@ if (myObject is float) { Gets or sets the symmetric key used to encrypt application-encrypted messages or messages sent to foreign queues. An array of byte values that specifies the destination symmetric key used to encrypt the message. The default is a zero-length array. - property. The first is when your application, rather than Message Queuing, encrypts a message. The second is when you send an encrypted message to a queuing system other than Message Queuing. - - Before you set this property, you must encrypt the symmetric key with the public key of the receiving queue manager. When you send an application-encrypted message, the receiving queue manager uses the symmetric key to decrypt the message before sending it to its destination queue. - - If you send a message to a foreign queue, the message is first received by the appropriate connector application, which forwards the encrypted message with the attached symmetric key to the receiving application. It is then the responsibility of the receiving application to decrypt the message using the symmetric key. - - When you set the property, you must also set the property. When the message is sent, Message Queuing ignores the property if the property is not also set. - - The property has a maximum array size of 256. - + property. The first is when your application, rather than Message Queuing, encrypts a message. The second is when you send an encrypted message to a queuing system other than Message Queuing. + + Before you set this property, you must encrypt the symmetric key with the public key of the receiving queue manager. When you send an application-encrypted message, the receiving queue manager uses the symmetric key to decrypt the message before sending it to its destination queue. + + If you send a message to a foreign queue, the message is first received by the appropriate connector application, which forwards the encrypted message with the attached symmetric key to the receiving application. It is then the responsibility of the receiving application to decrypt the message using the symmetric key. + + When you set the property, you must also set the property. When the message is sent, Message Queuing ignores the property if the property is not also set. + + The property has a maximum array size of 256. + ]]> The message queue is filtered to ignore the property. @@ -1350,19 +1350,19 @@ if (myObject is float) { Gets or sets the digital signature that Message Queuing uses to authenticate the message. An array of byte values that specifies the Message Queuing 1.0 digital signature used to authenticate the message. The default is a zero-length array. - property when the sending application requests authentication. The receiving application uses this property to retrieve the digital signature attached to the message. - - You can only use the property when running Message Queuing version 2.0. The sending application must specify Message Queuing version 1.0 signatures when requesting authentication. If the sending application sends a Message Queuing version 2.0 signature, this property contains a buffer of four bytes, each containing zero. - - The property, together with the property, is also used by connector applications when a message is sent. In this scenario, the connector application - rather than Message Queuing - generates the digital signature, which it bases on the certificate of the user sending the message. - - The property has a maximum array size of 256. - - When you set the property, you must also set the property. When a message is sent, Message Queuing ignores the property if the property is not also set. - + property when the sending application requests authentication. The receiving application uses this property to retrieve the digital signature attached to the message. + + You can only use the property when running Message Queuing version 2.0. The sending application must specify Message Queuing version 1.0 signatures when requesting authentication. If the sending application sends a Message Queuing version 2.0 signature, this property contains a buffer of four bytes, each containing zero. + + The property, together with the property, is also used by connector applications when a message is sent. In this scenario, the connector application - rather than Message Queuing - generates the digital signature, which it bases on the certificate of the user sending the message. + + The property has a maximum array size of 256. + + When you set the property, you must also set the property. When a message is sent, Message Queuing ignores the property if the property is not also set. + ]]> The message queue is filtered to ignore the property. @@ -1408,13 +1408,13 @@ if (myObject is float) { Gets or sets the encryption algorithm used to encrypt the body of a private message. One of the enumeration values. The default is . - property specifies the algorithm used to encrypt the message body of a private message. - - A queue can require that incoming messages be encrypted. If an application sends a non-encrypted (non-private) message to a queue that accepts only private messages, or if it sends a private message to a queue that accepts only non-private messages, the queue rejects the message. The sending application can request that a negative acknowledgment message be returned in such a case. - + property specifies the algorithm used to encrypt the message body of a private message. + + A queue can require that incoming messages be encrypted. If an application sends a non-encrypted (non-private) message to a queue that accepts only private messages, or if it sends a private message to a queue that accepts only non-private messages, the queue rejects the message. The sending application can request that a negative acknowledgment message be returned in such a case. + ]]> The message queue is filtered to ignore the property. @@ -1459,17 +1459,17 @@ if (myObject is float) { Gets or sets additional, application-defined information associated with the message. An array of byte values that provides application-defined information associated with the message. The default is a zero-length array. - property provides for application-defined information, like a large binary object, that is associated with the message. It is the responsibility of the receiving application to interpret the contents of the property. - - Where possible, you should include message data in the property of the message rather than the property. - - When working with foreign queues, use the property to specify message properties that do not exist in Message Queuing. - - A foreign queue exists in a queuing system other than Microsoft Message Queuing. Message Queuing communicates with such queues through a connector application. - + property provides for application-defined information, like a large binary object, that is associated with the message. It is the responsibility of the receiving application to interpret the contents of the property. + + Where possible, you should include message data in the property of the message rather than the property. + + When working with foreign queues, use the property to specify message properties that do not exist in Message Queuing. + + A foreign queue exists in a queuing system other than Microsoft Message Queuing. Message Queuing communicates with such queues through a connector application. + ]]> The message queue is filtered to ignore the property. @@ -1509,27 +1509,27 @@ if (myObject is float) { Gets or sets the formatter used to serialize an object into or deserialize an object from the message body. The that produces a stream to be written to or read from the message body. The default is . - property when reading and writing a message. When a message is sent to the queue, the formatter serializes the property into a stream that can be sent to the message queue. When reading from a queue, the formatter deserializes the message data into the property. - - Unless you write the contents of the message directly to the property, set the property before you send the message. When the method is called on the instance, the body is serialized using the formatter contained in the property. If you send the message without specifying a value for the property, the formatter defaults to . - - The is loosely coupled, so it is not necessary to have the same object type on the sender and receiver when using this format. The and serialize the data into binary representation. The is used when sending or receiving COM components. - -## Examples - The following code example demonstrates formatting a message body using . - + property when reading and writing a message. When a message is sent to the queue, the formatter serializes the property into a stream that can be sent to the message queue. When reading from a queue, the formatter deserializes the message data into the property. + + Unless you write the contents of the message directly to the property, set the property before you send the message. When the method is called on the instance, the body is serialized using the formatter contained in the property. If you send the message without specifying a value for the property, the formatter defaults to . + + The is loosely coupled, so it is not necessary to have the same object type on the sender and receiver when using this format. The and serialize the data into binary representation. The is used when sending or receiving COM components. + +## Examples + The following code example demonstrates formatting a message body using . + :::code language="csharp" source="~/snippets/csharp/System.Messaging/BinaryMessageFormatter/Overview/message_binaryformatter.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/MessagingBinaryFormatter/VB/message_binaryformatter.vb" id="Snippet1"::: - - The following code example demonstrates formatting a message body using . - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/MessagingBinaryFormatter/VB/message_binaryformatter.vb" id="Snippet1"::: + + The following code example demonstrates formatting a message body using . + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_Remoting/Message.Body/CPP/message_sendreceive.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Messaging/Message/Overview/message_sendreceive.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/Message.Body/VB/message_sendreceive.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/Message.Body/VB/message_sendreceive.vb" id="Snippet1"::: + ]]> The property is . @@ -1575,13 +1575,13 @@ if (myObject is float) { Gets or sets the hashing algorithm that Message Queuing uses when authenticating a message or creating a digital signature for a message. One of the enumeration values. For Windows XP, the default is . Otherwise, the default is . - The message queue is filtered to ignore the property. @@ -1627,30 +1627,30 @@ if (myObject is float) { Gets the message's identifier. The message's unique identifier, which is generated by Message Queuing. - of the sending computer and a unique identifier for the message on the computer. The combination of the two items produces a message identifier that is unique on the network. - - Message Queuing generates message identifiers for all messages - including acknowledgment and report messages. An acknowledgment message is generally sent by Message Queuing in reaction to the arrival or failure of an original, sent message. You can find the property value of the original message in the property of an acknowledgment message. - - You can also use the property when sending a response message to a response queue. To include the identifier of the original message in a response message, set the property of the response message to the property of the original message. The application reading the response message can then use the correlation identifier of the response message to identify the original message. - - - -## Examples - The following code example sends and receives a message containing an order to and from a queue. It specifically requests a positive acknowledgment when the original message reaches or is retrieved from the queue. - + of the sending computer and a unique identifier for the message on the computer. The combination of the two items produces a message identifier that is unique on the network. + + Message Queuing generates message identifiers for all messages - including acknowledgment and report messages. An acknowledgment message is generally sent by Message Queuing in reaction to the arrival or failure of an original, sent message. You can find the property value of the original message in the property of an acknowledgment message. + + You can also use the property when sending a response message to a response queue. To include the identifier of the original message in a response message, set the property of the response message to the property of the original message. The application reading the response message can then use the correlation identifier of the response message to identify the original message. + + + +## Examples + The following code example sends and receives a message containing an order to and from a queue. It specifically requests a positive acknowledgment when the original message reaches or is retrieved from the queue. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_Remoting/Message.Acknowledgment/CPP/message_acknowledgment.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Messaging/AcknowledgeTypes/Overview/message_acknowledgment.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/Message.Acknowledgment/VB/message_acknowledgment.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/Message.Acknowledgment/VB/message_acknowledgment.vb" id="Snippet1"::: + ]]> - The message has not been sent. This property can only be read on messages retrieved from a queue. - - -or- - + The message has not been sent. This property can only be read on messages retrieved from a queue. + + -or- + The message queue is filtered to ignore the property. @@ -1675,18 +1675,18 @@ if (myObject is float) { Specifies that no time-out exists. - and require a value that specifies a time-out. For the former, the time-out is the maximum time allowed for a message to be received from the queue. For the latter, the time-out is the time allowed for a message to reach the queue. In both cases, you can specify the time-out as a number of seconds or use to indicate that no time-out exists. - - - -## Examples - The following code example demonstrates the use of the field. - - - + and require a value that specifies a time-out. For the former, the time-out is the maximum time allowed for a message to be received from the queue. For the latter, the time-out is the time allowed for a message to reach the queue. In both cases, you can specify the time-out as a number of seconds or use to indicate that no time-out exists. + + + +## Examples + The following code example demonstrates the use of the field. + + + ]]> @@ -1725,30 +1725,30 @@ if (myObject is float) { if the message was the first message sent in a transaction; otherwise, . - property to verify that a message was the first message sent in a single transaction to a single queue. - - This property is available only with Message Queuing version 2.0 and later. - - To verify transaction boundaries, you can use the property along with two other properties: and . Use the former to check whether a message was the last message sent in the transaction, and use the latter to retrieve the identifier of the transaction. - - If only one message is sent in a transaction, the and properties are both set to `true`. - - - -## Examples - The following code example displays the value of a message's property. - - - + property to verify that a message was the first message sent in a single transaction to a single queue. + + This property is available only with Message Queuing version 2.0 and later. + + To verify transaction boundaries, you can use the property along with two other properties: and . Use the former to check whether a message was the last message sent in the transaction, and use the latter to retrieve the identifier of the transaction. + + If only one message is sent in a transaction, the and properties are both set to `true`. + + + +## Examples + The following code example displays the value of a message's property. + + + ]]> - The message has not been sent. This property can only be read on messages retrieved from a queue. - - -or- - + The message has not been sent. This property can only be read on messages retrieved from a queue. + + -or- + The message queue is filtered to ignore the property. @@ -1787,30 +1787,30 @@ if (myObject is float) { if the message was the last message sent in a single transaction; otherwise, . - property to verify that a message was the last message sent in a single transaction to a single queue. - - This property is available only with Message Queuing version 2.0 and later. - - To verify transaction boundaries, you can use the property along with two other properties: and . Use the former to check whether a message was the first message sent in the transaction, and use the latter to retrieve the identifier of the transaction. - - If only one message is sent in a transaction, the and properties are both set to `true`. - - - -## Examples - The following code example displays the value of a message's property. - - - + property to verify that a message was the last message sent in a single transaction to a single queue. + + This property is available only with Message Queuing version 2.0 and later. + + To verify transaction boundaries, you can use the property along with two other properties: and . Use the former to check whether a message was the first message sent in the transaction, and use the latter to retrieve the identifier of the transaction. + + If only one message is sent in a transaction, the and properties are both set to `true`. + + + +## Examples + The following code example displays the value of a message's property. + + + ]]> - The message has not been sent. This property can only be read on messages retrieved from a queue. - - -or- - + The message has not been sent. This property can only be read on messages retrieved from a queue. + + -or- + The message queue is filtered to ignore the property. @@ -1852,20 +1852,20 @@ if (myObject is float) { Gets or sets an application-defined Unicode string that describes the message. The label of the message. The default is an empty string (""). - property. - - - + property. + + + ]]> The message queue is filtered to ignore the property. @@ -1892,28 +1892,28 @@ if (myObject is float) { Introduced in MSMQ 3.0. Gets the message's lookup identifier. The message's lookup identifier, which is generated by Message Queuing and is unique to the queue where the message resides. - property provides read-only access to a message's lookup identifier. The lookup identifier, introduced in MSMQ 3.0, is a 64-bit identifier that is generated by Message Queuing and assigned to each message when the message is placed in the queue. The lookup identifier is not the same as the message identifier that is generated when the message is sent. - - Message Queuing generates a lookup identifier for all messages that are placed in any queue, including application-generated destination, administration, and report queues, as well as system-generated journal, dead-letter, connector, and outgoing queues. In other words, this includes both messages sent by sending applications and by Message Queuing. The lookup identifier is unique to the queue and has no meaning outside the queue. - - If a message is sent to several destination queues, or if a copy of a message is stored in a computer journal or queue journal, each copy of the message will have its own lookup identifier when it is placed in its respective queue. - - The property can only be read on messages retrieved from a queue. - - A lookup identifier is used to read a specific message in the queue. Once the lookup identifier of a message is known, the receiving application can call the or function to go directly to that message and peek at or retrieve it from the queue, unlike cursors that must start at the front of the queue and navigate towards the end of the queue, - - Obtaining the lookup identifiers of the messages in the queue is the responsibility of the application. One possible way to obtain the lookup identifiers is to create a trigger for the destination queue that invokes a component that caches the identifiers of each message as they are placed in the queue. - + property provides read-only access to a message's lookup identifier. The lookup identifier, introduced in MSMQ 3.0, is a 64-bit identifier that is generated by Message Queuing and assigned to each message when the message is placed in the queue. The lookup identifier is not the same as the message identifier that is generated when the message is sent. + + Message Queuing generates a lookup identifier for all messages that are placed in any queue, including application-generated destination, administration, and report queues, as well as system-generated journal, dead-letter, connector, and outgoing queues. In other words, this includes both messages sent by sending applications and by Message Queuing. The lookup identifier is unique to the queue and has no meaning outside the queue. + + If a message is sent to several destination queues, or if a copy of a message is stored in a computer journal or queue journal, each copy of the message will have its own lookup identifier when it is placed in its respective queue. + + The property can only be read on messages retrieved from a queue. + + A lookup identifier is used to read a specific message in the queue. Once the lookup identifier of a message is known, the receiving application can call the or function to go directly to that message and peek at or retrieve it from the queue, unlike cursors that must start at the front of the queue and navigate towards the end of the queue, + + Obtaining the lookup identifiers of the messages in the queue is the responsibility of the application. One possible way to obtain the lookup identifiers is to create a trigger for the destination queue that invokes a component that caches the identifiers of each message as they are placed in the queue. + ]]> MSMQ 3.0 is not installed. - The message has not been sent. This property can only be read on messages retrieved from a queue. - - -or- - + The message has not been sent. This property can only be read on messages retrieved from a queue. + + -or- + The message queue is filtered to ignore the property. @@ -1950,30 +1950,30 @@ if (myObject is float) { Gets the message type: , , or . One of the values. - property. - - - + property. + + + ]]> - The message has not been sent. This property can only be read on messages retrieved from a queue. - - -or- - + The message has not been sent. This property can only be read on messages retrieved from a queue. + + -or- + The message queue is filtered to ignore the property. @@ -2016,22 +2016,22 @@ if (myObject is float) { Gets or sets the message priority, which determines where in the queue the message is placed. One of the values, which represent the priority levels of non-transactional messages. The default is . - property affects how Message Queuing handles the message both while it is en route and once it reaches its destination. Higher-priority messages are given preference during routing and inserted toward the front of the destination queue. Messages with the same priority are placed in the queue according to their arrival time. - - You can set a meaningful priority only for non-transactional messages. Message Queuing automatically sets the priority for transactional messages to `Lowest`, which causes transactional message priority to be ignored. - - - -## Examples - The following code example sends two messages of different priorities to the queue, and retrieves them subsequently. - + property affects how Message Queuing handles the message both while it is en route and once it reaches its destination. Higher-priority messages are given preference during routing and inserted toward the front of the destination queue. Messages with the same priority are placed in the queue according to their arrival time. + + You can set a meaningful priority only for non-transactional messages. Message Queuing automatically sets the priority for transactional messages to `Lowest`, which causes transactional message priority to be ignored. + + + +## Examples + The following code example sends two messages of different priorities to the queue, and retrieves them subsequently. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_Remoting/Message.DefaultPropertiesToSend/CPP/message_defaultandpriority.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Messaging/Message/.ctor/message_defaultandpriority.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/Message.DefaultPropertiesToSend/VB/message_defaultandpriority.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/Message.DefaultPropertiesToSend/VB/message_defaultandpriority.vb" id="Snippet1"::: + ]]> The message queue is filtered to ignore the property. @@ -2076,22 +2076,22 @@ if (myObject is float) { if delivery of the message is guaranteed (through saving the message to disk while en route); if delivery is not assured. The default is . - property indicates whether the delivery of a message is guaranteed - even if a computer crashes while the message is en route to the destination queue. - - If delivery of a message is guaranteed, the message is stored locally at every step along the route, until the message is successfully forwarded to the next computer. Setting the property to `true` could affect throughput. - - If the message is transactional, Message Queuing automatically treats the message as recoverable, regardless of the value of the property. - - - -## Examples - The following code example gets and sets the value of a message's property. - - - + property indicates whether the delivery of a message is guaranteed - even if a computer crashes while the message is en route to the destination queue. + + If delivery of a message is guaranteed, the message is stored locally at every step along the route, until the message is successfully forwarded to the next computer. Setting the property to `true` could affect throughput. + + If the message is transactional, Message Queuing automatically treats the message as recoverable, regardless of the value of the property. + + + +## Examples + The following code example gets and sets the value of a message's property. + + + ]]> The message queue is filtered to ignore the property. @@ -2133,20 +2133,20 @@ if (myObject is float) { Gets or sets the queue that receives application-generated response messages. The to which application-generated response messages are returned. The default is . - property identifies the queue that receives application-generated response messages, which the receiving application returns to the sending application. The sending application specifies response queues when the application sends its messages. Any available queue can be specified as a response queue. - - Messages returned to the response queue are application-specific. The application must define the contents of the messages as well as the action to take upon receipt of a message. - - - -## Examples - The following code example gets and sets the value of a message's property. - - - + property identifies the queue that receives application-generated response messages, which the receiving application returns to the sending application. The sending application specifies response queues when the application sends its messages. Any available queue can be specified as a response queue. + + Messages returned to the response queue are application-specific. The application must define the contents of the messages as well as the action to take upon receipt of a message. + + + +## Examples + The following code example gets and sets the value of a message's property. + + + ]]> The message queue is filtered to ignore the property. @@ -2222,15 +2222,15 @@ if (myObject is float) { Gets or sets the security certificate used to authenticate messages. An array of byte values that represents a security certificate, which Message Queuing uses to verify the sender of the message. The default is a zero-length array. - property when the message includes an external security certificate. - - Message Queuing can authenticate a message using either an internal or external security certificate. Message Queuing provides internal certificates, which are used to verify message integrity. A certification authority provides an external certificate, which you can access through the property of the message. In addition to allowing Message Queuing to authenticate the message, an external certificate allows the receiving application to further verify the sender. An internal certificate has no usable value to a receiving application. - - An external certificate must be registered with the directory service of the Message Queuing system. An external certificate contains information about the certification authority, the certificate user, the validity period of the certificate, the public key of the certificate user, and the certification authority's signature. - + property when the message includes an external security certificate. + + Message Queuing can authenticate a message using either an internal or external security certificate. Message Queuing provides internal certificates, which are used to verify message integrity. A certification authority provides an external certificate, which you can access through the property of the message. In addition to allowing Message Queuing to authenticate the message, an external certificate allows the receiving application to further verify the sender. An internal certificate has no usable value to a receiving application. + + An external certificate must be registered with the directory service of the Message Queuing system. An external certificate contains information about the certification authority, the certificate user, the validity period of the certificate, the public key of the certificate user, and the certification authority's signature. + ]]> The message queue is filtered to ignore the property. @@ -2270,19 +2270,19 @@ if (myObject is float) { Gets the identifier of the sending user. An array of byte values that identifies the sender. The receiving Queue Manager uses the identifier when it authenticates the message to verify the sender of the message and the sender's access rights to the queue. - property is `false`, the sender identifier specified in the property is not attached to the message when it is sent. This indicates to Message Queuing that the sender should not be validated when it sends the message to the destination queue. If the property is `true`, the property value is trustworthy only if the message was authenticated. Use the property in conjunction with the property to verify the sender's access rights. - - A connector application is an application that uses a connector server to provide communication between Message Queuing and other queuing systems. Message Queuing requires connector applications to provide sender identification. You must set the property when sending a message through a connector application. - + property is `false`, the sender identifier specified in the property is not attached to the message when it is sent. This indicates to Message Queuing that the sender should not be validated when it sends the message to the destination queue. If the property is `true`, the property value is trustworthy only if the message was authenticated. Use the property in conjunction with the property to verify the sender's access rights. + + A connector application is an application that uses a connector server to provide communication between Message Queuing and other queuing systems. Message Queuing requires connector applications to provide sender identification. You must set the property when sending a message through a connector application. + ]]> - The message has not been sent. This property can only be read on messages retrieved from a queue. - - -or- - + The message has not been sent. This property can only be read on messages retrieved from a queue. + + -or- + The message queue is filtered to ignore the property. @@ -2326,26 +2326,26 @@ if (myObject is float) { Gets the version of Message Queuing used to send the message. The version of Message Queuing used to send the message. - property is important for certain features. For example, transaction processing is supported only by Message Queuing 2.0 and later, and digital signatures are used to authenticate messages sent by MSMQ 1.0. - - The sending Queue Manager sets the property when the message is sent. - - - -## Examples - The following code example displays the value of a message's property. - - - + property is important for certain features. For example, transaction processing is supported only by Message Queuing 2.0 and later, and digital signatures are used to authenticate messages sent by MSMQ 1.0. + + The sending Queue Manager sets the property when the message is sent. + + + +## Examples + The following code example displays the value of a message's property. + + + ]]> - The message has not been sent. This property can only be read on messages retrieved from a queue. - - -or- - + The message has not been sent. This property can only be read on messages retrieved from a queue. + + -or- + The message queue is filtered to ignore the property. @@ -2389,24 +2389,24 @@ if (myObject is float) { Gets the date and time on the sending computer that the message was sent by the source queue manager. A that represents the time the message was sent. - property is adjusted to the local time of the computer on which this instance of the class was created. This time zone could be different from those of the source and destination queues. - - - -## Examples - The following code example displays the value of a message's property. - - - + property is adjusted to the local time of the computer on which this instance of the class was created. This time zone could be different from those of the source and destination queues. + + + +## Examples + The following code example displays the value of a message's property. + + + ]]> - The message has not been sent. This property can only be read on messages retrieved from a queue. - - -or- - + The message has not been sent. This property can only be read on messages retrieved from a queue. + + -or- + The message queue is filtered to ignore the property. @@ -2441,24 +2441,24 @@ if (myObject is float) { Gets the computer from which the message originated. The name of the computer from which the message was sent. - property does not include preceding two forward slashes (\\\\). For example, `myServer` is a valid . - - - -## Examples - The following code example displays the value of a message's property. - - - + property does not include preceding two forward slashes (\\\\). For example, `myServer` is a valid . + + + +## Examples + The following code example displays the value of a message's property. + + + ]]> - The message has not been sent. This property can only be read on messages retrieved from a queue. - - -or- - + The message has not been sent. This property can only be read on messages retrieved from a queue. + + -or- + The message queue is filtered to ignore the property. The computer information or directory service could not be accessed. @@ -2503,29 +2503,29 @@ if (myObject is float) { Gets or sets the maximum amount of time for the message to be received from the destination queue. The total time for a sent message to be received from the destination queue. The default is . - property specifies the total time for a sent message to be received from the destination queue. The time limit includes the time spent getting to the destination queue and the time spent waiting in the queue before the message is received. - + property specifies the total time for a sent message to be received from the destination queue. The time limit includes the time spent getting to the destination queue and the time spent waiting in the queue before the message is received. + > [!CAUTION] -> When using dependent client computers, be sure the clock on the client computer is synchronized with the clock on the server that is running Message Queuing. Otherwise, unpredictable behavior might result when sending a message whose property is not . - - If the interval specified by the property expires before the message is removed from the queue, Message Queuing discards the message in one of two ways. If the message's property is `true`, the message is sent to the dead-letter queue. If is `false`, the message is ignored. - - You can set the message's property to request that Message Queuing send a negative acknowledgment message back to the sending application if the message is not retrieved before the timer expires. - - If the value specified by the property is less than the value specified by the property, takes precedence. - - When several messages are sent in a single transaction, Message Queuing uses the property of the first message. - - - -## Examples - The following code example gets and sets the value of a message's property. - - - +> When using dependent client computers, be sure the clock on the client computer is synchronized with the clock on the server that is running Message Queuing. Otherwise, unpredictable behavior might result when sending a message whose property is not . + + If the interval specified by the property expires before the message is removed from the queue, Message Queuing discards the message in one of two ways. If the message's property is `true`, the message is sent to the dead-letter queue. If is `false`, the message is ignored. + + You can set the message's property to request that Message Queuing send a negative acknowledgment message back to the sending application if the message is not retrieved before the timer expires. + + If the value specified by the property is less than the value specified by the property, takes precedence. + + When several messages are sent in a single transaction, Message Queuing uses the property of the first message. + + + +## Examples + The following code example gets and sets the value of a message's property. + + + ]]> The message queue is filtered to ignore the property. @@ -2573,22 +2573,22 @@ if (myObject is float) { Gets or sets the maximum amount of time for the message to reach the queue. The time limit for the message to reach the destination queue, beginning from the time the message is sent. The default is . - property expires before the message reaches its destination, Message Queuing discards the message in one of two ways. If the message's property is `true`, the message is sent to the dead-letter queue. If is `false`, the message is ignored - - You can set the message's property to request that Message Queuing send a negative acknowledgment message back to the sending application if the message does not arrive before the timer expires. - - If the property is set to 0 seconds, Message Queuing tries once to send the message to its destination - if the queue is waiting for the message. If the queue is local, the message always reaches it. - - If the value specified by the property is greater than the value specified by the property, takes precedence. - + property expires before the message reaches its destination, Message Queuing discards the message in one of two ways. If the message's property is `true`, the message is sent to the dead-letter queue. If is `false`, the message is ignored + + You can set the message's property to request that Message Queuing send a negative acknowledgment message back to the sending application if the message does not arrive before the timer expires. + + If the property is set to 0 seconds, Message Queuing tries once to send the message to its destination - if the queue is waiting for the message. If the queue is local, the message always reaches it. + + If the value specified by the property is greater than the value specified by the property, takes precedence. + When several messages are sent in a single transaction, Message Queuing uses the property of the first message. - -## Examples + +## Examples The following code example gets and sets the value of a message's property. - + ]]> The message queue is filtered to ignore the property. @@ -2628,30 +2628,30 @@ if (myObject is float) { Gets the identifier for the transaction of which the message was a part. The identifier for the transaction associated with the message. - property to verify that a message was sent as part of a specific transaction. The transaction identifier contains the identifier of the sending computer (first 16 bits) followed by a 4-byte transaction sequence number. - - This property is available only for Message Queuing version 2.0 and later. - - Transaction identifiers are not guaranteed to be unique, because transaction sequence numbers are not persistent, and they start over again at 2 20. Message Queuing guarantees only that subsequent transactions will have different transaction sequence numbers. - - You can use the property along with the and properties to verify transaction boundaries. - - - -## Examples - The following code example displays the value of a message's property. - - - + property to verify that a message was sent as part of a specific transaction. The transaction identifier contains the identifier of the sending computer (first 16 bits) followed by a 4-byte transaction sequence number. + + This property is available only for Message Queuing version 2.0 and later. + + Transaction identifiers are not guaranteed to be unique, because transaction sequence numbers are not persistent, and they start over again at 2 20. Message Queuing guarantees only that subsequent transactions will have different transaction sequence numbers. + + You can use the property along with the and properties to verify transaction boundaries. + + + +## Examples + The following code example displays the value of a message's property. + + + ]]> - The message has not been sent. This property can only be read on messages retrieved from a queue. - - -or- - + The message has not been sent. This property can only be read on messages retrieved from a queue. + + -or- + The message queue is filtered to ignore the property. @@ -2693,28 +2693,28 @@ if (myObject is float) { Gets the transaction status queue on the source computer. The transaction status queue on the source computer, which is used for sending acknowledgement messages back to the sending application. The default is . - property identifies the transactional queue on the source computer that receives read-receipt acknowledgments from connector applications. Message Queuing sets the property, and connector applications use the property when retrieving transactional messages sent to foreign queues. - - A foreign queue exists in a queuing system other than Microsoft Message Queuing. Message Queuing communicates with such queues through a connector application. - - The connector application can use the transaction status queue to send acknowledgment messages back to the sending application. The transaction status queue should receive these acknowledgments even if the sending application does not request other acknowledgments. - - - -## Examples - The following code example displays the value of a message's property. - - - + property identifies the transactional queue on the source computer that receives read-receipt acknowledgments from connector applications. Message Queuing sets the property, and connector applications use the property when retrieving transactional messages sent to foreign queues. + + A foreign queue exists in a queuing system other than Microsoft Message Queuing. Message Queuing communicates with such queues through a connector application. + + The connector application can use the transaction status queue to send acknowledgment messages back to the sending application. The transaction status queue should receive these acknowledgments even if the sending application does not request other acknowledgments. + + + +## Examples + The following code example displays the value of a message's property. + + + ]]> - The message has not been sent. This property can only be read on messages retrieved from a queue. - - -or- - + The message has not been sent. This property can only be read on messages retrieved from a queue. + + -or- + The message queue is filtered to ignore the property. @@ -2760,15 +2760,15 @@ if (myObject is float) { if the sending application requested authentication for the message; otherwise, . - property specifies whether the message needs to be authenticated. If the sending application requests authentication, Message Queuing creates a digital signature and uses it to sign the message when it is sent and authenticate the message when it is received. - - If is `false` and a message is sent to a queue that accepts only authenticated messages, the message will be rejected when it reaches the queue. - - You cannot determine if a message failed authentication by looking at its properties. Message Queuing discards such messages before they are delivered to the queue. However, you can request that an acknowledgment message be sent if a delivery failure prevents a message from arriving in the queue. - + property specifies whether the message needs to be authenticated. If the sending application requests authentication, Message Queuing creates a digital signature and uses it to sign the message when it is sent and authenticate the message when it is received. + + If is `false` and a message is sent to a queue that accepts only authenticated messages, the message will be rejected when it reaches the queue. + + You cannot determine if a message failed authentication by looking at its properties. Message Queuing discards such messages before they are delivered to the queue. However, you can request that an acknowledgment message be sent if a delivery failure prevents a message from arriving in the queue. + ]]> The message queue is filtered to ignore the property. @@ -2818,24 +2818,24 @@ if (myObject is float) { if message-delivery failure should result in a copy of the message being sent to a dead-letter queue; otherwise, . The default is . - and properties specify how Message Queuing tracks a message. If is `true`, delivery failure (of a non-transactional message), causes the message to be sent to the non-transactional dead-letter queue on the computer that could not deliver the message. Delivery failure could be caused by a message timer expiring, for example. - - In the case of delivery failure for a transactional message, Message Queuing sends the message to the transactional dead-letter queue on the source machine in all negative and in-doubt cases. - - When you store messages in a dead-letter queue, you should clear the queue periodically to remove messages that are no longer needed. Messages stored in dead-letter queues count against the size quota for the computer where the queue resides. The computer quota is set by the administrator and refers to the size allocated for storing messages on the whole computer, not just in a single queue. - - You do not create a journal or dead-letter queue. These are both system queues that Message Queuing generates. - - - -## Examples - The following code example gets and sets the value of a message's property. - - - + and properties specify how Message Queuing tracks a message. If is `true`, delivery failure (of a non-transactional message), causes the message to be sent to the non-transactional dead-letter queue on the computer that could not deliver the message. Delivery failure could be caused by a message timer expiring, for example. + + In the case of delivery failure for a transactional message, Message Queuing sends the message to the transactional dead-letter queue on the source machine in all negative and in-doubt cases. + + When you store messages in a dead-letter queue, you should clear the queue periodically to remove messages that are no longer needed. Messages stored in dead-letter queues count against the size quota for the computer where the queue resides. The computer quota is set by the administrator and refers to the size allocated for storing messages on the whole computer, not just in a single queue. + + You do not create a journal or dead-letter queue. These are both system queues that Message Queuing generates. + + + +## Examples + The following code example gets and sets the value of a message's property. + + + ]]> The message queue is filtered to ignore the property. @@ -2879,20 +2879,20 @@ if (myObject is float) { to require Message Queuing to encrypt the message; otherwise, . The default is . - property. - - - + property. + + + ]]> The message queue is filtered to ignore the property. @@ -2936,24 +2936,24 @@ if (myObject is float) { to require that a copy of a message be kept in the originating computer's machine journal after the message has been successfully transmitted (from the originating computer to the next server); otherwise, . The default is . - and properties specify how Message Queuing tracks a message. If is `true`, then a copy is kept in the computer journal on the originating machine at each step that a message is transmitted. - - The sent message is only copied to the journal queue if the destination queue is on a remote computer. If the destination is on the local computer, the message is sent directly to the queue; there are no intermediate steps to require journaling. - - When you store messages in a journal queue, clear the queue periodically to remove messages that are no longer needed. Messages stored in journal queues count against the quota for the computer where the queue resides. (The computer quota is set by the administrator.) - - You do not create a journal or dead-letter queue. These are both system queues that Message Queuing generates. - - - -## Examples - The following code example gets and sets the value of a message's property. - - - + and properties specify how Message Queuing tracks a message. If is `true`, then a copy is kept in the computer journal on the originating machine at each step that a message is transmitted. + + The sent message is only copied to the journal queue if the destination queue is on a remote computer. If the destination is on the local computer, the message is sent directly to the queue; there are no intermediate steps to require journaling. + + When you store messages in a journal queue, clear the queue periodically to remove messages that are no longer needed. Messages stored in journal queues count against the quota for the computer where the queue resides. (The computer quota is set by the administrator.) + + You do not create a journal or dead-letter queue. These are both system queues that Message Queuing generates. + + + +## Examples + The following code example gets and sets the value of a message's property. + + + ]]> The message queue is filtered to ignore the property. @@ -2999,20 +2999,20 @@ if (myObject is float) { if each intermediate step made by the original message en route to the destination queue generates a report to be sent to the system's report queue; otherwise, . The default is . - property specifies whether to track the route of a message as it moves toward its destination queue. If `true`, a report message (generated by Message Queuing) is sent to a report queue each time the message passes through a Message Queuing routing server. The report queue is specified by the source Queue Manager. Report queues are not limited to report messages generated by Message Queuing; your application-generated messages can also be sent to report queues. - - Using tracing involves setting up Active Directory and specifying a report queue for the Message Queuing enterprise. The administrator configures these settings. - - - -## Examples - The following code example gets and sets the value of a message's property. - - - + property specifies whether to track the route of a message as it moves toward its destination queue. If `true`, a report message (generated by Message Queuing) is sent to a report queue each time the message passes through a Message Queuing routing server. The report queue is specified by the source Queue Manager. Report queues are not limited to report messages generated by Message Queuing; your application-generated messages can also be sent to report queues. + + Using tracing involves setting up Active Directory and specifying a report queue for the Message Queuing enterprise. The administrator configures these settings. + + + +## Examples + The following code example gets and sets the value of a message's property. + + + ]]> The message queue is filtered to ignore the property. diff --git a/xml/System.Net.Http.Headers/HttpContentHeaders.xml b/xml/System.Net.Http.Headers/HttpContentHeaders.xml index 16f39be2ae6..4b1d2cd0f55 100644 --- a/xml/System.Net.Http.Headers/HttpContentHeaders.xml +++ b/xml/System.Net.Http.Headers/HttpContentHeaders.xml @@ -326,7 +326,7 @@ Gets or sets the value of the content header on an HTTP response. The value of the content header on an HTTP response. - Due to collision problems with MD5, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with MD5, Microsoft recommends a security model based on SHA-256 or better. diff --git a/xml/System.Net/HttpRequestHeader.xml b/xml/System.Net/HttpRequestHeader.xml index ca1c199d210..23239ab551c 100644 --- a/xml/System.Net/HttpRequestHeader.xml +++ b/xml/System.Net/HttpRequestHeader.xml @@ -62,11 +62,11 @@ The HTTP headers that may be specified in a client request. - @@ -667,7 +667,7 @@ 16 - The Content-MD5 header, which specifies the MD5 digest of the accompanying body data, for the purpose of providing an end-to-end message integrity check. Due to collision problems with MD5, Microsoft recommends a security model based on SHA256 or better. + The Content-MD5 header, which specifies the MD5 digest of the accompanying body data, for the purpose of providing an end-to-end message integrity check. Due to collision problems with MD5, Microsoft recommends a security model based on SHA-256 or better. diff --git a/xml/System.Net/HttpResponseHeader.xml b/xml/System.Net/HttpResponseHeader.xml index 6757ef25e52..01f41594a0b 100644 --- a/xml/System.Net/HttpResponseHeader.xml +++ b/xml/System.Net/HttpResponseHeader.xml @@ -43,11 +43,11 @@ The HTTP headers that can be specified in a server response. - @@ -450,7 +450,7 @@ 16 - The Content-MD5 header, which specifies the MD5 digest of the accompanying body data, for the purpose of providing an end-to-end message integrity check. Due to collision problems with MD5, Microsoft recommends a security model based on SHA256 or better. + The Content-MD5 header, which specifies the MD5 digest of the accompanying body data, for the purpose of providing an end-to-end message integrity check. Due to collision problems with MD5, Microsoft recommends a security model based on SHA-256 or better. diff --git a/xml/System.Reflection.Metadata/Document.xml b/xml/System.Reflection.Metadata/Document.xml index 5a0ce6c5eb4..c3d55222880 100644 --- a/xml/System.Reflection.Metadata/Document.xml +++ b/xml/System.Reflection.Metadata/Document.xml @@ -118,7 +118,7 @@ The source document is hashed in its binary form as stored in the file. System.Reflection.Metadata.GuidHandle - Gets the hash algorithm used to calculate the (SHA1, SHA256, etc.). + Gets the hash algorithm used to calculate the (for example, SHA-1 or SHA-256). To be added. To be added. diff --git a/xml/System.Reflection.PortableExecutable/PdbChecksumDebugDirectoryData.xml b/xml/System.Reflection.PortableExecutable/PdbChecksumDebugDirectoryData.xml index dd4a33b0dee..b4dfaad6bbe 100644 --- a/xml/System.Reflection.PortableExecutable/PdbChecksumDebugDirectoryData.xml +++ b/xml/System.Reflection.PortableExecutable/PdbChecksumDebugDirectoryData.xml @@ -70,17 +70,9 @@ For more information, see: https://github.com/dotnet/runtime/blob/main/docs/desi System.String - The name of the crypto hash algorithm used to calculate the checksum. - A string representing the name of the crypto hash algorithm used to calculate the checksum. - - - + Gets the name of the crypto hash algorithm used to calculate the checksum. + The name of the crypto hash algorithm used to calculate the checksum, for example, "SHA256". + To be added. @@ -107,7 +99,7 @@ For example: "SHA256". System.Collections.Immutable.ImmutableArray<System.Byte> - The checksum of the PDB content. + Gets the checksum of the PDB content. An immutable array of bytes representing the checksum of the PDB content. To be added. diff --git a/xml/System.Reflection/Assembly.xml b/xml/System.Reflection/Assembly.xml index 99612c906d7..644b5d0de80 100644 --- a/xml/System.Reflection/Assembly.xml +++ b/xml/System.Reflection/Assembly.xml @@ -2969,14 +2969,8 @@ Note: In .NET for Win [!IMPORTANT] -> Starting with the .NET Framework 4, the property of an object that is returned by this method is if there is no hash algorithm for the referenced assembly, or if the hash algorithm of the referenced assembly is not identified by the enumeration. In previous versions of the .NET Framework, the property returned in this situation. - - - ## Examples + The following code example demonstrates calling the method. This code example is part of a larger example provided for the class. :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/Reflection/CPP/reflection.cpp" id="Snippet1"::: diff --git a/xml/System.Reflection/AssemblyHashAlgorithm.xml b/xml/System.Reflection/AssemblyHashAlgorithm.xml index e8e0b63610e..dcc45912011 100644 --- a/xml/System.Reflection/AssemblyHashAlgorithm.xml +++ b/xml/System.Reflection/AssemblyHashAlgorithm.xml @@ -60,7 +60,7 @@ Retrieves the MD5 message-digest algorithm. - Due to collision problems with MD5, Microsoft recommends SHA256. + Due to collision problems with MD5, Microsoft recommends SHA-256. MD5 was developed by Rivest in 1991. It is basically MD4 with safety-belts and, while it is slightly slower than MD4, it helps provide more security. The algorithm consists of four distinct rounds, which has a slightly different design from that of MD4. Message-digest size, as well as padding requirements, remain the same. @@ -96,7 +96,7 @@ A mask indicating that there is no hash algorithm. - If you specify for a multi-module assembly, the common language runtime defaults to the SHA1 algorithm, since multi-module assemblies need to generate a hash. + If you specify for a multi-module assembly, the common language runtime defaults to the SHA-1 algorithm, since multi-module assemblies need to generate a hash. @@ -131,7 +131,7 @@ Retrieves a revision of the Secure Hash Algorithm that corrects an unpublished flaw in SHA. - Due to collision problems with SHA1, Microsoft recommends SHA256. + Due to collision problems with SHA-1, Microsoft recommends SHA-256. diff --git a/xml/System.Security.Authentication/HashAlgorithmType.xml b/xml/System.Security.Authentication/HashAlgorithmType.xml index f9edeac3fd0..dfa5f11f2a3 100644 --- a/xml/System.Security.Authentication/HashAlgorithmType.xml +++ b/xml/System.Security.Authentication/HashAlgorithmType.xml @@ -49,19 +49,19 @@ Specifies the algorithm used for generating message authentication codes (MACs). - property. - - - -## Examples - The following example displays the properties of an after authentication has succeeded. - + property. + + + +## Examples + The following example displays the properties of an after authentication has succeeded. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_Remoting/NclSslClientAsync/CPP/NclSslClientAsync.cpp" id="Snippet3"::: - :::code language="csharp" source="~/snippets/csharp/System.Net.Security/LocalCertificateSelectionCallback/Overview/clientasync.cs" id="Snippet3"::: - + :::code language="csharp" source="~/snippets/csharp/System.Net.Security/LocalCertificateSelectionCallback/Overview/clientasync.cs" id="Snippet3"::: + ]]> @@ -106,7 +106,7 @@ The Message Digest 5 (MD5) hashing algorithm. - Due to collision problems with MD5, Microsoft recommends SHA256. + Due to collision problems with MD5, Microsoft recommends SHA-256. @@ -189,7 +189,7 @@ The Secure Hashing Algorithm (SHA1). - Due to collision problems with SHA1, Microsoft recommends SHA256. + Due to collision problems with SHA-1, Microsoft recommends SHA-256. diff --git a/xml/System.Security.Cryptography.Pkcs/Pkcs12Builder.xml b/xml/System.Security.Cryptography.Pkcs/Pkcs12Builder.xml index 30eea7645b3..ea5ec51b5fe 100644 --- a/xml/System.Security.Cryptography.Pkcs/Pkcs12Builder.xml +++ b/xml/System.Security.Cryptography.Pkcs/Pkcs12Builder.xml @@ -96,9 +96,9 @@ The password-based encryption (PBE) parameters to use when encrypting the contents. Add contents to the PFX in an bundle encrypted with a byte-based password from a byte array. - The password-based encryption (PBE) parameters to use when encrypting the contents. Add contents to the PFX in an bundle encrypted with a byte-based password from a span. - The password-based encryption (PBE) parameters to use when encrypting the contents. Add contents to the PFX in an bundle encrypted with a char-based password from a span. - The password-based encryption (PBE) parameters to use when encrypting the contents. Add contents to the PFX in an bundle encrypted with a char-based password from a string. - The contents to add to the PFX. Add contents to the PFX without encrypting them. - The iteration count for the Key Derivation Function (KDF) used in computing the MAC. Seals the PFX against further changes by applying a password-based Message Authentication Code (MAC) over the contents with a password from a span. - class. - Some choices of hash algorithm may cause failures in or on some operating systems, because these methods depend on system libraries for support. + Some choices of hash algorithm can cause failures in or on some operating systems, because these methods depend on system libraries for support. The hash algorithm used on a fresh installation of Windows 7 when exporting via as a PKCS#12 PFX is with an iteration count of 2000. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better; however, some PFX readers may only support SHA1. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better; however, some PFX readers might only support SHA-1. ]]> @@ -471,15 +471,15 @@ The iteration count for the Key Derivation Function (KDF) used in computing the MAC. Seals the PFX against further changes by applying a password-based Message Authentication Code (MAC) over the contents with a password from a string. - class. - Some choices of hash algorithm may cause failures in or on some operating systems, because these methods depend on system libraries for support. + Some choices of hash algorithm can cause failures in or on some operating systems, because these methods depend on system libraries for support. The hash algorithm used on a fresh installation of Windows 7 when exporting via as a PKCS#12 PFX is with an iteration count of 2000. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better; however, some PFX readers may only support SHA1. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better; however, some PFX readers might only support SHA-1. ]]> @@ -513,9 +513,9 @@ Seals the PFX from further changes without applying tamper-protection. - or which do not accept a password parameter, use the method with as the password. diff --git a/xml/System.Security.Cryptography.X509Certificates/X509Certificate.xml b/xml/System.Security.Cryptography.X509Certificates/X509Certificate.xml index a938febb58f..9599d7616fc 100644 --- a/xml/System.Security.Cryptography.X509Certificates/X509Certificate.xml +++ b/xml/System.Security.Cryptography.X509Certificates/X509Certificate.xml @@ -95,27 +95,27 @@ Provides methods that help you use X.509 v.3 certificates. - class instead. - + class instead. + > [!IMPORTANT] -> Starting with the .NET Framework 4.6, this type implements the interface. When you have finished using the type, you should dispose of it either directly or indirectly. To dispose of the type directly, call its method in a `try`/`catch` block. To dispose of it indirectly, use a language construct such as `using` (in C#) or `Using` (in Visual Basic). For more information, see the "Using an Object that Implements IDisposable" section in the interface topic. -> -> For apps that target the .NET Framework 4.5.2 and earlier versions, the class does not implement the interface and therefore does not have a `Dispose` method. - - - -## Examples - The following example loads an X.509 certificate from a file, calls the method, and displays the results to the console. - +> Starting with the .NET Framework 4.6, this type implements the interface. When you have finished using the type, you should dispose of it either directly or indirectly. To dispose of the type directly, call its method in a `try`/`catch` block. To dispose of it indirectly, use a language construct such as `using` (in C#) or `Using` (in Visual Basic). For more information, see the "Using an Object that Implements IDisposable" section in the interface topic. +> +> For apps that target the .NET Framework 4.5.2 and earlier versions, the class does not implement the interface and therefore does not have a `Dispose` method. + + + +## Examples + The following example loads an X.509 certificate from a file, calls the method, and displays the results to the console. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/Cryptography.X509Certificates.X509Certificate/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/Overview/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/Cryptography.X509Certificates.X509Certificate/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/Cryptography.X509Certificates.X509Certificate/VB/example.vb" id="Snippet1"::: + ]]> @@ -184,11 +184,11 @@ Initializes a new instance of the class. - @@ -247,35 +247,35 @@ A byte array containing data from an X.509 certificate. Initializes a new instance of the class defined from a sequence of bytes representing an X.509v3 certificate. - certificate by specifying a PKCS7 signed file store for `data`, the is created for the certificate that signed the store rather than for any of the certificates within the store. - - - -## Examples - The following example loads an X.509 certificate file into an object, exports the certificate as a byte array, and then imports the byte array into another object. - + certificate by specifying a PKCS7 signed file store for `data`, the is created for the certificate that signed the store rather than for any of the certificates within the store. + + + +## Examples + The following example loads an X.509 certificate file into an object, exports the certificate as a byte array, and then imports the byte array into another object. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/Cryptography.X509Certificates.X509Certificate.Import-Export/CPP/sample.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/.ctor/sample.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/Cryptography.X509Certificates.X509Certificate.Import-Export/VB/sample.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/Cryptography.X509Certificates.X509Certificate.Import-Export/VB/sample.vb" id="Snippet1"::: + ]]> - An error with the certificate occurs. For example: - -- The certificate file does not exist. - -- The certificate is invalid. - + An error with the certificate occurs. For example: + +- The certificate file does not exist. + +- The certificate is invalid. + - The certificate's password is incorrect. - The parameter is . - - -or- - + The parameter is . + + -or- + The length of the parameter is 0. @@ -333,22 +333,22 @@ A handle to an unmanaged structure. Initializes a new instance of the class using a handle to an unmanaged structure. - object using a handle for the Microsoft Cryptographic API certificate context, `PCCERT_CONTEXT`. - + object using a handle for the Microsoft Cryptographic API certificate context, `PCCERT_CONTEXT`. + > [!IMPORTANT] -> This constructor creates a copy of the certificate context. Do not assume that the context structure you passed to the constructor is valid; it may have been released. You can get a copy of the current `PCCERT_CONTEXT` structure from the property, but it is valid only during the lifetime of the object. - +> This constructor creates a copy of the certificate context. Do not assume that the context structure you passed to the constructor is valid; it may have been released. You can get a copy of the current `PCCERT_CONTEXT` structure from the property, but it is valid only during the lifetime of the object. + ]]> - An error with the certificate occurs. For example: - -- The certificate file does not exist. - -- The certificate is invalid. - + An error with the certificate occurs. For example: + +- The certificate file does not exist. + +- The certificate is invalid. + - The certificate's password is incorrect. The handle parameter does not represent a valid structure. @@ -405,19 +405,19 @@ A class from which to initialize this class. Initializes a new instance of the class using another class. - - An error with the certificate occurs. For example: - -- The certificate file does not exist. - -- The certificate is invalid. - + An error with the certificate occurs. For example: + +- The certificate file does not exist. + +- The certificate is invalid. + - The certificate's password is incorrect. The value of the parameter is . @@ -479,30 +479,30 @@ The name of a PKCS7 signed file. Initializes a new instance of the class using the name of a PKCS7 signed file. - certificate by specifying a PKCS7 signed file store for `fileName`, the is created for the certificate that signed the store rather than for any of the certificates within the store. - - - -## Examples - The following example loads an X.509 certificate from a file, calls the method, and displays the results to the console. - + certificate by specifying a PKCS7 signed file store for `fileName`, the is created for the certificate that signed the store rather than for any of the certificates within the store. + + + +## Examples + The following example loads an X.509 certificate from a file, calls the method, and displays the results to the console. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/Cryptography.X509Certificates.X509Certificate/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/Overview/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/Cryptography.X509Certificates.X509Certificate/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/Cryptography.X509Certificates.X509Certificate/VB/example.vb" id="Snippet1"::: + ]]> - An error with the certificate occurs. For example: - -- The certificate file does not exist. - -- The certificate is invalid. - + An error with the certificate occurs. For example: + +- The certificate file does not exist. + +- The certificate is invalid. + - The certificate's password is incorrect. The parameter is . @@ -572,29 +572,29 @@ The password required to access the X.509 certificate data. Initializes a new instance of the class using a byte array and a password. - [!IMPORTANT] -> Never hard code a password within your source code. Hard-coded passwords can be retrieved from an assembly using the [Ildasm.exe (IL Disassembler)](/dotnet/framework/tools/ildasm-exe-il-disassembler), a hex editor, or by simply opening the assembly in a text editor such as Notepad.exe. - - If you create an certificate by specifying a PKCS7 signed file store for `rawData`, the is created for the certificate that signed the store rather than for any of the certificates within the store. - +> Never hard code a password within your source code. Hard-coded passwords can be retrieved from an assembly using the [Ildasm.exe (IL Disassembler)](/dotnet/framework/tools/ildasm-exe-il-disassembler), a hex editor, or by simply opening the assembly in a text editor such as Notepad.exe. + + If you create an certificate by specifying a PKCS7 signed file store for `rawData`, the is created for the certificate that signed the store rather than for any of the certificates within the store. + ]]> - An error with the certificate occurs. For example: - -- The certificate file does not exist. - -- The certificate is invalid. - + An error with the certificate occurs. For example: + +- The certificate file does not exist. + +- The certificate is invalid. + - The certificate's password is incorrect. - The parameter is . - - -or- - + The parameter is . + + -or- + The length of the parameter is 0. @@ -661,29 +661,29 @@ The password required to access the X.509 certificate data. Initializes a new instance of the class using a byte array and a password. - [!IMPORTANT] -> Never hard code a password within your source code. Hard-coded passwords can be retrieved from an assembly using the [Ildasm.exe (IL Disassembler)](/dotnet/framework/tools/ildasm-exe-il-disassembler), a hex editor, or by simply opening the assembly in a text editor such as Notepad.exe. - - If you create an certificate by specifying a PKCS7 signed file store for `rawData`, the is created for the certificate that signed the store rather than for any of the certificates within the store. - +> Never hard code a password within your source code. Hard-coded passwords can be retrieved from an assembly using the [Ildasm.exe (IL Disassembler)](/dotnet/framework/tools/ildasm-exe-il-disassembler), a hex editor, or by simply opening the assembly in a text editor such as Notepad.exe. + + If you create an certificate by specifying a PKCS7 signed file store for `rawData`, the is created for the certificate that signed the store rather than for any of the certificates within the store. + ]]> - An error with the certificate occurs. For example: - -- The certificate file does not exist. - -- The certificate is invalid. - + An error with the certificate occurs. For example: + +- The certificate file does not exist. + +- The certificate is invalid. + - The certificate's password is incorrect. - The parameter is . - - -or- - + The parameter is . + + -or- + The length of the parameter is 0. @@ -740,12 +740,12 @@ A structure that describes how serialization should be performed. Initializes a new instance of the class using a object and a structure. To be added. - An error with the certificate occurs. For example: - -- The certificate file does not exist. - -- The certificate is invalid. - + An error with the certificate occurs. For example: + +- The certificate file does not exist. + +- The certificate is invalid. + - The certificate's password is incorrect. @@ -818,24 +818,24 @@ The password required to access the X.509 certificate data. Initializes a new instance of the class using a certificate file name and a password. - [!IMPORTANT] -> Never hard code a password within your source code. Hard-coded passwords can be retrieved from an assembly using the [Ildasm.exe (IL Disassembler)](/dotnet/framework/tools/ildasm-exe-il-disassembler), a hex editor, or by simply opening the assembly in a text editor such as Notepad.exe. - - If you create an certificate by specifying a PKCS7 signed file store for `fileName`, the is created for the certificate that signed the store rather than for any of the certificates within the store. - +> Never hard code a password within your source code. Hard-coded passwords can be retrieved from an assembly using the [Ildasm.exe (IL Disassembler)](/dotnet/framework/tools/ildasm-exe-il-disassembler), a hex editor, or by simply opening the assembly in a text editor such as Notepad.exe. + + If you create an certificate by specifying a PKCS7 signed file store for `fileName`, the is created for the certificate that signed the store rather than for any of the certificates within the store. + ]]> - An error with the certificate occurs. For example: - -- The certificate file does not exist. - -- The certificate is invalid. - + An error with the certificate occurs. For example: + +- The certificate file does not exist. + +- The certificate is invalid. + - The certificate's password is incorrect. The parameter is . @@ -907,21 +907,21 @@ The password required to access the X.509 certificate data. Initializes a new instance of the class using the name of a PKCS7 signed file and a password to access the certificate. - certificate by specifying a PKCS7 signed file store for `fileName`, the is created for the certificate that signed the store rather than for any of the certificates within the store. - + certificate by specifying a PKCS7 signed file store for `fileName`, the is created for the certificate that signed the store rather than for any of the certificates within the store. + ]]> - An error with the certificate occurs. For example: - -- The certificate file does not exist. - -- The certificate is invalid. - + An error with the certificate occurs. For example: + +- The certificate file does not exist. + +- The certificate is invalid. + - The certificate's password is incorrect. The parameter is . @@ -993,31 +993,31 @@ A bitwise combination of the enumeration values that control where and how to import the certificate. Initializes a new instance of the class using a byte array, a password, and a key storage flag. - [!IMPORTANT] -> Never hard code a password within your source code. Hard-coded passwords can be retrieved from an assembly using the [Ildasm.exe (IL Disassembler)](/dotnet/framework/tools/ildasm-exe-il-disassembler), a hex editor, or by simply opening the assembly in a text editor such as Notepad.exe. - - If you create an certificate by specifying a PKCS7 signed file store for `rawData`, the is created for the certificate that signed the store rather than for any of the certificates within the store. - +> Never hard code a password within your source code. Hard-coded passwords can be retrieved from an assembly using the [Ildasm.exe (IL Disassembler)](/dotnet/framework/tools/ildasm-exe-il-disassembler), a hex editor, or by simply opening the assembly in a text editor such as Notepad.exe. + + If you create an certificate by specifying a PKCS7 signed file store for `rawData`, the is created for the certificate that signed the store rather than for any of the certificates within the store. + ]]> - An error with the certificate occurs. For example: - -- The certificate file does not exist. - -- The certificate is invalid. - + An error with the certificate occurs. For example: + +- The certificate file does not exist. + +- The certificate is invalid. + - The certificate's password is incorrect. - The parameter is . - - -or- - + The parameter is . + + -or- + The length of the parameter is 0. @@ -1086,33 +1086,33 @@ A bitwise combination of the enumeration values that control where and how to import the certificate. Initializes a new instance of the class using a byte array, a password, and a key storage flag. - object using a byte array, a password that is needed to access the certificate data, and a key storage flag. Calling this constructor with the correct password decrypts the private key and saves it to a Microsoft Cryptographic API Cryptographic Service Provider (CSP). - - The value can be used to control where and how the private key is imported. - - ASN.1 DER is the only certificate format supported by this class. - + object using a byte array, a password that is needed to access the certificate data, and a key storage flag. Calling this constructor with the correct password decrypts the private key and saves it to a Microsoft Cryptographic API Cryptographic Service Provider (CSP). + + The value can be used to control where and how the private key is imported. + + ASN.1 DER is the only certificate format supported by this class. + > [!IMPORTANT] -> Never hard code a password within your source code. Hard-coded passwords can be retrieved from an assembly using the [Ildasm.exe (IL Disassembler)](/dotnet/framework/tools/ildasm-exe-il-disassembler), a hex editor, or by simply opening the assembly in a text editor such as Notepad.exe. - - If you create an certificate by specifying a PKCS7 signed file store for `rawData`, the is created for the certificate that signed the store rather than for any of the certificates within the store. - +> Never hard code a password within your source code. Hard-coded passwords can be retrieved from an assembly using the [Ildasm.exe (IL Disassembler)](/dotnet/framework/tools/ildasm-exe-il-disassembler), a hex editor, or by simply opening the assembly in a text editor such as Notepad.exe. + + If you create an certificate by specifying a PKCS7 signed file store for `rawData`, the is created for the certificate that signed the store rather than for any of the certificates within the store. + ]]> - An error with the certificate occurs. For example: - -- The certificate file does not exist. - -- The certificate is invalid. - + An error with the certificate occurs. For example: + +- The certificate file does not exist. + +- The certificate is invalid. + - The certificate's password is incorrect. - The parameter is . - - -or- - + The parameter is . + + -or- + The length of the parameter is 0. @@ -1187,19 +1187,19 @@ A bitwise combination of the enumeration values that control where and how to import the certificate. Initializes a new instance of the class using a certificate file name, a password, and a key storage flag. - certificate by specifying a PKCS7 signed file store for `fileName`, the is created for the certificate that signed the store rather than for any of the certificates within the store. - + certificate by specifying a PKCS7 signed file store for `fileName`, the is created for the certificate that signed the store rather than for any of the certificates within the store. + ]]> - An error with the certificate occurs. For example: - -- The certificate file does not exist. - -- The certificate is invalid. - + An error with the certificate occurs. For example: + +- The certificate file does not exist. + +- The certificate is invalid. + - The certificate's password is incorrect. The parameter is . @@ -1273,19 +1273,19 @@ A bitwise combination of the enumeration values that control where and how to import the certificate. Initializes a new instance of the class using the name of a PKCS7 signed file, a password to access the certificate, and a key storage flag. - certificate by specifying a PKCS7 signed file store for `fileName`, the is created for the certificate that signed the store rather than for any of the certificates within the store. - + certificate by specifying a PKCS7 signed file store for `fileName`, the is created for the certificate that signed the store rather than for any of the certificates within the store. + ]]> - An error with the certificate occurs. For example: - -- The certificate file does not exist. - -- The certificate is invalid. - + An error with the certificate occurs. For example: + +- The certificate file does not exist. + +- The certificate is invalid. + - The certificate's password is incorrect. The parameter is . @@ -1350,23 +1350,23 @@ Creates an X.509v3 certificate from the specified PKCS7 signed file. The newly created X.509 certificate. - [!NOTE] -> The certificate file is not restricted to .cer files. Any PKCS7 signed file can be used, including an Authenticode signed .pfx file. - - - -## Examples - The following example creates an from a specified certification file. - +> The certificate file is not restricted to .cer files. Any PKCS7 signed file can be used, including an Authenticode signed .pfx file. + + + +## Examples + The following example creates an from a specified certification file. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/X509Certificate.ToString Method/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/CreateFromCertFile/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.ToString Method/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.ToString Method/VB/example.vb" id="Snippet1"::: + ]]> The parameter is . @@ -1432,11 +1432,11 @@ Creates an X.509v3 certificate from the specified signed file. The newly created X.509 certificate. - @@ -1450,13 +1450,13 @@ Releases the resources used by the current object. - [!NOTE] -> implements the interface starting with the .NET Framework 4.6; in previous versions of the .NET Framework, the class does not implement this interface, and therefore the `Dispose` method does not exist. - +> implements the interface starting with the .NET Framework 4.6; in previous versions of the .NET Framework, the class does not implement this interface, and therefore the `Dispose` method does not exist. + ]]> @@ -1506,13 +1506,13 @@ Releases all resources used by the current object. - [!NOTE] -> implements the interface starting with the .NET Framework 4.6; in previous versions of the .NET Framework, the class does not implement this interface, and therefore the `Dispose` method does not exist. - +> implements the interface starting with the .NET Framework 4.6; in previous versions of the .NET Framework, the class does not implement this interface, and therefore the `Dispose` method does not exist. + ]]> @@ -1569,13 +1569,13 @@ to release both managed and unmanaged resources; to release only unmanaged resources. Releases all of the unmanaged resources used by this and optionally releases the managed resources. - [!NOTE] -> implements the interface starting with the .NET Framework 4.6; in previous versions of the .NET Framework, the class does not implement this interface, and therefore the `Dispose` method does not exist. - +> implements the interface starting with the .NET Framework 4.6; in previous versions of the .NET Framework, the class does not implement this interface, and therefore the `Dispose` method does not exist. + ]]> @@ -1653,21 +1653,21 @@ if the current object is equal to the object specified by the parameter; otherwise, . - objects and they have the same issuer and serial number. - + objects and they have the same issuer and serial number. + > [!IMPORTANT] -> The `Equals` method should not be used when comparing certificates for security purposes. Instead, use a hash of the property, or the property. - -## Examples - The following example compares two certificates for equality. - +> The `Equals` method should not be used when comparing certificates for security purposes. Instead, use a hash of the property, or the property. + +## Examples + The following example compares two certificates for equality. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/X509Certificate.Equals Method/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/Equals/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.Equals Method/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.Equals Method/VB/example.vb" id="Snippet1"::: + ]]> @@ -1735,21 +1735,21 @@ if the current object is equal to the object specified by the parameter; otherwise, . - objects are considered equal if they have the same issuer and serial number. - + objects are considered equal if they have the same issuer and serial number. + > [!IMPORTANT] -> The `Equals` method should not be used when comparing certificates for security purposes. Instead, use a hash of the property, or the property. - -## Examples - The following example compares two certificates for equality. - +> The `Equals` method should not be used when comparing certificates for security purposes. Instead, use a hash of the property, or the property. + +## Examples + The following example compares two certificates for equality. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/X509Certificate.Equals Method/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/Equals/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.Equals Method/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.Equals Method/VB/example.vb" id="Snippet1"::: + ]]> @@ -1822,26 +1822,26 @@ Exports the current object to a byte array in a format described by one of the values. An array of bytes that represents the current object. - enumeration: , , and . Passing any other value causes a to be thrown. - - - -## Examples - The following example loads an X.509 certificate file into an object, exports the certificate as a byte array, and then imports the byte array into another object. - + enumeration: , , and . Passing any other value causes a to be thrown. + + + +## Examples + The following example loads an X.509 certificate file into an object, exports the certificate as a byte array, and then imports the byte array into another object. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/Cryptography.X509Certificates.X509Certificate.Import-Export/CPP/sample.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/.ctor/sample.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/Cryptography.X509Certificates.X509Certificate.Import-Export/VB/sample.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/Cryptography.X509Certificates.X509Certificate.Import-Export/VB/sample.vb" id="Snippet1"::: + ]]> - A value other than , , or was passed to the parameter. - - -or- - + A value other than , , or was passed to the parameter. + + -or- + The certificate could not be exported. @@ -1910,20 +1910,20 @@ Exports the current object to a byte array using the specified format and a password. A byte array that represents the current object. - enumeration: , , and . Passing any other value causes a to be thrown. - + enumeration: , , and . Passing any other value causes a to be thrown. + > [!IMPORTANT] -> Never hard code a password within your source code. Hard-coded passwords can be retrieved from an assembly using the [Ildasm.exe (IL Disassembler)](/dotnet/framework/tools/ildasm-exe-il-disassembler), a hex editor, or by simply opening the assembly in a text editor such as Notepad.exe. - +> Never hard code a password within your source code. Hard-coded passwords can be retrieved from an assembly using the [Ildasm.exe (IL Disassembler)](/dotnet/framework/tools/ildasm-exe-il-disassembler), a hex editor, or by simply opening the assembly in a text editor such as Notepad.exe. + ]]> - A value other than , , or was passed to the parameter. - - -or- - + A value other than , , or was passed to the parameter. + + -or- + The certificate could not be exported. @@ -1994,20 +1994,20 @@ Exports the current object to a byte array in a format described by one of the values, and using the specified password. An array of bytes that represents the current object. - enumeration: , , and . Passing any other value causes a to be thrown. - + enumeration: , , and . Passing any other value causes a to be thrown. + > [!IMPORTANT] -> Never hard code a password within your source code. Hard-coded passwords can be retrieved from an assembly using the [Ildasm.exe (IL Disassembler)](/dotnet/framework/tools/ildasm-exe-il-disassembler), a hex editor, or by simply opening the assembly in a text editor such as Notepad.exe. - +> Never hard code a password within your source code. Hard-coded passwords can be retrieved from an assembly using the [Ildasm.exe (IL Disassembler)](/dotnet/framework/tools/ildasm-exe-il-disassembler), a hex editor, or by simply opening the assembly in a text editor such as Notepad.exe. + ]]> - A value other than , , or was passed to the parameter. - - -or- - + A value other than , , or was passed to the parameter. + + -or- + The certificate could not be exported. @@ -2055,11 +2055,11 @@ Converts the specified date and time to a string. A string representation of the value of the object. - falls back to a calendar that can express the date. If the value is , the calendar is changed to the class; otherwise, it is changed to the . - + falls back to a calendar that can express the date. If the value is , the calendar is changed to the class; otherwise, it is changed to the . + ]]> @@ -2114,15 +2114,15 @@ Returns the hash value for the X.509v3 certificate as an array of bytes. The hash value for the X.509 certificate. - method to fill an array of bytes with the hash value for an X.509 certificate. - + method to fill an array of bytes with the hash value for an X.509 certificate. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/X509Certificate.GetCertHash Method/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/GetCertHash/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetCertHash Method/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetCertHash Method/VB/example.vb" id="Snippet1"::: + ]]> @@ -2226,18 +2226,18 @@ - Returns the SHA1 hash value for the X.509v3 certificate as a hexadecimal string. + Returns the SHA-1 hash value for the X.509v3 certificate as a hexadecimal string. The hexadecimal string representation of the X.509 certificate hash value. - method to get an X.509 certificate hash value, convert it to a string, and display it to the console. - + method to get an X.509 certificate hash value, convert it to a string, and display it to the console. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/X509Certificate.GetCertHashString Method/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/GetCertHashString/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetCertHashString Method/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetCertHashString Method/VB/example.vb" id="Snippet1"::: + ]]> @@ -2332,22 +2332,22 @@ Returns the effective date of this X.509v3 certificate. The effective date for this X.509 certificate. - method returns a string that shows the date formatted in Short Date Pattern followed by the time formatted in Long Time Pattern. The date and time are formatted using the current culture and time zone. - - - -## Examples - The following example uses the method to get the effective date of a certificate and displays it to the console. - + method returns a string that shows the date formatted in Short Date Pattern followed by the time formatted in Long Time Pattern. The date and time are formatted using the current culture and time zone. + + + +## Examples + The following example uses the method to get the effective date of a certificate and displays it to the console. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/X509Certificate.GetEffectiveDateString Method/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/GetEffectiveDateString/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetEffectiveDateString Method/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetEffectiveDateString Method/VB/example.vb" id="Snippet1"::: + ]]> @@ -2395,25 +2395,25 @@ Returns the expiration date of this X.509v3 certificate. The expiration date for this X.509 certificate. - method returns a string that shows the date formatted in Short Date Pattern followed by the time formatted in Long Time Pattern. The date and time are formatted using the current culture and time zone. - + method returns a string that shows the date formatted in Short Date Pattern followed by the time formatted in Long Time Pattern. The date and time are formatted using the current culture and time zone. + > [!NOTE] -> This method may return a different string format on Macintosh computers, although the underlying object will represent the same value. - - - -## Examples - The following example uses the method to get the expiration date of a certificate and displays it to the console. - +> This method may return a different string format on Macintosh computers, although the underlying object will represent the same value. + + + +## Examples + The following example uses the method to get the expiration date of a certificate and displays it to the console. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/X509Certificate.GetExpirationDateString Method/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/GetExpirationDateString/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetExpirationDateString Method/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetExpirationDateString Method/VB/example.vb" id="Snippet1"::: + ]]> @@ -2463,20 +2463,20 @@ Returns the name of the format of this X.509v3 certificate. The format of this X.509 certificate. - method to get the format of a certificate and displays it to the console. - + method to get the format of a certificate and displays it to the console. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/X509Certificate.GetFormat Method/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/GetFormat/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetFormat Method/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetFormat Method/VB/example.vb" id="Snippet1"::: + ]]> @@ -2532,20 +2532,20 @@ Returns the hash code for the X.509v3 certificate as an integer. The hash code for the X.509 certificate as an integer. - method to return an integer representation of a certificate's hash code and displays it to the console. - + method to return an integer representation of a certificate's hash code and displays it to the console. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/X509Certificate.GetHashCode Method/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/GetHashCode/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetHashCode Method/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetHashCode Method/VB/example.vb" id="Snippet1"::: + ]]> @@ -2611,23 +2611,23 @@ Returns the name of the certification authority that issued the X.509v3 certificate. The name of the certification authority that issued the X.509 certificate. - method to return the certificate issuer's name and displays it to the console. - + method to return the certificate issuer's name and displays it to the console. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/X509Certificate.GetIssuerName Method/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/GetIssuerName/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetIssuerName Method/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetIssuerName Method/VB/example.vb" id="Snippet1"::: + ]]> - An error with the certificate occurs. For example: - -- The certificate file does not exist. - -- The certificate is invalid. - + An error with the certificate occurs. For example: + +- The certificate file does not exist. + +- The certificate is invalid. + - The certificate's password is incorrect. @@ -2682,15 +2682,15 @@ Returns the key algorithm information for this X.509v3 certificate as a string. The key algorithm information for this X.509 certificate as a string. - method to get a certificate's key algorithm in string format and displays it to the console. - + method to get a certificate's key algorithm in string format and displays it to the console. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/X509Certificate.GetKeyAlgorithm Method/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/GetKeyAlgorithm/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetKeyAlgorithm Method/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetKeyAlgorithm Method/VB/example.vb" id="Snippet1"::: + ]]> The certificate context is invalid. @@ -2747,15 +2747,15 @@ Returns the key algorithm parameters for the X.509v3 certificate as an array of bytes. The key algorithm parameters for the X.509 certificate as an array of bytes. - method to return a certificate's key algorithm parameters as an array of bytes and displays it to the console. - + method to return a certificate's key algorithm parameters as an array of bytes and displays it to the console. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/X509Certificate.GetKeyAlgorithmParameters Method/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/GetKeyAlgorithmParameters/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetKeyAlgorithmParameters Method/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetKeyAlgorithmParameters Method/VB/example.vb" id="Snippet1"::: + ]]> The certificate context is invalid. @@ -2812,15 +2812,15 @@ Returns the key algorithm parameters for the X.509v3 certificate as a hexadecimal string. The key algorithm parameters for the X.509 certificate as a hexadecimal string. - method to return a certificate's key algorithm parameters in string format and displays it to the console. - + method to return a certificate's key algorithm parameters in string format and displays it to the console. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/X509Certificate.GetKeyAlgorithmParametersString/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/GetKeyAlgorithmParametersString/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetKeyAlgorithmParametersString/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetKeyAlgorithmParametersString/VB/example.vb" id="Snippet1"::: + ]]> The certificate context is invalid. @@ -2887,15 +2887,15 @@ Returns the name of the principal to which the certificate was issued. The name of the principal to which the certificate was issued. - method to return the name of a certificate's principal and displays it to the console. - + method to return the name of a certificate's principal and displays it to the console. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/X509Certificate.GetName Method/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/GetName/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetName Method/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetName Method/VB/example.vb" id="Snippet1"::: + ]]> The certificate context is invalid. @@ -2952,17 +2952,17 @@ Returns the public key for the X.509v3 certificate as an array of bytes. The public key for the X.509 certificate as an array of bytes. - method to return a certificate's public key as an array of bytes and displays it to the console. - + +## Examples + The following example uses the method to return a certificate's public key as an array of bytes and displays it to the console. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/X509Certificate.GetPublicKey Method/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/GetPublicKey/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetPublicKey Method/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetPublicKey Method/VB/example.vb" id="Snippet1"::: + ]]> The certificate context is invalid. @@ -3011,17 +3011,17 @@ This value corresponds to the contents of the `subjectPublicKey` field of the Su Returns the public key for the X.509v3 certificate as a hexadecimal string. The public key for the X.509 certificate as a hexadecimal string. - method to return a certificate's public key as a string and displays it to the console. - + +## Examples + The following example uses the method to return a certificate's public key as a string and displays it to the console. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/X509Certificate.GetPublicKeyString Method/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/GetPublicKeyString/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetPublicKeyString Method/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetPublicKeyString Method/VB/example.vb" id="Snippet1"::: + ]]> @@ -3075,17 +3075,17 @@ This value corresponds to the contents of the `subjectPublicKey` field of the Su Returns the raw data for the entire X.509v3 certificate as an array of bytes. A byte array containing the X.509 certificate data. - method with an output encoding of . - -## Examples - The following example uses the method to return a certificate's raw data as an array of bytes and displays it to the console. - + +## Examples + The following example uses the method to return a certificate's raw data as an array of bytes and displays it to the console. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/X509Certificate.GetRawCertData Method/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/GetRawCertData/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetRawCertData Method/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetRawCertData Method/VB/example.vb" id="Snippet1"::: + ]]> @@ -3133,15 +3133,15 @@ The output of this method is equivalent to the output of the Returns the raw data for the entire X.509v3 certificate as a hexadecimal string. The X.509 certificate data as a hexadecimal string. - method to return a certificate's raw data as a string and displays it to the console. - + method to return a certificate's raw data as a string and displays it to the console. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/X509Certificate.GetRawCertDataString Method/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/GetRawCertDataString/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetRawCertDataString Method/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetRawCertDataString Method/VB/example.vb" id="Snippet1"::: + ]]> @@ -3197,15 +3197,15 @@ The output of this method is equivalent to the output of the Returns the serial number of the X.509v3 certificate as an array of bytes in little-endian order. The serial number of the X.509 certificate as an array of bytes in little-endian order. - method to return a certificate's serial number as an array of bytes and displays it to the console. - + method to return a certificate's serial number as an array of bytes and displays it to the console. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/X509Certificate.GetSerialNumber Method/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/GetSerialNumber/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetSerialNumber Method/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetSerialNumber Method/VB/example.vb" id="Snippet1"::: + ]]> The certificate context is invalid. @@ -3254,15 +3254,15 @@ The output of this method is equivalent to the output of the Returns the serial number of the X.509v3 certificate as a little-endian hexadecimal string . The serial number of the X.509 certificate as a little-endian hexadecimal string. - method to return a certificate's serial number as a string and displays it to the console. - + method to return a certificate's serial number as a string and displays it to the console. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/X509Certificate.GetSerialNumberString Method/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/GetSerialNumberString/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetSerialNumberString Method/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.GetSerialNumberString Method/VB/example.vb" id="Snippet1"::: + ]]> @@ -3320,11 +3320,11 @@ The output of this method is equivalent to the output of the Gets a handle to a Microsoft Cryptographic API certificate context described by an unmanaged structure. An structure that represents an unmanaged structure. - object. - + object. + ]]> @@ -3401,17 +3401,17 @@ The output of this method is equivalent to the output of the A byte array containing data from an X.509 certificate. Populates the object with data from a byte array. - object with its associated values. - + object with its associated values. + ]]> - The parameter is . - - -or- - + The parameter is . + + -or- + The length of the parameter is 0. .NET Core and .NET 5+ only: In all cases. @@ -3478,20 +3478,20 @@ The output of this method is equivalent to the output of the The name of a certificate file represented as a string. Populates the object with information from a certificate file. - object with the certificate that the file contains. - - - -## Examples - The following example loads an X.509 certificate from a file, calls the method, and displays the results to the console. - + object with the certificate that the file contains. + + + +## Examples + The following example loads an X.509 certificate from a file, calls the method, and displays the results to the console. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/Cryptography.X509Certificates.X509Certificate.Import/CPP/sample.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/Import/sample.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/Cryptography.X509Certificates.X509Certificate.Import/VB/sample.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/Cryptography.X509Certificates.X509Certificate.Import/VB/sample.vb" id="Snippet1"::: + ]]> The parameter is . @@ -3572,19 +3572,19 @@ The output of this method is equivalent to the output of the A bitwise combination of the enumeration values that control where and how to import the certificate. Populates an object using data from a byte array, a password, and a key storage flag. - [!IMPORTANT] -> Never hard code a password within your source code. Hard-coded passwords can be retrieved from an assembly using the [Ildasm.exe (IL Disassembler)](/dotnet/framework/tools/ildasm-exe-il-disassembler), a hex editor, or by simply opening the assembly in a text editor such as Notepad.exe. - +> Never hard code a password within your source code. Hard-coded passwords can be retrieved from an assembly using the [Ildasm.exe (IL Disassembler)](/dotnet/framework/tools/ildasm-exe-il-disassembler), a hex editor, or by simply opening the assembly in a text editor such as Notepad.exe. + ]]> - The parameter is . - - -or- - + The parameter is . + + -or- + The length of the parameter is 0. .NET Core and .NET 5+ only: In all cases. @@ -3663,17 +3663,17 @@ The output of this method is equivalent to the output of the A bitwise combination of the enumeration values that control where and how to import the certificate. Populates the object using data from a byte array, a password, and flags for determining how the private key is imported. - object using a password for the certificate represented by the byte array. The value can be used to control where and how the private key is imported. - + object using a password for the certificate represented by the byte array. The value can be used to control where and how the private key is imported. + ]]> - The parameter is . - - -or- - + The parameter is . + + -or- + The length of the parameter is 0. .NET Core and .NET 5+ only: In all cases. @@ -3752,13 +3752,13 @@ The output of this method is equivalent to the output of the A bitwise combination of the enumeration values that control where and how to import the certificate. Populates an object with information from a certificate file, a password, and a key storage flag. - [!IMPORTANT] -> Never hard code a password within your source code. Hard-coded passwords can be retrieved from an assembly using the [Ildasm.exe (IL Disassembler)](/dotnet/framework/tools/ildasm-exe-il-disassembler), a hex editor, or by simply opening the assembly in a text editor such as Notepad.exe. - +> Never hard code a password within your source code. Hard-coded passwords can be retrieved from an assembly using the [Ildasm.exe (IL Disassembler)](/dotnet/framework/tools/ildasm-exe-il-disassembler), a hex editor, or by simply opening the assembly in a text editor such as Notepad.exe. + ]]> The parameter is . @@ -3839,13 +3839,13 @@ The output of this method is equivalent to the output of the A bitwise combination of the enumeration values that control where and how to import the certificate. Populates the object with information from a certificate file, a password, and a value. - [!IMPORTANT] -> Never hard-code a password within your source code. Hard-coded passwords can be retrieved from an assembly using the [Ildasm.exe (IL Disassembler)](/dotnet/framework/tools/ildasm-exe-il-disassembler), a hex editor, or by simply opening the assembly in a text editor such as Notepad.exe. - +> Never hard-code a password within your source code. Hard-coded passwords can be retrieved from an assembly using the [Ildasm.exe (IL Disassembler)](/dotnet/framework/tools/ildasm-exe-il-disassembler), a hex editor, or by simply opening the assembly in a text editor such as Notepad.exe. + ]]> The parameter is . @@ -3955,11 +3955,11 @@ The output of this method is equivalent to the output of the Resets the state of the object. - method to reset the state of the certificate. This method also frees any resources associated with the certificate. - + method to reset the state of the certificate. This method also frees any resources associated with the certificate. + ]]> @@ -4216,15 +4216,15 @@ The output of this method is equivalent to the output of the Returns a string representation of the current object. A string representation of the current object. - method to display the value of a certificate to the console. - + method to display the value of a certificate to the console. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/X509Certificate.ToString Method/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/CreateFromCertFile/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.ToString Method/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.ToString Method/VB/example.vb" id="Snippet1"::: + ]]> @@ -4284,15 +4284,15 @@ The output of this method is equivalent to the output of the Returns a string representation of the current object, with extra information, if specified. A string representation of the current object. - method to display the value of a certificate to the console. - + method to display the value of a certificate to the console. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/X509Certificate.ToString Method/CPP/example.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.X509Certificates/X509Certificate/CreateFromCertFile/example.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.ToString Method/VB/example.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/X509Certificate.ToString Method/VB/example.vb" id="Snippet1"::: + ]]> diff --git a/xml/System.Security.Cryptography.Xml/Reference.xml b/xml/System.Security.Cryptography.Xml/Reference.xml index 87e538379d7..6b564ff911e 100644 --- a/xml/System.Security.Cryptography.Xml/Reference.xml +++ b/xml/System.Security.Cryptography.Xml/Reference.xml @@ -39,34 +39,34 @@ Represents the element of an XML signature. - object represents the `` element of an XML digital signature defined by the XML digital signature specification. - - Use the object to specify the following information: - -- The digest algorithm used to sign of the data object. This value is required. - -- The Uniform Resource Identifier (URI) of the data object to sign. The URI can specify a file path or specific elements within an XML document. This value is required. - -- A chain of transforms to apply before generating the digest. This value is optional. - -- The type of object to sign. This value is optional. - -- A unique identifier used to reference the current `` element. This value is optional. - - For more information about the `` element, see the [W3C specification](https://www.w3.org/TR/xmldsig-core/). - - - -## Examples - The following code example demonstrates how to generate and verify an enveloped XML signature using the object. - + object represents the `` element of an XML digital signature defined by the XML digital signature specification. + + Use the object to specify the following information: + +- The digest algorithm used to sign of the data object. This value is required. + +- The Uniform Resource Identifier (URI) of the data object to sign. The URI can specify a file path or specific elements within an XML document. This value is required. + +- A chain of transforms to apply before generating the digest. This value is optional. + +- The type of object to sign. This value is optional. + +- A unique identifier used to reference the current `` element. This value is optional. + + For more information about the `` element, see the [W3C specification](https://www.w3.org/TR/xmldsig-core/). + + + +## Examples + The following code example demonstrates how to generate and verify an enveloped XML signature using the object. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigEnvelope/CPP/xmldsigenv.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.Xml/KeyInfo/Overview/xmldsigenv.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigEnvelope/VB/xmldsigenv.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigEnvelope/VB/xmldsigenv.vb" id="Snippet1"::: + ]]> @@ -108,21 +108,21 @@ Initializes a new instance of the class with default properties. - object. - + object. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigEnvelope/CPP/xmldsigenv.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.Xml/KeyInfo/Overview/xmldsigenv.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigEnvelope/VB/xmldsigenv.vb" id="Snippet1"::: - - The following code example demonstrates how to generate and verify a detached XML signature using the object. - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigEnvelope/VB/xmldsigenv.vb" id="Snippet1"::: + + The following code example demonstrates how to generate and verify a detached XML signature using the object. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigDetached/CPP/xmldsigdetach.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.Xml/KeyInfo/Overview/xmldsigdetach.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigDetached/VB/xmldsigdetach.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigDetached/VB/xmldsigdetach.vb" id="Snippet1"::: + ]]> @@ -159,11 +159,11 @@ The with which to initialize the new instance of . Initializes a new instance of the class with a hash value of the specified . - object to the hash value that corresponds to the `stream` parameter. - + object to the hash value that corresponds to the `stream` parameter. + ]]> @@ -201,20 +201,20 @@ The with which to initialize the new instance of . Initializes a new instance of the class with the specified . - object to the data at the URI with special processing for `""`, `#xpointer(/)`, and `#xxxx`. - - - -## Examples - The following code example uses the class to sign and verify an XML document using an envelope signature. - + object to the data at the URI with special processing for `""`, `#xpointer(/)`, and `#xxxx`. + + + +## Examples + The following code example uses the class to sign and verify an XML document using an envelope signature. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/Cryptography.XML.Signature - Envelope/CPP/sample.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.Xml/Reference/.ctor/sample.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/Cryptography.XML.Signature - Envelope/VB/sample.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/Cryptography.XML.Signature - Envelope/VB/sample.vb" id="Snippet1"::: + ]]> @@ -254,30 +254,30 @@ The transform to be added to the list of transforms. Adds a object to the list of transforms to be performed on the data before passing it to the digest algorithm. - method modifies the `` element and associated subelements of an XML digital signature. - - Transforms are applied in the order in which they were added. If no transforms are specified, the minimum required transforms are added automatically. - - For more information about XML digital signatures, see the [W3C specification](https://www.w3.org/TR/xmldsig-core/). - - - -## Examples - The following code example demonstrates how to generate and verify an enveloped XML signature using the object. - + method modifies the `` element and associated subelements of an XML digital signature. + + Transforms are applied in the order in which they were added. If no transforms are specified, the minimum required transforms are added automatically. + + For more information about XML digital signatures, see the [W3C specification](https://www.w3.org/TR/xmldsig-core/). + + + +## Examples + The following code example demonstrates how to generate and verify an enveloped XML signature using the object. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigEnvelope/CPP/xmldsigenv.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.Xml/KeyInfo/Overview/xmldsigenv.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigEnvelope/VB/xmldsigenv.vb" id="Snippet1"::: - - The following code example demonstrates how to generate and verify a detached XML signature using the object. - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigEnvelope/VB/xmldsigenv.vb" id="Snippet1"::: + + The following code example demonstrates how to generate and verify a detached XML signature using the object. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigDetached/CPP/xmldsigdetach.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.Xml/KeyInfo/Overview/xmldsigdetach.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigDetached/VB/xmldsigdetach.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigDetached/VB/xmldsigdetach.vb" id="Snippet1"::: + ]]> The parameter is . @@ -321,15 +321,15 @@ Gets or sets the digest method Uniform Resource Identifier (URI) of the current . The digest method URI of the current . The default value is http://www.w3.org/2001/04/xmlenc#sha256. - property uses a URI string to represent the `` element of an XML digital signature. - - The digest method is the algorithm used to hash the . The default algorithm is . - - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. For more information about XML digital signatures, see the [W3C specification](https://www.w3.org/TR/xmldsig-core/). - + property uses a URI string to represent the `` element of an XML digital signature. + + The digest method is the algorithm used to hash the . The default algorithm is . + + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. For more information about XML digital signatures, see the [W3C specification](https://www.w3.org/TR/xmldsig-core/). + ]]> @@ -367,17 +367,17 @@ Gets or sets the digest value of the current . The digest value of the current . - property uses an array of bytes to represent the `` element of an XML digital signature. - - The property contains the Base 64 encoded value of the digest of the object described by the property. - - The property is automatically populated with the appropriate value whenever you make a call to . - - For more information about XML digital signatures, see the [W3C specification](https://www.w3.org/TR/xmldsig-core/). - + property uses an array of bytes to represent the `` element of an XML digital signature. + + The property contains the Base 64 encoded value of the digest of the object described by the property. + + The property is automatically populated with the appropriate value whenever you make a call to . + + For more information about XML digital signatures, see the [W3C specification](https://www.w3.org/TR/xmldsig-core/). + ]]> @@ -415,10 +415,10 @@ Returns the XML representation of the . The XML representation of the . To be added. - The property is . - - -or- - + The property is . + + -or- + The property is . @@ -455,11 +455,11 @@ Gets or sets the ID of the current . The ID of the current . The default is . - property to add a string ID to the XML representation of the current element. The ID is used to reference the element from another location. - + property to add a string ID to the XML representation of the current element. The ID is used to reference the element from another location. + ]]> @@ -510,10 +510,10 @@ Loads a state from an XML element. To be added. The parameter is . - The parameter does not contain any transforms. - - -or- - + The parameter does not contain any transforms. + + -or- + The parameter contains an unknown transform. @@ -563,15 +563,15 @@ Gets the transform chain of the current . The transform chain of the current . - property represents the `` element and associated subelements of an XML digital signature. - - The transform chain is an ordered list of transforms. The output of these transforms constitutes the input to the hash algorithm specified in the property. - - For more information about XML digital signatures, see the [W3C specification](https://www.w3.org/TR/xmldsig-core/). - + property represents the `` element and associated subelements of an XML digital signature. + + The transform chain is an ordered list of transforms. The output of these transforms constitutes the input to the hash algorithm specified in the property. + + For more information about XML digital signatures, see the [W3C specification](https://www.w3.org/TR/xmldsig-core/). + ]]> @@ -644,32 +644,32 @@ Gets or sets the of the current . The of the current . - property uses a string Uniform Resource Identifier (URI) to represent the `` element of an XML digital signature. - - Use the property to specify the location of a document to sign, and to specify which element of the current XML document to sign or to indicate that the entire document should be signed. - - To successfully create an XML digital signature, you must set the property. The following table describes the values that you can pass to the property. - -|Object to sign|Value passed to the property| -|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|An entire XML document using an enveloped signature.|An empty string: ""| -|A specific element within an XML document using an enveloped signature.|The name of an XML element identified by an attribute name ID. The string should take the following form where `IDname` is the name of a valid attribute name ID:

"#Idname"| -|A file using a detached signature.|The URI of a file: "c:\data.jpg" or "c:\data.xml".| - - For more information about XML digital signatures, see the World Wide Web Consortium (W3C) [XML Signature Syntax and Processing Specification](https://www.w3.org/TR/xmldsig-core/). - - - -## Examples - The following code example demonstrates how to generate and verify an enveloped XML signature using the object. - + property uses a string Uniform Resource Identifier (URI) to represent the `` element of an XML digital signature. + + Use the property to specify the location of a document to sign, and to specify which element of the current XML document to sign or to indicate that the entire document should be signed. + + To successfully create an XML digital signature, you must set the property. The following table describes the values that you can pass to the property. + +|Object to sign|Value passed to the property| +|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +|An entire XML document using an enveloped signature.|An empty string: ""| +|A specific element within an XML document using an enveloped signature.|The name of an XML element identified by an attribute name ID. The string should take the following form where `IDname` is the name of a valid attribute name ID:

"#Idname"| +|A file using a detached signature.|The URI of a file: "c:\data.jpg" or "c:\data.xml".| + + For more information about XML digital signatures, see the World Wide Web Consortium (W3C) [XML Signature Syntax and Processing Specification](https://www.w3.org/TR/xmldsig-core/). + + + +## Examples + The following code example demonstrates how to generate and verify an enveloped XML signature using the object. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigEnvelope/CPP/xmldsigenv.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography.Xml/KeyInfo/Overview/xmldsigenv.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigEnvelope/VB/xmldsigenv.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigEnvelope/VB/xmldsigenv.vb" id="Snippet1"::: + ]]>
diff --git a/xml/System.Security.Cryptography.Xml/SignedInfo.xml b/xml/System.Security.Cryptography.Xml/SignedInfo.xml index 35887f11b94..a88a6084b24 100644 --- a/xml/System.Security.Cryptography.Xml/SignedInfo.xml +++ b/xml/System.Security.Cryptography.Xml/SignedInfo.xml @@ -54,15 +54,15 @@ Contains information about the canonicalization algorithm and signature algorithm used for the XML signature. - class represents the `` element of an XML signature defined by the XML digital signature specification. The `` element, which is a subelement of the `` element, contains the canonicalization method used for signing, the algorithm used for signing and validation, and references that describe a digital signature. - - For most scenarios, you should use the class available from the property to sign and verify XML digital signatures. - - For more information about the `` element, see the [World Wide Web Consortium (W3C) specification](https://www.w3.org/TR/xmldsig-core/). - + class represents the `` element of an XML signature defined by the XML digital signature specification. The `` element, which is a subelement of the `` element, contains the canonicalization method used for signing, the algorithm used for signing and validation, and references that describe a digital signature. + + For most scenarios, you should use the class available from the property to sign and verify XML digital signatures. + + For more information about the `` element, see the [World Wide Web Consortium (W3C) specification](https://www.w3.org/TR/xmldsig-core/). + ]]> @@ -132,11 +132,11 @@ The reference to add to the list of references. Adds a object to the list of references to digest and sign. - method adds a object to a collection that is accessible using the property. - + method adds a object to a collection that is accessible using the property. + ]]> The reference parameter is . @@ -174,24 +174,24 @@ Gets or sets the canonicalization algorithm that is used before signing for the current object. The canonicalization algorithm used before signing for the current object. - property uses a string Uniform Resource Identifier (URI) to represent the `` element of an XML digital signature. - - Use the property to specify the canonicalization algorithm applied to the XML output of the class before performing signature calculations. - - Use one of the URIs listed in the following table with this property. - -|Canonicalization Method|Value| -|-----------------------------|-----------| -|Canonical XML|

This is default method. Also defined in the following static field: | -|Canonical XML with comments|

Also defined in the following static field: | -|Exclusive Canonical XML|

Also defined in the following static field: | -|Exclusive Canonical XML with comments|

Also defined in the following static field: | - - For more information about XML digital signatures, see the [World Wide Web Consortium (W3C) specification](https://www.w3.org/TR/xmldsig-core/). - + property uses a string Uniform Resource Identifier (URI) to represent the `` element of an XML digital signature. + + Use the property to specify the canonicalization algorithm applied to the XML output of the class before performing signature calculations. + + Use one of the URIs listed in the following table with this property. + +|Canonicalization Method|Value| +|-----------------------------|-----------| +|Canonical XML|

This is default method. Also defined in the following static field: | +|Canonical XML with comments|

Also defined in the following static field: | +|Exclusive Canonical XML|

Also defined in the following static field: | +|Exclusive Canonical XML with comments|

Also defined in the following static field: | + + For more information about XML digital signatures, see the [World Wide Web Consortium (W3C) specification](https://www.w3.org/TR/xmldsig-core/). + ]]>
@@ -233,13 +233,13 @@ Gets a object used for canonicalization. A object used for canonicalization. - property contains the object used by the class to canonicalize an XML document before signing or verifying. - - The property is read-only. You can modify the object within this property by passing the desired transform Uniform Resource Identifier (URI) to the property. - + property contains the object used by the class to canonicalize an XML document before signing or verifying. + + The property is read-only. You can modify the object within this property by passing the desired transform Uniform Resource Identifier (URI) to the property. + ]]> @@ -408,10 +408,10 @@ Returns the XML representation of the object. The XML representation of the instance. To be added. - The property is . - - -or- - + The property is . + + -or- + The property is empty. @@ -454,11 +454,11 @@ Gets or sets the ID of the current object. The ID of the current object. - property to add a string ID to the XML representation of the current element. The ID is used to reference the from another location. - + property to add a string ID to the XML representation of the current element. The ID is used to reference the from another location. + ]]> @@ -580,14 +580,14 @@ Loads a state from an XML element. To be added. The parameter is . - The parameter is not a valid element. - - -or- - - The parameter does not contain a valid property. - - -or- - + The parameter is not a valid element. + + -or- + + The parameter does not contain a valid property. + + -or- + The parameter does not contain a valid property. @@ -623,15 +623,15 @@ Gets a list of the objects of the current object. A list of the elements of the current object. - property uses a list of objects to represent the `` elements of an XML digital signature. - - Use the property to describe the transforms, digest algorithms, and digest values of an XML digital signature. - - For more information about XML digital signatures, see the [World Wide Web Consortium (W3C) specification](https://www.w3.org/TR/xmldsig-core/). - + property uses a list of objects to represent the `` elements of an XML digital signature. + + Use the property to describe the transforms, digest algorithms, and digest values of an XML digital signature. + + For more information about XML digital signatures, see the [World Wide Web Consortium (W3C) specification](https://www.w3.org/TR/xmldsig-core/). + ]]> @@ -716,23 +716,23 @@ Gets or sets the name of the algorithm used for signature generation and validation for the current object. The name of the algorithm used for signature generation and validation for the current object. - property uses a string Uniform Resource Identifier (URI) to represents the `` element of an XML digital signature. - - Use the property to specify the algorithm to use for signature generation and verification. This property identifies all cryptographic functions involved in creating an XML digital signature, including hashing, public key algorithms, Message Authentication Codes (MACs), and padding. - - Use one of the URIs in the following table with this property. - -|Signature Method|Value| -|----------------------|-----------| -|HMAC-SHA1|`http://www.w3.org/2000/09/xmldsig#hmac-sha1`

Also defined in the following static field: | -|DSA with SHA1|`http://www.w3.org/2000/09/xmldsig#dsa-sha1`

Also defined in the following static field: | -|RSA with SHA1|`http://www.w3.org/2000/09/xmldsig#rsa-sha1`

Also defined in the following static field: | - - For more information about XML digital signatures, see the World Wide Web Consortium (W3C) [XML Signature Syntax and Processing Specification](https://www.w3.org/TR/xmldsig-core/). - + property uses a string Uniform Resource Identifier (URI) to represents the `` element of an XML digital signature. + + Use the property to specify the algorithm to use for signature generation and verification. This property identifies all cryptographic functions involved in creating an XML digital signature, including hashing, public key algorithms, Message Authentication Codes (MACs), and padding. + + Use one of the URIs in the following table with this property. + +|Signature Method|Value| +|----------------------|-----------| +|HMAC SHA-1|`http://www.w3.org/2000/09/xmldsig#hmac-sha1`

Also defined in the following static field: | +|DSA with SHA-1|`http://www.w3.org/2000/09/xmldsig#dsa-sha1`

Also defined in the following static field: | +|RSA with SHA-1|`http://www.w3.org/2000/09/xmldsig#rsa-sha1`

Also defined in the following static field: | + + For more information about XML digital signatures, see the World Wide Web Consortium (W3C) [XML Signature Syntax and Processing Specification](https://www.w3.org/TR/xmldsig-core/). + ]]>
diff --git a/xml/System.Security.Cryptography.Xml/SignedXml.xml b/xml/System.Security.Cryptography.Xml/SignedXml.xml index 8d713912b96..2295e750831 100644 --- a/xml/System.Security.Cryptography.Xml/SignedXml.xml +++ b/xml/System.Security.Cryptography.Xml/SignedXml.xml @@ -2298,7 +2298,7 @@ The following code example shows how to sign and verify a single element of an X For more information, see the [World Wide Web Consortium (W3C) specification](https://www.w3.org/2000/09/xmldsig#hmac-sha1). - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. ]]> @@ -2432,7 +2432,7 @@ The following code example shows how to sign and verify a single element of an X For more information, see the [World Wide Web Consortium (W3C) schema](https://www.w3.org/2000/09/xmldsig#rsa-sha1). - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. ]]> @@ -2604,7 +2604,7 @@ The following code example shows how to sign and verify a single element of an X For more information, see the [World Wide Web Consortium (W3C) schema](https://www.w3.org/2000/09/xmldsig#sha1). - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. ]]> diff --git a/xml/System.Security.Cryptography/CngAlgorithm.xml b/xml/System.Security.Cryptography/CngAlgorithm.xml index cb4cd32ec8d..d7c067b7bbb 100644 --- a/xml/System.Security.Cryptography/CngAlgorithm.xml +++ b/xml/System.Security.Cryptography/CngAlgorithm.xml @@ -62,17 +62,17 @@ Encapsulates the name of an encryption algorithm. - class is a utility class. It consists of static properties, comparison methods, and a private, internally maintained, algorithm name string. - - The static properties return objects. Each object's internal string is initialized to the algorithm name that corresponds to the name of the static property. - - You can also use this class to create objects for algorithm types that are not covered by the static properties. - - Several Cryptography Next Generation (CNG) classes (such as ) accept objects through an `algorithm` parameter. When the class receives the object, it retrieves the embedded algorithm name by calling the object's property. - + class is a utility class. It consists of static properties, comparison methods, and a private, internally maintained, algorithm name string. + + The static properties return objects. Each object's internal string is initialized to the algorithm name that corresponds to the name of the static property. + + You can also use this class to create objects for algorithm types that are not covered by the static properties. + + Several Cryptography Next Generation (CNG) classes (such as ) accept objects through an `algorithm` parameter. When the class receives the object, it retrieves the embedded algorithm name by calling the object's property. + Therefore, serves as an enumeration of well-known algorithms. It lets you specify a well-known algorithm by using a strongly typed value instead of a string. > [!NOTE] @@ -123,13 +123,13 @@ The name of the algorithm to initialize. Initializes a new instance of the class. - class internally maintain the algorithm name that is specified by the `algorithm` parameter. - - The primary purpose of this constructor is to provide a method for creating objects for algorithm types that are not represented by the static properties of the class. This capacity enables future .NET Framework releases, service packs, and third-party developers to add new algorithms, which can be accessed just like the algorithms that are currently available. - + class internally maintain the algorithm name that is specified by the `algorithm` parameter. + + The primary purpose of this constructor is to provide a method for creating objects for algorithm types that are not represented by the static properties of the class. This capacity enables future .NET Framework releases, service packs, and third-party developers to add new algorithms, which can be accessed just like the algorithms that are currently available. + ]]> The parameter is . @@ -735,7 +735,7 @@ Gets a new object that specifies the Message Digest 5 (MD5) hash algorithm. An object that specifies the MD5 algorithm. - Due to collision problems with MD5, Microsoft recommends a security model based on SHA256. + Due to collision problems with MD5, Microsoft recommends a security model based on SHA-256. diff --git a/xml/System.Security.Cryptography/CryptoConfig.xml b/xml/System.Security.Cryptography/CryptoConfig.xml index 2b41cbc8686..0c7ca1c956e 100644 --- a/xml/System.Security.Cryptography/CryptoConfig.xml +++ b/xml/System.Security.Cryptography/CryptoConfig.xml @@ -65,60 +65,60 @@ Accesses the cryptography configuration information. - | -|AES, System.Security.Cryptography.AesCryptoServiceProvider|| -|AesManaged, System.Security.Cryptography.AesManaged|| -|System.Security.Cryptography.AsymmetricAlgorithm|| -|DES, System.Security.Cryptography.DES|| -|DSA, System.Security.Cryptography.DSA|| -|ECDH, ECDiffieHellman, ECDiffieHellmanCng, System.Security.Cryptography.ECDiffieHellmanCng|| -|ECDsa, ECDsaCng, System.Security.Cryptography.ECDsaCng|| -|System.Security.Cryptography.HashAlgorithm|| -|HMAC, System.Security.Cryptography.HMAC|| -|HMACMD5, System.Security.Cryptography.HMACMD5|| -|HMACRIPEMD160, System.Security.Cryptography.HMACRIPEMD160|| -|HMACSHA1, System.Security.Cryptography.HMACSHA1|| -|HMACSHA256, System.Security.Cryptography.HMACSHA256|| -|HMACSHA384, System.Security.Cryptography.HMACSHA384|| -|HMACSHA512, System.Security.Cryptography.HMACSHA512|| -|System.Security.Cryptography.KeyedHashAlgorithm|| -|MACTripleDES, System.Security.Cryptography.MACTripleDES|| -|MD5, System.Security.Cryptography.MD5|| -|System.Security.Cryptography.MD5Cng|| -|RandomNumberGenerator|| -|RC2, System.Security.Cryptography.RC2|| -|Rijndael, System.Security.Cryptography.Rijndael|| -|RIPEMD160, RIPEMD-160, System.Security.Cryptography.RIPEMD160Managed|| -|RSA, System.Security.Cryptography.RSA|| -|SHA, SHA1, System.Security.Cryptography.SHA1|| -|System.Security.Cryptography.SHA1Cng|| -|SHA256, SHA-256, System.Security.Cryptography.SHA256|| -|System.Security.Cryptography.SHA256Cng|| -|System.Security.Cryptography.SHA256CryptoServiceProvider|| -|SHA384, SHA-384, System.Security.Cryptography.SHA384|| -|System.Security.Cryptography.SHA384Cng|| -|System.Security.Cryptography.SHA384CryptoServiceProvider|| -|SHA512, SHA-512, System.Security.Cryptography.SHA512|| -|System.Security.Cryptography.SHA512Cng|| -|System.Security.Cryptography.SHA512CryptoServiceProvider|| -|System.Security.Cryptography.SymmetricAlgorithm|| - - - -## Examples - The following code example demonstrates how to use members of the class. - + | +|AES, System.Security.Cryptography.AesCryptoServiceProvider|| +|AesManaged, System.Security.Cryptography.AesManaged|| +|System.Security.Cryptography.AsymmetricAlgorithm|| +|DES, System.Security.Cryptography.DES|| +|DSA, System.Security.Cryptography.DSA|| +|ECDH, ECDiffieHellman, ECDiffieHellmanCng, System.Security.Cryptography.ECDiffieHellmanCng|| +|ECDsa, ECDsaCng, System.Security.Cryptography.ECDsaCng|| +|System.Security.Cryptography.HashAlgorithm|| +|HMAC, System.Security.Cryptography.HMAC|| +|HMACMD5, System.Security.Cryptography.HMACMD5|| +|HMACRIPEMD160, System.Security.Cryptography.HMACRIPEMD160|| +|HMACSHA1, System.Security.Cryptography.HMACSHA1|| +|HMACSHA256, System.Security.Cryptography.HMACSHA256|| +|HMACSHA384, System.Security.Cryptography.HMACSHA384|| +|HMACSHA512, System.Security.Cryptography.HMACSHA512|| +|System.Security.Cryptography.KeyedHashAlgorithm|| +|MACTripleDES, System.Security.Cryptography.MACTripleDES|| +|MD5, System.Security.Cryptography.MD5|| +|System.Security.Cryptography.MD5Cng|| +|RandomNumberGenerator|| +|RC2, System.Security.Cryptography.RC2|| +|Rijndael, System.Security.Cryptography.Rijndael|| +|RIPEMD160, RIPEMD-160, System.Security.Cryptography.RIPEMD160Managed|| +|RSA, System.Security.Cryptography.RSA|| +|SHA, SHA1, System.Security.Cryptography.SHA1|| +|System.Security.Cryptography.SHA1Cng|| +|SHA256, SHA-256, System.Security.Cryptography.SHA256|| +|System.Security.Cryptography.SHA256Cng|| +|System.Security.Cryptography.SHA256CryptoServiceProvider|| +|SHA384, SHA-384, System.Security.Cryptography.SHA384|| +|System.Security.Cryptography.SHA384Cng|| +|System.Security.Cryptography.SHA384CryptoServiceProvider|| +|SHA512, SHA-512, System.Security.Cryptography.SHA512|| +|System.Security.Cryptography.SHA512Cng|| +|System.Security.Cryptography.SHA512CryptoServiceProvider|| +|System.Security.Cryptography.SymmetricAlgorithm|| + + + +## Examples + The following code example demonstrates how to use members of the class. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_System/system.Security.Cryptography.CryptoConfig/CPP/members.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography/CryptoConfig/Overview/members.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.CryptoConfig/VB/members.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.CryptoConfig/VB/members.vb" id="Snippet1"::: + ]]> Cryptographic Services @@ -227,19 +227,19 @@ An array of names to map to the algorithm. Adds a set of names to algorithm mappings to be used for the current application domain. - The or parameter is . - cannot be accessed from outside the assembly. - - -or- - + cannot be accessed from outside the assembly. + + -or- + One of the entries in the parameter is empty or . @@ -305,11 +305,11 @@ An array of names to map to the OID. Adds a set of names to object identifier (OID) mappings to be used for the current application domain. - The or parameter is . @@ -363,11 +363,11 @@ to enforce the policy; otherwise, . - @@ -445,20 +445,18 @@ Creates a new instance of the specified cryptographic object. A new instance of the specified cryptographic object. - . - - - -## Examples - The following code example demonstrates how to call the method to create a new SHA1 provider. This code example is part of a larger example provided for the class. - + . + +## Examples + The following code example demonstrates how to call the method to create a new SHA-1 provider. This code example is part of a larger example provided for the class. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_System/system.Security.Cryptography.CryptoConfig/CPP/members.cpp" id="Snippet4"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography/CryptoConfig/Overview/members.cs" id="Snippet4"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.CryptoConfig/VB/members.vb" id="Snippet4"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.CryptoConfig/VB/members.vb" id="Snippet4"::: + ]]> The parameter is . @@ -542,20 +540,20 @@ Creates a new instance of the specified cryptographic object with the specified arguments. A new instance of the specified cryptographic object. - . - - - -## Examples - The following code example demonstrates how to call the method to initialize a new RSA provider instance accessing the `TestContainer` key container. This code example is part of a larger example provided for the class. - + . + + + +## Examples + The following code example demonstrates how to call the method to initialize a new RSA provider instance accessing the `TestContainer` key container. This code example is part of a larger example provided for the class. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_System/system.Security.Cryptography.CryptoConfig/CPP/members.cpp" id="Snippet5"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography/CryptoConfig/Overview/members.cs" id="Snippet5"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.CryptoConfig/VB/members.vb" id="Snippet5"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.CryptoConfig/VB/members.vb" id="Snippet5"::: + ]]> The parameter is . @@ -623,15 +621,15 @@ Encodes the specified object identifier (OID). A byte array containing the encoded OID. - method to encode the specified object identifier. This code example is part of a larger example provided for the class. - + method to encode the specified object identifier. This code example is part of a larger example provided for the class. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_System/system.Security.Cryptography.CryptoConfig/CPP/members.cpp" id="Snippet6"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography/CryptoConfig/Overview/members.cs" id="Snippet6"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.CryptoConfig/VB/members.vb" id="Snippet6"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.CryptoConfig/VB/members.vb" id="Snippet6"::: + ]]> The parameter is . @@ -702,20 +700,18 @@ Gets the object identifier (OID) of the algorithm corresponding to the specified simple name. The OID of the specified algorithm. - . - - - -## Examples - The following code example demonstrates how to call the method to retrieve an object identifier (OID) from the string name of the SHA1 algorithm. This code example is part of a larger example provided for the class. - + . + +## Examples + The following code example demonstrates how to call the method to retrieve an object identifier (OID) from the string name of the SHA-1 algorithm. This code example is part of a larger example provided for the class. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_System/system.Security.Cryptography.CryptoConfig/CPP/members.cpp" id="Snippet3"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography/CryptoConfig/Overview/members.cs" id="Snippet3"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.CryptoConfig/VB/members.vb" id="Snippet3"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.CryptoConfig/VB/members.vb" id="Snippet3"::: + ]]> The parameter is . diff --git a/xml/System.Security.Cryptography/DSACryptoServiceProvider.xml b/xml/System.Security.Cryptography/DSACryptoServiceProvider.xml index 5e3f6d8e41a..f3fe2e01573 100644 --- a/xml/System.Security.Cryptography/DSACryptoServiceProvider.xml +++ b/xml/System.Security.Cryptography/DSACryptoServiceProvider.xml @@ -1774,9 +1774,9 @@ This algorithm supports key lengths from 512 bits to 1024 bits in increments of ## Remarks This method verifies the digital signature produced by . - If the `str` parameter is `null`, the default hash algorithm (SHA1) is used. The valid hash algorithms is . + If the `str` parameter is `null`, the default hash algorithm (SHA-1) is used. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. ]]> diff --git a/xml/System.Security.Cryptography/ECDiffieHellmanCng.xml b/xml/System.Security.Cryptography/ECDiffieHellmanCng.xml index d05b609412c..6d889a8299d 100644 --- a/xml/System.Security.Cryptography/ECDiffieHellmanCng.xml +++ b/xml/System.Security.Cryptography/ECDiffieHellmanCng.xml @@ -1188,7 +1188,7 @@ This instance represents only a public key.
Other custom hash algorithms may also be used. - Due to collision problems with MD5 and SHA1, Microsoft recommends . The default algorithm is . + Due to collision problems with MD5 and SHA-1, Microsoft recommends . The default algorithm is . ]]> diff --git a/xml/System.Security.Cryptography/ECDsaCng.xml b/xml/System.Security.Cryptography/ECDsaCng.xml index bafab47bc67..55e49df7cd4 100644 --- a/xml/System.Security.Cryptography/ECDsaCng.xml +++ b/xml/System.Security.Cryptography/ECDsaCng.xml @@ -755,7 +755,7 @@ If a key is loaded via the . The default algorithm is . + Due to collision problems with MD5 and SHA-1, Microsoft recommends . The default algorithm is . This property is not used if you are signing or verifying data that is already hashed. diff --git a/xml/System.Security.Cryptography/HMACMD5.xml b/xml/System.Security.Cryptography/HMACMD5.xml index 95727d6bff0..fe7b9cef7ee 100644 --- a/xml/System.Security.Cryptography/HMACMD5.xml +++ b/xml/System.Security.Cryptography/HMACMD5.xml @@ -67,20 +67,20 @@ Computes a Hash-based Message Authentication Code (HMAC) by using the hash function. - is a type of keyed hash algorithm that is constructed from the Message Digest Algorithm 5 (MD5) hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 128 bits in length. - - An HMAC can be used to determine whether a message sent over an insecure channel has been tampered with, provided that the sender and receiver share a secret key. The sender computes the hash value for the original data and sends both the original data and hash value as a single message. The receiver recalculates the hash value on the received message and checks that the computed HMAC matches the transmitted HMAC. - - Any change to the data or the hash value results in a mismatch, because knowledge of the secret key is required to change the message and reproduce the correct hash value. Therefore, if the original and computed hash values match, the message is authenticated. - - MD5 is a cryptographic hash algorithm developed at RSA Laboratories. accepts keys of any size, and produces a hash sequence that is 128 bits in length. - - Due to collision problems with MD5, Microsoft recommends SHA256. - - + is a type of keyed hash algorithm that is constructed from the Message Digest Algorithm 5 (MD5) hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 128 bits in length. + + An HMAC can be used to determine whether a message sent over an insecure channel has been tampered with, provided that the sender and receiver share a secret key. The sender computes the hash value for the original data and sends both the original data and hash value as a single message. The receiver recalculates the hash value on the received message and checks that the computed HMAC matches the transmitted HMAC. + + Any change to the data or the hash value results in a mismatch, because knowledge of the secret key is required to change the message and reproduce the correct hash value. Therefore, if the original and computed hash values match, the message is authenticated. + + MD5 is a cryptographic hash algorithm developed at RSA Laboratories. accepts keys of any size, and produces a hash sequence that is 128 bits in length. + + Due to collision problems with MD5, Microsoft recommends SHA-256. + + ]]> Cryptographic Services @@ -144,15 +144,15 @@ Initializes a new instance of the class by using a randomly generated key. - is a type of keyed hash algorithm that is constructed from the MD5 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 128 bits in length. - - This constructor uses a 64-byte, randomly generated key. + is a type of keyed hash algorithm that is constructed from the MD5 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 128 bits in length. + + This constructor uses a 64-byte, randomly generated key. + + Due to collision problems with MD5, Microsoft recommends SHA-256. - Due to collision problems with MD5, Microsoft recommends SHA256. - ]]> Cryptographic Services @@ -208,18 +208,18 @@ The secret key for HMAC computation. The key can be any length, but if it is more than 64 bytes long it will be hashed (using MD5) to derive a 16-byte key. Therefore, the recommended size of the secret key is 64 bytes. Initializes a new instance of the class by using the specified key. - is a type of keyed hash algorithm that is constructed from the MD5 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 128 bits in length. - - This constructor uses a key you provide to create the object. - - Due to collision problems with MD5, Microsoft recommends SHA256. - -## Examples - For an example of how to use this constructor, see the class. - + is a type of keyed hash algorithm that is constructed from the MD5 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 128 bits in length. + + This constructor uses a key you provide to create the object. + + Due to collision problems with MD5, Microsoft recommends SHA-256. + +## Examples + For an example of how to use this constructor, see the class. + ]]> The parameter is . diff --git a/xml/System.Security.Cryptography/HMACRIPEMD160.xml b/xml/System.Security.Cryptography/HMACRIPEMD160.xml index 5d3704a36cc..4fa72c1ed10 100644 --- a/xml/System.Security.Cryptography/HMACRIPEMD160.xml +++ b/xml/System.Security.Cryptography/HMACRIPEMD160.xml @@ -24,28 +24,28 @@ Computes a Hash-based Message Authentication Code (HMAC) by using the hash function. - is a type of keyed hash algorithm that is constructed from the RIPEMD-160 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 160 bits in length. - - An HMAC can be used to determine whether a message sent over an insecure channel has been tampered with, provided that the sender and receiver share a secret key. The sender computes the hash value for the original data and sends both the original data and the hash value as a single message. The receiver recalculates the hash value on the received message and checks that the computed HMAC matches the transmitted HMAC. - - Any change to the data or the hash value results in a mismatch, because knowledge of the secret key is required to change the message and reproduce the correct hash value. Therefore, if the original and computed hash values match, the message is authenticated. - - accepts keys of any size, and produces a hash sequence that is 160 bits long. - - The RIPEMD hash algorithm and its successors were developed by the European RIPE project. The original RIPEMD algorithm was designed to replace MD4 and MD5 and was later strengthened and renamed RIPEMD-160. The RIPEMD-160 hash algorithm produces a 160-bit hash value. The algorithm's designers have placed it in the public domain. - - Due to collision problems with MD4 and MD5, Microsoft recommends SHA256 or better. - -## Examples - The following example shows how to sign a file by using the object and then how to verify the file. - + is a type of keyed hash algorithm that is constructed from the RIPEMD-160 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 160 bits in length. + + An HMAC can be used to determine whether a message sent over an insecure channel has been tampered with, provided that the sender and receiver share a secret key. The sender computes the hash value for the original data and sends both the original data and the hash value as a single message. The receiver recalculates the hash value on the received message and checks that the computed HMAC matches the transmitted HMAC. + + Any change to the data or the hash value results in a mismatch, because knowledge of the secret key is required to change the message and reproduce the correct hash value. Therefore, if the original and computed hash values match, the message is authenticated. + + accepts keys of any size, and produces a hash sequence that is 160 bits long. + + The RIPEMD hash algorithm and its successors were developed by the European RIPE project. The original RIPEMD algorithm was designed to replace MD4 and MD5 and was later strengthened and renamed RIPEMD-160. The RIPEMD-160 hash algorithm produces a 160-bit hash value. The algorithm's designers have placed it in the public domain. + + Due to collision problems with MD4 and MD5, Microsoft recommends SHA-256 or better. + +## Examples + The following example shows how to sign a file by using the object and then how to verify the file. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/HMACRIPEMD160/CPP/hmacripemd160.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography/HMACRIPEMD160/Overview/hmacripemd160.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/HMACRIPEMD160/vb/hmacripemd160.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/HMACRIPEMD160/vb/hmacripemd160.vb" id="Snippet1"::: + ]]> Cryptographic Services @@ -77,13 +77,13 @@ Initializes a new instance of the class with a randomly generated 64-byte key. - is a type of keyed hash algorithm that is constructed from the RIPEMD-160 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 160 bytes in length. - - This constructor uses a 64-byte, randomly generated key. - + is a type of keyed hash algorithm that is constructed from the RIPEMD-160 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 160 bytes in length. + + This constructor uses a 64-byte, randomly generated key. + ]]> Cryptographic Services @@ -109,16 +109,16 @@ The secret key for encryption. The key can be any length, but if it is more than 64 bytes long it is hashed (using SHA-1) to derive a 64-byte key. Therefore, the recommended size of the secret key is 64 bytes. Initializes a new instance of the class with the specified key data. - is a type of keyed hash algorithm that is constructed from the RIPEMD-160 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 160 bytes in length. - - - -## Examples - For an example of how to use this constructor, see the class. - + is a type of keyed hash algorithm that is constructed from the RIPEMD-160 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 160 bytes in length. + + + +## Examples + For an example of how to use this constructor, see the class. + ]]> The parameter is . diff --git a/xml/System.Security.Cryptography/HMACSHA1.xml b/xml/System.Security.Cryptography/HMACSHA1.xml index 36b12f9fab7..591481f54a6 100644 --- a/xml/System.Security.Cryptography/HMACSHA1.xml +++ b/xml/System.Security.Cryptography/HMACSHA1.xml @@ -74,21 +74,21 @@ Computes a Hash-based Message Authentication Code (HMAC) using the hash function. - is a type of keyed hash algorithm that is constructed from the SHA1 hash function and used as an HMAC, or hash-based message authentication code. The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 160 bits in length. - - An HMAC can be used to determine whether a message sent over an insecure channel has been tampered with, provided that the sender and receiver share a secret key. The sender computes the hash value for the original data and sends both the original data and hash value as a single message. The receiver recalculates the hash value on the received message and checks that the computed HMAC matches the transmitted HMAC. - - Any change to the data or the hash value results in a mismatch, because knowledge of the secret key is required to change the message and reproduce the correct hash value. Therefore, if the original and computed hash values match, the message is authenticated. - - The SHA-1 (Secure Hash Algorithm, also called SHS, Secure Hash Standard) is a cryptographic hash algorithm published by the United States Government. It produces a 160-bit hash value from an arbitrary length string. - - accepts keys of any size, and produces a hash sequence that is 160 bits in length. - - Due to collision problems with SHA1, Microsoft recommends SHA256. - + is a type of keyed hash algorithm that is constructed from the SHA-1 hash function and used as an HMAC, or hash-based message authentication code. The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 160 bits in length. + + An HMAC can be used to determine whether a message sent over an insecure channel has been tampered with, provided that the sender and receiver share a secret key. The sender computes the hash value for the original data and sends both the original data and hash value as a single message. The receiver recalculates the hash value on the received message and checks that the computed HMAC matches the transmitted HMAC. + + Any change to the data or the hash value results in a mismatch, because knowledge of the secret key is required to change the message and reproduce the correct hash value. Therefore, if the original and computed hash values match, the message is authenticated. + + The SHA-1 (Secure Hash Algorithm, also called SHS, Secure Hash Standard) is a cryptographic hash algorithm published by the United States Government. It produces a 160-bit hash value from an arbitrary length string. + + accepts keys of any size, and produces a hash sequence that is 160 bits in length. + + Due to collision problems with SHA-1, Microsoft recommends SHA-256. + ]]> Cryptographic Services @@ -147,15 +147,15 @@ Initializes a new instance of the class with a randomly generated key. - is a type of keyed hash algorithm that is constructed from the SHA1 hash function and used as an HMAC, or hash-based message authentication code. The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 160 bits (20 bytes) in length. - - This constructor uses a 64-byte, randomly generated key. + is a type of keyed hash algorithm that is constructed from the SHA-1 hash function and used as an HMAC, or hash-based message authentication code. The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 160 bits (20 bytes) in length. + + This constructor uses a 64-byte, randomly generated key. + + Due to collision problems with SHA-1, Microsoft recommends SHA-256. - Due to collision problems with SHA1, Microsoft recommends SHA256. - ]]> Cryptographic Services @@ -212,9 +212,9 @@ The secret key for HMAC computation. The key can be any length, but if it is more than 64 bytes long, it is hashed (using SHA-1) to derive a 20-byte key. Therefore, the recommended size of the secret key is 64 bytes. - to use the managed implementation of the SHA1 algorithm (the class); to use the unmanaged implementation (the class). - Initializes a new instance of the class with the specified key data and a value that specifies whether to use the managed version of the SHA1 algorithm. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + to use the managed implementation of the SHA-1 algorithm (the class); to use the unmanaged implementation (the class). + Initializes a new instance of the class with the specified key data and a value that specifies whether to use the managed version of the SHA-1 algorithm. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. @@ -269,19 +269,19 @@ The secret key for encryption. The key can be any length, but if it is more than 64 bytes long it is hashed (using SHA-1) to derive a 64-byte key. Therefore, the recommended size of the secret key is 64 bytes. Initializes a new instance of the class with the specified key data. - is a type of keyed hash algorithm that is constructed from the SHA1 hash function and used as an HMAC, or hash-based message authentication code. The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 160 bits (20 bytes) in length. - + is a type of keyed hash algorithm that is constructed from the SHA-1 hash function and used as an HMAC, or hash-based message authentication code. The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 160 bits (20 bytes) in length. + > [!NOTE] -> This constructor creates an unmanaged instance of the algorithm by using the class. - -Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. - -## Examples - For an example of how to use this constructor, see the class. - +> This constructor creates an unmanaged instance of the algorithm by using the class. + +Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. + +## Examples + For an example of how to use this constructor, see the class. + ]]> The parameter is . @@ -452,7 +452,7 @@ Releases the unmanaged resources used by the The offset into the byte array from which to begin using data. The number of bytes in the array to use as data. Routes data written to the object into the SHA1 hash algorithm for computing the Hash-based Message Authentication Code (HMAC). - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. @@ -487,7 +487,7 @@ Releases the unmanaged resources used by the The HMAC key. The data to HMAC. - Computes the HMAC of data using the SHA1 algorithm. + Computes the HMAC of data using the SHA-1 algorithm. The HMAC of the data. To be added. @@ -525,7 +525,7 @@ Releases the unmanaged resources used by the The HMAC key. The stream to HMAC. - Computes the HMAC of a stream using the SHA1 algorithm. + Computes the HMAC of a stream using the SHA-1 algorithm. The HMAC of the data. To be added. @@ -572,7 +572,7 @@ Releases the unmanaged resources used by the The HMAC key. The stream to HMAC. - Computes the HMAC of a stream using the SHA1 algorithm. + Computes the HMAC of a stream using the SHA-1 algorithm. The HMAC of the data. To be added. @@ -619,7 +619,7 @@ Releases the unmanaged resources used by the The HMAC key. The data to HMAC. - Computes the HMAC of data using the SHA1 algorithm. + Computes the HMAC of data using the SHA-1 algorithm. The HMAC of the data. To be added. @@ -664,7 +664,7 @@ Releases the unmanaged resources used by the The HMAC key. The stream to HMAC. The buffer to receive the HMAC value. - Computes the HMAC of a stream using the SHA1 algorithm. + Computes the HMAC of a stream using the SHA-1 algorithm. The total number of bytes written to . To be added. @@ -672,7 +672,7 @@ Releases the unmanaged resources used by the The buffer in is too small to hold the calculated HMAC - size. The SHA1 algorithm always produces a 160-bit HMAC, or 20 bytes. + size. The SHA-1 algorithm always produces a 160-bit HMAC, or 20 bytes. -or- @@ -715,10 +715,10 @@ Releases the unmanaged resources used by the The HMAC key. The data to HMAC. The buffer to receive the HMAC value. - Computes the HMAC of data using the SHA1 algorithm. + Computes the HMAC of data using the SHA-1 algorithm. The total number of bytes written to . To be added. - The buffer in is too small to hold the calculated hash size. The SHA1 algorithm always produces a 160-bit HMAC, or 20 bytes. + The buffer in is too small to hold the calculated hash size. The SHA-1 algorithm always produces a 160-bit HMAC, or 20 bytes. @@ -760,7 +760,7 @@ Releases the unmanaged resources used by the The stream to HMAC. The token to monitor for cancellation requests. The default value is . - Asynchronously computes the HMAC of a stream using the SHA1 algorithm. + Asynchronously computes the HMAC of a stream using the SHA-1 algorithm. The HMAC of the data. This method stores in the task it returns all non-usage exceptions that the method's synchronous counterpart can throw. If an exception is stored into the returned task, that exception will be thrown when the task is awaited. Usage exceptions, such as , are still thrown synchronously. For the stored exceptions, see the exceptions thrown by . @@ -816,7 +816,7 @@ Releases the unmanaged resources used by the The stream to HMAC. The token to monitor for cancellation requests. The default value is . - Asynchronously computes the HMAC of a stream using the SHA1 algorithm. + Asynchronously computes the HMAC of a stream using the SHA-1 algorithm. The HMAC of the data. To be added. @@ -868,7 +868,7 @@ Releases the unmanaged resources used by the The buffer to receive the HMAC value. The token to monitor for cancellation requests. The default value is . - Asynchronously computes the HMAC of a stream using the SHA1 algorithm. + Asynchronously computes the HMAC of a stream using the SHA-1 algorithm. The total number of bytes written to . To be added. @@ -876,7 +876,7 @@ Releases the unmanaged resources used by the The buffer in is too small to hold the calculated hash - size. The SHA1 algorithm always produces a 160-bit hash, or 20 bytes. + size. The SHA-1 algorithm always produces a 160-bit hash, or 20 bytes. -or- @@ -1018,7 +1018,7 @@ Releases the unmanaged resources used by the 20 - The hash size produced by the HMAC SHA1 algorithm, in bytes. + The hash size produced by the HMAC SHA-1 algorithm, in bytes. To be added. @@ -1174,7 +1174,7 @@ Releases the unmanaged resources used by the The data to HMAC. The buffer to receive the HMAC value. When this method returns, contains the total number of bytes written into . - Attempts to compute the HMAC of data using the SHA1 algorithm. + Attempts to compute the HMAC of data using the SHA-1 algorithm. if is too small to hold the calculated hash, otherwise. To be added. diff --git a/xml/System.Security.Cryptography/HMACSHA256.xml b/xml/System.Security.Cryptography/HMACSHA256.xml index 42d3b55a324..5e5d4acb8b9 100644 --- a/xml/System.Security.Cryptography/HMACSHA256.xml +++ b/xml/System.Security.Cryptography/HMACSHA256.xml @@ -67,26 +67,26 @@ Computes a Hash-based Message Authentication Code (HMAC) by using the hash function. - is a type of keyed hash algorithm that is constructed from the SHA-256 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 256 bits in length. - - An HMAC can be used to determine whether a message sent over an insecure channel has been tampered with, provided that the sender and receiver share a secret key. The sender computes the hash value for the original data and sends both the original data and hash value as a single message. The receiver recalculates the hash value on the received message and checks that the computed HMAC matches the transmitted HMAC. - - Any change to the data or the hash value results in a mismatch, because knowledge of the secret key is required to change the message and reproduce the correct hash value. Therefore, if the original and computed hash values match, the message is authenticated. - - accepts keys of any size, and produces a hash sequence 256 bits in length. - - - -## Examples - The following example shows how to sign a file by using the object and then how to verify the file. - + is a type of keyed hash algorithm that is constructed from the SHA-256 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 256 bits in length. + + An HMAC can be used to determine whether a message sent over an insecure channel has been tampered with, provided that the sender and receiver share a secret key. The sender computes the hash value for the original data and sends both the original data and hash value as a single message. The receiver recalculates the hash value on the received message and checks that the computed HMAC matches the transmitted HMAC. + + Any change to the data or the hash value results in a mismatch, because knowledge of the secret key is required to change the message and reproduce the correct hash value. Therefore, if the original and computed hash values match, the message is authenticated. + + accepts keys of any size, and produces a hash sequence 256 bits in length. + + + +## Examples + The following example shows how to sign a file by using the object and then how to verify the file. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/HMACSHA256/CPP/hmacsha256.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography/HMACSHA256/Overview/hmacsha256.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/HMACSHA256/vb/hmacsha256.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/HMACSHA256/vb/hmacsha256.vb" id="Snippet1"::: + ]]> Cryptographic Services @@ -144,13 +144,13 @@ Initializes a new instance of the class with a randomly generated key. - is a type of keyed hash algorithm that is constructed from the SHA-256 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 256 bits in length. - - This constructor uses a 64-byte, randomly generated key. - + is a type of keyed hash algorithm that is constructed from the SHA-256 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 256 bits in length. + + This constructor uses a 64-byte, randomly generated key. + ]]> Cryptographic Services @@ -200,16 +200,16 @@ The secret key for HMAC computation. The key can be any length. However, the recommended size is 64 bytes. If the key is more than 64 bytes long, it is hashed (using SHA-256) to derive a 32-byte key. Initializes a new instance of the class with the specified key data. - is a type of keyed hash algorithm that is constructed from the SHA-256 hash function and used as a Hash-based Message Authentication Code. The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 256 bits in length. - - - -## Examples - For an example of how to use this constructor, see the class. - + is a type of keyed hash algorithm that is constructed from the SHA-256 hash function and used as a Hash-based Message Authentication Code. The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 256 bits in length. + + + +## Examples + For an example of how to use this constructor, see the class. + ]]> The parameter is . @@ -375,7 +375,7 @@ The HMAC key. The data to HMAC. - Computes the HMAC of data using the SHA256 algorithm. + Computes the HMAC of data using the SHA-256 algorithm. The HMAC of the data. To be added. @@ -413,7 +413,7 @@ The HMAC key. The stream to HMAC. - Computes the HMAC of a stream using the SHA256 algorithm. + Computes the HMAC of a stream using the SHA-256 algorithm. The HMAC of the data. To be added. @@ -460,7 +460,7 @@ The HMAC key. The stream to HMAC. - Computes the HMAC of a stream using the SHA256 algorithm. + Computes the HMAC of a stream using the SHA-256 algorithm. The HMAC of the data. To be added. @@ -507,7 +507,7 @@ The HMAC key. The data to HMAC. - Computes the HMAC of data using the SHA256 algorithm. + Computes the HMAC of data using the SHA-256 algorithm. The HMAC of the data. To be added. @@ -552,7 +552,7 @@ The HMAC key. The stream to HMAC. The buffer to receive the HMAC value. - Computes the HMAC of a stream using the SHA256 algorithm. + Computes the HMAC of a stream using the SHA-256 algorithm. The total number of bytes written to . To be added. @@ -560,7 +560,7 @@ The buffer in is too small to hold the calculated HMAC - size. The SHA256 algorithm always produces a 256-bit HMAC, or 32 bytes. + size. The SHA-256 algorithm always produces a 256-bit HMAC, or 32 bytes. -or- @@ -603,10 +603,10 @@ The HMAC key. The data to HMAC. The buffer to receive the HMAC value. - Computes the HMAC of data using the SHA256 algorithm. + Computes the HMAC of data using the SHA-256 algorithm. The total number of bytes written to . To be added. - The buffer in is too small to hold the calculated hash size. The SHA256 algorithm always produces a 256-bit HMAC, or 32 bytes. + The buffer in is too small to hold the calculated hash size. The SHA-256 algorithm always produces a 256-bit HMAC, or 32 bytes. @@ -648,7 +648,7 @@ The stream to HMAC. The token to monitor for cancellation requests. The default value is . - Asynchronously computes the HMAC of a stream using the SHA256 algorithm. + Asynchronously computes the HMAC of a stream using the SHA-256 algorithm. The HMAC of the data. This method stores in the task it returns all non-usage exceptions that the method's synchronous counterpart can throw. If an exception is stored into the returned task, that exception will be thrown when the task is awaited. Usage exceptions, such as , are still thrown synchronously. For the stored exceptions, see the exceptions thrown by . @@ -704,7 +704,7 @@ The stream to HMAC. The token to monitor for cancellation requests. The default value is . - Asynchronously computes the HMAC of a stream using the SHA256 algorithm. + Asynchronously computes the HMAC of a stream using the SHA-256 algorithm. The HMAC of the data. To be added. @@ -756,7 +756,7 @@ The buffer to receive the HMAC value. The token to monitor for cancellation requests. The default value is . - Asynchronously computes the HMAC of a stream using the SHA256 algorithm. + Asynchronously computes the HMAC of a stream using the SHA-256 algorithm. The total number of bytes written to . To be added. @@ -764,7 +764,7 @@ The buffer in is too small to hold the calculated hash - size. The SHA256 algorithm always produces a 256-bit hash, or 32 bytes. + size. The SHA-256 algorithm always produces a 256-bit hash, or 32 bytes. -or- @@ -872,7 +872,7 @@ 256 - The hash size produced by the HMAC SHA256 algorithm, in bits. + The hash size produced by the HMAC SHA-256 algorithm, in bits. To be added. @@ -902,7 +902,7 @@ 32 - The hash size produced by the HMAC SHA256 algorithm, in bytes. + The hash size produced by the HMAC SHA-256 algorithm, in bytes. To be added. @@ -1020,7 +1020,7 @@ The data to HMAC. The buffer to receive the HMAC value. When this method returns, the total number of bytes written into . - Attempts to compute the HMAC of data using the SHA256 algorithm. + Attempts to compute the HMAC of data using the SHA-256 algorithm. if is too small to hold the calculated hash, otherwise. To be added. diff --git a/xml/System.Security.Cryptography/HMACSHA384.xml b/xml/System.Security.Cryptography/HMACSHA384.xml index 116e9c906f6..23f85773e1c 100644 --- a/xml/System.Security.Cryptography/HMACSHA384.xml +++ b/xml/System.Security.Cryptography/HMACSHA384.xml @@ -67,26 +67,26 @@ Computes a Hash-based Message Authentication Code (HMAC) using the hash function. - is a type of keyed hash algorithm that is constructed from the SHA-384 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data and hashes the result. The hash value is mixed with the secret key again, and then hashed a second time. The output hash is 384 bits long. - - An HMAC can be used to determine whether a message sent over a nonsecure channel has been tampered with, provided that the sender and receiver share a secret key. The sender computes the hash value for the original data and sends both the original data and the hash value as a single message. The receiver recalculates the hash value on the received message and checks that the computed HMAC matches the transmitted HMAC. - - If the original and computed hash values match, the message is authenticated. If they do not match, either the data or the hash value has been changed. HMACs provide security against tampering because knowledge of the secret key is required to change the message and reproduce the correct hash value. - - accepts all key sizes and produces a hash sequence that is 384 bits long. - - - -## Examples - The following example shows how to sign a file by using the object, and then how to verify the file. - + is a type of keyed hash algorithm that is constructed from the SHA-384 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data and hashes the result. The hash value is mixed with the secret key again, and then hashed a second time. The output hash is 384 bits long. + + An HMAC can be used to determine whether a message sent over a nonsecure channel has been tampered with, provided that the sender and receiver share a secret key. The sender computes the hash value for the original data and sends both the original data and the hash value as a single message. The receiver recalculates the hash value on the received message and checks that the computed HMAC matches the transmitted HMAC. + + If the original and computed hash values match, the message is authenticated. If they do not match, either the data or the hash value has been changed. HMACs provide security against tampering because knowledge of the secret key is required to change the message and reproduce the correct hash value. + + accepts all key sizes and produces a hash sequence that is 384 bits long. + + + +## Examples + The following example shows how to sign a file by using the object, and then how to verify the file. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/HMACSHA384/CPP/hmacsha384.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography/HMACSHA384/Overview/hmacsha384.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/HMACSHA384/vb/hmacsha384.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/HMACSHA384/vb/hmacsha384.vb" id="Snippet1"::: + ]]> Cryptographic Services @@ -144,11 +144,11 @@ Initializes a new instance of the class by using a randomly generated key. - Cryptographic Services @@ -204,11 +204,11 @@ The secret key for HMAC computation. The key can be any length. However, the recommended size is 128 bytes. If the key is more than 128 bytes long, it is hashed (using SHA-384) to derive a 48-byte key. Initializes a new instance of the class by using the specified key data. - class. - + class. + ]]> The parameter is . @@ -374,7 +374,7 @@ The HMAC key. The data to HMAC. - Computes the HMAC of data using the SHA384 algorithm. + Computes the HMAC of data using the SHA-384 algorithm. The HMAC of the data. To be added. @@ -412,7 +412,7 @@ The HMAC key. The stream to HMAC. - Computes the HMAC of a stream using the SHA384 algorithm. + Computes the HMAC of a stream using the SHA-384 algorithm. The HMAC of the data. To be added. @@ -459,7 +459,7 @@ The HMAC key. The stream to HMAC. - Computes the HMAC of a stream using the SHA384 algorithm. + Computes the HMAC of a stream using the SHA-384 algorithm. The HMAC of the data. To be added. @@ -506,7 +506,7 @@ The HMAC key. The data to HMAC. - Computes the HMAC of data using the SHA384 algorithm. + Computes the HMAC of data using the SHA-384 algorithm. The HMAC of the data. To be added. @@ -551,7 +551,7 @@ The HMAC key. The stream to HMAC. The buffer to receive the HMAC value. - Computes the HMAC of a stream using the SHA384 algorithm. + Computes the HMAC of a stream using the SHA-384 algorithm. The total number of bytes written to . To be added. @@ -559,7 +559,7 @@ The buffer in is too small to hold the calculated HMAC - size. The SHA384 algorithm always produces a 384-bit HMAC, or 48 bytes. + size. The SHA-384 algorithm always produces a 384-bit HMAC, or 48 bytes. -or- @@ -602,10 +602,10 @@ The HMAC key. The data to HMAC. The buffer to receive the HMAC value. - Computes the HMAC of data using the SHA384 algorithm. + Computes the HMAC of data using the SHA-384 algorithm. The total number of bytes written to . To be added. - The buffer in is too small to hold the calculated hash size. The SHA384 algorithm always produces a 384-bit HMAC, or 48 bytes. + The buffer in is too small to hold the calculated hash size. The SHA-384 algorithm always produces a 384-bit HMAC, or 48 bytes. @@ -647,7 +647,7 @@ The stream to HMAC. The token to monitor for cancellation requests. The default value is . - Asynchronously computes the HMAC of a stream using the SHA384 algorithm. + Asynchronously computes the HMAC of a stream using the SHA-384 algorithm. The HMAC of the data. This method stores in the task it returns all non-usage exceptions that the method's synchronous counterpart can throw. If an exception is stored into the returned task, that exception will be thrown when the task is awaited. Usage exceptions, such as , are still thrown synchronously. For the stored exceptions, see the exceptions thrown by . @@ -703,7 +703,7 @@ The stream to HMAC. The token to monitor for cancellation requests. The default value is . - Asynchronously computes the HMAC of a stream using the SHA384 algorithm. + Asynchronously computes the HMAC of a stream using the SHA-384 algorithm. The HMAC of the data. To be added. @@ -755,7 +755,7 @@ The buffer to receive the HMAC value. The token to monitor for cancellation requests. The default value is . - Asynchronously computes the HMAC of a stream using the SHA384 algorithm. + Asynchronously computes the HMAC of a stream using the SHA-384 algorithm. The total number of bytes written to . To be added. @@ -763,7 +763,7 @@ The buffer in is too small to hold the calculated hash - size. The SHA384 algorithm always produces a 384-bit hash, or 48 bytes. + size. The SHA-384 algorithm always produces a 384-bit hash, or 48 bytes. -or- @@ -871,7 +871,7 @@ 384 - The hash size produced by the HMAC SHA384 algorithm, in bits. + The hash size produced by the HMAC SHA-384 algorithm, in bits. To be added. @@ -901,7 +901,7 @@ 48 - The hash size produced by the HMAC SHA384 algorithm, in bytes. + The hash size produced by the HMAC SHA-384 algorithm, in bytes. To be added. @@ -1031,23 +1031,23 @@ to enable .NET Framework 2.0 Service Pack 1 applications to interact with .NET Framework 2.0 applications; otherwise, . - Boolean property is to enable .NET Framework 2.0 Service Pack 1 applications to interact with .NET Framework 2.0 applications. When you set this property to `true`, the object produces values that match the values produced by the .NET Framework 2.0. You should set this property only once after you create your HMAC object. You will need to reset your key afterwards, as shown in the following example. - + Boolean property is to enable .NET Framework 2.0 Service Pack 1 applications to interact with .NET Framework 2.0 applications. When you set this property to `true`, the object produces values that match the values produced by the .NET Framework 2.0. You should set this property only once after you create your HMAC object. You will need to reset your key afterwards, as shown in the following example. + ```csharp public static void Test() { - var hmac = new HMACSHA384(); - hmac.ProduceLegacyHmacValues = true; - hmac.Key = // ...Get the HMAC key. - // ... - // Use the HMAC algorithm. + var hmac = new HMACSHA384(); + hmac.ProduceLegacyHmacValues = true; + hmac.Key = // ...Get the HMAC key. // ... -} -``` - + // Use the HMAC algorithm. + // ... +} +``` + ]]> Cryptographic Services @@ -1089,7 +1089,7 @@ public static void Test() The data to HMAC. The buffer to receive the HMAC value. When this method returns, the total number of bytes written into . - Attempts to compute the HMAC of data using the SHA384 algorithm. + Attempts to compute the HMAC of data using the SHA-384 algorithm. if is too small to hold the calculated hash, otherwise. To be added. diff --git a/xml/System.Security.Cryptography/HMACSHA3_256.xml b/xml/System.Security.Cryptography/HMACSHA3_256.xml index 6cf4c363f5d..f0a4b4ad5c9 100644 --- a/xml/System.Security.Cryptography/HMACSHA3_256.xml +++ b/xml/System.Security.Cryptography/HMACSHA3_256.xml @@ -22,7 +22,7 @@ - Computes a Hash-based Message Authentication Code (HMAC) by using the SHA3-256 hash function. + Computes a Hash-based Message Authentication Code (HMAC) by using the SHA-3-256 hash function. To be added. @@ -44,9 +44,9 @@ Initializes a new instance of the class with a randomly generated key. - is a type of keyed hash algorithm that is constructed from the SHA3-256 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 256 bits in length. + is a type of keyed hash algorithm that is constructed from the SHA-3-256 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 256 bits in length. - This constructor uses a 136-byte, randomly generated key. + This constructor uses a 136-byte, randomly generated key. @@ -186,7 +186,7 @@ The HMAC key. The data to HMAC. - Computes the HMAC of data using the SHA3-256 algorithm. + Computes the HMAC of data using the SHA-3-256 algorithm. The HMAC of the data. To be added. @@ -217,7 +217,7 @@ The HMAC key. The stream to HMAC. - Computes the HMAC of a stream using the SHA3-256 algorithm. + Computes the HMAC of a stream using the SHA-3-256 algorithm. The HMAC of the data. To be added. @@ -257,7 +257,7 @@ The HMAC key. The stream to HMAC. - Computes the HMAC of a stream using the SHA3-256 algorithm. + Computes the HMAC of a stream using the SHA-3-256 algorithm. The HMAC of the data. To be added. @@ -296,7 +296,7 @@ The HMAC key. The data to HMAC. - Computes the HMAC of data using the SHA3-256 algorithm. + Computes the HMAC of data using the SHA-3-256 algorithm. The HMAC of the data. To be added. @@ -334,19 +334,19 @@ The HMAC key. The stream to HMAC. The buffer to receive the HMAC value. - Computes the HMAC of a stream using the SHA3-256 algorithm. + Computes the HMAC of a stream using the SHA-3-256 algorithm. The total number of bytes written to . To be added. is . - - - The buffer in is too small to hold the calculated HMAC - size. The SHA3-256 algorithm always produces a 256-bit HMAC, or 32 bytes. - --or- - - does not support reading. + + + The buffer in is too small to hold the calculated HMAC + size. The SHA-3-256 algorithm always produces a 256-bit HMAC, or 32 bytes. + +-or- + + does not support reading. @@ -376,11 +376,11 @@ The HMAC key. The data to HMAC. The buffer to receive the HMAC value. - Computes the HMAC of data using the SHA3-256 algorithm. + Computes the HMAC of data using the SHA-3-256 algorithm. The total number of bytes written to . To be added. - The buffer in is too small to hold the calculated hash - size. The SHA3-256 algorithm always produces a 256-bit HMAC, or 32 bytes. + The buffer in is too small to hold the calculated hash + size. The SHA-3-256 algorithm always produces a 256-bit HMAC, or 32 bytes. @@ -413,9 +413,9 @@ The HMAC key. The stream to HMAC. - The token to monitor for cancellation requests. + The token to monitor for cancellation requests. The default value is . - Asynchronously computes the HMAC of a stream using the SHA3-256 algorithm. + Asynchronously computes the HMAC of a stream using the SHA-3-256 algorithm. The HMAC of the data. To be added. @@ -462,9 +462,9 @@ The HMAC key. The stream to HMAC. - The token to monitor for cancellation requests. + The token to monitor for cancellation requests. The default value is . - Asynchronously computes the HMAC of a stream using the SHA3-256 algorithm. + Asynchronously computes the HMAC of a stream using the SHA-3-256 algorithm. The HMAC of the data. To be added. @@ -507,21 +507,21 @@ The HMAC key. The stream to HMAC. The buffer to receive the HMAC value. - The token to monitor for cancellation requests. + The token to monitor for cancellation requests. The default value is . - Asynchronously computes the HMAC of a stream using the SHA3-256 algorithm. + Asynchronously computes the HMAC of a stream using the SHA-3-256 algorithm. The total number of bytes written to . To be added. is . - - - The buffer in is too small to hold the calculated hash - size. The SHA3-256 algorithm always produces a 256-bit hash, or 32 bytes. - --or- - - does not support reading. + + + The buffer in is too small to hold the calculated hash + size. The SHA-3-256 algorithm always produces a 256-bit hash, or 32 bytes. + +-or- + + does not support reading. The cancellation token was canceled. This exception is stored into the returned task. @@ -570,7 +570,7 @@ 256 - The hash size produced by the HMAC SHA3-256 algorithm, in bits. + The hash size produced by the HMAC SHA-3-256 algorithm, in bits. To be added. @@ -593,7 +593,7 @@ 32 - The hash size produced by the HMAC SHA3-256 algorithm, in bytes. + The hash size produced by the HMAC SHA-3-256 algorithm, in bytes. To be added. @@ -697,7 +697,7 @@ The data to HMAC. The buffer to receive the HMAC value. When this method returns, the total number of bytes written into . - Attempts to compute the HMAC of data using the SHA3-256 algorithm. + Attempts to compute the HMAC of data using the SHA-3-256 algorithm. if is too small to hold the calculated hash, otherwise. To be added. diff --git a/xml/System.Security.Cryptography/HMACSHA3_384.xml b/xml/System.Security.Cryptography/HMACSHA3_384.xml index d6b48d0072c..a9e3ada87c8 100644 --- a/xml/System.Security.Cryptography/HMACSHA3_384.xml +++ b/xml/System.Security.Cryptography/HMACSHA3_384.xml @@ -22,7 +22,7 @@ - Computes a Hash-based Message Authentication Code (HMAC) by using the SHA3-384 hash function. + Computes a Hash-based Message Authentication Code (HMAC) by using the SHA-3-384 hash function. To be added. @@ -44,9 +44,9 @@ Initializes a new instance of the class with a randomly generated key. - is a type of keyed hash algorithm that is constructed from the SHA3-384 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 384 bits in length. + is a type of keyed hash algorithm that is constructed from the SHA-3-384 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 384 bits in length. - This constructor uses a 104-byte, randomly generated key. + This constructor uses a 104-byte, randomly generated key. @@ -186,7 +186,7 @@ The HMAC key. The data to HMAC. - Computes the HMAC of data using the SHA3-384 algorithm. + Computes the HMAC of data using the SHA-3-384 algorithm. The HMAC of the data. To be added. @@ -217,7 +217,7 @@ The HMAC key. The stream to HMAC. - Computes the HMAC of a stream using the SHA3-384 algorithm. + Computes the HMAC of a stream using the SHA-3-384 algorithm. The HMAC of the data. To be added. @@ -257,7 +257,7 @@ The HMAC key. The stream to HMAC. - Computes the HMAC of a stream using the SHA3-384 algorithm. + Computes the HMAC of a stream using the SHA-3-384 algorithm. The HMAC of the data. To be added. @@ -296,7 +296,7 @@ The HMAC key. The data to HMAC. - Computes the HMAC of data using the SHA3-384 algorithm. + Computes the HMAC of data using the SHA-3-384 algorithm. The HMAC of the data. To be added. @@ -334,19 +334,19 @@ The HMAC key. The stream to HMAC. The buffer to receive the HMAC value. - Computes the HMAC of a stream using the SHA3-384 algorithm. + Computes the HMAC of a stream using the SHA-3-384 algorithm. The total number of bytes written to . To be added. is . - - - The buffer in is too small to hold the calculated HMAC - size. The SHA3-384 algorithm always produces a 384-bit HMAC, or 48 bytes. - --or- - - does not support reading. + + + The buffer in is too small to hold the calculated HMAC + size. The SHA-3-384 algorithm always produces a 384-bit HMAC, or 48 bytes. + +-or- + + does not support reading. @@ -376,11 +376,11 @@ The HMAC key. The data to HMAC. The buffer to receive the HMAC value. - Computes the HMAC of data using the SHA3-384 algorithm. + Computes the HMAC of data using the SHA-3-384 algorithm. The total number of bytes written to . To be added. - The buffer in is too small to hold the calculated hash - size. The SHA3-384 algorithm always produces a 384-bit HMAC, or 48 bytes. + The buffer in is too small to hold the calculated hash + size. The SHA-3-384 algorithm always produces a 384-bit HMAC, or 48 bytes. @@ -413,9 +413,9 @@ The HMAC key. The stream to HMAC. - The token to monitor for cancellation requests. + The token to monitor for cancellation requests. The default value is . - Asynchronously computes the HMAC of a stream using the SHA3-384 algorithm. + Asynchronously computes the HMAC of a stream using the SHA-3-384 algorithm. The HMAC of the data. To be added. @@ -462,9 +462,9 @@ The HMAC key. The stream to HMAC. - The token to monitor for cancellation requests. + The token to monitor for cancellation requests. The default value is . - Asynchronously computes the HMAC of a stream using the SHA3-384 algorithm. + Asynchronously computes the HMAC of a stream using the SHA-3-384 algorithm. The HMAC of the data. To be added. @@ -507,21 +507,21 @@ The HMAC key. The stream to HMAC. The buffer to receive the HMAC value. - The token to monitor for cancellation requests. + The token to monitor for cancellation requests. The default value is . - Asynchronously computes the HMAC of a stream using the SHA3-384 algorithm. + Asynchronously computes the HMAC of a stream using the SHA-3-384 algorithm. The total number of bytes written to . To be added. is . - - - The buffer in is too small to hold the calculated hash - size. The SHA3-384 algorithm always produces a 384-bit hash, or 48 bytes. - --or- - - does not support reading. + + + The buffer in is too small to hold the calculated hash + size. The SHA-3-384 algorithm always produces a 384-bit hash, or 48 bytes. + +-or- + + does not support reading. The cancellation token was canceled. This exception is stored into the returned task. @@ -570,7 +570,7 @@ 384 - The hash size produced by the HMAC SHA3-384 algorithm, in bits. + The hash size produced by the HMAC SHA-3-384 algorithm, in bits. To be added. @@ -593,7 +593,7 @@ 48 - The hash size produced by the HMAC SHA3-384 algorithm, in bytes. + The hash size produced by the HMAC SHA-3-384 algorithm, in bytes. To be added. @@ -697,7 +697,7 @@ The data to HMAC. The buffer to receive the HMAC value. When this method returns, the total number of bytes written into . - Attempts to compute the HMAC of data using the SHA3-384 algorithm. + Attempts to compute the HMAC of data using the SHA-3-384 algorithm. if is too small to hold the calculated hash, otherwise. To be added. diff --git a/xml/System.Security.Cryptography/HMACSHA3_512.xml b/xml/System.Security.Cryptography/HMACSHA3_512.xml index a973782ec86..71662d5e80d 100644 --- a/xml/System.Security.Cryptography/HMACSHA3_512.xml +++ b/xml/System.Security.Cryptography/HMACSHA3_512.xml @@ -22,7 +22,7 @@ - Computes a Hash-based Message Authentication Code (HMAC) by using the SHA3-512 hash function. + Computes a Hash-based Message Authentication Code (HMAC) by using the SHA-3-512 hash function. To be added. @@ -44,9 +44,9 @@ Initializes a new instance of the class with a randomly generated key. - is a type of keyed hash algorithm that is constructed from the SHA3-512 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 512 bits in length. + is a type of keyed hash algorithm that is constructed from the SHA-3-512 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data, hashes the result with the hash function, mixes that hash value with the secret key again, and then applies the hash function a second time. The output hash is 512 bits in length. - This constructor uses a 72-byte, randomly generated key. + This constructor uses a 72-byte, randomly generated key. @@ -186,7 +186,7 @@ The HMAC key. The data to HMAC. - Computes the HMAC of data using the SHA3-512 algorithm. + Computes the HMAC of data using the SHA-3-512 algorithm. The HMAC of the data. To be added. @@ -217,7 +217,7 @@ The HMAC key. The stream to HMAC. - Computes the HMAC of a stream using the SHA3-512 algorithm. + Computes the HMAC of a stream using the SHA-3-512 algorithm. The HMAC of the data. To be added. @@ -257,7 +257,7 @@ The HMAC key. The stream to HMAC. - Computes the HMAC of a stream using the SHA3-512 algorithm. + Computes the HMAC of a stream using the SHA-3-512 algorithm. The HMAC of the data. To be added. @@ -296,7 +296,7 @@ The HMAC key. The data to HMAC. - Computes the HMAC of data using the SHA3-512 algorithm. + Computes the HMAC of data using the SHA-3-512 algorithm. The HMAC of the data. To be added. @@ -334,19 +334,19 @@ The HMAC key. The stream to HMAC. The buffer to receive the HMAC value. - Computes the HMAC of a stream using the SHA3-512 algorithm. + Computes the HMAC of a stream using the SHA-3-512 algorithm. The total number of bytes written to . To be added. is . - - - The buffer in is too small to hold the calculated HMAC - size. The SHA3-512 algorithm always produces a 512-bit HMAC, or 64 bytes. - --or- - - does not support reading. + + + The buffer in is too small to hold the calculated HMAC + size. The SHA-3-512 algorithm always produces a 512-bit HMAC, or 64 bytes. + +-or- + + does not support reading. @@ -376,11 +376,11 @@ The HMAC key. The data to HMAC. The buffer to receive the HMAC value. - Computes the HMAC of data using the SHA3-512 algorithm. + Computes the HMAC of data using the SHA-3-512 algorithm. The total number of bytes written to . To be added. - The buffer in is too small to hold the calculated hash - size. The SHA3-512 algorithm always produces a 512-bit HMAC, or 64 bytes. + The buffer in is too small to hold the calculated hash + size. The SHA-3-512 algorithm always produces a 512-bit HMAC, or 64 bytes. @@ -413,9 +413,9 @@ The HMAC key. The stream to HMAC. - The token to monitor for cancellation requests. + The token to monitor for cancellation requests. The default value is . - Asynchronously computes the HMAC of a stream using the SHA3-512 algorithm. + Asynchronously computes the HMAC of a stream using the SHA-3-512 algorithm. The HMAC of the data. To be added. @@ -462,9 +462,9 @@ The HMAC key. The stream to HMAC. - The token to monitor for cancellation requests. + The token to monitor for cancellation requests. The default value is . - Asynchronously computes the HMAC of a stream using the SHA3-512 algorithm. + Asynchronously computes the HMAC of a stream using the SHA-3-512 algorithm. The HMAC of the data. To be added. @@ -507,21 +507,21 @@ The HMAC key. The stream to HMAC. The buffer to receive the HMAC value. - The token to monitor for cancellation requests. + The token to monitor for cancellation requests. The default value is . - Asynchronously computes the HMAC of a stream using the SHA3-512 algorithm. + Asynchronously computes the HMAC of a stream using the SHA-3-512 algorithm. The total number of bytes written to . To be added. is . - - - The buffer in is too small to hold the calculated hash - size. The SHA3-512 algorithm always produces a 512-bit hash, or 64 bytes. - --or- - - does not support reading. + + + The buffer in is too small to hold the calculated hash + size. The SHA-3-512 algorithm always produces a 512-bit hash, or 64 bytes. + +-or- + + does not support reading. The cancellation token was canceled. This exception is stored into the returned task. @@ -570,7 +570,7 @@ 512 - The hash size produced by the HMAC SHA3-512 algorithm, in bits. + The hash size produced by the HMAC SHA-3-512 algorithm, in bits. To be added. @@ -593,7 +593,7 @@ 64 - The hash size produced by the HMAC SHA3-512 algorithm, in bytes. + The hash size produced by the HMAC SHA-3-512 algorithm, in bytes. To be added. @@ -697,7 +697,7 @@ The data to HMAC. The buffer to receive the HMAC value. When this method returns, the total number of bytes written into . - Attempts to compute the HMAC of data using the SHA3-512 algorithm. + Attempts to compute the HMAC of data using the SHA-3-512 algorithm. if is too small to hold the calculated hash, otherwise. To be added. diff --git a/xml/System.Security.Cryptography/HMACSHA512.xml b/xml/System.Security.Cryptography/HMACSHA512.xml index 69d725d48c9..2c08947e42e 100644 --- a/xml/System.Security.Cryptography/HMACSHA512.xml +++ b/xml/System.Security.Cryptography/HMACSHA512.xml @@ -67,26 +67,26 @@ Computes a Hash-based Message Authentication Code (HMAC) using the hash function. - is a type of keyed hash algorithm that is constructed from the SHA-512 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data and hashes the result. The hash value is mixed with the secret key again, and then hashed a second time. The output hash is 512 bits in length. - - An HMAC can be used to determine whether a message sent over a nonsecure channel has been tampered with, provided that the sender and receiver share a secret key. The sender computes the hash value for the original data and sends both the original data and hash value as a single message. The receiver recalculates the hash value on the received message and checks that the computed HMAC matches the transmitted HMAC. - - If the original and computed hash values match, the message is authenticated. If they do not match, either the data or the hash value has been changed. HMACs provide security against tampering because knowledge of the secret key is required to change the message and reproduce the correct hash value. - - accepts keys of any size, and produces a hash sequence of length 512 bits. - - - -## Examples - The following example shows how to sign a file by using the object and then how to verify the file. - + is a type of keyed hash algorithm that is constructed from the SHA-512 hash function and used as a Hash-based Message Authentication Code (HMAC). The HMAC process mixes a secret key with the message data and hashes the result. The hash value is mixed with the secret key again, and then hashed a second time. The output hash is 512 bits in length. + + An HMAC can be used to determine whether a message sent over a nonsecure channel has been tampered with, provided that the sender and receiver share a secret key. The sender computes the hash value for the original data and sends both the original data and hash value as a single message. The receiver recalculates the hash value on the received message and checks that the computed HMAC matches the transmitted HMAC. + + If the original and computed hash values match, the message is authenticated. If they do not match, either the data or the hash value has been changed. HMACs provide security against tampering because knowledge of the secret key is required to change the message and reproduce the correct hash value. + + accepts keys of any size, and produces a hash sequence of length 512 bits. + + + +## Examples + The following example shows how to sign a file by using the object and then how to verify the file. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/HMACSHA512/CPP/hmacsha512.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography/HMACSHA512/Overview/hmacsha512.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/HMACSHA512/vb/hmacsha512.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/HMACSHA512/vb/hmacsha512.vb" id="Snippet1"::: + ]]> Cryptographic Services @@ -144,11 +144,11 @@ Initializes a new instance of the class with a randomly generated key. - Cryptographic Services @@ -204,11 +204,11 @@ The secret key for HMAC computation. The key can be any length. However, the recommended size is 128 bytes. If the key is more than 128 bytes long, it is hashed (using SHA-512) to derive a 64-byte key. Initializes a new instance of the class with the specified key data. - class. - + class. + ]]> The parameter is . @@ -374,7 +374,7 @@ The HMAC key. The data to HMAC. - Computes the HMAC of data using the SHA512 algorithm. + Computes the HMAC of data using the SHA-512 algorithm. The HMAC of the data. To be added. @@ -412,7 +412,7 @@ The HMAC key. The stream to HMAC. - Computes the HMAC of a stream using the SHA512 algorithm. + Computes the HMAC of a stream using the SHA-512 algorithm. The HMAC of the data. To be added. @@ -459,7 +459,7 @@ The HMAC key. The stream to HMAC. - Computes the HMAC of a stream using the SHA512 algorithm. + Computes the HMAC of a stream using the SHA-512 algorithm. The HMAC of the data. To be added. @@ -506,7 +506,7 @@ The HMAC key. The data to HMAC. - Computes the HMAC of data using the SHA512 algorithm. + Computes the HMAC of data using the SHA-512 algorithm. The HMAC of the data. To be added. @@ -551,7 +551,7 @@ The HMAC key. The stream to HMAC. The buffer to receive the HMAC value. - Computes the HMAC of a stream using the SHA512 algorithm. + Computes the HMAC of a stream using the SHA-512 algorithm. The total number of bytes written to . To be added. @@ -559,7 +559,7 @@ The buffer in is too small to hold the calculated HMAC - size. The SHA512 algorithm always produces a 512-bit HMAC, or 64 bytes. + size. The SHA-512 algorithm always produces a 512-bit HMAC, or 64 bytes. -or- @@ -602,10 +602,10 @@ The HMAC key. The data to HMAC. The buffer to receive the HMAC value. - Computes the HMAC of data using the SHA512 algorithm. + Computes the HMAC of data using the SHA-512 algorithm. The total number of bytes written to . To be added. - The buffer in is too small to hold the calculated hash size. The SHA512 algorithm always produces a 512-bit HMAC, or 64 bytes. + The buffer in is too small to hold the calculated hash size. The SHA-512 algorithm always produces a 512-bit HMAC, or 64 bytes. @@ -647,7 +647,7 @@ The stream to HMAC. The token to monitor for cancellation requests. The default value is . - Asynchronously computes the HMAC of a stream using the SHA512 algorithm. + Asynchronously computes the HMAC of a stream using the SHA-512 algorithm. The HMAC of the data. This method stores in the task it returns all non-usage exceptions that the method's synchronous counterpart can throw. If an exception is stored into the returned task, that exception will be thrown when the task is awaited. Usage exceptions, such as , are still thrown synchronously. For the stored exceptions, see the exceptions thrown by . @@ -703,7 +703,7 @@ The stream to HMAC. The token to monitor for cancellation requests. The default value is . - Asynchronously computes the HMAC of a stream using the SHA512 algorithm. + Asynchronously computes the HMAC of a stream using the SHA-512 algorithm. The HMAC of the data. To be added. @@ -755,7 +755,7 @@ The buffer to receive the HMAC value. The token to monitor for cancellation requests. The default value is . - Asynchronously computes the HMAC of a stream using the SHA512 algorithm. + Asynchronously computes the HMAC of a stream using the SHA-512 algorithm. The total number of bytes written to . To be added. @@ -763,7 +763,7 @@ The buffer in is too small to hold the calculated hash - size. The SHA512 algorithm always produces a 512-bit hash, or 64 bytes. + size. The SHA-512 algorithm always produces a 512-bit hash, or 64 bytes. -or- @@ -871,7 +871,7 @@ 512 - The hash size produced by the HMAC SHA512 algorithm, in bits. + The hash size produced by the HMAC SHA-512 algorithm, in bits. To be added. @@ -901,7 +901,7 @@ 64 - The hash size produced by the HMAC SHA512 algorithm, in bytes. + The hash size produced by the HMAC SHA-512 algorithm, in bytes. To be added. @@ -1031,23 +1031,23 @@ to enable .NET Framework 2.0 Service Pack 1 applications to interact with .NET Framework 2.0 applications; otherwise, . - Boolean property is to enable .NET Framework 2.0 Service Pack 1 applications to interact with .NET Framework 2.0 applications. When you set this property to `true`, the object produces values that match the values produced by the .NET Framework 2.0. You should set this property only once after you create your HMAC object. You will need to reset your key afterwards, as shown in the following example. - + Boolean property is to enable .NET Framework 2.0 Service Pack 1 applications to interact with .NET Framework 2.0 applications. When you set this property to `true`, the object produces values that match the values produced by the .NET Framework 2.0. You should set this property only once after you create your HMAC object. You will need to reset your key afterwards, as shown in the following example. + ```csharp public static void Test() -{ - var hmac = new HMACSHA512(); - hmac.ProduceLegacyHmacValues = true; - hmac.Key = // ...Get the HMAC key. - // ... - // Use the HMAC algorithm. +{ + var hmac = new HMACSHA512(); + hmac.ProduceLegacyHmacValues = true; + hmac.Key = // ...Get the HMAC key. // ... -} -``` - + // Use the HMAC algorithm. + // ... +} +``` + ]]> Cryptographic Services @@ -1089,7 +1089,7 @@ public static void Test() The data to HMAC. The buffer to receive the HMAC value. When this method returns, contains the total number of bytes written into . - Attempts to compute the HMAC of data using the SHA512 algorithm. + Attempts to compute the HMAC of data using the SHA-512 algorithm. if is too small to hold the calculated hash, otherwise. To be added. diff --git a/xml/System.Security.Cryptography/HashAlgorithm.xml b/xml/System.Security.Cryptography/HashAlgorithm.xml index 6fab98e0c7a..1a687a01934 100644 --- a/xml/System.Security.Cryptography/HashAlgorithm.xml +++ b/xml/System.Security.Cryptography/HashAlgorithm.xml @@ -85,7 +85,7 @@ The hash is used as a unique value of fixed size representing a large amount of data. Hashes of two sets of data should match if the corresponding data also matches. Small changes to the data result in large unpredictable changes in the hash. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. ## Examples The following code example computes the hash for an array. This example assumes that there is a predefined byte array `dataArray[]`. is a derived class of . @@ -608,7 +608,7 @@ This method is obsolete in .NET 5 and later versions. By default, this overload uses the implementation of a hash algorithm. If you want to specify a different implementation, use the overload, which lets you specify an algorithm name, instead. The cryptography configuration system defines the default implementation of . - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. ]]> diff --git a/xml/System.Security.Cryptography/HashAlgorithmName.xml b/xml/System.Security.Cryptography/HashAlgorithmName.xml index 37b54cc9e4d..fc348ba0023 100644 --- a/xml/System.Security.Cryptography/HashAlgorithmName.xml +++ b/xml/System.Security.Cryptography/HashAlgorithmName.xml @@ -65,21 +65,20 @@ Specifies the name of a cryptographic hash algorithm. - structure includes some static properties that return predefined hash algorithm names, as well as a property that can represent a custom hash algorithm name as a strongly-typed string. Hash algorithm names are case-sensitive. - - Asymmetric algorithms implemented using Microsoft's CNG (Cryptographic Next Generation) API interpret the underlying string value as a [CNG algorithm identifier](/windows/win32/seccng/cng-algorithm-identifiers). - - Asymmetric algorithms implemented using other technologies: - -- Must recognize at least "MD5", "SHA1", "SHA256", "SHA384", and "SHA512". - -- Should recognize additional CNG identifiers for any additional hash algorithms that they support. - -Due to collision problems with MD5 and SHA1, Microsoft recommends a security model based on SHA256 or better. - + structure includes some static properties that return predefined hash algorithm names, as well as a property that can represent a custom hash algorithm name as a strongly-typed string. Hash algorithm names are case-sensitive. + + Asymmetric algorithms implemented using Microsoft's CNG (Cryptographic Next Generation) API interpret the underlying string value as a [CNG algorithm identifier](/windows/win32/seccng/cng-algorithm-identifiers). + + Asymmetric algorithms implemented using other technologies: + +- Must recognize at least "MD5", "SHA1", "SHA256", "SHA384", and "SHA512". +- Should recognize additional CNG identifiers for any additional hash algorithms that they support. + +Due to collision problems with MD5 and SHA-1, Microsoft recommends a security model based on SHA-256 or better. + ]]> @@ -126,11 +125,11 @@ Due to collision problems with MD5 and SHA1, Microsoft recommends a security mod The custom hash algorithm name. Initializes a new instance of the structure with a custom name. - @@ -376,7 +375,7 @@ Due to collision problems with MD5 and SHA1, Microsoft recommends a security mod Gets a hash algorithm name that represents "MD5". A hash algorithm name that represents "MD5". - Due to collision problems with MD5, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with MD5, Microsoft recommends a security model based on SHA-256 or better. @@ -421,12 +420,12 @@ Due to collision problems with MD5 and SHA1, Microsoft recommends a security mod Gets the underlying string representation of the algorithm name. The string representation of the algorithm name, or if no hash algorithm is available. - @@ -479,11 +478,11 @@ May be `null` or empty to indicate that no hash algorithm is applicable. if both and have the same value; otherwise, . - method defines the operation of the equality operator for values. - + method defines the operation of the equality operator for values. + ]]> @@ -536,11 +535,11 @@ May be `null` or empty to indicate that no hash algorithm is applicable. if both and do not have the same value; otherwise, . - method defines the operation of the inequality operator for values. - + method defines the operation of the inequality operator for values. + ]]> @@ -585,7 +584,7 @@ May be `null` or empty to indicate that no hash algorithm is applicable. Gets a hash algorithm name that represents "SHA1". A hash algorithm name that represents "SHA1". - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. @@ -846,11 +845,11 @@ May be `null` or empty to indicate that no hash algorithm is applicable. Returns the string representation of the current instance. The string representation of the current instance. - method returns the property, if it has been assigned. Otherwise, it returns . - + method returns the property, if it has been assigned. Otherwise, it returns . + ]]> diff --git a/xml/System.Security.Cryptography/KeyedHashAlgorithm.xml b/xml/System.Security.Cryptography/KeyedHashAlgorithm.xml index 599da5dae58..0e2efcadbc1 100644 --- a/xml/System.Security.Cryptography/KeyedHashAlgorithm.xml +++ b/xml/System.Security.Cryptography/KeyedHashAlgorithm.xml @@ -71,7 +71,7 @@ Hash functions are commonly used with digital signatures and for data integrity. The class is an example of a keyed hash algorithm. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. ## Examples The following code example demonstrates how to derive from the class. @@ -205,7 +205,7 @@ ## Remarks By default, this overload uses the implementation of a keyed hash algorithm. If you want to specify a different implementation, use the overload, which lets you specify an algorithm name, instead. The cryptography configuration system defines the default implementation of the class. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. ]]> diff --git a/xml/System.Security.Cryptography/MD5.xml b/xml/System.Security.Cryptography/MD5.xml index c32caa46fea..b596eee9aba 100644 --- a/xml/System.Security.Cryptography/MD5.xml +++ b/xml/System.Security.Cryptography/MD5.xml @@ -64,21 +64,18 @@ Represents the abstract class from which all implementations of the hash algorithm inherit. - algorithm is 128 bits. - - The methods of the class return the hash as an array of 16 bytes. Note that some MD5 implementations produce a 32-character, hexadecimal-formatted hash. To interoperate with such implementations, format the return value of the methods as a hexadecimal value. - + algorithm is 128 bits. + + The methods of the class return the hash as an array of 16 bytes. Note that some MD5 implementations produce a 32-character, hexadecimal-formatted hash. To interoperate with such implementations, format the return value of the methods as a hexadecimal value. + > [!NOTE] -> Due to collision problems with MD5/SHA1, Microsoft recommends SHA256 or SHA512. Consider using the class or the class instead of the class. Use only for compatibility with legacy applications and data. - - - - +> Due to collision problems with MD5/SHA-1, Microsoft recommends SHA-256 or SHA-512. Consider using the class or the class instead of the class. Use only for compatibility with legacy applications and data. + ]]> Cryptographic Services @@ -125,11 +122,11 @@ Initializes a new instance of . - class, use the method. - + class, use the method. + ]]> Cryptographic Services @@ -274,11 +271,11 @@ Creates an instance of the specified implementation of the hash algorithm. A new instance of the specified implementation of . - The algorithm described by the parameter was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. diff --git a/xml/System.Security.Cryptography/PKCS1MaskGenerationMethod.xml b/xml/System.Security.Cryptography/PKCS1MaskGenerationMethod.xml index 22254df2304..53ebfc2dc27 100644 --- a/xml/System.Security.Cryptography/PKCS1MaskGenerationMethod.xml +++ b/xml/System.Security.Cryptography/PKCS1MaskGenerationMethod.xml @@ -69,11 +69,11 @@ Computes masks according to PKCS #1 for use by key exchange algorithms. - Cryptographic Services @@ -123,12 +123,12 @@ Initializes a new instance of the class. - to the default hash algorithm name (SHA1). + to the default hash algorithm name (SHA1). + + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. ]]> @@ -189,11 +189,11 @@ Generates and returns a mask from the specified random seed of the specified length. A randomly generated mask whose length is equal to the parameter. - Cryptographic Services @@ -241,13 +241,13 @@ Gets or sets the name of the hash algorithm type to use for generating the mask. The name of the type that implements the hash algorithm to use for computing the mask. - is used by default. + is used by default. + + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. - ]]> Cryptographic Services diff --git a/xml/System.Security.Cryptography/RSACryptoServiceProvider.xml b/xml/System.Security.Cryptography/RSACryptoServiceProvider.xml index 7445f99433f..90c2139f0c7 100644 --- a/xml/System.Security.Cryptography/RSACryptoServiceProvider.xml +++ b/xml/System.Security.Cryptography/RSACryptoServiceProvider.xml @@ -2190,7 +2190,7 @@ The supported RSA key sizes depend on the available cryptographic service provid The valid hash algorithms are and . The algorithm identifier can be derived from the hash name by using the method. - Due to collision problems with SHA1 and MD5, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1 and MD5, Microsoft recommends a security model based on SHA-256 or better. ## Examples The following code example encrypts some data, creates a hash of the encrypted data, and then signs hash with a digital signature. @@ -2504,7 +2504,7 @@ The supported RSA key sizes depend on the available cryptographic service provid The valid hash algorithms are and . The algorithm identifier can be derived from the hash name by using the method. - Due to collision problems with SHA1 and MD5, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1 and MD5, Microsoft recommends a security model based on SHA-256 or better. ## Examples The following example shows how to use the method to verify a signature. This code example is part of a larger example provided for the method. diff --git a/xml/System.Security.Cryptography/RSAEncryptionPadding.xml b/xml/System.Security.Cryptography/RSAEncryptionPadding.xml index 61d074c3e20..aac0cbe506d 100644 --- a/xml/System.Security.Cryptography/RSAEncryptionPadding.xml +++ b/xml/System.Security.Cryptography/RSAEncryptionPadding.xml @@ -186,11 +186,11 @@ if is equal to the current instance; otherwise, . - object and the two objects have identical and property values. - + object and the two objects have identical and property values. + ]]> @@ -254,11 +254,11 @@ if is equal to the current instance; otherwise, . - and property values. - + and property values. + ]]> @@ -397,12 +397,12 @@ Gets the hash algorithm used in conjunction with the padding mode. The hash algorithm. - property is not , then will be `null`. - + property is not , then will be `null`. + ]]> @@ -447,9 +447,9 @@ If the value of the System.Security.Cryptography.RSAEncryptionPadding - Gets an object that represents the Optimal Asymmetric Encryption Padding (OAEP) encryption standard with a SHA1 hash algorithm. - An object that represents the OAEP encryption standard with a SHA1 hash algorithm. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Gets an object that represents the Optimal Asymmetric Encryption Padding (OAEP) encryption standard with a SHA-1 hash algorithm. + An object that represents the OAEP encryption standard with a SHA-1 hash algorithm. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. @@ -492,8 +492,8 @@ If the value of the System.Security.Cryptography.RSAEncryptionPadding - Gets an object that represents the Optimal Asymmetric Encryption Padding (OAEP) encryption standard with a SHA256 hash algorithm. - An object that represents the OAEP encryption standard with a SHA256 hash algorithm. + Gets an object that represents the Optimal Asymmetric Encryption Padding (OAEP) encryption standard with a SHA-256 hash algorithm. + An object that represents the OAEP encryption standard with a SHA-256 hash algorithm. To be added. @@ -522,7 +522,7 @@ If the value of the - mode with SHA3-256 hash algorithm. + mode with SHA-3-256 hash algorithm. To be added. To be added. @@ -552,7 +552,7 @@ If the value of the - mode with SHA3-384 hash algorithm. + mode with SHA-3-384 hash algorithm. To be added. To be added. @@ -582,7 +582,7 @@ If the value of the - mode with SHA3-512 hash algorithm. + mode with SHA-3-512 hash algorithm. To be added. To be added. @@ -628,7 +628,7 @@ If the value of the Gets an object that represents the Optimal Asymmetric Encryption Padding (OAEP) encryption standard with a SHA-384 hash algorithm. - An object that represents the OAEP encryption standard with a SHA384 hash algorithm. + An object that represents the OAEP encryption standard with a SHA-384 hash algorithm. To be added. @@ -672,8 +672,8 @@ If the value of the System.Security.Cryptography.RSAEncryptionPadding - Gets an object that represents the Optimal Asymmetric Encryption Padding (OAEP) encryption standard with a SHA512 hash algorithm. - An object that represents the OAEP encryption standard with a SHA512 hash algorithm. + Gets an object that represents the Optimal Asymmetric Encryption Padding (OAEP) encryption standard with a SHA-512 hash algorithm. + An object that represents the OAEP encryption standard with a SHA-512 hash algorithm. To be added. @@ -728,11 +728,11 @@ If the value of the if and are equal; otherwise, . - objects are equal if their and property values are equal. - + objects are equal if their and property values are equal. + ]]> @@ -788,11 +788,11 @@ If the value of the if and are not equal; otherwise, . - objects are not equal if their and property values are not equal. - + objects are not equal if their and property values are not equal. + ]]> @@ -886,11 +886,11 @@ If the value of the Returns the string representation of the current instance. The string representation of the current object. - object is the concatenation of its and `OaepHashAlgorithm.Name` properties. - + object is the concatenation of its and `OaepHashAlgorithm.Name` properties. + ]]> diff --git a/xml/System.Security.Cryptography/SHA1.xml b/xml/System.Security.Cryptography/SHA1.xml index ef677c60cdd..7d7006785af 100644 --- a/xml/System.Security.Cryptography/SHA1.xml +++ b/xml/System.Security.Cryptography/SHA1.xml @@ -60,16 +60,16 @@ Computes the hash for the input data. - algorithm is 160 bits. - - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. - - + algorithm is 160 bits. + + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. + + ]]> Cryptographic Services @@ -116,11 +116,11 @@ Initializes a new instance of . - The policy on this object is not compliant with the FIPS algorithm. @@ -191,11 +191,11 @@ Creates an instance of the default implementation of . A new instance of . - is . - + is . + ]]> Cryptographic Services @@ -267,7 +267,7 @@ The name of the specific implementation of to be used. Creates an instance of the specified implementation of . A new instance of using the specified implementation. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. Cryptographic Services @@ -302,7 +302,7 @@ The data to hash. - Computes the hash of data using the SHA1 algorithm. + Computes the hash of data using the SHA-1 algorithm. The hash of the data. To be added. @@ -338,7 +338,7 @@ The stream to hash. - Computes the hash of a stream using the SHA1 algorithm. + Computes the hash of a stream using the SHA-1 algorithm. The hash of the data. To be added. @@ -384,7 +384,7 @@ The data to hash. - Computes the hash of data using the SHA1 algorithm. + Computes the hash of data using the SHA-1 algorithm. The hash of the data. To be added. @@ -427,7 +427,7 @@ The stream to hash. The buffer to receive the hash value. - Computes the hash of a stream using the SHA1 algorithm. + Computes the hash of a stream using the SHA-1 algorithm. The total number of bytes written to . To be added. @@ -435,7 +435,7 @@ The buffer in is too small to hold the calculated hash - size. The SHA1 algorithm always produces a 160-bit hash, or 20 bytes. + size. The SHA-1 algorithm always produces a 160-bit hash, or 20 bytes. -or- @@ -477,10 +477,10 @@ The data to hash. The buffer to receive the hash value. - Computes the hash of data using the SHA1 algorithm. + Computes the hash of data using the SHA-1 algorithm. The total number of bytes written to . To be added. - The buffer in is too small to hold the calculated hash size. The SHA1 algorithm always produces a 160-bit hash, or 20 bytes. + The buffer in is too small to hold the calculated hash size. The SHA-1 algorithm always produces a 160-bit hash, or 20 bytes. @@ -520,7 +520,7 @@ The stream to hash. The token to monitor for cancellation requests. The default value is . - Asynchronously computes the hash of a stream using the SHA1 algorithm. + Asynchronously computes the hash of a stream using the SHA-1 algorithm. The hash of the data. This method stores in the task it returns all non-usage exceptions that the method's synchronous counterpart can throw. If an exception is stored into the returned task, that exception will be thrown when the task is awaited. Usage exceptions, such as , are still thrown synchronously. For the stored exceptions, see the exceptions thrown by . @@ -570,7 +570,7 @@ The buffer to receive the hash value. The token to monitor for cancellation requests. The default value is . - Asynchronously computes the hash of a stream using the SHA1 algorithm. + Asynchronously computes the hash of a stream using the SHA-1 algorithm. The total number of bytes written to . To be added. @@ -578,7 +578,7 @@ The buffer in is too small to hold the calculated hash - size. The SHA1 algorithm always produces a 160-bit hash, or 20 bytes. + size. The SHA-1 algorithm always produces a 160-bit hash, or 20 bytes. -or- @@ -614,7 +614,7 @@ 160 - The hash size produced by the SHA1 algorithm, in bits. + The hash size produced by the SHA-1 algorithm, in bits. To be added. @@ -644,7 +644,7 @@ 20 - The hash size produced by the SHA1 algorithm, in bytes. + The hash size produced by the SHA-1 algorithm, in bytes. To be added. @@ -683,7 +683,7 @@ The data to hash. The buffer to receive the hash value. When this method returns, the total number of bytes written into . - Attempts to compute the hash of data using the SHA1 algorithm. + Attempts to compute the hash of data using the SHA-1 algorithm. if is too small to hold the calculated hash, otherwise. To be added. diff --git a/xml/System.Security.Cryptography/SHA1Cng.xml b/xml/System.Security.Cryptography/SHA1Cng.xml index c3f65b56df2..49a2c6577df 100644 --- a/xml/System.Security.Cryptography/SHA1Cng.xml +++ b/xml/System.Security.Cryptography/SHA1Cng.xml @@ -17,13 +17,13 @@ Provides a Cryptography Next Generation (CNG) implementation of the Secure Hash Algorithm (SHA). - diff --git a/xml/System.Security.Cryptography/SHA1CryptoServiceProvider.xml b/xml/System.Security.Cryptography/SHA1CryptoServiceProvider.xml index f1f829d70b3..7d4fae452b0 100644 --- a/xml/System.Security.Cryptography/SHA1CryptoServiceProvider.xml +++ b/xml/System.Security.Cryptography/SHA1CryptoServiceProvider.xml @@ -66,16 +66,16 @@ Computes the hash value for the input data using the implementation provided by the cryptographic service provider (CSP). This class cannot be inherited. - class is 160 bits. - + class is 160 bits. + > [!IMPORTANT] -> This type implements the interface. When you have finished using the type, you should dispose of it either directly or indirectly. To dispose of the type directly, call its method in a `try`/`catch` block. To dispose of it indirectly, use a language construct such as `using` (in C#) or `Using` (in Visual Basic). For more information, see the "Using an Object that Implements IDisposable" section in the interface topic. - -Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. - +> This type implements the interface. When you have finished using the type, you should dispose of it either directly or indirectly. To dispose of the type directly, call its method in a `try`/`catch` block. To dispose of it indirectly, use a language construct such as `using` (in C#) or `Using` (in Visual Basic). For more information, see the "Using an Object that Implements IDisposable" section in the interface topic. + +Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. + ]]> Cryptographic Services diff --git a/xml/System.Security.Cryptography/SHA1Managed.xml b/xml/System.Security.Cryptography/SHA1Managed.xml index 37d69e82381..eb47da3f712 100644 --- a/xml/System.Security.Cryptography/SHA1Managed.xml +++ b/xml/System.Security.Cryptography/SHA1Managed.xml @@ -78,7 +78,7 @@ The hash size for the algorithm is 160 bits. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. ]]> @@ -122,7 +122,7 @@ Initializes a new instance of the class. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. This class is not compliant with the FIPS algorithm. Cryptographic Services @@ -326,7 +326,7 @@ This method is called by the public Returns the computed hash value after all data has been written to the object. The computed hash code. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. Cryptographic Services @@ -373,7 +373,7 @@ This method is called by the public Initializes an instance of . - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. Cryptographic Services diff --git a/xml/System.Security.Cryptography/SHA256.xml b/xml/System.Security.Cryptography/SHA256.xml index 44b9c9d7d8d..84b2ff59f48 100644 --- a/xml/System.Security.Cryptography/SHA256.xml +++ b/xml/System.Security.Cryptography/SHA256.xml @@ -60,22 +60,22 @@ Computes the hash for the input data. - algorithm is 256 bits. - - This is an abstract class. - -## Examples - The following example calculates the SHA-256 hash for all files in a directory. - + algorithm is 256 bits. + + This is an abstract class. + +## Examples + The following example calculates the SHA-256 hash for all files in a directory. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_Classic/classic SHA256 Example/CPP/source.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography/HashAlgorithm/ComputeHash/source.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_Classic/classic SHA256 Example/VB/source.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_Classic/classic SHA256 Example/VB/source.vb" id="Snippet1"::: + ]]> Cryptographic Services @@ -126,11 +126,11 @@ Initializes a new instance of . - Cryptographic Services @@ -272,9 +272,9 @@ Creates an instance of a specified implementation of . A new instance of using the specified implementation. - The data to hash. - Computes the hash of data using the SHA256 algorithm. + Computes the hash of data using the SHA-256 algorithm. The hash of the data. To be added. @@ -356,7 +356,7 @@ The .NET Framework includes the implementations and their associated hashName va The stream to hash. - Computes the hash of a stream using the SHA256 algorithm. + Computes the hash of a stream using the SHA-256 algorithm. The hash of the data. To be added. @@ -402,7 +402,7 @@ The .NET Framework includes the implementations and their associated hashName va The data to hash. - Computes the hash of data using the SHA256 algorithm. + Computes the hash of data using the SHA-256 algorithm. The hash of the data. To be added. @@ -445,13 +445,13 @@ The .NET Framework includes the implementations and their associated hashName va The stream to hash. The buffer to receive the hash value. - Computes the hash of a stream using the SHA256 algorithm. + Computes the hash of a stream using the SHA-256 algorithm. The total number of bytes written to . To be added. is . - The buffer in is too small to hold the calculated hash size. The SHA256 algorithm always produces a 256-bit hash, or 32 bytes. + The buffer in is too small to hold the calculated hash size. The SHA-256 algorithm always produces a 256-bit hash, or 32 bytes. -or- does not support reading. @@ -491,10 +491,10 @@ The .NET Framework includes the implementations and their associated hashName va The data to hash. The buffer to receive the hash value. - Computes the hash of data using the SHA256 algorithm. + Computes the hash of data using the SHA-256 algorithm. The total number of bytes written to . To be added. - The buffer in is too small to hold the calculated hash size. The SHA256 algorithm always produces a 256-bit hash, or 32 bytes. + The buffer in is too small to hold the calculated hash size. The SHA-256 algorithm always produces a 256-bit hash, or 32 bytes. @@ -534,7 +534,7 @@ The .NET Framework includes the implementations and their associated hashName va The stream to hash. The token to monitor for cancellation requests. The default value is . - Asynchronously computes the hash of a stream using the SHA256 algorithm. + Asynchronously computes the hash of a stream using the SHA-256 algorithm. The hash of the data. This method stores in the task it returns all non-usage exceptions that the method's synchronous counterpart can throw. If an exception is stored into the returned task, that exception will be thrown when the task is awaited. Usage exceptions, such as , are still thrown synchronously. For the stored exceptions, see the exceptions thrown by . @@ -584,7 +584,7 @@ The .NET Framework includes the implementations and their associated hashName va The buffer to receive the hash value. The token to monitor for cancellation requests. The default value is . - Asynchronously computes the hash of a stream using the SHA256 algorithm. + Asynchronously computes the hash of a stream using the SHA-256 algorithm. The total number of bytes written to . To be added. @@ -592,7 +592,7 @@ The .NET Framework includes the implementations and their associated hashName va The buffer in is too small to hold the calculated hash - size. The SHA256 algorithm always produces a 256-bit hash, or 32 bytes. + size. The SHA-256 algorithm always produces a 256-bit hash, or 32 bytes. -or- @@ -628,7 +628,7 @@ The .NET Framework includes the implementations and their associated hashName va 256 - The hash size produced by the SHA256 algorithm, in bits. + The hash size produced by the SHA-256 algorithm, in bits. To be added. @@ -658,7 +658,7 @@ The .NET Framework includes the implementations and their associated hashName va 32 - The hash size produced by the SHA256 algorithm, in bytes. + The hash size produced by the SHA-256 algorithm, in bytes. To be added. @@ -697,7 +697,7 @@ The .NET Framework includes the implementations and their associated hashName va The data to hash. The buffer to receive the hash value. When this method returns, the total number of bytes written into . - Attempts to compute the hash of data using the SHA256 algorithm. + Attempts to compute the hash of data using the SHA-256 algorithm. if is too small to hold the calculated hash, otherwise. To be added. diff --git a/xml/System.Security.Cryptography/SHA384.xml b/xml/System.Security.Cryptography/SHA384.xml index f7d2c3cbd45..cf56d6e8e7e 100644 --- a/xml/System.Security.Cryptography/SHA384.xml +++ b/xml/System.Security.Cryptography/SHA384.xml @@ -60,22 +60,22 @@ Computes the hash for the input data. - algorithm is 384 bits. - - - -## Examples - The following example computes the hash for `data` and stores it in `result`. This example assumes that there is a predefined constant `DATA_SIZE`. - + algorithm is 384 bits. + + + +## Examples + The following example computes the hash for `data` and stores it in `result`. This example assumes that there is a predefined constant `DATA_SIZE`. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_Classic/classic SHA384 Example/CPP/source.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography/SHA384/Overview/source.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_Classic/classic SHA384 Example/VB/source.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_Classic/classic SHA384 Example/VB/source.vb" id="Snippet1"::: + ]]> Cryptographic Services @@ -126,11 +126,11 @@ Initializes a new instance of . - Cryptographic Services @@ -306,7 +306,7 @@ The data to hash. - Computes the hash of data using the SHA384 algorithm. + Computes the hash of data using the SHA-384 algorithm. The hash of the data. To be added. @@ -342,7 +342,7 @@ The stream to hash. - Computes the hash of a stream using the SHA384 algorithm. + Computes the hash of a stream using the SHA-384 algorithm. The hash of the data. To be added. @@ -388,7 +388,7 @@ The data to hash. - Computes the hash of data using the SHA384 algorithm. + Computes the hash of data using the SHA-384 algorithm. The hash of the data. To be added. @@ -431,7 +431,7 @@ The stream to hash. The buffer to receive the hash value. - Computes the hash of a stream using the SHA384 algorithm. + Computes the hash of a stream using the SHA-384 algorithm. The total number of bytes written to . To be added. @@ -439,7 +439,7 @@

The buffer in is too small to hold the calculated hash - size. The SHA384 algorithm always produces a 384-bit hash, or 48 bytes. + size. The SHA-384 algorithm always produces a 384-bit hash, or 48 bytes.

-or-

@@ -481,10 +481,10 @@ The data to hash. The buffer to receive the hash value. -

Computes the hash of data using the SHA384 algorithm. + Computes the hash of data using the SHA-384 algorithm. The total number of bytes written to . To be added. - The buffer in is too small to hold the calculated hash size. The SHA384 algorithm always produces a 384-bit hash, or 48 bytes. + The buffer in is too small to hold the calculated hash size. The SHA-384 algorithm always produces a 384-bit hash, or 48 bytes.
@@ -524,7 +524,7 @@ The stream to hash. The token to monitor for cancellation requests. The default value is . - Asynchronously computes the hash of a stream using the SHA384 algorithm. + Asynchronously computes the hash of a stream using the SHA-384 algorithm. The hash of the data. This method stores in the task it returns all non-usage exceptions that the method's synchronous counterpart can throw. If an exception is stored into the returned task, that exception will be thrown when the task is awaited. Usage exceptions, such as , are still thrown synchronously. For the stored exceptions, see the exceptions thrown by . @@ -574,7 +574,7 @@ The buffer to receive the hash value. The token to monitor for cancellation requests. The default value is . - Asynchronously computes the hash of a stream using the SHA384 algorithm. + Asynchronously computes the hash of a stream using the SHA-384 algorithm. The total number of bytes written to . To be added. @@ -582,7 +582,7 @@

The buffer in is too small to hold the calculated hash - size. The SHA384 algorithm always produces a 384-bit hash, or 48 bytes. + size. The SHA-384 algorithm always produces a 384-bit hash, or 48 bytes.

-or-

@@ -618,7 +618,7 @@ 384 -

The hash size produced by the SHA384 algorithm, in bits. + The hash size produced by the SHA-384 algorithm, in bits. To be added.
@@ -648,7 +648,7 @@ 48 - The hash size produced by the SHA384 algorithm, in bytes. + The hash size produced by the SHA-384 algorithm, in bytes. To be added. @@ -687,7 +687,7 @@ The data to hash. The buffer to receive the hash value. When this method returns, the total number of bytes written into . - Attempts to compute the hash of data using the SHA384 algorithm. + Attempts to compute the hash of data using the SHA-384 algorithm. if is too small to hold the calculated hash, otherwise. To be added. diff --git a/xml/System.Security.Cryptography/SHA3_256.xml b/xml/System.Security.Cryptography/SHA3_256.xml index 2c1e9f88050..45a1190a680 100644 --- a/xml/System.Security.Cryptography/SHA3_256.xml +++ b/xml/System.Security.Cryptography/SHA3_256.xml @@ -16,7 +16,7 @@ - Computes the SHA3-256 hash for the input data. + Computes the SHA-3-256 hash for the input data. This algorithm is specified by FIPS 202. @@ -61,7 +61,7 @@ Creates an instance of the default implementation of . A new instance of . To be added. - The platform does not support SHA3-256. + The platform does not support SHA-3-256.
@@ -86,12 +86,12 @@ The data to hash. - Computes the hash of data using the SHA3-256 algorithm. + Computes the hash of data using the SHA-3-256 algorithm. The hash of the data. To be added. is . - The platform does not support SHA3-256. + The platform does not support SHA-3-256. @@ -116,14 +116,14 @@ The stream to hash. - Computes the hash of a stream using the SHA3-256 algorithm. + Computes the hash of a stream using the SHA-3-256 algorithm. The hash of the data. To be added. is . does not support reading. - The platform does not support SHA3-256. + The platform does not support SHA-3-256. @@ -154,10 +154,10 @@ The data to hash. - Computes the hash of data using the SHA3-256 algorithm. + Computes the hash of data using the SHA-3-256 algorithm. The hash of the data. To be added. - The platform does not support SHA3-256. + The platform does not support SHA-3-256. @@ -191,22 +191,22 @@ The stream to hash. The buffer to receive the hash value. - Computes the hash of a stream using the SHA3-256 algorithm. + Computes the hash of a stream using the SHA-3-256 algorithm. The total number of bytes written to . To be added. is . -

- The buffer in is too small to hold the calculated hash - size. The SHA3-256 algorithm always produces a 256-bit hash, or 32 bytes. +

+ The buffer in is too small to hold the calculated hash + size. The SHA-3-256 algorithm always produces a 256-bit hash, or 32 bytes.

-or-

- does not support reading. + does not support reading.

- The platform does not support SHA3-256. + The platform does not support SHA-3-256.
@@ -233,12 +233,12 @@ The data to hash. The buffer to receive the hash value. - Computes the hash of data using the SHA3-256 algorithm. + Computes the hash of data using the SHA-3-256 algorithm. The total number of bytes written to . To be added. - The buffer in is too small to hold the calculated hash - size. The SHA3-256 algorithm always produces a 256-bit hash, or 32 bytes. - The platform does not support SHA3-256. + The buffer in is too small to hold the calculated hash + size. The SHA-3-256 algorithm always produces a 256-bit hash, or 32 bytes. + The platform does not support SHA-3-256. @@ -269,16 +269,16 @@ The stream to hash. - The token to monitor for cancellation requests. + The token to monitor for cancellation requests. The default value is . - Asynchronously computes the hash of a stream using the SHA3-256 algorithm. + Asynchronously computes the hash of a stream using the SHA-3-256 algorithm. The hash of the data. To be added. is . does not support reading. - The platform does not support SHA3-256. + The platform does not support SHA-3-256. The cancellation token was canceled. This exception is stored into the returned task. @@ -313,24 +313,24 @@ The stream to hash. The buffer to receive the hash value. - The token to monitor for cancellation requests. + The token to monitor for cancellation requests. The default value is . - Asynchronously computes the hash of a stream using the SHA3-256 algorithm. + Asynchronously computes the hash of a stream using the SHA-3-256 algorithm. The total number of bytes written to . To be added. is . -

- The buffer in is too small to hold the calculated hash - size. The SHA3-256 algorithm always produces a 256-bit hash, or 32 bytes. +

+ The buffer in is too small to hold the calculated hash + size. The SHA-3-256 algorithm always produces a 256-bit hash, or 32 bytes.

-or-

- does not support reading. + does not support reading.

- The platform does not support SHA3-256. + The platform does not support SHA-3-256. The cancellation token was canceled. This exception is stored into the returned task.
@@ -353,7 +353,7 @@ 256 - The hash size produced by the SHA3-256 algorithm, in bits. + The hash size produced by the SHA-3-256 algorithm, in bits. To be added. @@ -376,7 +376,7 @@ 32 - The hash size produced by the SHA3-256 algorithm, in bytes. + The hash size produced by the SHA-3-256 algorithm, in bytes. To be added. @@ -430,11 +430,11 @@ The data to hash. The buffer to receive the hash value. When this method returns, the total number of bytes written into . - Attempts to compute the hash of data using the SHA3-256 algorithm. + Attempts to compute the hash of data using the SHA-3-256 algorithm. if is too small to hold the calculated hash, otherwise. To be added. - The platform does not support SHA3-256. + The platform does not support SHA-3-256.
diff --git a/xml/System.Security.Cryptography/SHA3_384.xml b/xml/System.Security.Cryptography/SHA3_384.xml index bc160daba22..9a80c8e1f57 100644 --- a/xml/System.Security.Cryptography/SHA3_384.xml +++ b/xml/System.Security.Cryptography/SHA3_384.xml @@ -16,7 +16,7 @@ - Computes the SHA3-384 hash for the input data. + Computes the SHA-3-384 hash for the input data. This algorithm is specified by FIPS 202. @@ -61,7 +61,7 @@ Creates an instance of the default implementation of . A new instance of . To be added. - The platform does not support SHA3-384. + The platform does not support SHA-3-384. @@ -86,12 +86,12 @@ The data to hash. - Computes the hash of data using the SHA3-384 algorithm. + Computes the hash of data using the SHA-3-384 algorithm. The hash of the data. To be added. is . - The platform does not support SHA3-384. + The platform does not support SHA-3-384. @@ -116,14 +116,14 @@ The stream to hash. - Computes the hash of a stream using the SHA3-384 algorithm. + Computes the hash of a stream using the SHA-3-384 algorithm. The hash of the data. To be added. is . does not support reading. - The platform does not support SHA3-384. + The platform does not support SHA-3-384. @@ -154,10 +154,10 @@ The data to hash. - Computes the hash of data using the SHA3-384 algorithm. + Computes the hash of data using the SHA-3-384 algorithm. The hash of the data. To be added. - The platform does not support SHA3-384. + The platform does not support SHA-3-384. @@ -191,21 +191,21 @@ The stream to hash. The buffer to receive the hash value. - Computes the hash of a stream using the SHA3-384 algorithm. + Computes the hash of a stream using the SHA-3-384 algorithm. The total number of bytes written to . To be added. is . - - - The buffer in is too small to hold the calculated hash - size. The SHA3-384 algorithm always produces a 384-bit hash, or 48 bytes. - --or- - - does not support reading. + + + The buffer in is too small to hold the calculated hash + size. The SHA-3-384 algorithm always produces a 384-bit hash, or 48 bytes. + +-or- + + does not support reading. - The platform does not support SHA3-384. + The platform does not support SHA-3-384. @@ -232,12 +232,12 @@ The data to hash. The buffer to receive the hash value. - Computes the hash of data using the SHA3-384 algorithm. + Computes the hash of data using the SHA-3-384 algorithm. The total number of bytes written to . To be added. - The buffer in is too small to hold the calculated hash - size. The SHA3-384 algorithm always produces a 384-bit hash, or 48 bytes. - The platform does not support SHA3-384. + The buffer in is too small to hold the calculated hash + size. The SHA-3-384 algorithm always produces a 384-bit hash, or 48 bytes. + The platform does not support SHA-3-384. @@ -268,16 +268,16 @@ The stream to hash. - The token to monitor for cancellation requests. + The token to monitor for cancellation requests. The default value is . - Asynchronously computes the hash of a stream using the SHA3-384 algorithm. + Asynchronously computes the hash of a stream using the SHA-3-384 algorithm. The hash of the data. To be added. is . does not support reading. - The platform does not support SHA3-384. + The platform does not support SHA-3-384. The cancellation token was canceled. This exception is stored into the returned task. @@ -312,23 +312,23 @@ The stream to hash. The buffer to receive the hash value. - The token to monitor for cancellation requests. + The token to monitor for cancellation requests. The default value is . - Asynchronously computes the hash of a stream using the SHA3-384 algorithm. + Asynchronously computes the hash of a stream using the SHA-3-384 algorithm. The total number of bytes written to . To be added. is . - - - The buffer in is too small to hold the calculated hash - size. The SHA3-384 algorithm always produces a 384-bit hash, or 48 bytes. - --or- - - does not support reading. + + + The buffer in is too small to hold the calculated hash + size. The SHA-3-384 algorithm always produces a 384-bit hash, or 48 bytes. + +-or- + + does not support reading. - The platform does not support SHA3-384. + The platform does not support SHA-3-384. The cancellation token was canceled. This exception is stored into the returned task. @@ -351,7 +351,7 @@ 384 - The hash size produced by the SHA3-384 algorithm, in bits. + The hash size produced by the SHA-3-384 algorithm, in bits. To be added. @@ -374,7 +374,7 @@ 48 - The hash size produced by the SHA3-384 algorithm, in bytes. + The hash size produced by the SHA-3-384 algorithm, in bytes. To be added. @@ -428,11 +428,11 @@ The data to hash. The buffer to receive the hash value. When this method returns, the total number of bytes written into . - Attempts to compute the hash of data using the SHA3-384 algorithm. + Attempts to compute the hash of data using the SHA-3-384 algorithm. if is too small to hold the calculated hash, otherwise. To be added. - The platform does not support SHA3-384. + The platform does not support SHA-3-384. diff --git a/xml/System.Security.Cryptography/SHA3_512.xml b/xml/System.Security.Cryptography/SHA3_512.xml index fb93703be0f..b868eed615c 100644 --- a/xml/System.Security.Cryptography/SHA3_512.xml +++ b/xml/System.Security.Cryptography/SHA3_512.xml @@ -16,7 +16,7 @@ - Computes the SHA3-512 hash for the input data. + Computes the SHA-3-512 hash for the input data. This algorithm is specified by FIPS 202. @@ -61,7 +61,7 @@ Creates an instance of the default implementation of . A new instance of . To be added. - The platform does not support SHA3-512. + The platform does not support SHA-3-512. @@ -86,12 +86,12 @@ The data to hash. - Computes the hash of data using the SHA3-512 algorithm. + Computes the hash of data using the SHA-3-512 algorithm. The hash of the data. To be added. is . - The platform does not support SHA3-512. + The platform does not support SHA-3-512. @@ -116,14 +116,14 @@ The stream to hash. - Computes the hash of a stream using the SHA3-512 algorithm. + Computes the hash of a stream using the SHA-3-512 algorithm. The hash of the data. To be added. is . does not support reading. - The platform does not support SHA3-512. + The platform does not support SHA-3-512. @@ -154,10 +154,10 @@ The data to hash. - Computes the hash of data using the SHA3-512 algorithm. + Computes the hash of data using the SHA-3-512 algorithm. The hash of the data. To be added. - The platform does not support SHA3-512. + The platform does not support SHA-3-512. @@ -191,21 +191,21 @@ The stream to hash. The buffer to receive the hash value. - Computes the hash of a stream using the SHA3-512 algorithm. + Computes the hash of a stream using the SHA-3-512 algorithm. The total number of bytes written to . To be added. is . - - - The buffer in is too small to hold the calculated hash - size. The SHA3-512 algorithm always produces a 512-bit hash, or 64 bytes. - --or- - - does not support reading. + + + The buffer in is too small to hold the calculated hash + size. The SHA-3-512 algorithm always produces a 512-bit hash, or 64 bytes. + +-or- + + does not support reading. - The platform does not support SHA3-512. + The platform does not support SHA-3-512. @@ -232,12 +232,12 @@ The data to hash. The buffer to receive the hash value. - Computes the hash of data using the SHA3-512 algorithm. + Computes the hash of data using the SHA-3-512 algorithm. The total number of bytes written to . To be added. - The buffer in is too small to hold the calculated hash - size. The SHA3-512 algorithm always produces a 512-bit hash, or 64 bytes. - The platform does not support SHA3-512. + The buffer in is too small to hold the calculated hash + size. The SHA-3-512 algorithm always produces a 512-bit hash, or 64 bytes. + The platform does not support SHA-3-512. @@ -268,16 +268,16 @@ The stream to hash. - The token to monitor for cancellation requests. + The token to monitor for cancellation requests. The default value is . - Asynchronously computes the hash of a stream using the SHA3-512 algorithm. + Asynchronously computes the hash of a stream using the SHA-3-512 algorithm. The hash of the data. To be added. is . does not support reading. - The platform does not support SHA3-512. + The platform does not support SHA-3-512. The cancellation token was canceled. This exception is stored into the returned task. @@ -312,23 +312,23 @@ The stream to hash. The buffer to receive the hash value. - The token to monitor for cancellation requests. + The token to monitor for cancellation requests. The default value is . - Asynchronously computes the hash of a stream using the SHA3-512 algorithm. + Asynchronously computes the hash of a stream using the SHA-3-512 algorithm. The total number of bytes written to . To be added. is . - - - The buffer in is too small to hold the calculated hash - size. The SHA3-512 algorithm always produces a 512-bit hash, or 64 bytes. - --or- - - does not support reading. + + + The buffer in is too small to hold the calculated hash + size. The SHA-3-512 algorithm always produces a 512-bit hash, or 64 bytes. + +-or- + + does not support reading. - The platform does not support SHA3-512. + The platform does not support SHA-3-512. The cancellation token was canceled. This exception is stored into the returned task. @@ -351,7 +351,7 @@ 512 - The hash size produced by the SHA3-512 algorithm, in bits. + The hash size produced by the SHA-3-512 algorithm, in bits. To be added. @@ -374,7 +374,7 @@ 64 - The hash size produced by the SHA3-512 algorithm, in bytes. + The hash size produced by the SHA-3-512 algorithm, in bytes. To be added. @@ -428,11 +428,11 @@ The data to hash. The buffer to receive the hash value. When this method returns, the total number of bytes written into . - Attempts to compute the hash of data using the SHA3-512 algorithm. + Attempts to compute the hash of data using the SHA-3-512 algorithm. if is too small to hold the calculated hash, otherwise. To be added. - The platform does not support SHA3-512. + The platform does not support SHA-3-512. diff --git a/xml/System.Security.Cryptography/SHA512.xml b/xml/System.Security.Cryptography/SHA512.xml index 06e94e0ffe8..75b97dd9458 100644 --- a/xml/System.Security.Cryptography/SHA512.xml +++ b/xml/System.Security.Cryptography/SHA512.xml @@ -60,24 +60,24 @@ Computes the hash for the input data. - algorithm is 512 bits. - - This is an abstract class. The only implementation of this class is . - - - -## Examples - The following example computes the hash for `data` and stores it in `result`. This example assumes that there is a predefined constant `DATA_SIZE`. - + algorithm is 512 bits. + + This is an abstract class. The only implementation of this class is . + + + +## Examples + The following example computes the hash for `data` and stores it in `result`. This example assumes that there is a predefined constant `DATA_SIZE`. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_Classic/classic SHA512 Example/CPP/source.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Cryptography/SHA512/Overview/source.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_Classic/classic SHA512 Example/VB/source.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_Classic/classic SHA512 Example/VB/source.vb" id="Snippet1"::: + ]]> Cryptographic Services @@ -128,11 +128,11 @@ Initializes a new instance of . - Cryptographic Services @@ -273,11 +273,11 @@ Creates an instance of a specified implementation of . A new instance of using the specified implementation. - The algorithm described by the parameter was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible. @@ -315,7 +315,7 @@ The data to hash. - Computes the hash of data using the SHA512 algorithm. + Computes the hash of data using the SHA-512 algorithm. The hash of the data. To be added. @@ -351,7 +351,7 @@ The stream to hash. - Computes the hash of a stream using the SHA512 algorithm. + Computes the hash of a stream using the SHA-512 algorithm. The hash of the data. To be added. @@ -397,7 +397,7 @@ The data to hash. - Computes the hash of data using the SHA512 algorithm. + Computes the hash of data using the SHA-512 algorithm. The hash of the data. To be added. @@ -440,7 +440,7 @@ The stream to hash. The buffer to receive the hash value. - Computes the hash of a stream using the SHA512 algorithm. + Computes the hash of a stream using the SHA-512 algorithm. The total number of bytes written to . To be added. @@ -448,7 +448,7 @@

The buffer in is too small to hold the calculated hash - size. The SHA512 algorithm always produces a 512-bit hash, or 64 bytes. + size. The SHA-512 algorithm always produces a 512-bit hash, or 64 bytes.

-or-

@@ -490,10 +490,10 @@ The data to hash. The buffer to receive the hash value. -

Computes the hash of data using the SHA512 algorithm. + Computes the hash of data using the SHA-512 algorithm. The total number of bytes written to . To be added. - The buffer in is too small to hold the calculated hash size. The SHA512 algorithm always produces a 512-bit hash, or 64 bytes. + The buffer in is too small to hold the calculated hash size. The SHA-512 algorithm always produces a 512-bit hash, or 64 bytes.
@@ -533,7 +533,7 @@ The stream to hash. The token to monitor for cancellation requests. The default value is . - Asynchronously computes the hash of a stream using the SHA512 algorithm. + Asynchronously computes the hash of a stream using the SHA-512 algorithm. The hash of the data. This method stores in the task it returns all non-usage exceptions that the method's synchronous counterpart can throw. If an exception is stored into the returned task, that exception will be thrown when the task is awaited. Usage exceptions, such as , are still thrown synchronously. For the stored exceptions, see the exceptions thrown by . @@ -583,7 +583,7 @@ The buffer to receive the hash value. The token to monitor for cancellation requests. The default value is . - Asynchronously computes the hash of a stream using the SHA512 algorithm. + Asynchronously computes the hash of a stream using the SHA-512 algorithm. The total number of bytes written to . To be added. @@ -591,7 +591,7 @@

The buffer in is too small to hold the calculated hash - size. The SHA512 algorithm always produces a 512-bit hash, or 64 bytes. + size. The SHA-512 algorithm always produces a 512-bit hash, or 64 bytes.

-or-

@@ -627,7 +627,7 @@ 512 -

The hash size produced by the SHA512 algorithm, in bits. + The hash size produced by the SHA-512 algorithm, in bits. To be added.
@@ -657,7 +657,7 @@ 64 - The hash size produced by the SHA512 algorithm, in bytes. + The hash size produced by the SHA-512 algorithm, in bytes. To be added. @@ -696,7 +696,7 @@ The data to hash. The buffer to receive the hash value. When this method returns, the total number of bytes written into . - Attempts to compute the hash of data using the SHA512 algorithm. + Attempts to compute the hash of data using the SHA-512 algorithm. if is too small to hold the calculated hash, otherwise. To be added. diff --git a/xml/System.Security.Policy/Hash.xml b/xml/System.Security.Policy/Hash.xml index 729c2abdd07..bd779ed7755 100644 --- a/xml/System.Security.Policy/Hash.xml +++ b/xml/System.Security.Policy/Hash.xml @@ -55,14 +55,14 @@ Provides evidence about the hash value for an assembly. This class cannot be inherited. - and hash algorithms is supported, although any hash algorithm can be used through . + and hash algorithms is supported, although any hash algorithm can be used through . + + Due to collision problems with MD5 and SHA-1, Microsoft recommends a security model based on SHA-256 or better. ]]> @@ -101,11 +101,11 @@ The assembly for which to compute the hash value. Initializes a new instance of the class. - The parameter is . @@ -174,12 +174,12 @@ Creates a object that contains an hash value. An object that contains the hash value provided by the parameter. - object contains only the property. + object contains only the property. + + Due to collision problems with MD5, Microsoft recommends a security model based on SHA-256 or better. ]]> @@ -222,12 +222,12 @@ Creates a object that contains a hash value. An object that contains the hash value provided by the parameter. - object contains only the property. + object contains only the property. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. ]]> @@ -268,11 +268,11 @@ Creates a object that contains a hash value. A hash object that contains the hash value provided by the parameter. - object contains only the property. - + object contains only the property. + ]]> The parameter is . @@ -315,11 +315,11 @@ Computes the hash value for the assembly using the specified hash algorithm. A byte array that represents the hash value for the assembly. - . The returned hash value is of the type identified by `hashAlg`. - + . The returned hash value is of the type identified by `hashAlg`. + ]]> The parameter is . @@ -381,11 +381,11 @@ The contextual information about the source or destination. Gets the object with the parameter name and additional exception information. - interface. - + interface. + ]]> @@ -423,14 +423,14 @@ Gets the hash value for the assembly. A byte array that represents the hash value for the assembly. -
@@ -468,20 +468,20 @@ Gets the hash value for the assembly. A byte array that represents the hash value for the assembly. - hash for `myAssembly` and stores it in `hashcode`. - + hash for `myAssembly` and stores it in `hashcode`. + :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_Classic/classic Hash.SHA1 Example/CPP/source.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Security.Policy/Hash/SHA1/source.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_Classic/classic Hash.SHA1 Example/VB/source.vb" id="Snippet1"::: - + :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_Classic/classic Hash.SHA1 Example/VB/source.vb" id="Snippet1"::: + ]]>
@@ -516,11 +516,11 @@ Gets the hash value for the assembly. A byte array that represents the hash value for the assembly. - constructor provides the bytes for the hash computation. - + constructor provides the bytes for the hash computation. + ]]>
@@ -559,11 +559,11 @@ Returns a string representation of the current . A representation of the current . - diff --git a/xml/System.ServiceModel.Security/Basic128SecurityAlgorithmSuite.xml b/xml/System.ServiceModel.Security/Basic128SecurityAlgorithmSuite.xml index 78ded59bd35..41ee693748e 100644 --- a/xml/System.ServiceModel.Security/Basic128SecurityAlgorithmSuite.xml +++ b/xml/System.ServiceModel.Security/Basic128SecurityAlgorithmSuite.xml @@ -80,7 +80,7 @@ Gets the default asymmetric signature algorithm, RsaSha1Signature. The default asymmetric signature algorithm, RsaSha1Signature. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. @@ -122,7 +122,7 @@ Gets the default digest algorithm, Sha1Digest. The default digest algorithm, Sha1Digest. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. @@ -248,7 +248,7 @@ Gets the default symmetric signature algorithm, HmacSha1Signature. The default symmetric signature algorithm, HmacSha1Signature. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. diff --git a/xml/System.ServiceModel.Security/Basic192SecurityAlgorithmSuite.xml b/xml/System.ServiceModel.Security/Basic192SecurityAlgorithmSuite.xml index 3b42c29cb2b..35204969d8b 100644 --- a/xml/System.ServiceModel.Security/Basic192SecurityAlgorithmSuite.xml +++ b/xml/System.ServiceModel.Security/Basic192SecurityAlgorithmSuite.xml @@ -80,7 +80,7 @@ Gets the default asymmetric signature algorithm, RsaSha1Signature. The default asymmetric signature algorithm, RsaSha1Signature. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. @@ -122,7 +122,7 @@ Gets the default digest algorithm, Sha1Digest. The default digest algorithm, Sha1Digest. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. @@ -248,7 +248,7 @@ Gets the default symmetric signature algorithm, HmacSha1Signature. The default symmetric signature algorithm, HmacSha1Signature. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. diff --git a/xml/System.ServiceModel.Security/Basic256SecurityAlgorithmSuite.xml b/xml/System.ServiceModel.Security/Basic256SecurityAlgorithmSuite.xml index dadbcb5fc20..1c7db09969d 100644 --- a/xml/System.ServiceModel.Security/Basic256SecurityAlgorithmSuite.xml +++ b/xml/System.ServiceModel.Security/Basic256SecurityAlgorithmSuite.xml @@ -114,7 +114,7 @@ Gets the default asymmetric signature algorithm, RsaSha1Signature. The default asymmetric signature algorithm, RsaSha1Signature. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. @@ -172,7 +172,7 @@ Gets the default digest algorithm, Sha1Digest. The default digest algorithm, Sha1Digest. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. @@ -346,7 +346,7 @@ Gets the default symmetric signature algorithm, HmacSha1Signature. The default symmetric signature algorithm, HmacSha1Signature. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. diff --git a/xml/System.ServiceModel.Security/SecurityKeyEntropyMode.xml b/xml/System.ServiceModel.Security/SecurityKeyEntropyMode.xml index 23f8cca1136..c9d0b82f86a 100644 --- a/xml/System.ServiceModel.Security/SecurityKeyEntropyMode.xml +++ b/xml/System.ServiceModel.Security/SecurityKeyEntropyMode.xml @@ -44,11 +44,11 @@ Describes the source of entropy used for key generation. - @@ -120,7 +120,7 @@ 2 - The client and server both provide entropy that is combined using the P-SHA1 function to derive the key of the issued token. Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + The client and server both provide entropy that is combined using the P-SHA1 function to derive the key of the issued token. Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. diff --git a/xml/System.ServiceModel.Security/TripleDesSecurityAlgorithmSuite.xml b/xml/System.ServiceModel.Security/TripleDesSecurityAlgorithmSuite.xml index f42744883b4..8e15b8b654f 100644 --- a/xml/System.ServiceModel.Security/TripleDesSecurityAlgorithmSuite.xml +++ b/xml/System.ServiceModel.Security/TripleDesSecurityAlgorithmSuite.xml @@ -114,7 +114,7 @@ Gets the default asymmetric signature algorithm, RsaSha1Signature. The default asymmetric signature algorithm, RsaSha1Signature. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. @@ -172,7 +172,7 @@ Gets the default digest algorithm, Sha1Digest. The default digest algorithm, Sha1Digest. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. @@ -346,7 +346,7 @@ Gets the default symmetric signature algorithm, HmacSha1Signature. The default symmetric signature algorithm, HmacSha1Signature. - Due to collision problems with SHA1, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with SHA-1, Microsoft recommends a security model based on SHA-256 or better. diff --git a/xml/System.ServiceModel/MsmqSecureHashAlgorithm.xml b/xml/System.ServiceModel/MsmqSecureHashAlgorithm.xml index f08056b50b0..523042e6787 100644 --- a/xml/System.ServiceModel/MsmqSecureHashAlgorithm.xml +++ b/xml/System.ServiceModel/MsmqSecureHashAlgorithm.xml @@ -17,13 +17,13 @@ Contains the hashing algorithms that Message Queuing (MSMQ) can use to sign messages. - class is an enumeration that contains the hashing algorithms that Message Queuing can use to sign messages. - - Sha256 and Sha512 are supported only on Windows Vista. - + class is an enumeration that contains the hashing algorithms that Message Queuing can use to sign messages. + + Sha256 and Sha512 are supported only on Windows Vista. + ]]> @@ -67,7 +67,7 @@ 1 - The Secure Hash Algorithm (SHA-1). Due to collision problems with SHA1, Microsoft recommends SHA256. + The Secure Hash Algorithm (SHA-1). Due to collision problems with SHA-1, Microsoft recommends SHA-256. diff --git a/xml/System.ServiceModel/MsmqTransportSecurity.xml b/xml/System.ServiceModel/MsmqTransportSecurity.xml index 561eb923cb4..cf79e7e0fd0 100644 --- a/xml/System.ServiceModel/MsmqTransportSecurity.xml +++ b/xml/System.ServiceModel/MsmqTransportSecurity.xml @@ -100,11 +100,11 @@ Gets or sets the that is associated with this instance of the class. The that is associated with this instance of the class. - . - + . + ]]> The value is not one of values. @@ -140,11 +140,11 @@ Gets or sets the that is associated with this instance of the class. The that is associated with this instance of the class. - . - + . + ]]> The value is not one of values. @@ -180,11 +180,11 @@ Gets or sets the that is associated with this instance of the class. The that is associated with this instance of the class. - . - + . + ]]> The value is not one of the values. @@ -224,13 +224,13 @@ Gets or sets the that is associated with this instance of the class. The that is associated with this instance of the class. - . + . + + Due to collision problems with SHA-1, Microsoft recommends SHA-256. - Due to collision problems with SHA1, Microsoft recommends SHA256. - ]]> The value is not one of values. diff --git a/xml/System.Workflow.ComponentModel.Compiler/WorkflowMarkupSourceAttribute.xml b/xml/System.Workflow.ComponentModel.Compiler/WorkflowMarkupSourceAttribute.xml index f421431cdf5..71e2b4961e2 100644 --- a/xml/System.Workflow.ComponentModel.Compiler/WorkflowMarkupSourceAttribute.xml +++ b/xml/System.Workflow.ComponentModel.Compiler/WorkflowMarkupSourceAttribute.xml @@ -27,13 +27,13 @@ Attribute that contains information about a Workflow markup file. This class cannot be inherited. - [!NOTE] -> [!INCLUDE[DeprecatedContent](~/includes/deprecatedcontent-md.md)] - +> [!INCLUDE[DeprecatedContent](~/includes/deprecatedcontent-md.md)] + ]]> @@ -59,7 +59,7 @@ A string that contains the file name of the mark up file. A string representing the for the file. Initializes a new instance of the class, initializing the values of and . - Due to collision problems with MD5, Microsoft recommends a security model based on SHA256 or better. + Due to collision problems with MD5, Microsoft recommends a security model based on SHA-256 or better. @@ -104,12 +104,12 @@ Gets the MD5 hash algorithm computed checksum that is associated with the workflow markup source file. A that contains the checksum associated with the workflow markup source file. - From 19be05ab4d8723711005c49ea0debf9de94f403a Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Wed, 19 Mar 2025 10:28:59 -0700 Subject: [PATCH 2/2] CI Update (#11106) - .NET 10 Preview 2 Build.Reason:Manual by Genevieve Warren Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=512200&view=results source_repo.branch:net10-pre2 source_repo.url:https://apidrop.visualstudio.com/_git/binaries Co-authored-by: docsreference@microsoft.com --- xml/FrameworksIndex/net-10.0-pp.xml | 10 +- xml/FrameworksIndex/net-10.0.xml | 52 + xml/FrameworksIndex/net-6.0-pp.xml | 49 +- xml/FrameworksIndex/net-7.0-pp.xml | 2 +- xml/FrameworksIndex/net-8.0-pp.xml | 10 +- xml/FrameworksIndex/net-9.0-pp.xml | 10 +- xml/FrameworksIndex/netframework-4.6.2-pp.xml | 294 +- xml/FrameworksIndex/netframework-4.7-pp.xml | 2 +- xml/FrameworksIndex/netframework-4.7.2-pp.xml | 2 +- xml/FrameworksIndex/netstandard-2.0-pp.xml | 29 +- .../IVectorStore.xml | 2 +- .../FileSystemEntry.xml | 29 +- .../FileSystemEnumerable`1+FindPredicate.xml | 1 + .../FileSystemEnumerable`1+FindTransform.xml | 1 + .../FileSystemEnumerable`1.xml | 11 +- .../FileSystemEnumerator`1.xml | 27 +- .../FileSystemName.xml | 7 +- xml/Microsoft.IO/Directory.xml | 97 +- xml/Microsoft.IO/DirectoryInfo.xml | 65 +- xml/Microsoft.IO/EnumerationOptions.xml | 19 +- xml/Microsoft.IO/File.xml | 139 +- xml/Microsoft.IO/FileInfo.xml | 47 +- xml/Microsoft.IO/FileSystemInfo.xml | 45 +- xml/Microsoft.IO/MatchCasing.xml | 7 +- xml/Microsoft.IO/MatchType.xml | 5 +- xml/Microsoft.IO/Path.xml | 95 +- xml/Microsoft.IO/SearchOption.xml | 5 +- .../StringExtensions+SpanAction`2.xml | 1 + xml/Microsoft.IO/StringExtensions.xml | 5 +- xml/PackageInformation/net-10.0-pp.json | 2 +- xml/PackageInformation/net-6.0-pp.json | 2 +- xml/PackageInformation/net-7.0-pp.json | 2 +- xml/PackageInformation/net-8.0-pp.json | 2 +- xml/PackageInformation/net-9.0-pp.json | 2 +- .../netframework-4.6.2-pp.json | 2 +- .../netframework-4.7-pp.json | 2 +- .../netframework-4.7.2-pp.json | 2 +- .../netstandard-2.0-pp.json | 2 +- .../netstandard-2.1-pp.json | 2 +- ...stem.Net.WebSockets.WebSocketProtocol.json | 6 +- .../Microsoft.Bcl.Cryptography.json | 66 +- .../net-8.0-pp/Microsoft.Bcl.Memory.json | 54 +- .../Microsoft.Bcl.TimeProvider.json | 12 +- ...osoft.Extensions.Caching.Abstractions.json | 308 +- .../Microsoft.Extensions.Caching.Memory.json | 88 +- ...Extensions.Configuration.Abstractions.json | 104 +- ...osoft.Extensions.Configuration.Binder.json | 34 +- ....Extensions.Configuration.CommandLine.json | 28 +- ...ns.Configuration.EnvironmentVariables.json | 28 +- ...tensions.Configuration.FileExtensions.json | 62 +- ...icrosoft.Extensions.Configuration.Ini.json | 42 +- ...crosoft.Extensions.Configuration.Json.json | 40 +- ....Extensions.Configuration.UserSecrets.json | 32 +- ...icrosoft.Extensions.Configuration.Xml.json | 52 +- .../Microsoft.Extensions.Configuration.json | 196 +- ...ions.DependencyInjection.Abstractions.json | 478 +- ...pendencyInjection.Specification.Tests.json | 632 +- ...rosoft.Extensions.DependencyInjection.json | 40 +- .../Microsoft.Extensions.DependencyModel.json | 306 +- ...t.Extensions.Diagnostics.Abstractions.json | 94 +- .../Microsoft.Extensions.Diagnostics.json | 24 +- ...Extensions.FileProviders.Abstractions.json | 80 +- ...ft.Extensions.FileProviders.Composite.json | 26 +- ...oft.Extensions.FileProviders.Physical.json | 132 +- ...crosoft.Extensions.FileSystemGlobbing.json | 358 +- ...osoft.Extensions.Hosting.Abstractions.json | 208 +- .../Microsoft.Extensions.Hosting.Systemd.json | 46 +- ...ft.Extensions.Hosting.WindowsServices.json | 40 +- .../Microsoft.Extensions.Hosting.json | 188 +- .../net-8.0-pp/Microsoft.Extensions.Http.json | 208 +- ...osoft.Extensions.Logging.Abstractions.json | 318 +- ...soft.Extensions.Logging.Configuration.json | 26 +- .../Microsoft.Extensions.Logging.Console.json | 178 +- .../Microsoft.Extensions.Logging.Debug.json | 20 +- ...Microsoft.Extensions.Logging.EventLog.json | 42 +- ...rosoft.Extensions.Logging.EventSource.json | 32 +- ...rosoft.Extensions.Logging.TraceSource.json | 30 +- .../Microsoft.Extensions.Logging.json | 136 +- ...sions.Options.ConfigurationExtensions.json | 40 +- ...ft.Extensions.Options.DataAnnotations.json | 14 +- .../Microsoft.Extensions.Options.json | 588 +- .../Microsoft.Extensions.Primitives.json | 322 +- ...icrosoft.Win32.Registry.AccessControl.json | 10 +- .../Microsoft.Win32.SystemEvents.json | 224 +- .../net-8.0-pp/System.CodeDom.json | 2008 +++--- .../System.Collections.Immutable.json | 5071 ++++++++++++++ ...mponentModel.Composition.Registration.json | 128 +- .../System.ComponentModel.Composition.json | 1002 +-- .../System.Composition.AttributedModel.json | 96 +- .../System.Composition.Convention.json | 126 +- .../System.Composition.Hosting.json | 116 +- .../System.Composition.Runtime.json | 86 +- .../System.Composition.TypedParts.json | 48 +- ...em.Configuration.ConfigurationManager.json | 2436 +++---- .../net-8.0-pp/System.Data.Odbc.json | 642 +- .../net-8.0-pp/System.Data.OleDb.json | 840 +-- .../System.Diagnostics.DiagnosticSource.json | 890 +-- .../System.Diagnostics.EventLog.json | 852 +-- ...System.Diagnostics.PerformanceCounter.json | 466 +- ...m.DirectoryServices.AccountManagement.json | 620 +- .../System.DirectoryServices.Protocols.json | 1134 +-- .../net-8.0-pp/System.DirectoryServices.json | 2828 ++++---- .../net-8.0-pp/System.Drawing.Common.json | 5816 ++++++++-------- .../net-8.0-pp/System.Formats.Asn1.json | 428 +- .../net-8.0-pp/System.Formats.Cbor.json | 286 +- .../net-8.0-pp/System.Formats.Nrbf.json | 162 +- .../net-8.0-pp/System.IO.Hashing.json | 188 +- .../net-8.0-pp/System.IO.Packaging.json | 298 +- .../net-8.0-pp/System.IO.Pipelines.json | 164 +- .../net-8.0-pp/System.IO.Ports.json | 226 +- .../System.Linq.AsyncEnumerable.json | 384 +- .../net-8.0-pp/System.Management.json | 1324 ++-- .../net-8.0-pp/System.Memory.Data.json | 90 +- .../net-8.0-pp/System.Net.Http.Json.json | 142 +- .../System.Net.Http.WinHttpHandler.json | 84 +- .../System.Net.ServerSentEvents.json | 48 +- ...stem.Net.WebSockets.WebSocketProtocol.json | 6 +- .../net-8.0-pp/System.Numerics.Tensors.json | 1556 ++--- .../net-8.0-pp/System.Reflection.Context.json | 22 +- ...System.Reflection.MetadataLoadContext.json | 34 +- .../System.Resources.Extensions.json | 44 +- .../net-8.0-pp/System.Runtime.Caching.json | 314 +- ...stem.Runtime.Serialization.Formatters.json | 278 +- .../System.Runtime.Serialization.Schema.json | 60 +- .../System.Security.Cryptography.Cose.json | 260 +- .../System.Security.Cryptography.Pkcs.json | 796 +-- ...m.Security.Cryptography.ProtectedData.json | 28 +- .../System.Security.Cryptography.Xml.json | 920 +-- .../System.Security.Permissions.json | 3124 ++++----- .../System.ServiceModel.Syndication.json | 1138 +-- ...stem.ServiceProcess.ServiceController.json | 248 +- .../net-8.0-pp/System.Speech.json | 1762 ++--- .../System.Text.Encoding.CodePages.json | 12 +- .../net-8.0-pp/System.Text.Encodings.Web.json | 426 +- .../System.Threading.AccessControl.json | 248 +- .../net-8.0-pp/System.Threading.Channels.json | 122 +- .../net-8.0-pp/System.Windows.Extensions.json | 98 +- .../Microsoft.Bcl.TimeProvider.json | 12 +- ...osoft.Extensions.Caching.Abstractions.json | 308 +- .../Microsoft.Extensions.Caching.Memory.json | 88 +- ...Extensions.Configuration.Abstractions.json | 104 +- ...osoft.Extensions.Configuration.Binder.json | 34 +- ....Extensions.Configuration.CommandLine.json | 28 +- ...ns.Configuration.EnvironmentVariables.json | 28 +- ...tensions.Configuration.FileExtensions.json | 62 +- ...icrosoft.Extensions.Configuration.Ini.json | 42 +- ...crosoft.Extensions.Configuration.Json.json | 40 +- ....Extensions.Configuration.UserSecrets.json | 32 +- ...icrosoft.Extensions.Configuration.Xml.json | 52 +- .../Microsoft.Extensions.Configuration.json | 196 +- ...ions.DependencyInjection.Abstractions.json | 478 +- ...pendencyInjection.Specification.Tests.json | 632 +- ...rosoft.Extensions.DependencyInjection.json | 40 +- .../Microsoft.Extensions.DependencyModel.json | 306 +- ...t.Extensions.Diagnostics.Abstractions.json | 94 +- .../Microsoft.Extensions.Diagnostics.json | 24 +- ...Extensions.FileProviders.Abstractions.json | 80 +- ...ft.Extensions.FileProviders.Composite.json | 26 +- ...oft.Extensions.FileProviders.Physical.json | 132 +- ...crosoft.Extensions.FileSystemGlobbing.json | 358 +- ...osoft.Extensions.Hosting.Abstractions.json | 208 +- .../Microsoft.Extensions.Hosting.Systemd.json | 46 +- ...ft.Extensions.Hosting.WindowsServices.json | 40 +- .../Microsoft.Extensions.Hosting.json | 188 +- .../net-9.0-pp/Microsoft.Extensions.Http.json | 208 +- ...osoft.Extensions.Logging.Abstractions.json | 318 +- ...soft.Extensions.Logging.Configuration.json | 26 +- .../Microsoft.Extensions.Logging.Console.json | 178 +- .../Microsoft.Extensions.Logging.Debug.json | 20 +- ...Microsoft.Extensions.Logging.EventLog.json | 42 +- ...rosoft.Extensions.Logging.EventSource.json | 32 +- ...rosoft.Extensions.Logging.TraceSource.json | 30 +- .../Microsoft.Extensions.Logging.json | 136 +- ...sions.Options.ConfigurationExtensions.json | 40 +- ...ft.Extensions.Options.DataAnnotations.json | 14 +- .../Microsoft.Extensions.Options.json | 588 +- .../Microsoft.Extensions.Primitives.json | 322 +- ...icrosoft.Win32.Registry.AccessControl.json | 10 +- .../Microsoft.Win32.SystemEvents.json | 224 +- .../net-9.0-pp/System.CodeDom.json | 2008 +++--- .../System.Collections.Immutable.json | 2522 +++---- ...mponentModel.Composition.Registration.json | 128 +- .../System.ComponentModel.Composition.json | 1002 +-- .../System.Composition.AttributedModel.json | 96 +- .../System.Composition.Convention.json | 126 +- .../System.Composition.Hosting.json | 116 +- .../System.Composition.Runtime.json | 86 +- .../System.Composition.TypedParts.json | 48 +- ...em.Configuration.ConfigurationManager.json | 2436 +++---- .../net-9.0-pp/System.Data.Odbc.json | 642 +- .../net-9.0-pp/System.Data.OleDb.json | 840 +-- .../System.Diagnostics.DiagnosticSource.json | 890 +-- .../System.Diagnostics.EventLog.json | 852 +-- ...System.Diagnostics.PerformanceCounter.json | 466 +- ...m.DirectoryServices.AccountManagement.json | 620 +- .../System.DirectoryServices.Protocols.json | 1134 +-- .../net-9.0-pp/System.DirectoryServices.json | 2828 ++++---- .../net-9.0-pp/System.Drawing.Common.json | 6196 +++++++++-------- .../net-9.0-pp/System.Formats.Asn1.json | 432 +- .../net-9.0-pp/System.Formats.Cbor.json | 286 +- .../net-9.0-pp/System.Formats.Nrbf.json | 162 +- .../net-9.0-pp/System.IO.Hashing.json | 188 +- .../net-9.0-pp/System.IO.Packaging.json | 298 +- .../net-9.0-pp/System.IO.Pipelines.json | 164 +- .../net-9.0-pp/System.IO.Ports.json | 226 +- .../System.Linq.AsyncEnumerable.json | 384 +- .../net-9.0-pp/System.Management.json | 1324 ++-- .../net-9.0-pp/System.Memory.Data.json | 90 +- .../net-9.0-pp/System.Net.Http.Json.json | 142 +- .../System.Net.Http.WinHttpHandler.json | 84 +- .../System.Net.ServerSentEvents.json | 48 +- ...stem.Net.WebSockets.WebSocketProtocol.json | 6 +- .../net-9.0-pp/System.Numerics.Tensors.json | 1556 ++--- .../net-9.0-pp/System.Reflection.Context.json | 22 +- ...System.Reflection.MetadataLoadContext.json | 34 +- .../System.Resources.Extensions.json | 44 +- .../net-9.0-pp/System.Runtime.Caching.json | 314 +- ...stem.Runtime.Serialization.Formatters.json | 278 +- .../System.Runtime.Serialization.Schema.json | 60 +- .../System.Security.Cryptography.Cose.json | 260 +- .../System.Security.Cryptography.Pkcs.json | 796 +-- ...m.Security.Cryptography.ProtectedData.json | 28 +- .../System.Security.Cryptography.Xml.json | 920 +-- .../System.Security.Permissions.json | 3124 ++++----- .../System.ServiceModel.Syndication.json | 1138 +-- ...stem.ServiceProcess.ServiceController.json | 248 +- .../net-9.0-pp/System.Speech.json | 1762 ++--- .../System.Text.Encoding.CodePages.json | 12 +- .../net-9.0-pp/System.Text.Encodings.Web.json | 426 +- .../net-9.0-pp/System.Text.Json.json | 2176 +++--- .../System.Threading.AccessControl.json | 248 +- .../net-9.0-pp/System.Threading.Channels.json | 122 +- .../net-9.0-pp/System.Windows.Extensions.json | 98 +- .../BinaryPrimitives.xml | 113 +- xml/System.Buffers.Text/Base64.xml | 7 + xml/System.Buffers.Text/Utf8Formatter.xml | 33 +- xml/System.Buffers.Text/Utf8Parser.xml | 33 +- xml/System.Buffers/BuffersExtensions.xml | 9 +- xml/System.Buffers/IBufferWriter`1.xml | 7 +- xml/System.Buffers/IMemoryOwner`1.xml | 2 + xml/System.Buffers/IPinnable.xml | 3 + xml/System.Buffers/MemoryHandle.xml | 4 + xml/System.Buffers/MemoryManager`1.xml | 11 + xml/System.Buffers/MemoryPool`1.xml | 13 +- xml/System.Buffers/OperationStatus.xml | 5 + .../ReadOnlySequenceSegment`1.xml | 9 +- .../ReadOnlySequence`1+Enumerator.xml | 7 +- xml/System.Buffers/ReadOnlySequence`1.xml | 51 +- xml/System.Buffers/StandardFormat.xml | 33 +- .../ArrayEditor.xml | 30 +- .../LdapSessionOptions.xml | 56 + xml/System.Formats.Nrbf/ArrayRecord.xml | 6 +- xml/System.Formats.Nrbf/NrbfDecoder.xml | 5 +- xml/System.Formats.Nrbf/SZArrayRecord`1.xml | 6 +- .../SerializationRecord.xml | 5 +- .../SerializationRecordId.xml | 4 +- xml/System.Linq/AsyncEnumerable.xml | 36 + xml/System.Linq/Enumerable.xml | 42 + xml/System.Linq/Queryable.xml | 42 + .../WebSocketProtocol.xml | 3 +- xml/System.Numerics.Tensors/Tensor.xml | 12 +- xml/System.Numerics/Vector2.xml | 33 + xml/System.Numerics/Vector4.xml | 33 + .../EventDefinition.xml | 22 + .../PropertyDefinition.xml | 22 + xml/System.Reflection.Metadata/TypeName.xml | 66 + xml/System.Reflection/DispatchProxy.xml | 22 +- xml/System.Reflection/TypeExtensions.xml | 638 +- .../AsyncMethodBuilderAttribute.xml | 3 + .../AsyncValueTaskMethodBuilder.xml | 9 + .../AsyncValueTaskMethodBuilder`1.xml | 9 + ...itionalWeakTable`2+CreateValueCallback.xml | 6 + .../ConditionalWeakTable`2.xml | 131 + ...skAwaitable+ConfiguredValueTaskAwaiter.xml | 5 + .../ConfiguredValueTaskAwaitable.xml | 2 + ...Awaitable`1+ConfiguredValueTaskAwaiter.xml | 5 + .../ConfiguredValueTaskAwaitable`1.xml | 2 + .../TupleElementNamesAttribute.xml | 13 +- .../Unsafe.xml | 207 +- .../ValueTaskAwaiter.xml | 5 + .../ValueTaskAwaiter`1.xml | 5 + .../GCHandleExtensions.xml | 99 + .../GCHandle`1.xml | 322 + .../ImmutableCollectionsMarshal.xml | 42 + .../MemoryMarshal.xml | 18 + .../PinnedGCHandle`1.xml | 349 + .../SequenceMarshal.xml | 7 +- .../WeakGCHandle`1.xml | 354 + .../CmsSigner.xml | 30 +- .../ContentInfo.xml | 2 +- .../EnvelopedCms.xml | 34 +- .../Pkcs12CertBag.xml | 6 + .../SignedCms.xml | 48 +- .../SignerInfo.xml | 32 +- .../SubjectIdentifier.xml | 16 +- xml/System.Security.Cryptography/AesGcm.xml | 93 +- .../AuthenticationTagMismatchException.xml | 23 +- .../IValueTaskSource.xml | 4 + .../IValueTaskSource`1.xml | 4 + .../ValueTaskSourceOnCompletedFlags.xml | 4 + .../ValueTaskSourceStatus.xml | 5 + xml/System.Threading.Tasks/ValueTask.xml | 16 + xml/System.Threading.Tasks/ValueTask`1.xml | 19 + xml/System.Windows.Forms/Clipboard.xml | 17 +- xml/System.Windows.Forms/DataObject.xml | 17 +- .../DataObjectExtensions.xml | 11 +- xml/System.Windows.Forms/ITypedDataObject.xml | 11 +- xml/System.Windows.Media/PixelFormat.xml | 40 +- xml/System/MemoryExtensions.xml | 159 +- xml/System/Memory`1.xml | 20 + xml/System/ReadOnlyMemory`1.xml | 19 + xml/System/ReadOnlySpan`1+Enumerator.xml | 3 + xml/System/ReadOnlySpan`1.xml | 22 + xml/System/SequencePosition.xml | 13 +- xml/System/Span`1+Enumerator.xml | 3 + xml/System/Span`1.xml | 25 + xml/System/TupleExtensions.xml | 108 +- xml/System/ValueTuple.xml | 33 +- xml/System/ValueTuple`1.xml | 26 +- xml/System/ValueTuple`2.xml | 27 +- xml/System/ValueTuple`3.xml | 28 +- xml/System/ValueTuple`4.xml | 29 +- xml/System/ValueTuple`5.xml | 30 +- xml/System/ValueTuple`6.xml | 31 +- xml/System/ValueTuple`7.xml | 32 +- xml/System/ValueTuple`8.xml | 33 +- 326 files changed, 52943 insertions(+), 45153 deletions(-) create mode 100644 xml/SourceLinkInformation/net-8.0-pp/System.Collections.Immutable.json create mode 100644 xml/System.Runtime.InteropServices/GCHandleExtensions.xml create mode 100644 xml/System.Runtime.InteropServices/GCHandle`1.xml create mode 100644 xml/System.Runtime.InteropServices/PinnedGCHandle`1.xml create mode 100644 xml/System.Runtime.InteropServices/WeakGCHandle`1.xml diff --git a/xml/FrameworksIndex/net-10.0-pp.xml b/xml/FrameworksIndex/net-10.0-pp.xml index 1637b8bb4e5..79a48fed170 100644 --- a/xml/FrameworksIndex/net-10.0-pp.xml +++ b/xml/FrameworksIndex/net-10.0-pp.xml @@ -140,7 +140,7 @@ - + @@ -17161,6 +17161,7 @@ + @@ -17186,6 +17187,7 @@ + @@ -22158,6 +22160,7 @@ + @@ -24668,6 +24671,7 @@ + @@ -25847,6 +25851,7 @@ + @@ -26103,6 +26108,7 @@ + @@ -26117,6 +26123,7 @@ + @@ -27317,6 +27324,7 @@ + diff --git a/xml/FrameworksIndex/net-10.0.xml b/xml/FrameworksIndex/net-10.0.xml index 56abfc6d32e..fa583d932e7 100644 --- a/xml/FrameworksIndex/net-10.0.xml +++ b/xml/FrameworksIndex/net-10.0.xml @@ -23951,6 +23951,7 @@ + @@ -24174,6 +24175,7 @@ + @@ -24676,6 +24678,7 @@ + @@ -31496,6 +31499,7 @@ + @@ -31817,6 +31821,7 @@ + @@ -34712,6 +34717,7 @@ + @@ -35899,6 +35905,7 @@ + @@ -36155,6 +36162,7 @@ + @@ -36169,6 +36177,7 @@ + @@ -37499,6 +37508,9 @@ + + + @@ -38416,6 +38428,21 @@ + + + + + + + + + + + + + + + @@ -38466,6 +38493,7 @@ + @@ -38996,6 +39024,18 @@ + + + + + + + + + + + + @@ -39311,6 +39351,18 @@ + + + + + + + + + + + + diff --git a/xml/FrameworksIndex/net-6.0-pp.xml b/xml/FrameworksIndex/net-6.0-pp.xml index b03b6b0cf55..2afeb10d44d 100644 --- a/xml/FrameworksIndex/net-6.0-pp.xml +++ b/xml/FrameworksIndex/net-6.0-pp.xml @@ -14,7 +14,8 @@ - + + @@ -2012,6 +2013,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xml/FrameworksIndex/net-7.0-pp.xml b/xml/FrameworksIndex/net-7.0-pp.xml index c0b94985e85..586a94a61a8 100644 --- a/xml/FrameworksIndex/net-7.0-pp.xml +++ b/xml/FrameworksIndex/net-7.0-pp.xml @@ -14,7 +14,7 @@ - + diff --git a/xml/FrameworksIndex/net-8.0-pp.xml b/xml/FrameworksIndex/net-8.0-pp.xml index e722c662bf0..d31632316f4 100644 --- a/xml/FrameworksIndex/net-8.0-pp.xml +++ b/xml/FrameworksIndex/net-8.0-pp.xml @@ -128,7 +128,7 @@ - + @@ -16724,6 +16724,7 @@ + @@ -16749,6 +16750,7 @@ + @@ -21505,6 +21507,7 @@ + @@ -24015,6 +24018,7 @@ + @@ -25194,6 +25198,7 @@ + @@ -25450,6 +25455,7 @@ + @@ -25464,6 +25470,7 @@ + @@ -26664,6 +26671,7 @@ + diff --git a/xml/FrameworksIndex/net-9.0-pp.xml b/xml/FrameworksIndex/net-9.0-pp.xml index 92773fb93a4..8b343c24a6b 100644 --- a/xml/FrameworksIndex/net-9.0-pp.xml +++ b/xml/FrameworksIndex/net-9.0-pp.xml @@ -128,7 +128,7 @@ - + @@ -16710,6 +16710,7 @@ + @@ -16735,6 +16736,7 @@ + @@ -21707,6 +21709,7 @@ + @@ -24217,6 +24220,7 @@ + @@ -25396,6 +25400,7 @@ + @@ -25652,6 +25657,7 @@ + @@ -25666,6 +25672,7 @@ + @@ -26866,6 +26873,7 @@ + diff --git a/xml/FrameworksIndex/netframework-4.6.2-pp.xml b/xml/FrameworksIndex/netframework-4.6.2-pp.xml index 4a476a07844..36ad1ae33a6 100644 --- a/xml/FrameworksIndex/netframework-4.6.2-pp.xml +++ b/xml/FrameworksIndex/netframework-4.6.2-pp.xml @@ -128,19 +128,19 @@ - + - + - + - + @@ -163,7 +163,8 @@ - + + @@ -6630,6 +6631,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -10018,6 +10236,7 @@ + @@ -11081,6 +11300,7 @@ + @@ -12260,6 +12480,7 @@ + @@ -12516,6 +12737,7 @@ + @@ -12530,6 +12752,7 @@ + @@ -13634,6 +13857,10 @@ + + + + @@ -13695,6 +13922,7 @@ + @@ -13725,6 +13953,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -13862,25 +14127,6 @@ - - - - - - - - - - - - - - - - - - - diff --git a/xml/FrameworksIndex/netframework-4.7-pp.xml b/xml/FrameworksIndex/netframework-4.7-pp.xml index eb9fab259fb..7251842b7ce 100644 --- a/xml/FrameworksIndex/netframework-4.7-pp.xml +++ b/xml/FrameworksIndex/netframework-4.7-pp.xml @@ -2,6 +2,6 @@ - + \ No newline at end of file diff --git a/xml/FrameworksIndex/netframework-4.7.2-pp.xml b/xml/FrameworksIndex/netframework-4.7.2-pp.xml index 9bcf784a973..8d6d80b0303 100644 --- a/xml/FrameworksIndex/netframework-4.7.2-pp.xml +++ b/xml/FrameworksIndex/netframework-4.7.2-pp.xml @@ -1,7 +1,7 @@  - + diff --git a/xml/FrameworksIndex/netstandard-2.0-pp.xml b/xml/FrameworksIndex/netstandard-2.0-pp.xml index 5cc666bef89..fa0af8b89a2 100644 --- a/xml/FrameworksIndex/netstandard-2.0-pp.xml +++ b/xml/FrameworksIndex/netstandard-2.0-pp.xml @@ -116,11 +116,11 @@ - + - + @@ -159,7 +159,7 @@ - + @@ -17027,6 +17027,7 @@ + @@ -17052,6 +17053,7 @@ + @@ -21751,6 +21753,7 @@ + @@ -24646,6 +24649,7 @@ + @@ -25825,6 +25829,7 @@ + @@ -26081,6 +26086,7 @@ + @@ -26095,6 +26101,7 @@ + @@ -27421,6 +27428,7 @@ + @@ -28901,15 +28909,11 @@ - - - - @@ -28918,7 +28922,6 @@ - @@ -28927,10 +28930,8 @@ - - @@ -29036,7 +29037,6 @@ - @@ -29044,9 +29044,7 @@ - - @@ -29056,20 +29054,16 @@ - - - - @@ -29092,7 +29086,6 @@ - diff --git a/xml/Microsoft.Extensions.VectorData/IVectorStore.xml b/xml/Microsoft.Extensions.VectorData/IVectorStore.xml index 3c56de7b247..79901eef1f0 100644 --- a/xml/Microsoft.Extensions.VectorData/IVectorStore.xml +++ b/xml/Microsoft.Extensions.VectorData/IVectorStore.xml @@ -68,9 +68,9 @@ To successfully request a collection, either must be annotated with attributes that define the schema of the record type, or must be provided. + - diff --git a/xml/Microsoft.IO.Enumeration/FileSystemEntry.xml b/xml/Microsoft.IO.Enumeration/FileSystemEntry.xml index 11bb00ec992..c96939a4b55 100644 --- a/xml/Microsoft.IO.Enumeration/FileSystemEntry.xml +++ b/xml/Microsoft.IO.Enumeration/FileSystemEntry.xml @@ -9,6 +9,7 @@ Microsoft.IO.Redist 6.0.0.1 6.1.0.0 + 6.1.1.0 System.ValueType @@ -35,7 +36,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.FileAttributes @@ -56,7 +57,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.DateTimeOffset @@ -77,7 +78,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 @@ -104,7 +105,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.ReadOnlySpan<System.Char> @@ -125,7 +126,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -146,7 +147,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -167,7 +168,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.DateTimeOffset @@ -188,7 +189,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.DateTimeOffset @@ -209,7 +210,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Int64 @@ -230,7 +231,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 @@ -257,7 +258,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 @@ -284,7 +285,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.FileSystemInfo @@ -306,7 +307,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -328,7 +329,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String diff --git a/xml/Microsoft.IO.Enumeration/FileSystemEnumerable`1+FindPredicate.xml b/xml/Microsoft.IO.Enumeration/FileSystemEnumerable`1+FindPredicate.xml index 9deea6c5a13..846422ad5ba 100644 --- a/xml/Microsoft.IO.Enumeration/FileSystemEnumerable`1+FindPredicate.xml +++ b/xml/Microsoft.IO.Enumeration/FileSystemEnumerable`1+FindPredicate.xml @@ -9,6 +9,7 @@ Microsoft.IO.Redist 6.0.0.1 6.1.0.0 + 6.1.1.0 System.Delegate diff --git a/xml/Microsoft.IO.Enumeration/FileSystemEnumerable`1+FindTransform.xml b/xml/Microsoft.IO.Enumeration/FileSystemEnumerable`1+FindTransform.xml index 5aeb6793f4f..6646c2fcbeb 100644 --- a/xml/Microsoft.IO.Enumeration/FileSystemEnumerable`1+FindTransform.xml +++ b/xml/Microsoft.IO.Enumeration/FileSystemEnumerable`1+FindTransform.xml @@ -9,6 +9,7 @@ Microsoft.IO.Redist 6.0.0.1 6.1.0.0 + 6.1.1.0 System.Delegate diff --git a/xml/Microsoft.IO.Enumeration/FileSystemEnumerable`1.xml b/xml/Microsoft.IO.Enumeration/FileSystemEnumerable`1.xml index 7b17c15bdf6..d87f2c596df 100644 --- a/xml/Microsoft.IO.Enumeration/FileSystemEnumerable`1.xml +++ b/xml/Microsoft.IO.Enumeration/FileSystemEnumerable`1.xml @@ -9,6 +9,7 @@ Microsoft.IO.Redist 6.0.0.1 6.1.0.0 + 6.1.1.0 @@ -39,7 +40,7 @@ Constructor Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 @@ -67,7 +68,7 @@ Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerator<TResult> @@ -89,7 +90,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.Enumeration.FileSystemEnumerable<TResult>+FindPredicate @@ -110,7 +111,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.Enumeration.FileSystemEnumerable<TResult>+FindPredicate @@ -134,7 +135,7 @@ Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.IEnumerator diff --git a/xml/Microsoft.IO.Enumeration/FileSystemEnumerator`1.xml b/xml/Microsoft.IO.Enumeration/FileSystemEnumerator`1.xml index 5fb17995fe4..2e0f93f366a 100644 --- a/xml/Microsoft.IO.Enumeration/FileSystemEnumerator`1.xml +++ b/xml/Microsoft.IO.Enumeration/FileSystemEnumerator`1.xml @@ -9,6 +9,7 @@ Microsoft.IO.Redist 6.0.0.1 6.1.0.0 + 6.1.1.0 @@ -42,7 +43,7 @@ Constructor Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 @@ -65,7 +66,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -93,7 +94,7 @@ Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 TResult @@ -117,7 +118,7 @@ Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -138,7 +139,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -162,7 +163,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -186,7 +187,7 @@ Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -208,7 +209,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -235,7 +236,7 @@ Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -256,7 +257,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -281,7 +282,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -309,7 +310,7 @@ Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Object @@ -330,7 +331,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 TResult diff --git a/xml/Microsoft.IO.Enumeration/FileSystemName.xml b/xml/Microsoft.IO.Enumeration/FileSystemName.xml index 2ef0806024c..f927ca61800 100644 --- a/xml/Microsoft.IO.Enumeration/FileSystemName.xml +++ b/xml/Microsoft.IO.Enumeration/FileSystemName.xml @@ -9,6 +9,7 @@ Microsoft.IO.Redist 6.0.0.1 6.1.0.0 + 6.1.1.0 System.Object @@ -28,7 +29,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -56,7 +57,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -85,7 +86,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String diff --git a/xml/Microsoft.IO/Directory.xml b/xml/Microsoft.IO/Directory.xml index 004067b8d54..9a2ead818f5 100644 --- a/xml/Microsoft.IO/Directory.xml +++ b/xml/Microsoft.IO/Directory.xml @@ -9,6 +9,7 @@ Microsoft.IO.Redist 6.0.0.1 6.1.0.0 + 6.1.1.0 System.Object @@ -29,7 +30,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.DirectoryInfo @@ -54,7 +55,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.FileSystemInfo @@ -81,7 +82,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -105,7 +106,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -131,7 +132,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<System.String> @@ -156,7 +157,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<System.String> @@ -183,7 +184,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<System.String> @@ -212,7 +213,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<System.String> @@ -241,7 +242,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<System.String> @@ -266,7 +267,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<System.String> @@ -293,7 +294,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<System.String> @@ -322,7 +323,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<System.String> @@ -351,7 +352,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<System.String> @@ -376,7 +377,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<System.String> @@ -403,7 +404,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<System.String> @@ -432,7 +433,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<System.String> @@ -461,7 +462,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -486,7 +487,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.DateTime @@ -511,7 +512,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.DateTime @@ -536,7 +537,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -558,7 +559,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String[] @@ -583,7 +584,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String[] @@ -610,7 +611,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String[] @@ -639,7 +640,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String[] @@ -668,7 +669,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -693,7 +694,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String[] @@ -718,7 +719,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String[] @@ -745,7 +746,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String[] @@ -774,7 +775,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String[] @@ -803,7 +804,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String[] @@ -828,7 +829,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String[] @@ -855,7 +856,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String[] @@ -884,7 +885,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String[] @@ -913,7 +914,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.DateTime @@ -938,7 +939,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.DateTime @@ -963,7 +964,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.DateTime @@ -988,7 +989,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.DateTime @@ -1013,7 +1014,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String[] @@ -1035,7 +1036,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.DirectoryInfo @@ -1060,7 +1061,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1086,7 +1087,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.FileSystemInfo @@ -1113,7 +1114,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1139,7 +1140,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1165,7 +1166,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1189,7 +1190,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1215,7 +1216,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1241,7 +1242,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1267,7 +1268,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void diff --git a/xml/Microsoft.IO/DirectoryInfo.xml b/xml/Microsoft.IO/DirectoryInfo.xml index abc95eabc0a..f3034ce1db0 100644 --- a/xml/Microsoft.IO/DirectoryInfo.xml +++ b/xml/Microsoft.IO/DirectoryInfo.xml @@ -9,6 +9,7 @@ Microsoft.IO.Redist 6.0.0.1 6.1.0.0 + 6.1.1.0 Microsoft.IO.FileSystemInfo @@ -29,7 +30,7 @@ Constructor Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 @@ -50,7 +51,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -71,7 +72,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.DirectoryInfo @@ -96,7 +97,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -117,7 +118,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -141,7 +142,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<Microsoft.IO.DirectoryInfo> @@ -163,7 +164,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<Microsoft.IO.DirectoryInfo> @@ -188,7 +189,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<Microsoft.IO.DirectoryInfo> @@ -215,7 +216,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<Microsoft.IO.DirectoryInfo> @@ -242,7 +243,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<Microsoft.IO.FileInfo> @@ -264,7 +265,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<Microsoft.IO.FileInfo> @@ -289,7 +290,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<Microsoft.IO.FileInfo> @@ -316,7 +317,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<Microsoft.IO.FileInfo> @@ -343,7 +344,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<Microsoft.IO.FileSystemInfo> @@ -365,7 +366,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<Microsoft.IO.FileSystemInfo> @@ -390,7 +391,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<Microsoft.IO.FileSystemInfo> @@ -417,7 +418,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<Microsoft.IO.FileSystemInfo> @@ -444,7 +445,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.DirectoryInfo[] @@ -466,7 +467,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.DirectoryInfo[] @@ -491,7 +492,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.DirectoryInfo[] @@ -518,7 +519,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.DirectoryInfo[] @@ -545,7 +546,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.FileInfo[] @@ -567,7 +568,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.FileInfo[] @@ -592,7 +593,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.FileInfo[] @@ -619,7 +620,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.FileInfo[] @@ -646,7 +647,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.FileSystemInfo[] @@ -668,7 +669,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.FileSystemInfo[] @@ -693,7 +694,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.FileSystemInfo[] @@ -720,7 +721,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.FileSystemInfo[] @@ -747,7 +748,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -771,7 +772,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.DirectoryInfo @@ -792,7 +793,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.DirectoryInfo diff --git a/xml/Microsoft.IO/EnumerationOptions.xml b/xml/Microsoft.IO/EnumerationOptions.xml index a816ed0d4fd..1e8a5e7af3d 100644 --- a/xml/Microsoft.IO/EnumerationOptions.xml +++ b/xml/Microsoft.IO/EnumerationOptions.xml @@ -9,6 +9,7 @@ Microsoft.IO.Redist 6.0.0.1 6.1.0.0 + 6.1.1.0 System.Object @@ -28,7 +29,7 @@ Constructor Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 @@ -46,7 +47,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.FileAttributes @@ -67,7 +68,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Int32 @@ -88,7 +89,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -109,7 +110,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.MatchCasing @@ -130,7 +131,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.MatchType @@ -151,7 +152,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Int32 @@ -172,7 +173,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -193,7 +194,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean diff --git a/xml/Microsoft.IO/File.xml b/xml/Microsoft.IO/File.xml index 52f017f4a40..08f5d89eb81 100644 --- a/xml/Microsoft.IO/File.xml +++ b/xml/Microsoft.IO/File.xml @@ -9,6 +9,7 @@ Microsoft.IO.Redist 6.0.0.1 6.1.0.0 + 6.1.1.0 System.Object @@ -29,7 +30,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -55,7 +56,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -82,7 +83,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Threading.Tasks.Task @@ -110,7 +111,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Threading.Tasks.Task @@ -141,7 +142,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -167,7 +168,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -194,7 +195,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Threading.Tasks.Task @@ -222,7 +223,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Threading.Tasks.Task @@ -253,7 +254,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.StreamWriter @@ -278,7 +279,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -304,7 +305,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -332,7 +333,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.FileStream @@ -357,7 +358,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.FileStream @@ -384,7 +385,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.FileStream @@ -413,7 +414,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.FileSystemInfo @@ -440,7 +441,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.StreamWriter @@ -465,7 +466,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -489,7 +490,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -513,7 +514,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -537,7 +538,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -562,7 +563,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.FileAttributes @@ -587,7 +588,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.DateTime @@ -612,7 +613,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.DateTime @@ -637,7 +638,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.DateTime @@ -662,7 +663,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.DateTime @@ -687,7 +688,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.DateTime @@ -712,7 +713,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.DateTime @@ -737,7 +738,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -763,7 +764,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -791,7 +792,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.FileStream @@ -818,7 +819,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.FileStream @@ -847,7 +848,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.FileStream @@ -878,7 +879,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.FileStream @@ -903,7 +904,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.StreamReader @@ -928,7 +929,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.FileStream @@ -953,7 +954,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Byte[] @@ -977,7 +978,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Threading.Tasks.Task<System.Byte[]> @@ -1004,7 +1005,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String[] @@ -1029,7 +1030,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String[] @@ -1055,7 +1056,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Threading.Tasks.Task<System.String[]> @@ -1081,7 +1082,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Threading.Tasks.Task<System.String[]> @@ -1110,7 +1111,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -1135,7 +1136,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -1161,7 +1162,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Threading.Tasks.Task<System.String> @@ -1187,7 +1188,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Threading.Tasks.Task<System.String> @@ -1216,7 +1217,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<System.String> @@ -1241,7 +1242,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Collections.Generic.IEnumerable<System.String> @@ -1268,7 +1269,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1296,7 +1297,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1326,7 +1327,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.FileSystemInfo @@ -1353,7 +1354,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1379,7 +1380,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1405,7 +1406,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1431,7 +1432,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1457,7 +1458,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1483,7 +1484,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1509,7 +1510,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1535,7 +1536,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1560,7 +1561,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Threading.Tasks.Task @@ -1589,7 +1590,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1615,7 +1616,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1641,7 +1642,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1669,7 +1670,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1696,7 +1697,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Threading.Tasks.Task @@ -1724,7 +1725,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Threading.Tasks.Task @@ -1755,7 +1756,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1781,7 +1782,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -1808,7 +1809,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Threading.Tasks.Task @@ -1836,7 +1837,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Threading.Tasks.Task diff --git a/xml/Microsoft.IO/FileInfo.xml b/xml/Microsoft.IO/FileInfo.xml index 17cefa23b4f..5d5bbb91995 100644 --- a/xml/Microsoft.IO/FileInfo.xml +++ b/xml/Microsoft.IO/FileInfo.xml @@ -9,6 +9,7 @@ Microsoft.IO.Redist 6.0.0.1 6.1.0.0 + 6.1.1.0 Microsoft.IO.FileSystemInfo @@ -29,7 +30,7 @@ Constructor Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 @@ -50,7 +51,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.StreamWriter @@ -72,7 +73,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.FileInfo @@ -97,7 +98,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.FileInfo @@ -124,7 +125,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.FileStream @@ -146,7 +147,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.StreamWriter @@ -168,7 +169,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -189,7 +190,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -210,7 +211,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.DirectoryInfo @@ -231,7 +232,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -252,7 +253,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -273,7 +274,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -294,7 +295,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Int64 @@ -315,7 +316,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -339,7 +340,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -365,7 +366,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.FileStream @@ -390,7 +391,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.FileStream @@ -417,7 +418,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.FileStream @@ -446,7 +447,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.FileStream @@ -468,7 +469,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.StreamReader @@ -490,7 +491,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.FileStream @@ -512,7 +513,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.FileInfo @@ -539,7 +540,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.FileInfo diff --git a/xml/Microsoft.IO/FileSystemInfo.xml b/xml/Microsoft.IO/FileSystemInfo.xml index 68b96adadca..601e8af2256 100644 --- a/xml/Microsoft.IO/FileSystemInfo.xml +++ b/xml/Microsoft.IO/FileSystemInfo.xml @@ -9,6 +9,7 @@ Microsoft.IO.Redist 6.0.0.1 6.1.0.0 + 6.1.1.0 System.MarshalByRefObject @@ -32,7 +33,7 @@ Constructor Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 @@ -50,7 +51,7 @@ Constructor Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 @@ -73,7 +74,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.IO.FileAttributes @@ -94,7 +95,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -118,7 +119,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.DateTime @@ -139,7 +140,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.DateTime @@ -160,7 +161,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -181,7 +182,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -202,7 +203,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -223,7 +224,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -244,7 +245,7 @@ Field Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -267,7 +268,7 @@ Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -293,7 +294,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.DateTime @@ -314,7 +315,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.DateTime @@ -335,7 +336,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.DateTime @@ -356,7 +357,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.DateTime @@ -377,7 +378,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -398,7 +399,7 @@ Property Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -419,7 +420,7 @@ Field Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -439,7 +440,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Void @@ -460,7 +461,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.FileSystemInfo @@ -485,7 +486,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String diff --git a/xml/Microsoft.IO/MatchCasing.xml b/xml/Microsoft.IO/MatchCasing.xml index 49191c2cac0..f09f8be674a 100644 --- a/xml/Microsoft.IO/MatchCasing.xml +++ b/xml/Microsoft.IO/MatchCasing.xml @@ -9,6 +9,7 @@ Microsoft.IO.Redist 6.0.0.1 6.1.0.0 + 6.1.1.0 System.Enum @@ -28,7 +29,7 @@ Field Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.MatchCasing @@ -48,7 +49,7 @@ Field Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.MatchCasing @@ -68,7 +69,7 @@ Field Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.MatchCasing diff --git a/xml/Microsoft.IO/MatchType.xml b/xml/Microsoft.IO/MatchType.xml index 75e11c0e045..e5f39d6fdf0 100644 --- a/xml/Microsoft.IO/MatchType.xml +++ b/xml/Microsoft.IO/MatchType.xml @@ -9,6 +9,7 @@ Microsoft.IO.Redist 6.0.0.1 6.1.0.0 + 6.1.1.0 System.Enum @@ -28,7 +29,7 @@ Field Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.MatchType @@ -48,7 +49,7 @@ Field Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.MatchType diff --git a/xml/Microsoft.IO/Path.xml b/xml/Microsoft.IO/Path.xml index 6a0d376a577..031fa8954f0 100644 --- a/xml/Microsoft.IO/Path.xml +++ b/xml/Microsoft.IO/Path.xml @@ -9,6 +9,7 @@ Microsoft.IO.Redist 6.0.0.1 6.1.0.0 + 6.1.1.0 System.Object @@ -29,7 +30,7 @@ Field Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Char @@ -49,7 +50,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -76,7 +77,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -108,7 +109,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -135,7 +136,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -164,7 +165,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -195,7 +196,7 @@ Field Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Char @@ -215,7 +216,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -240,7 +241,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -265,7 +266,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.ReadOnlySpan<System.Char> @@ -290,7 +291,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -315,7 +316,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.ReadOnlySpan<System.Char> @@ -340,7 +341,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -365,7 +366,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.ReadOnlySpan<System.Char> @@ -390,7 +391,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -415,7 +416,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.ReadOnlySpan<System.Char> @@ -440,7 +441,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -465,7 +466,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -490,7 +491,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -517,7 +518,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Char[] @@ -539,7 +540,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Char[] @@ -561,7 +562,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.ReadOnlySpan<System.Char> @@ -586,7 +587,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -611,7 +612,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -633,7 +634,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -660,7 +661,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -682,7 +683,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -704,7 +705,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -729,7 +730,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -754,7 +755,7 @@ Field Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 @@ -780,7 +781,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -805,7 +806,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -830,7 +831,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -855,7 +856,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -880,7 +881,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -912,7 +913,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -939,7 +940,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -966,7 +967,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -995,7 +996,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -1024,7 +1025,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -1055,7 +1056,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -1086,7 +1087,7 @@ Field Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Char @@ -1106,7 +1107,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.ReadOnlySpan<System.Char> @@ -1131,7 +1132,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String @@ -1156,7 +1157,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -1187,7 +1188,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -1220,7 +1221,7 @@ Field Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Char diff --git a/xml/Microsoft.IO/SearchOption.xml b/xml/Microsoft.IO/SearchOption.xml index 8311a1b1a2f..2cef95a1f74 100644 --- a/xml/Microsoft.IO/SearchOption.xml +++ b/xml/Microsoft.IO/SearchOption.xml @@ -9,6 +9,7 @@ Microsoft.IO.Redist 6.0.0.1 6.1.0.0 + 6.1.1.0 System.Enum @@ -28,7 +29,7 @@ Field Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.SearchOption @@ -48,7 +49,7 @@ Field Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 Microsoft.IO.SearchOption diff --git a/xml/Microsoft.IO/StringExtensions+SpanAction`2.xml b/xml/Microsoft.IO/StringExtensions+SpanAction`2.xml index e8844f8545b..a8a355c4f42 100644 --- a/xml/Microsoft.IO/StringExtensions+SpanAction`2.xml +++ b/xml/Microsoft.IO/StringExtensions+SpanAction`2.xml @@ -9,6 +9,7 @@ Microsoft.IO.Redist 6.0.0.1 6.1.0.0 + 6.1.1.0 diff --git a/xml/Microsoft.IO/StringExtensions.xml b/xml/Microsoft.IO/StringExtensions.xml index f4497990e69..7b6349f27df 100644 --- a/xml/Microsoft.IO/StringExtensions.xml +++ b/xml/Microsoft.IO/StringExtensions.xml @@ -9,6 +9,7 @@ Microsoft.IO.Redist 6.0.0.1 6.1.0.0 + 6.1.1.0 System.Object @@ -29,7 +30,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.Boolean @@ -56,7 +57,7 @@ Method Microsoft.IO.Redist - 6.1.0.0 + 6.1.1.0 System.String diff --git a/xml/PackageInformation/net-10.0-pp.json b/xml/PackageInformation/net-10.0-pp.json index 96db7f8eea7..e856c376fb8 100644 --- a/xml/PackageInformation/net-10.0-pp.json +++ b/xml/PackageInformation/net-10.0-pp.json @@ -1 +1 @@ -{"net-10.0-pp":{"Microsoft.Bcl.Cryptography":{"Name":"Microsoft.Bcl.Cryptography","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.HashCode":{"Name":"Microsoft.Bcl.HashCode","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.Memory":{"Name":"Microsoft.Bcl.Memory","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.TimeProvider":{"Name":"Microsoft.Bcl.TimeProvider","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI":{"Name":"Microsoft.Extensions.AI","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Abstractions":{"Name":"Microsoft.Extensions.AI.Abstractions","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.AzureAIInference":{"Name":"Microsoft.Extensions.AI.AzureAIInference","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation":{"Name":"Microsoft.Extensions.AI.Evaluation","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Quality":{"Name":"Microsoft.Extensions.AI.Evaluation.Quality","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Reporting":{"Name":"Microsoft.Extensions.AI.Evaluation.Reporting","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Reporting.Azure":{"Name":"Microsoft.Extensions.AI.Evaluation.Reporting.Azure","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Ollama":{"Name":"Microsoft.Extensions.AI.Ollama","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.OpenAI":{"Name":"Microsoft.Extensions.AI.OpenAI","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AmbientMetadata.Application":{"Name":"Microsoft.Extensions.AmbientMetadata.Application","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AsyncState":{"Name":"Microsoft.Extensions.AsyncState","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Abstractions":{"Name":"Microsoft.Extensions.Caching.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Hybrid":{"Name":"Microsoft.Extensions.Caching.Hybrid","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Memory":{"Name":"Microsoft.Extensions.Caching.Memory","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.SqlServer":{"Name":"Microsoft.Extensions.Caching.SqlServer","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.StackExchangeRedis":{"Name":"Microsoft.Extensions.Caching.StackExchangeRedis","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Abstractions":{"Name":"Microsoft.Extensions.Compliance.Abstractions","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Redaction":{"Name":"Microsoft.Extensions.Compliance.Redaction","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Testing":{"Name":"Microsoft.Extensions.Compliance.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration":{"Name":"Microsoft.Extensions.Configuration","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Abstractions":{"Name":"Microsoft.Extensions.Configuration.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Binder":{"Name":"Microsoft.Extensions.Configuration.Binder","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.CommandLine":{"Name":"Microsoft.Extensions.Configuration.CommandLine","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.EnvironmentVariables":{"Name":"Microsoft.Extensions.Configuration.EnvironmentVariables","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.FileExtensions":{"Name":"Microsoft.Extensions.Configuration.FileExtensions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Ini":{"Name":"Microsoft.Extensions.Configuration.Ini","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Json":{"Name":"Microsoft.Extensions.Configuration.Json","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.KeyPerFile":{"Name":"Microsoft.Extensions.Configuration.KeyPerFile","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.UserSecrets":{"Name":"Microsoft.Extensions.Configuration.UserSecrets","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Xml":{"Name":"Microsoft.Extensions.Configuration.Xml","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection":{"Name":"Microsoft.Extensions.DependencyInjection","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Abstractions":{"Name":"Microsoft.Extensions.DependencyInjection.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.AutoActivation":{"Name":"Microsoft.Extensions.DependencyInjection.AutoActivation","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.NamedService":{"Name":"Microsoft.Extensions.DependencyInjection.NamedService","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Pools":{"Name":"Microsoft.Extensions.DependencyInjection.Pools","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Specification.Tests":{"Name":"Microsoft.Extensions.DependencyInjection.Specification.Tests","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyModel":{"Name":"Microsoft.Extensions.DependencyModel","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics":{"Name":"Microsoft.Extensions.Diagnostics","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Abstractions":{"Name":"Microsoft.Extensions.Diagnostics.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.ExceptionSummarization":{"Name":"Microsoft.Extensions.Diagnostics.ExceptionSummarization","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Common":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Common","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Core":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Core","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Probes":{"Name":"Microsoft.Extensions.Diagnostics.Probes","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.ResourceMonitoring":{"Name":"Microsoft.Extensions.Diagnostics.ResourceMonitoring","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Testing":{"Name":"Microsoft.Extensions.Diagnostics.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.EnumStrings":{"Name":"Microsoft.Extensions.EnumStrings","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Abstractions":{"Name":"Microsoft.Extensions.FileProviders.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Composite":{"Name":"Microsoft.Extensions.FileProviders.Composite","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Embedded":{"Name":"Microsoft.Extensions.FileProviders.Embedded","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Physical":{"Name":"Microsoft.Extensions.FileProviders.Physical","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileSystemGlobbing":{"Name":"Microsoft.Extensions.FileSystemGlobbing","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting":{"Name":"Microsoft.Extensions.Hosting","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Abstractions":{"Name":"Microsoft.Extensions.Hosting.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Systemd":{"Name":"Microsoft.Extensions.Hosting.Systemd","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Testing":{"Name":"Microsoft.Extensions.Hosting.Testing","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Testing.StartupInitialization":{"Name":"Microsoft.Extensions.Hosting.Testing.StartupInitialization","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.WindowsServices":{"Name":"Microsoft.Extensions.Hosting.WindowsServices","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http":{"Name":"Microsoft.Extensions.Http","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.AutoClient":{"Name":"Microsoft.Extensions.Http.AutoClient","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Diagnostics":{"Name":"Microsoft.Extensions.Http.Diagnostics","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Resilience":{"Name":"Microsoft.Extensions.Http.Resilience","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Telemetry":{"Name":"Microsoft.Extensions.Http.Telemetry","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.HttpClient.SocketHandling":{"Name":"Microsoft.Extensions.HttpClient.SocketHandling","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Localization":{"Name":"Microsoft.Extensions.Localization","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Localization.Abstractions":{"Name":"Microsoft.Extensions.Localization.Abstractions","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging":{"Name":"Microsoft.Extensions.Logging","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Abstractions":{"Name":"Microsoft.Extensions.Logging.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.AzureAppServices":{"Name":"Microsoft.Extensions.Logging.AzureAppServices","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Configuration":{"Name":"Microsoft.Extensions.Logging.Configuration","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Console":{"Name":"Microsoft.Extensions.Logging.Console","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Debug":{"Name":"Microsoft.Extensions.Logging.Debug","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.EventLog":{"Name":"Microsoft.Extensions.Logging.EventLog","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.EventSource":{"Name":"Microsoft.Extensions.Logging.EventSource","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.TraceSource":{"Name":"Microsoft.Extensions.Logging.TraceSource","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.ObjectPool":{"Name":"Microsoft.Extensions.ObjectPool","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.ObjectPool.DependencyInjection":{"Name":"Microsoft.Extensions.ObjectPool.DependencyInjection","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options":{"Name":"Microsoft.Extensions.Options","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.ConfigurationExtensions":{"Name":"Microsoft.Extensions.Options.ConfigurationExtensions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.Contextual":{"Name":"Microsoft.Extensions.Options.Contextual","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.DataAnnotations":{"Name":"Microsoft.Extensions.Options.DataAnnotations","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.ValidateOnStart":{"Name":"Microsoft.Extensions.Options.ValidateOnStart","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.Validation":{"Name":"Microsoft.Extensions.Options.Validation","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Primitives":{"Name":"Microsoft.Extensions.Primitives","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Resilience":{"Name":"Microsoft.Extensions.Resilience","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry":{"Name":"Microsoft.Extensions.Telemetry","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Abstractions":{"Name":"Microsoft.Extensions.Telemetry.Abstractions","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Console":{"Name":"Microsoft.Extensions.Telemetry.Console","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Testing":{"Name":"Microsoft.Extensions.Telemetry.Testing","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.TimeProvider.Testing":{"Name":"Microsoft.Extensions.TimeProvider.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.VectorData.Abstractions":{"Name":"Microsoft.Extensions.VectorData.Abstractions","Version":"9.0.0-preview.1.25161.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.WebEncoders":{"Name":"Microsoft.Extensions.WebEncoders","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Win32.Registry.AccessControl":{"Name":"Microsoft.Win32.Registry.AccessControl","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Win32.SystemEvents":{"Name":"Microsoft.Win32.SystemEvents","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.DocumentDb.Abstractions":{"Name":"System.Cloud.DocumentDb.Abstractions","Version":"8.0.0-rc.1.23453.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.Messaging":{"Name":"System.Cloud.Messaging","Version":"8.0.0-rc.1.23453.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.Messaging.Abstractions":{"Name":"System.Cloud.Messaging.Abstractions","Version":"8.0.0-preview.4.23273.7","Feed":"https://api.nuget.org/v3/index.json"},"System.CodeDom":{"Name":"System.CodeDom","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Collections.Immutable":{"Name":"System.Collections.Immutable","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.CommandLine":{"Name":"System.CommandLine","Version":"2.0.0-beta4.22272.1","Feed":"https://api.nuget.org/v3/index.json"},"System.ComponentModel.Composition":{"Name":"System.ComponentModel.Composition","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.ComponentModel.Composition.Registration":{"Name":"System.ComponentModel.Composition.Registration","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.AttributedModel":{"Name":"System.Composition.AttributedModel","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Convention":{"Name":"System.Composition.Convention","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Hosting":{"Name":"System.Composition.Hosting","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Runtime":{"Name":"System.Composition.Runtime","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.TypedParts":{"Name":"System.Composition.TypedParts","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Configuration.ConfigurationManager":{"Name":"System.Configuration.ConfigurationManager","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.Odbc":{"Name":"System.Data.Odbc","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.OleDb":{"Name":"System.Data.OleDb","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.SqlClient":{"Name":"System.Data.SqlClient","Version":"4.9.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.DiagnosticSource":{"Name":"System.Diagnostics.DiagnosticSource","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.EventLog":{"Name":"System.Diagnostics.EventLog","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.PerformanceCounter":{"Name":"System.Diagnostics.PerformanceCounter","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices":{"Name":"System.DirectoryServices","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices.AccountManagement":{"Name":"System.DirectoryServices.AccountManagement","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices.Protocols":{"Name":"System.DirectoryServices.Protocols","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Drawing.Common":{"Name":"System.Drawing.Common","Version":"10.0.0-preview.1.25080.3","Feed":"https://api.nuget.org/v3/index.json"},"System.Private.Windows.Core":{"Name":"System.Drawing.Common","Version":"10.0.0-preview.1.25080.3","Feed":"https://api.nuget.org/v3/index.json"},"System.Private.Windows.GdiPlus":{"Name":"System.Drawing.Common","Version":"10.0.0-preview.1.25080.3","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Asn1":{"Name":"System.Formats.Asn1","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Cbor":{"Name":"System.Formats.Cbor","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Nrbf":{"Name":"System.Formats.Nrbf","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Hashing":{"Name":"System.IO.Hashing","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Packaging":{"Name":"System.IO.Packaging","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Pipelines":{"Name":"System.IO.Pipelines","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Ports":{"Name":"System.IO.Ports","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Json":{"Name":"System.Json","Version":"4.8.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Linq.AsyncEnumerable":{"Name":"System.Linq.AsyncEnumerable","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Management":{"Name":"System.Management","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Memory.Data":{"Name":"System.Memory.Data","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.Http.Json":{"Name":"System.Net.Http.Json","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.Http.WinHttpHandler":{"Name":"System.Net.Http.WinHttpHandler","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.ServerSentEvents":{"Name":"System.Net.ServerSentEvents","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.WebSockets.WebSocketProtocol":{"Name":"System.Net.WebSockets.WebSocketProtocol","Version":"5.1.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Numerics.Tensors":{"Name":"System.Numerics.Tensors","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Context":{"Name":"System.Reflection.Context","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Metadata":{"Name":"System.Reflection.Metadata","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.MetadataLoadContext":{"Name":"System.Reflection.MetadataLoadContext","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Resources.Extensions":{"Name":"System.Resources.Extensions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.Caching":{"Name":"System.Runtime.Caching","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.Serialization.Formatters":{"Name":"System.Runtime.Serialization.Formatters","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.Serialization.Schema":{"Name":"System.Runtime.Serialization.Schema","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.AccessControl":{"Name":"System.Security.AccessControl","Version":"6.0.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Cose":{"Name":"System.Security.Cryptography.Cose","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Pkcs":{"Name":"System.Security.Cryptography.Pkcs","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.ProtectedData":{"Name":"System.Security.Cryptography.ProtectedData","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Xml":{"Name":"System.Security.Cryptography.Xml","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Permissions":{"Name":"System.Security.Permissions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Duplex":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Http":{"Name":"System.ServiceModel.Http","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.NetFramingBase":{"Name":"System.ServiceModel.NetFramingBase","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.NetNamedPipe":{"Name":"System.ServiceModel.NetNamedPipe","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.NetTcp":{"Name":"System.ServiceModel.NetTcp","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Primitives":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Security":{"Name":"System.ServiceModel.Security","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Syndication":{"Name":"System.ServiceModel.Syndication","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.UnixDomainSocket":{"Name":"System.ServiceModel.UnixDomainSocket","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceProcess.ServiceController":{"Name":"System.ServiceProcess.ServiceController","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Speech":{"Name":"System.Speech","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Encoding.CodePages":{"Name":"System.Text.Encoding.CodePages","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Encodings.Web":{"Name":"System.Text.Encodings.Web","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Json":{"Name":"System.Text.Json","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.AccessControl":{"Name":"System.Threading.AccessControl","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Channels":{"Name":"System.Threading.Channels","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Tasks.Dataflow":{"Name":"System.Threading.Tasks.Dataflow","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Windows.Extensions":{"Name":"System.Windows.Extensions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Xml.XPath.XmlDocument":{"Name":"System.Xml.XPath.XmlDocument","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"}}} \ No newline at end of file +{"net-10.0-pp":{"Microsoft.Bcl.Cryptography":{"Name":"Microsoft.Bcl.Cryptography","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.HashCode":{"Name":"Microsoft.Bcl.HashCode","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.Memory":{"Name":"Microsoft.Bcl.Memory","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.TimeProvider":{"Name":"Microsoft.Bcl.TimeProvider","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI":{"Name":"Microsoft.Extensions.AI","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Abstractions":{"Name":"Microsoft.Extensions.AI.Abstractions","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.AzureAIInference":{"Name":"Microsoft.Extensions.AI.AzureAIInference","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation":{"Name":"Microsoft.Extensions.AI.Evaluation","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Quality":{"Name":"Microsoft.Extensions.AI.Evaluation.Quality","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Reporting":{"Name":"Microsoft.Extensions.AI.Evaluation.Reporting","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Reporting.Azure":{"Name":"Microsoft.Extensions.AI.Evaluation.Reporting.Azure","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Ollama":{"Name":"Microsoft.Extensions.AI.Ollama","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.OpenAI":{"Name":"Microsoft.Extensions.AI.OpenAI","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AmbientMetadata.Application":{"Name":"Microsoft.Extensions.AmbientMetadata.Application","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AsyncState":{"Name":"Microsoft.Extensions.AsyncState","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Abstractions":{"Name":"Microsoft.Extensions.Caching.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Hybrid":{"Name":"Microsoft.Extensions.Caching.Hybrid","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Memory":{"Name":"Microsoft.Extensions.Caching.Memory","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.SqlServer":{"Name":"Microsoft.Extensions.Caching.SqlServer","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.StackExchangeRedis":{"Name":"Microsoft.Extensions.Caching.StackExchangeRedis","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Abstractions":{"Name":"Microsoft.Extensions.Compliance.Abstractions","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Redaction":{"Name":"Microsoft.Extensions.Compliance.Redaction","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Testing":{"Name":"Microsoft.Extensions.Compliance.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration":{"Name":"Microsoft.Extensions.Configuration","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Abstractions":{"Name":"Microsoft.Extensions.Configuration.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Binder":{"Name":"Microsoft.Extensions.Configuration.Binder","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.CommandLine":{"Name":"Microsoft.Extensions.Configuration.CommandLine","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.EnvironmentVariables":{"Name":"Microsoft.Extensions.Configuration.EnvironmentVariables","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.FileExtensions":{"Name":"Microsoft.Extensions.Configuration.FileExtensions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Ini":{"Name":"Microsoft.Extensions.Configuration.Ini","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Json":{"Name":"Microsoft.Extensions.Configuration.Json","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.KeyPerFile":{"Name":"Microsoft.Extensions.Configuration.KeyPerFile","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.UserSecrets":{"Name":"Microsoft.Extensions.Configuration.UserSecrets","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Xml":{"Name":"Microsoft.Extensions.Configuration.Xml","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection":{"Name":"Microsoft.Extensions.DependencyInjection","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Abstractions":{"Name":"Microsoft.Extensions.DependencyInjection.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.AutoActivation":{"Name":"Microsoft.Extensions.DependencyInjection.AutoActivation","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.NamedService":{"Name":"Microsoft.Extensions.DependencyInjection.NamedService","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Pools":{"Name":"Microsoft.Extensions.DependencyInjection.Pools","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Specification.Tests":{"Name":"Microsoft.Extensions.DependencyInjection.Specification.Tests","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyModel":{"Name":"Microsoft.Extensions.DependencyModel","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics":{"Name":"Microsoft.Extensions.Diagnostics","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Abstractions":{"Name":"Microsoft.Extensions.Diagnostics.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.ExceptionSummarization":{"Name":"Microsoft.Extensions.Diagnostics.ExceptionSummarization","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Common":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Common","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Core":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Core","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Probes":{"Name":"Microsoft.Extensions.Diagnostics.Probes","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.ResourceMonitoring":{"Name":"Microsoft.Extensions.Diagnostics.ResourceMonitoring","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Testing":{"Name":"Microsoft.Extensions.Diagnostics.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.EnumStrings":{"Name":"Microsoft.Extensions.EnumStrings","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Abstractions":{"Name":"Microsoft.Extensions.FileProviders.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Composite":{"Name":"Microsoft.Extensions.FileProviders.Composite","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Embedded":{"Name":"Microsoft.Extensions.FileProviders.Embedded","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Physical":{"Name":"Microsoft.Extensions.FileProviders.Physical","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileSystemGlobbing":{"Name":"Microsoft.Extensions.FileSystemGlobbing","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting":{"Name":"Microsoft.Extensions.Hosting","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Abstractions":{"Name":"Microsoft.Extensions.Hosting.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Systemd":{"Name":"Microsoft.Extensions.Hosting.Systemd","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Testing":{"Name":"Microsoft.Extensions.Hosting.Testing","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Testing.StartupInitialization":{"Name":"Microsoft.Extensions.Hosting.Testing.StartupInitialization","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.WindowsServices":{"Name":"Microsoft.Extensions.Hosting.WindowsServices","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http":{"Name":"Microsoft.Extensions.Http","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.AutoClient":{"Name":"Microsoft.Extensions.Http.AutoClient","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Diagnostics":{"Name":"Microsoft.Extensions.Http.Diagnostics","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Resilience":{"Name":"Microsoft.Extensions.Http.Resilience","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Telemetry":{"Name":"Microsoft.Extensions.Http.Telemetry","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.HttpClient.SocketHandling":{"Name":"Microsoft.Extensions.HttpClient.SocketHandling","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Localization":{"Name":"Microsoft.Extensions.Localization","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Localization.Abstractions":{"Name":"Microsoft.Extensions.Localization.Abstractions","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging":{"Name":"Microsoft.Extensions.Logging","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Abstractions":{"Name":"Microsoft.Extensions.Logging.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.AzureAppServices":{"Name":"Microsoft.Extensions.Logging.AzureAppServices","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Configuration":{"Name":"Microsoft.Extensions.Logging.Configuration","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Console":{"Name":"Microsoft.Extensions.Logging.Console","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Debug":{"Name":"Microsoft.Extensions.Logging.Debug","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.EventLog":{"Name":"Microsoft.Extensions.Logging.EventLog","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.EventSource":{"Name":"Microsoft.Extensions.Logging.EventSource","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.TraceSource":{"Name":"Microsoft.Extensions.Logging.TraceSource","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.ObjectPool":{"Name":"Microsoft.Extensions.ObjectPool","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.ObjectPool.DependencyInjection":{"Name":"Microsoft.Extensions.ObjectPool.DependencyInjection","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options":{"Name":"Microsoft.Extensions.Options","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.ConfigurationExtensions":{"Name":"Microsoft.Extensions.Options.ConfigurationExtensions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.Contextual":{"Name":"Microsoft.Extensions.Options.Contextual","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.DataAnnotations":{"Name":"Microsoft.Extensions.Options.DataAnnotations","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.ValidateOnStart":{"Name":"Microsoft.Extensions.Options.ValidateOnStart","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.Validation":{"Name":"Microsoft.Extensions.Options.Validation","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Primitives":{"Name":"Microsoft.Extensions.Primitives","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Resilience":{"Name":"Microsoft.Extensions.Resilience","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry":{"Name":"Microsoft.Extensions.Telemetry","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Abstractions":{"Name":"Microsoft.Extensions.Telemetry.Abstractions","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Console":{"Name":"Microsoft.Extensions.Telemetry.Console","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Testing":{"Name":"Microsoft.Extensions.Telemetry.Testing","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.TimeProvider.Testing":{"Name":"Microsoft.Extensions.TimeProvider.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.VectorData.Abstractions":{"Name":"Microsoft.Extensions.VectorData.Abstractions","Version":"9.0.0-preview.1.25161.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.WebEncoders":{"Name":"Microsoft.Extensions.WebEncoders","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Win32.Registry.AccessControl":{"Name":"Microsoft.Win32.Registry.AccessControl","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Win32.SystemEvents":{"Name":"Microsoft.Win32.SystemEvents","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.DocumentDb.Abstractions":{"Name":"System.Cloud.DocumentDb.Abstractions","Version":"8.0.0-rc.1.23453.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.Messaging":{"Name":"System.Cloud.Messaging","Version":"8.0.0-rc.1.23453.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.Messaging.Abstractions":{"Name":"System.Cloud.Messaging.Abstractions","Version":"8.0.0-preview.4.23273.7","Feed":"https://api.nuget.org/v3/index.json"},"System.CodeDom":{"Name":"System.CodeDom","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Collections.Immutable":{"Name":"System.Collections.Immutable","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.CommandLine":{"Name":"System.CommandLine","Version":"2.0.0-beta4.22272.1","Feed":"https://api.nuget.org/v3/index.json"},"System.ComponentModel.Composition":{"Name":"System.ComponentModel.Composition","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ComponentModel.Composition.Registration":{"Name":"System.ComponentModel.Composition.Registration","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.AttributedModel":{"Name":"System.Composition.AttributedModel","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Convention":{"Name":"System.Composition.Convention","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Hosting":{"Name":"System.Composition.Hosting","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Runtime":{"Name":"System.Composition.Runtime","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.TypedParts":{"Name":"System.Composition.TypedParts","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Configuration.ConfigurationManager":{"Name":"System.Configuration.ConfigurationManager","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.Odbc":{"Name":"System.Data.Odbc","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.OleDb":{"Name":"System.Data.OleDb","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.SqlClient":{"Name":"System.Data.SqlClient","Version":"4.9.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.DiagnosticSource":{"Name":"System.Diagnostics.DiagnosticSource","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.EventLog":{"Name":"System.Diagnostics.EventLog","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.PerformanceCounter":{"Name":"System.Diagnostics.PerformanceCounter","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices":{"Name":"System.DirectoryServices","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices.AccountManagement":{"Name":"System.DirectoryServices.AccountManagement","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices.Protocols":{"Name":"System.DirectoryServices.Protocols","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Drawing.Common":{"Name":"System.Drawing.Common","Version":"10.0.0-preview.2.25163.9","Feed":"https://api.nuget.org/v3/index.json"},"System.Private.Windows.Core":{"Name":"System.Drawing.Common","Version":"10.0.0-preview.2.25163.9","Feed":"https://api.nuget.org/v3/index.json"},"System.Private.Windows.GdiPlus":{"Name":"System.Drawing.Common","Version":"10.0.0-preview.2.25163.9","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Asn1":{"Name":"System.Formats.Asn1","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Cbor":{"Name":"System.Formats.Cbor","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Nrbf":{"Name":"System.Formats.Nrbf","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Hashing":{"Name":"System.IO.Hashing","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Packaging":{"Name":"System.IO.Packaging","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Pipelines":{"Name":"System.IO.Pipelines","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Ports":{"Name":"System.IO.Ports","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Json":{"Name":"System.Json","Version":"4.8.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Linq.AsyncEnumerable":{"Name":"System.Linq.AsyncEnumerable","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Management":{"Name":"System.Management","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Memory.Data":{"Name":"System.Memory.Data","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.Http.Json":{"Name":"System.Net.Http.Json","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.Http.WinHttpHandler":{"Name":"System.Net.Http.WinHttpHandler","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.ServerSentEvents":{"Name":"System.Net.ServerSentEvents","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.WebSockets.WebSocketProtocol":{"Name":"System.Net.WebSockets.WebSocketProtocol","Version":"5.1.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Numerics.Tensors":{"Name":"System.Numerics.Tensors","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Context":{"Name":"System.Reflection.Context","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Metadata":{"Name":"System.Reflection.Metadata","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.MetadataLoadContext":{"Name":"System.Reflection.MetadataLoadContext","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Resources.Extensions":{"Name":"System.Resources.Extensions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.Caching":{"Name":"System.Runtime.Caching","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.Serialization.Formatters":{"Name":"System.Runtime.Serialization.Formatters","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.Serialization.Schema":{"Name":"System.Runtime.Serialization.Schema","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.AccessControl":{"Name":"System.Security.AccessControl","Version":"6.0.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Cose":{"Name":"System.Security.Cryptography.Cose","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Pkcs":{"Name":"System.Security.Cryptography.Pkcs","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.ProtectedData":{"Name":"System.Security.Cryptography.ProtectedData","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Xml":{"Name":"System.Security.Cryptography.Xml","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Permissions":{"Name":"System.Security.Permissions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Duplex":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Http":{"Name":"System.ServiceModel.Http","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.NetFramingBase":{"Name":"System.ServiceModel.NetFramingBase","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.NetNamedPipe":{"Name":"System.ServiceModel.NetNamedPipe","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.NetTcp":{"Name":"System.ServiceModel.NetTcp","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Primitives":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Security":{"Name":"System.ServiceModel.Security","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Syndication":{"Name":"System.ServiceModel.Syndication","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.UnixDomainSocket":{"Name":"System.ServiceModel.UnixDomainSocket","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceProcess.ServiceController":{"Name":"System.ServiceProcess.ServiceController","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Speech":{"Name":"System.Speech","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Encoding.CodePages":{"Name":"System.Text.Encoding.CodePages","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Encodings.Web":{"Name":"System.Text.Encodings.Web","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Json":{"Name":"System.Text.Json","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.AccessControl":{"Name":"System.Threading.AccessControl","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Channels":{"Name":"System.Threading.Channels","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Tasks.Dataflow":{"Name":"System.Threading.Tasks.Dataflow","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Windows.Extensions":{"Name":"System.Windows.Extensions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Xml.XPath.XmlDocument":{"Name":"System.Xml.XPath.XmlDocument","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"}}} \ No newline at end of file diff --git a/xml/PackageInformation/net-6.0-pp.json b/xml/PackageInformation/net-6.0-pp.json index d7a1ae62f9d..90af5febffd 100644 --- a/xml/PackageInformation/net-6.0-pp.json +++ b/xml/PackageInformation/net-6.0-pp.json @@ -1 +1 @@ -{"net-6.0-pp":{"Microsoft.Bcl.HashCode":{"Name":"Microsoft.Bcl.HashCode","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Pools":{"Name":"Microsoft.Extensions.DependencyInjection.Pools","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Core":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Core","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.EnumStrings":{"Name":"Microsoft.Extensions.EnumStrings","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.AutoClient":{"Name":"Microsoft.Extensions.Http.AutoClient","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Telemetry":{"Name":"Microsoft.Extensions.Http.Telemetry","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.Validation":{"Name":"Microsoft.Extensions.Options.Validation","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Console":{"Name":"Microsoft.Extensions.Telemetry.Console","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Testing":{"Name":"Microsoft.Extensions.Telemetry.Testing","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.Messaging.Abstractions":{"Name":"System.Cloud.Messaging.Abstractions","Version":"8.0.0-preview.4.23273.7","Feed":"https://api.nuget.org/v3/index.json"},"System.CommandLine":{"Name":"System.CommandLine","Version":"2.0.0-beta4.22272.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.SqlClient":{"Name":"System.Data.SqlClient","Version":"4.9.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Json":{"Name":"System.Json","Version":"4.8.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.WebSockets.WebSocketProtocol":{"Name":"System.Net.WebSockets.WebSocketProtocol","Version":"5.1.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.AccessControl":{"Name":"System.Security.AccessControl","Version":"6.0.1","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Duplex":{"Name":"System.ServiceModel.Duplex","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Security":{"Name":"System.ServiceModel.Security","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Xml.XPath.XmlDocument":{"Name":"System.Xml.XPath.XmlDocument","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"}}} \ No newline at end of file +{"net-6.0-pp":{"Microsoft.Bcl.HashCode":{"Name":"Microsoft.Bcl.HashCode","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Pools":{"Name":"Microsoft.Extensions.DependencyInjection.Pools","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Core":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Core","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.EnumStrings":{"Name":"Microsoft.Extensions.EnumStrings","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.AutoClient":{"Name":"Microsoft.Extensions.Http.AutoClient","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Telemetry":{"Name":"Microsoft.Extensions.Http.Telemetry","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.Validation":{"Name":"Microsoft.Extensions.Options.Validation","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Console":{"Name":"Microsoft.Extensions.Telemetry.Console","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Testing":{"Name":"Microsoft.Extensions.Telemetry.Testing","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.Messaging.Abstractions":{"Name":"System.Cloud.Messaging.Abstractions","Version":"8.0.0-preview.4.23273.7","Feed":"https://api.nuget.org/v3/index.json"},"System.CommandLine":{"Name":"System.CommandLine","Version":"2.0.0-beta4.22272.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.SqlClient":{"Name":"System.Data.SqlClient","Version":"4.9.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Json":{"Name":"System.Json","Version":"4.8.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.WebSockets.WebSocketProtocol":{"Name":"System.Net.WebSockets.WebSocketProtocol","Version":"5.1.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.CompilerServices.Unsafe":{"Name":"System.Runtime.CompilerServices.Unsafe","Version":"6.1.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.AccessControl":{"Name":"System.Security.AccessControl","Version":"6.0.1","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Duplex":{"Name":"System.ServiceModel.Duplex","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Security":{"Name":"System.ServiceModel.Security","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Xml.XPath.XmlDocument":{"Name":"System.Xml.XPath.XmlDocument","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"}}} \ No newline at end of file diff --git a/xml/PackageInformation/net-7.0-pp.json b/xml/PackageInformation/net-7.0-pp.json index 062096e7406..2cb2a4b462a 100644 --- a/xml/PackageInformation/net-7.0-pp.json +++ b/xml/PackageInformation/net-7.0-pp.json @@ -1 +1 @@ -{"net-7.0-pp":{"Microsoft.Bcl.HashCode":{"Name":"Microsoft.Bcl.HashCode","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Pools":{"Name":"Microsoft.Extensions.DependencyInjection.Pools","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Core":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Core","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.EnumStrings":{"Name":"Microsoft.Extensions.EnumStrings","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.AutoClient":{"Name":"Microsoft.Extensions.Http.AutoClient","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Telemetry":{"Name":"Microsoft.Extensions.Http.Telemetry","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.Validation":{"Name":"Microsoft.Extensions.Options.Validation","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Console":{"Name":"Microsoft.Extensions.Telemetry.Console","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Testing":{"Name":"Microsoft.Extensions.Telemetry.Testing","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.Messaging.Abstractions":{"Name":"System.Cloud.Messaging.Abstractions","Version":"8.0.0-preview.4.23273.7","Feed":"https://api.nuget.org/v3/index.json"},"System.CommandLine":{"Name":"System.CommandLine","Version":"2.0.0-beta4.22272.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.SqlClient":{"Name":"System.Data.SqlClient","Version":"4.9.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Json":{"Name":"System.Json","Version":"4.8.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.WebSockets.WebSocketProtocol":{"Name":"System.Net.WebSockets.WebSocketProtocol","Version":"5.1.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.AccessControl":{"Name":"System.Security.AccessControl","Version":"6.0.1","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Duplex":{"Name":"System.ServiceModel.Duplex","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Security":{"Name":"System.ServiceModel.Security","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Xml.XPath.XmlDocument":{"Name":"System.Xml.XPath.XmlDocument","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"}}} \ No newline at end of file +{"net-7.0-pp":{"Microsoft.Bcl.HashCode":{"Name":"Microsoft.Bcl.HashCode","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Pools":{"Name":"Microsoft.Extensions.DependencyInjection.Pools","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Core":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Core","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.EnumStrings":{"Name":"Microsoft.Extensions.EnumStrings","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.AutoClient":{"Name":"Microsoft.Extensions.Http.AutoClient","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Telemetry":{"Name":"Microsoft.Extensions.Http.Telemetry","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.Validation":{"Name":"Microsoft.Extensions.Options.Validation","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Console":{"Name":"Microsoft.Extensions.Telemetry.Console","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Testing":{"Name":"Microsoft.Extensions.Telemetry.Testing","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.Messaging.Abstractions":{"Name":"System.Cloud.Messaging.Abstractions","Version":"8.0.0-preview.4.23273.7","Feed":"https://api.nuget.org/v3/index.json"},"System.CommandLine":{"Name":"System.CommandLine","Version":"2.0.0-beta4.22272.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.SqlClient":{"Name":"System.Data.SqlClient","Version":"4.9.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Json":{"Name":"System.Json","Version":"4.8.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.WebSockets.WebSocketProtocol":{"Name":"System.Net.WebSockets.WebSocketProtocol","Version":"5.1.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.AccessControl":{"Name":"System.Security.AccessControl","Version":"6.0.1","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Duplex":{"Name":"System.ServiceModel.Duplex","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Security":{"Name":"System.ServiceModel.Security","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Xml.XPath.XmlDocument":{"Name":"System.Xml.XPath.XmlDocument","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"}}} \ No newline at end of file diff --git a/xml/PackageInformation/net-8.0-pp.json b/xml/PackageInformation/net-8.0-pp.json index f5d91ba2940..2af512f1e3d 100644 --- a/xml/PackageInformation/net-8.0-pp.json +++ b/xml/PackageInformation/net-8.0-pp.json @@ -1 +1 @@ -{"net-8.0-pp":{"Microsoft.Bcl.Cryptography":{"Name":"Microsoft.Bcl.Cryptography","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.HashCode":{"Name":"Microsoft.Bcl.HashCode","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.Memory":{"Name":"Microsoft.Bcl.Memory","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.TimeProvider":{"Name":"Microsoft.Bcl.TimeProvider","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI":{"Name":"Microsoft.Extensions.AI","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Abstractions":{"Name":"Microsoft.Extensions.AI.Abstractions","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.AzureAIInference":{"Name":"Microsoft.Extensions.AI.AzureAIInference","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation":{"Name":"Microsoft.Extensions.AI.Evaluation","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Quality":{"Name":"Microsoft.Extensions.AI.Evaluation.Quality","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Reporting":{"Name":"Microsoft.Extensions.AI.Evaluation.Reporting","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Reporting.Azure":{"Name":"Microsoft.Extensions.AI.Evaluation.Reporting.Azure","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Ollama":{"Name":"Microsoft.Extensions.AI.Ollama","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.OpenAI":{"Name":"Microsoft.Extensions.AI.OpenAI","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AmbientMetadata.Application":{"Name":"Microsoft.Extensions.AmbientMetadata.Application","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AsyncState":{"Name":"Microsoft.Extensions.AsyncState","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Abstractions":{"Name":"Microsoft.Extensions.Caching.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Hybrid":{"Name":"Microsoft.Extensions.Caching.Hybrid","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Memory":{"Name":"Microsoft.Extensions.Caching.Memory","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Abstractions":{"Name":"Microsoft.Extensions.Compliance.Abstractions","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Redaction":{"Name":"Microsoft.Extensions.Compliance.Redaction","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Testing":{"Name":"Microsoft.Extensions.Compliance.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration":{"Name":"Microsoft.Extensions.Configuration","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Abstractions":{"Name":"Microsoft.Extensions.Configuration.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Binder":{"Name":"Microsoft.Extensions.Configuration.Binder","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.CommandLine":{"Name":"Microsoft.Extensions.Configuration.CommandLine","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.EnvironmentVariables":{"Name":"Microsoft.Extensions.Configuration.EnvironmentVariables","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.FileExtensions":{"Name":"Microsoft.Extensions.Configuration.FileExtensions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Ini":{"Name":"Microsoft.Extensions.Configuration.Ini","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Json":{"Name":"Microsoft.Extensions.Configuration.Json","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.UserSecrets":{"Name":"Microsoft.Extensions.Configuration.UserSecrets","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Xml":{"Name":"Microsoft.Extensions.Configuration.Xml","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection":{"Name":"Microsoft.Extensions.DependencyInjection","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Abstractions":{"Name":"Microsoft.Extensions.DependencyInjection.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.AutoActivation":{"Name":"Microsoft.Extensions.DependencyInjection.AutoActivation","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.NamedService":{"Name":"Microsoft.Extensions.DependencyInjection.NamedService","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Pools":{"Name":"Microsoft.Extensions.DependencyInjection.Pools","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Specification.Tests":{"Name":"Microsoft.Extensions.DependencyInjection.Specification.Tests","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyModel":{"Name":"Microsoft.Extensions.DependencyModel","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics":{"Name":"Microsoft.Extensions.Diagnostics","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Abstractions":{"Name":"Microsoft.Extensions.Diagnostics.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.ExceptionSummarization":{"Name":"Microsoft.Extensions.Diagnostics.ExceptionSummarization","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Common":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Common","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Core":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Core","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Probes":{"Name":"Microsoft.Extensions.Diagnostics.Probes","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.ResourceMonitoring":{"Name":"Microsoft.Extensions.Diagnostics.ResourceMonitoring","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Testing":{"Name":"Microsoft.Extensions.Diagnostics.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.EnumStrings":{"Name":"Microsoft.Extensions.EnumStrings","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Abstractions":{"Name":"Microsoft.Extensions.FileProviders.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Composite":{"Name":"Microsoft.Extensions.FileProviders.Composite","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Physical":{"Name":"Microsoft.Extensions.FileProviders.Physical","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileSystemGlobbing":{"Name":"Microsoft.Extensions.FileSystemGlobbing","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting":{"Name":"Microsoft.Extensions.Hosting","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Abstractions":{"Name":"Microsoft.Extensions.Hosting.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Systemd":{"Name":"Microsoft.Extensions.Hosting.Systemd","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Testing":{"Name":"Microsoft.Extensions.Hosting.Testing","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Testing.StartupInitialization":{"Name":"Microsoft.Extensions.Hosting.Testing.StartupInitialization","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.WindowsServices":{"Name":"Microsoft.Extensions.Hosting.WindowsServices","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http":{"Name":"Microsoft.Extensions.Http","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.AutoClient":{"Name":"Microsoft.Extensions.Http.AutoClient","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Diagnostics":{"Name":"Microsoft.Extensions.Http.Diagnostics","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Resilience":{"Name":"Microsoft.Extensions.Http.Resilience","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Telemetry":{"Name":"Microsoft.Extensions.Http.Telemetry","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.HttpClient.SocketHandling":{"Name":"Microsoft.Extensions.HttpClient.SocketHandling","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging":{"Name":"Microsoft.Extensions.Logging","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Abstractions":{"Name":"Microsoft.Extensions.Logging.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Configuration":{"Name":"Microsoft.Extensions.Logging.Configuration","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Console":{"Name":"Microsoft.Extensions.Logging.Console","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Debug":{"Name":"Microsoft.Extensions.Logging.Debug","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.EventLog":{"Name":"Microsoft.Extensions.Logging.EventLog","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.EventSource":{"Name":"Microsoft.Extensions.Logging.EventSource","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.TraceSource":{"Name":"Microsoft.Extensions.Logging.TraceSource","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.ObjectPool.DependencyInjection":{"Name":"Microsoft.Extensions.ObjectPool.DependencyInjection","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options":{"Name":"Microsoft.Extensions.Options","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.ConfigurationExtensions":{"Name":"Microsoft.Extensions.Options.ConfigurationExtensions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.Contextual":{"Name":"Microsoft.Extensions.Options.Contextual","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.DataAnnotations":{"Name":"Microsoft.Extensions.Options.DataAnnotations","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.ValidateOnStart":{"Name":"Microsoft.Extensions.Options.ValidateOnStart","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.Validation":{"Name":"Microsoft.Extensions.Options.Validation","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Primitives":{"Name":"Microsoft.Extensions.Primitives","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Resilience":{"Name":"Microsoft.Extensions.Resilience","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry":{"Name":"Microsoft.Extensions.Telemetry","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Abstractions":{"Name":"Microsoft.Extensions.Telemetry.Abstractions","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Console":{"Name":"Microsoft.Extensions.Telemetry.Console","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Testing":{"Name":"Microsoft.Extensions.Telemetry.Testing","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.TimeProvider.Testing":{"Name":"Microsoft.Extensions.TimeProvider.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.VectorData.Abstractions":{"Name":"Microsoft.Extensions.VectorData.Abstractions","Version":"9.0.0-preview.1.25161.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Win32.Registry.AccessControl":{"Name":"Microsoft.Win32.Registry.AccessControl","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Win32.SystemEvents":{"Name":"Microsoft.Win32.SystemEvents","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.DocumentDb.Abstractions":{"Name":"System.Cloud.DocumentDb.Abstractions","Version":"8.0.0-rc.1.23453.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.Messaging":{"Name":"System.Cloud.Messaging","Version":"8.0.0-rc.1.23453.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.Messaging.Abstractions":{"Name":"System.Cloud.Messaging.Abstractions","Version":"8.0.0-preview.4.23273.7","Feed":"https://api.nuget.org/v3/index.json"},"System.CodeDom":{"Name":"System.CodeDom","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Collections.Immutable":{"Name":"System.Collections.Immutable","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.CommandLine":{"Name":"System.CommandLine","Version":"2.0.0-beta4.22272.1","Feed":"https://api.nuget.org/v3/index.json"},"System.ComponentModel.Composition":{"Name":"System.ComponentModel.Composition","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.ComponentModel.Composition.Registration":{"Name":"System.ComponentModel.Composition.Registration","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.AttributedModel":{"Name":"System.Composition.AttributedModel","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Convention":{"Name":"System.Composition.Convention","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Hosting":{"Name":"System.Composition.Hosting","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Runtime":{"Name":"System.Composition.Runtime","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.TypedParts":{"Name":"System.Composition.TypedParts","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Configuration.ConfigurationManager":{"Name":"System.Configuration.ConfigurationManager","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.Odbc":{"Name":"System.Data.Odbc","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.OleDb":{"Name":"System.Data.OleDb","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.SqlClient":{"Name":"System.Data.SqlClient","Version":"4.9.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.DiagnosticSource":{"Name":"System.Diagnostics.DiagnosticSource","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.EventLog":{"Name":"System.Diagnostics.EventLog","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.PerformanceCounter":{"Name":"System.Diagnostics.PerformanceCounter","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices":{"Name":"System.DirectoryServices","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices.AccountManagement":{"Name":"System.DirectoryServices.AccountManagement","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices.Protocols":{"Name":"System.DirectoryServices.Protocols","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Drawing.Common":{"Name":"System.Drawing.Common","Version":"10.0.0-preview.1.25080.3","Feed":"https://api.nuget.org/v3/index.json"},"System.Private.Windows.Core":{"Name":"System.Drawing.Common","Version":"10.0.0-preview.1.25080.3","Feed":"https://api.nuget.org/v3/index.json"},"System.Private.Windows.GdiPlus":{"Name":"System.Drawing.Common","Version":"10.0.0-preview.1.25080.3","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Asn1":{"Name":"System.Formats.Asn1","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Cbor":{"Name":"System.Formats.Cbor","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Nrbf":{"Name":"System.Formats.Nrbf","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Hashing":{"Name":"System.IO.Hashing","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Packaging":{"Name":"System.IO.Packaging","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Pipelines":{"Name":"System.IO.Pipelines","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Ports":{"Name":"System.IO.Ports","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Json":{"Name":"System.Json","Version":"4.8.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Linq.AsyncEnumerable":{"Name":"System.Linq.AsyncEnumerable","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Management":{"Name":"System.Management","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Memory.Data":{"Name":"System.Memory.Data","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.Http.Json":{"Name":"System.Net.Http.Json","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.Http.WinHttpHandler":{"Name":"System.Net.Http.WinHttpHandler","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.ServerSentEvents":{"Name":"System.Net.ServerSentEvents","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.WebSockets.WebSocketProtocol":{"Name":"System.Net.WebSockets.WebSocketProtocol","Version":"5.1.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Numerics.Tensors":{"Name":"System.Numerics.Tensors","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Context":{"Name":"System.Reflection.Context","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Metadata":{"Name":"System.Reflection.Metadata","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.MetadataLoadContext":{"Name":"System.Reflection.MetadataLoadContext","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Resources.Extensions":{"Name":"System.Resources.Extensions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.Caching":{"Name":"System.Runtime.Caching","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.Serialization.Formatters":{"Name":"System.Runtime.Serialization.Formatters","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.Serialization.Schema":{"Name":"System.Runtime.Serialization.Schema","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.AccessControl":{"Name":"System.Security.AccessControl","Version":"6.0.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Cose":{"Name":"System.Security.Cryptography.Cose","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Pkcs":{"Name":"System.Security.Cryptography.Pkcs","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.ProtectedData":{"Name":"System.Security.Cryptography.ProtectedData","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Xml":{"Name":"System.Security.Cryptography.Xml","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Permissions":{"Name":"System.Security.Permissions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Duplex":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Http":{"Name":"System.ServiceModel.Http","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.NetFramingBase":{"Name":"System.ServiceModel.NetFramingBase","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.NetNamedPipe":{"Name":"System.ServiceModel.NetNamedPipe","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.NetTcp":{"Name":"System.ServiceModel.NetTcp","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Primitives":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Security":{"Name":"System.ServiceModel.Security","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Syndication":{"Name":"System.ServiceModel.Syndication","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.UnixDomainSocket":{"Name":"System.ServiceModel.UnixDomainSocket","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceProcess.ServiceController":{"Name":"System.ServiceProcess.ServiceController","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Speech":{"Name":"System.Speech","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Encoding.CodePages":{"Name":"System.Text.Encoding.CodePages","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Encodings.Web":{"Name":"System.Text.Encodings.Web","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Json":{"Name":"System.Text.Json","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.AccessControl":{"Name":"System.Threading.AccessControl","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Channels":{"Name":"System.Threading.Channels","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Tasks.Dataflow":{"Name":"System.Threading.Tasks.Dataflow","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Windows.Extensions":{"Name":"System.Windows.Extensions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Xml.XPath.XmlDocument":{"Name":"System.Xml.XPath.XmlDocument","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"}}} \ No newline at end of file +{"net-8.0-pp":{"Microsoft.Bcl.Cryptography":{"Name":"Microsoft.Bcl.Cryptography","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.HashCode":{"Name":"Microsoft.Bcl.HashCode","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.Memory":{"Name":"Microsoft.Bcl.Memory","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.TimeProvider":{"Name":"Microsoft.Bcl.TimeProvider","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI":{"Name":"Microsoft.Extensions.AI","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Abstractions":{"Name":"Microsoft.Extensions.AI.Abstractions","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.AzureAIInference":{"Name":"Microsoft.Extensions.AI.AzureAIInference","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation":{"Name":"Microsoft.Extensions.AI.Evaluation","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Quality":{"Name":"Microsoft.Extensions.AI.Evaluation.Quality","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Reporting":{"Name":"Microsoft.Extensions.AI.Evaluation.Reporting","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Reporting.Azure":{"Name":"Microsoft.Extensions.AI.Evaluation.Reporting.Azure","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Ollama":{"Name":"Microsoft.Extensions.AI.Ollama","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.OpenAI":{"Name":"Microsoft.Extensions.AI.OpenAI","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AmbientMetadata.Application":{"Name":"Microsoft.Extensions.AmbientMetadata.Application","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AsyncState":{"Name":"Microsoft.Extensions.AsyncState","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Abstractions":{"Name":"Microsoft.Extensions.Caching.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Hybrid":{"Name":"Microsoft.Extensions.Caching.Hybrid","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Memory":{"Name":"Microsoft.Extensions.Caching.Memory","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Abstractions":{"Name":"Microsoft.Extensions.Compliance.Abstractions","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Redaction":{"Name":"Microsoft.Extensions.Compliance.Redaction","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Testing":{"Name":"Microsoft.Extensions.Compliance.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration":{"Name":"Microsoft.Extensions.Configuration","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Abstractions":{"Name":"Microsoft.Extensions.Configuration.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Binder":{"Name":"Microsoft.Extensions.Configuration.Binder","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.CommandLine":{"Name":"Microsoft.Extensions.Configuration.CommandLine","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.EnvironmentVariables":{"Name":"Microsoft.Extensions.Configuration.EnvironmentVariables","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.FileExtensions":{"Name":"Microsoft.Extensions.Configuration.FileExtensions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Ini":{"Name":"Microsoft.Extensions.Configuration.Ini","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Json":{"Name":"Microsoft.Extensions.Configuration.Json","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.UserSecrets":{"Name":"Microsoft.Extensions.Configuration.UserSecrets","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Xml":{"Name":"Microsoft.Extensions.Configuration.Xml","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection":{"Name":"Microsoft.Extensions.DependencyInjection","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Abstractions":{"Name":"Microsoft.Extensions.DependencyInjection.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.AutoActivation":{"Name":"Microsoft.Extensions.DependencyInjection.AutoActivation","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.NamedService":{"Name":"Microsoft.Extensions.DependencyInjection.NamedService","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Pools":{"Name":"Microsoft.Extensions.DependencyInjection.Pools","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Specification.Tests":{"Name":"Microsoft.Extensions.DependencyInjection.Specification.Tests","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyModel":{"Name":"Microsoft.Extensions.DependencyModel","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics":{"Name":"Microsoft.Extensions.Diagnostics","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Abstractions":{"Name":"Microsoft.Extensions.Diagnostics.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.ExceptionSummarization":{"Name":"Microsoft.Extensions.Diagnostics.ExceptionSummarization","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Common":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Common","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Core":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Core","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Probes":{"Name":"Microsoft.Extensions.Diagnostics.Probes","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.ResourceMonitoring":{"Name":"Microsoft.Extensions.Diagnostics.ResourceMonitoring","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Testing":{"Name":"Microsoft.Extensions.Diagnostics.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.EnumStrings":{"Name":"Microsoft.Extensions.EnumStrings","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Abstractions":{"Name":"Microsoft.Extensions.FileProviders.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Composite":{"Name":"Microsoft.Extensions.FileProviders.Composite","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Physical":{"Name":"Microsoft.Extensions.FileProviders.Physical","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileSystemGlobbing":{"Name":"Microsoft.Extensions.FileSystemGlobbing","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting":{"Name":"Microsoft.Extensions.Hosting","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Abstractions":{"Name":"Microsoft.Extensions.Hosting.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Systemd":{"Name":"Microsoft.Extensions.Hosting.Systemd","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Testing":{"Name":"Microsoft.Extensions.Hosting.Testing","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Testing.StartupInitialization":{"Name":"Microsoft.Extensions.Hosting.Testing.StartupInitialization","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.WindowsServices":{"Name":"Microsoft.Extensions.Hosting.WindowsServices","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http":{"Name":"Microsoft.Extensions.Http","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.AutoClient":{"Name":"Microsoft.Extensions.Http.AutoClient","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Diagnostics":{"Name":"Microsoft.Extensions.Http.Diagnostics","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Resilience":{"Name":"Microsoft.Extensions.Http.Resilience","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Telemetry":{"Name":"Microsoft.Extensions.Http.Telemetry","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.HttpClient.SocketHandling":{"Name":"Microsoft.Extensions.HttpClient.SocketHandling","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging":{"Name":"Microsoft.Extensions.Logging","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Abstractions":{"Name":"Microsoft.Extensions.Logging.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Configuration":{"Name":"Microsoft.Extensions.Logging.Configuration","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Console":{"Name":"Microsoft.Extensions.Logging.Console","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Debug":{"Name":"Microsoft.Extensions.Logging.Debug","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.EventLog":{"Name":"Microsoft.Extensions.Logging.EventLog","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.EventSource":{"Name":"Microsoft.Extensions.Logging.EventSource","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.TraceSource":{"Name":"Microsoft.Extensions.Logging.TraceSource","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.ObjectPool.DependencyInjection":{"Name":"Microsoft.Extensions.ObjectPool.DependencyInjection","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options":{"Name":"Microsoft.Extensions.Options","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.ConfigurationExtensions":{"Name":"Microsoft.Extensions.Options.ConfigurationExtensions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.Contextual":{"Name":"Microsoft.Extensions.Options.Contextual","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.DataAnnotations":{"Name":"Microsoft.Extensions.Options.DataAnnotations","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.ValidateOnStart":{"Name":"Microsoft.Extensions.Options.ValidateOnStart","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.Validation":{"Name":"Microsoft.Extensions.Options.Validation","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Primitives":{"Name":"Microsoft.Extensions.Primitives","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Resilience":{"Name":"Microsoft.Extensions.Resilience","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry":{"Name":"Microsoft.Extensions.Telemetry","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Abstractions":{"Name":"Microsoft.Extensions.Telemetry.Abstractions","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Console":{"Name":"Microsoft.Extensions.Telemetry.Console","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Testing":{"Name":"Microsoft.Extensions.Telemetry.Testing","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.TimeProvider.Testing":{"Name":"Microsoft.Extensions.TimeProvider.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.VectorData.Abstractions":{"Name":"Microsoft.Extensions.VectorData.Abstractions","Version":"9.0.0-preview.1.25161.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Win32.Registry.AccessControl":{"Name":"Microsoft.Win32.Registry.AccessControl","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Win32.SystemEvents":{"Name":"Microsoft.Win32.SystemEvents","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.DocumentDb.Abstractions":{"Name":"System.Cloud.DocumentDb.Abstractions","Version":"8.0.0-rc.1.23453.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.Messaging":{"Name":"System.Cloud.Messaging","Version":"8.0.0-rc.1.23453.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.Messaging.Abstractions":{"Name":"System.Cloud.Messaging.Abstractions","Version":"8.0.0-preview.4.23273.7","Feed":"https://api.nuget.org/v3/index.json"},"System.CodeDom":{"Name":"System.CodeDom","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Collections.Immutable":{"Name":"System.Collections.Immutable","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.CommandLine":{"Name":"System.CommandLine","Version":"2.0.0-beta4.22272.1","Feed":"https://api.nuget.org/v3/index.json"},"System.ComponentModel.Composition":{"Name":"System.ComponentModel.Composition","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ComponentModel.Composition.Registration":{"Name":"System.ComponentModel.Composition.Registration","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.AttributedModel":{"Name":"System.Composition.AttributedModel","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Convention":{"Name":"System.Composition.Convention","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Hosting":{"Name":"System.Composition.Hosting","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Runtime":{"Name":"System.Composition.Runtime","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.TypedParts":{"Name":"System.Composition.TypedParts","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Configuration.ConfigurationManager":{"Name":"System.Configuration.ConfigurationManager","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.Odbc":{"Name":"System.Data.Odbc","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.OleDb":{"Name":"System.Data.OleDb","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.SqlClient":{"Name":"System.Data.SqlClient","Version":"4.9.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.DiagnosticSource":{"Name":"System.Diagnostics.DiagnosticSource","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.EventLog":{"Name":"System.Diagnostics.EventLog","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.PerformanceCounter":{"Name":"System.Diagnostics.PerformanceCounter","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices":{"Name":"System.DirectoryServices","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices.AccountManagement":{"Name":"System.DirectoryServices.AccountManagement","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices.Protocols":{"Name":"System.DirectoryServices.Protocols","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Drawing.Common":{"Name":"System.Drawing.Common","Version":"10.0.0-preview.2.25163.9","Feed":"https://api.nuget.org/v3/index.json"},"System.Private.Windows.Core":{"Name":"System.Drawing.Common","Version":"10.0.0-preview.2.25163.9","Feed":"https://api.nuget.org/v3/index.json"},"System.Private.Windows.GdiPlus":{"Name":"System.Drawing.Common","Version":"10.0.0-preview.2.25163.9","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Asn1":{"Name":"System.Formats.Asn1","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Cbor":{"Name":"System.Formats.Cbor","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Nrbf":{"Name":"System.Formats.Nrbf","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Hashing":{"Name":"System.IO.Hashing","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Packaging":{"Name":"System.IO.Packaging","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Pipelines":{"Name":"System.IO.Pipelines","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Ports":{"Name":"System.IO.Ports","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Json":{"Name":"System.Json","Version":"4.8.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Linq.AsyncEnumerable":{"Name":"System.Linq.AsyncEnumerable","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Management":{"Name":"System.Management","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Memory.Data":{"Name":"System.Memory.Data","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.Http.Json":{"Name":"System.Net.Http.Json","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.Http.WinHttpHandler":{"Name":"System.Net.Http.WinHttpHandler","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.ServerSentEvents":{"Name":"System.Net.ServerSentEvents","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.WebSockets.WebSocketProtocol":{"Name":"System.Net.WebSockets.WebSocketProtocol","Version":"5.1.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Numerics.Tensors":{"Name":"System.Numerics.Tensors","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Context":{"Name":"System.Reflection.Context","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Metadata":{"Name":"System.Reflection.Metadata","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.MetadataLoadContext":{"Name":"System.Reflection.MetadataLoadContext","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Resources.Extensions":{"Name":"System.Resources.Extensions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.Caching":{"Name":"System.Runtime.Caching","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.Serialization.Formatters":{"Name":"System.Runtime.Serialization.Formatters","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.Serialization.Schema":{"Name":"System.Runtime.Serialization.Schema","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.AccessControl":{"Name":"System.Security.AccessControl","Version":"6.0.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Cose":{"Name":"System.Security.Cryptography.Cose","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Pkcs":{"Name":"System.Security.Cryptography.Pkcs","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.ProtectedData":{"Name":"System.Security.Cryptography.ProtectedData","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Xml":{"Name":"System.Security.Cryptography.Xml","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Permissions":{"Name":"System.Security.Permissions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Duplex":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Http":{"Name":"System.ServiceModel.Http","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.NetFramingBase":{"Name":"System.ServiceModel.NetFramingBase","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.NetNamedPipe":{"Name":"System.ServiceModel.NetNamedPipe","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.NetTcp":{"Name":"System.ServiceModel.NetTcp","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Primitives":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Security":{"Name":"System.ServiceModel.Security","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Syndication":{"Name":"System.ServiceModel.Syndication","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.UnixDomainSocket":{"Name":"System.ServiceModel.UnixDomainSocket","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceProcess.ServiceController":{"Name":"System.ServiceProcess.ServiceController","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Speech":{"Name":"System.Speech","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Encoding.CodePages":{"Name":"System.Text.Encoding.CodePages","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Encodings.Web":{"Name":"System.Text.Encodings.Web","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Json":{"Name":"System.Text.Json","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.AccessControl":{"Name":"System.Threading.AccessControl","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Channels":{"Name":"System.Threading.Channels","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Tasks.Dataflow":{"Name":"System.Threading.Tasks.Dataflow","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Windows.Extensions":{"Name":"System.Windows.Extensions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Xml.XPath.XmlDocument":{"Name":"System.Xml.XPath.XmlDocument","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"}}} \ No newline at end of file diff --git a/xml/PackageInformation/net-9.0-pp.json b/xml/PackageInformation/net-9.0-pp.json index 0ae44d5dfea..ce8784b0ecf 100644 --- a/xml/PackageInformation/net-9.0-pp.json +++ b/xml/PackageInformation/net-9.0-pp.json @@ -1 +1 @@ -{"net-9.0-pp":{"Microsoft.Bcl.Cryptography":{"Name":"Microsoft.Bcl.Cryptography","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.HashCode":{"Name":"Microsoft.Bcl.HashCode","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.Memory":{"Name":"Microsoft.Bcl.Memory","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.TimeProvider":{"Name":"Microsoft.Bcl.TimeProvider","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI":{"Name":"Microsoft.Extensions.AI","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Abstractions":{"Name":"Microsoft.Extensions.AI.Abstractions","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.AzureAIInference":{"Name":"Microsoft.Extensions.AI.AzureAIInference","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation":{"Name":"Microsoft.Extensions.AI.Evaluation","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Quality":{"Name":"Microsoft.Extensions.AI.Evaluation.Quality","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Reporting":{"Name":"Microsoft.Extensions.AI.Evaluation.Reporting","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Reporting.Azure":{"Name":"Microsoft.Extensions.AI.Evaluation.Reporting.Azure","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Ollama":{"Name":"Microsoft.Extensions.AI.Ollama","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.OpenAI":{"Name":"Microsoft.Extensions.AI.OpenAI","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AmbientMetadata.Application":{"Name":"Microsoft.Extensions.AmbientMetadata.Application","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AsyncState":{"Name":"Microsoft.Extensions.AsyncState","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Abstractions":{"Name":"Microsoft.Extensions.Caching.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Hybrid":{"Name":"Microsoft.Extensions.Caching.Hybrid","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Memory":{"Name":"Microsoft.Extensions.Caching.Memory","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Abstractions":{"Name":"Microsoft.Extensions.Compliance.Abstractions","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Redaction":{"Name":"Microsoft.Extensions.Compliance.Redaction","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Testing":{"Name":"Microsoft.Extensions.Compliance.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration":{"Name":"Microsoft.Extensions.Configuration","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Abstractions":{"Name":"Microsoft.Extensions.Configuration.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Binder":{"Name":"Microsoft.Extensions.Configuration.Binder","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.CommandLine":{"Name":"Microsoft.Extensions.Configuration.CommandLine","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.EnvironmentVariables":{"Name":"Microsoft.Extensions.Configuration.EnvironmentVariables","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.FileExtensions":{"Name":"Microsoft.Extensions.Configuration.FileExtensions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Ini":{"Name":"Microsoft.Extensions.Configuration.Ini","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Json":{"Name":"Microsoft.Extensions.Configuration.Json","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.UserSecrets":{"Name":"Microsoft.Extensions.Configuration.UserSecrets","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Xml":{"Name":"Microsoft.Extensions.Configuration.Xml","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection":{"Name":"Microsoft.Extensions.DependencyInjection","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Abstractions":{"Name":"Microsoft.Extensions.DependencyInjection.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.AutoActivation":{"Name":"Microsoft.Extensions.DependencyInjection.AutoActivation","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.NamedService":{"Name":"Microsoft.Extensions.DependencyInjection.NamedService","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Pools":{"Name":"Microsoft.Extensions.DependencyInjection.Pools","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Specification.Tests":{"Name":"Microsoft.Extensions.DependencyInjection.Specification.Tests","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyModel":{"Name":"Microsoft.Extensions.DependencyModel","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics":{"Name":"Microsoft.Extensions.Diagnostics","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Abstractions":{"Name":"Microsoft.Extensions.Diagnostics.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.ExceptionSummarization":{"Name":"Microsoft.Extensions.Diagnostics.ExceptionSummarization","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Common":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Common","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Core":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Core","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Probes":{"Name":"Microsoft.Extensions.Diagnostics.Probes","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.ResourceMonitoring":{"Name":"Microsoft.Extensions.Diagnostics.ResourceMonitoring","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Testing":{"Name":"Microsoft.Extensions.Diagnostics.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.EnumStrings":{"Name":"Microsoft.Extensions.EnumStrings","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Abstractions":{"Name":"Microsoft.Extensions.FileProviders.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Composite":{"Name":"Microsoft.Extensions.FileProviders.Composite","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Physical":{"Name":"Microsoft.Extensions.FileProviders.Physical","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileSystemGlobbing":{"Name":"Microsoft.Extensions.FileSystemGlobbing","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting":{"Name":"Microsoft.Extensions.Hosting","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Abstractions":{"Name":"Microsoft.Extensions.Hosting.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Systemd":{"Name":"Microsoft.Extensions.Hosting.Systemd","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Testing":{"Name":"Microsoft.Extensions.Hosting.Testing","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Testing.StartupInitialization":{"Name":"Microsoft.Extensions.Hosting.Testing.StartupInitialization","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.WindowsServices":{"Name":"Microsoft.Extensions.Hosting.WindowsServices","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http":{"Name":"Microsoft.Extensions.Http","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.AutoClient":{"Name":"Microsoft.Extensions.Http.AutoClient","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Diagnostics":{"Name":"Microsoft.Extensions.Http.Diagnostics","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Resilience":{"Name":"Microsoft.Extensions.Http.Resilience","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Telemetry":{"Name":"Microsoft.Extensions.Http.Telemetry","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.HttpClient.SocketHandling":{"Name":"Microsoft.Extensions.HttpClient.SocketHandling","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging":{"Name":"Microsoft.Extensions.Logging","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Abstractions":{"Name":"Microsoft.Extensions.Logging.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Configuration":{"Name":"Microsoft.Extensions.Logging.Configuration","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Console":{"Name":"Microsoft.Extensions.Logging.Console","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Debug":{"Name":"Microsoft.Extensions.Logging.Debug","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.EventLog":{"Name":"Microsoft.Extensions.Logging.EventLog","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.EventSource":{"Name":"Microsoft.Extensions.Logging.EventSource","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.TraceSource":{"Name":"Microsoft.Extensions.Logging.TraceSource","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.ObjectPool.DependencyInjection":{"Name":"Microsoft.Extensions.ObjectPool.DependencyInjection","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options":{"Name":"Microsoft.Extensions.Options","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.ConfigurationExtensions":{"Name":"Microsoft.Extensions.Options.ConfigurationExtensions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.Contextual":{"Name":"Microsoft.Extensions.Options.Contextual","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.DataAnnotations":{"Name":"Microsoft.Extensions.Options.DataAnnotations","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.ValidateOnStart":{"Name":"Microsoft.Extensions.Options.ValidateOnStart","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.Validation":{"Name":"Microsoft.Extensions.Options.Validation","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Primitives":{"Name":"Microsoft.Extensions.Primitives","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Resilience":{"Name":"Microsoft.Extensions.Resilience","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry":{"Name":"Microsoft.Extensions.Telemetry","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Abstractions":{"Name":"Microsoft.Extensions.Telemetry.Abstractions","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Console":{"Name":"Microsoft.Extensions.Telemetry.Console","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Testing":{"Name":"Microsoft.Extensions.Telemetry.Testing","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.TimeProvider.Testing":{"Name":"Microsoft.Extensions.TimeProvider.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.VectorData.Abstractions":{"Name":"Microsoft.Extensions.VectorData.Abstractions","Version":"9.0.0-preview.1.25161.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Win32.Registry.AccessControl":{"Name":"Microsoft.Win32.Registry.AccessControl","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Win32.SystemEvents":{"Name":"Microsoft.Win32.SystemEvents","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.DocumentDb.Abstractions":{"Name":"System.Cloud.DocumentDb.Abstractions","Version":"8.0.0-rc.1.23453.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.Messaging":{"Name":"System.Cloud.Messaging","Version":"8.0.0-rc.1.23453.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.Messaging.Abstractions":{"Name":"System.Cloud.Messaging.Abstractions","Version":"8.0.0-preview.4.23273.7","Feed":"https://api.nuget.org/v3/index.json"},"System.CodeDom":{"Name":"System.CodeDom","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Collections.Immutable":{"Name":"System.Collections.Immutable","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.CommandLine":{"Name":"System.CommandLine","Version":"2.0.0-beta4.22272.1","Feed":"https://api.nuget.org/v3/index.json"},"System.ComponentModel.Composition":{"Name":"System.ComponentModel.Composition","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.ComponentModel.Composition.Registration":{"Name":"System.ComponentModel.Composition.Registration","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.AttributedModel":{"Name":"System.Composition.AttributedModel","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Convention":{"Name":"System.Composition.Convention","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Hosting":{"Name":"System.Composition.Hosting","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Runtime":{"Name":"System.Composition.Runtime","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.TypedParts":{"Name":"System.Composition.TypedParts","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Configuration.ConfigurationManager":{"Name":"System.Configuration.ConfigurationManager","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.Odbc":{"Name":"System.Data.Odbc","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.OleDb":{"Name":"System.Data.OleDb","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.SqlClient":{"Name":"System.Data.SqlClient","Version":"4.9.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.DiagnosticSource":{"Name":"System.Diagnostics.DiagnosticSource","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.EventLog":{"Name":"System.Diagnostics.EventLog","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.PerformanceCounter":{"Name":"System.Diagnostics.PerformanceCounter","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices":{"Name":"System.DirectoryServices","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices.AccountManagement":{"Name":"System.DirectoryServices.AccountManagement","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices.Protocols":{"Name":"System.DirectoryServices.Protocols","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Drawing.Common":{"Name":"System.Drawing.Common","Version":"10.0.0-preview.1.25080.3","Feed":"https://api.nuget.org/v3/index.json"},"System.Private.Windows.Core":{"Name":"System.Drawing.Common","Version":"10.0.0-preview.1.25080.3","Feed":"https://api.nuget.org/v3/index.json"},"System.Private.Windows.GdiPlus":{"Name":"System.Drawing.Common","Version":"10.0.0-preview.1.25080.3","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Asn1":{"Name":"System.Formats.Asn1","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Cbor":{"Name":"System.Formats.Cbor","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Nrbf":{"Name":"System.Formats.Nrbf","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Hashing":{"Name":"System.IO.Hashing","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Packaging":{"Name":"System.IO.Packaging","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Pipelines":{"Name":"System.IO.Pipelines","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Ports":{"Name":"System.IO.Ports","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Json":{"Name":"System.Json","Version":"4.8.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Linq.AsyncEnumerable":{"Name":"System.Linq.AsyncEnumerable","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Management":{"Name":"System.Management","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Memory.Data":{"Name":"System.Memory.Data","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.Http.Json":{"Name":"System.Net.Http.Json","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.Http.WinHttpHandler":{"Name":"System.Net.Http.WinHttpHandler","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.ServerSentEvents":{"Name":"System.Net.ServerSentEvents","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.WebSockets.WebSocketProtocol":{"Name":"System.Net.WebSockets.WebSocketProtocol","Version":"5.1.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Numerics.Tensors":{"Name":"System.Numerics.Tensors","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Context":{"Name":"System.Reflection.Context","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Metadata":{"Name":"System.Reflection.Metadata","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.MetadataLoadContext":{"Name":"System.Reflection.MetadataLoadContext","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Resources.Extensions":{"Name":"System.Resources.Extensions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.Caching":{"Name":"System.Runtime.Caching","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.Serialization.Formatters":{"Name":"System.Runtime.Serialization.Formatters","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.Serialization.Schema":{"Name":"System.Runtime.Serialization.Schema","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.AccessControl":{"Name":"System.Security.AccessControl","Version":"6.0.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Cose":{"Name":"System.Security.Cryptography.Cose","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Pkcs":{"Name":"System.Security.Cryptography.Pkcs","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.ProtectedData":{"Name":"System.Security.Cryptography.ProtectedData","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Xml":{"Name":"System.Security.Cryptography.Xml","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Permissions":{"Name":"System.Security.Permissions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Duplex":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Http":{"Name":"System.ServiceModel.Http","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.NetFramingBase":{"Name":"System.ServiceModel.NetFramingBase","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.NetNamedPipe":{"Name":"System.ServiceModel.NetNamedPipe","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.NetTcp":{"Name":"System.ServiceModel.NetTcp","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Primitives":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Security":{"Name":"System.ServiceModel.Security","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Syndication":{"Name":"System.ServiceModel.Syndication","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.UnixDomainSocket":{"Name":"System.ServiceModel.UnixDomainSocket","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceProcess.ServiceController":{"Name":"System.ServiceProcess.ServiceController","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Speech":{"Name":"System.Speech","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Encoding.CodePages":{"Name":"System.Text.Encoding.CodePages","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Encodings.Web":{"Name":"System.Text.Encodings.Web","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Json":{"Name":"System.Text.Json","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.AccessControl":{"Name":"System.Threading.AccessControl","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Channels":{"Name":"System.Threading.Channels","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Tasks.Dataflow":{"Name":"System.Threading.Tasks.Dataflow","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Windows.Extensions":{"Name":"System.Windows.Extensions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Xml.XPath.XmlDocument":{"Name":"System.Xml.XPath.XmlDocument","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"}}} \ No newline at end of file +{"net-9.0-pp":{"Microsoft.Bcl.Cryptography":{"Name":"Microsoft.Bcl.Cryptography","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.HashCode":{"Name":"Microsoft.Bcl.HashCode","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.Memory":{"Name":"Microsoft.Bcl.Memory","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.TimeProvider":{"Name":"Microsoft.Bcl.TimeProvider","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI":{"Name":"Microsoft.Extensions.AI","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Abstractions":{"Name":"Microsoft.Extensions.AI.Abstractions","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.AzureAIInference":{"Name":"Microsoft.Extensions.AI.AzureAIInference","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation":{"Name":"Microsoft.Extensions.AI.Evaluation","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Quality":{"Name":"Microsoft.Extensions.AI.Evaluation.Quality","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Reporting":{"Name":"Microsoft.Extensions.AI.Evaluation.Reporting","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Reporting.Azure":{"Name":"Microsoft.Extensions.AI.Evaluation.Reporting.Azure","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Ollama":{"Name":"Microsoft.Extensions.AI.Ollama","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.OpenAI":{"Name":"Microsoft.Extensions.AI.OpenAI","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AmbientMetadata.Application":{"Name":"Microsoft.Extensions.AmbientMetadata.Application","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AsyncState":{"Name":"Microsoft.Extensions.AsyncState","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Abstractions":{"Name":"Microsoft.Extensions.Caching.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Hybrid":{"Name":"Microsoft.Extensions.Caching.Hybrid","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Memory":{"Name":"Microsoft.Extensions.Caching.Memory","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Abstractions":{"Name":"Microsoft.Extensions.Compliance.Abstractions","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Redaction":{"Name":"Microsoft.Extensions.Compliance.Redaction","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Testing":{"Name":"Microsoft.Extensions.Compliance.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration":{"Name":"Microsoft.Extensions.Configuration","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Abstractions":{"Name":"Microsoft.Extensions.Configuration.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Binder":{"Name":"Microsoft.Extensions.Configuration.Binder","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.CommandLine":{"Name":"Microsoft.Extensions.Configuration.CommandLine","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.EnvironmentVariables":{"Name":"Microsoft.Extensions.Configuration.EnvironmentVariables","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.FileExtensions":{"Name":"Microsoft.Extensions.Configuration.FileExtensions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Ini":{"Name":"Microsoft.Extensions.Configuration.Ini","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Json":{"Name":"Microsoft.Extensions.Configuration.Json","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.UserSecrets":{"Name":"Microsoft.Extensions.Configuration.UserSecrets","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Xml":{"Name":"Microsoft.Extensions.Configuration.Xml","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection":{"Name":"Microsoft.Extensions.DependencyInjection","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Abstractions":{"Name":"Microsoft.Extensions.DependencyInjection.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.AutoActivation":{"Name":"Microsoft.Extensions.DependencyInjection.AutoActivation","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.NamedService":{"Name":"Microsoft.Extensions.DependencyInjection.NamedService","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Pools":{"Name":"Microsoft.Extensions.DependencyInjection.Pools","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Specification.Tests":{"Name":"Microsoft.Extensions.DependencyInjection.Specification.Tests","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyModel":{"Name":"Microsoft.Extensions.DependencyModel","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics":{"Name":"Microsoft.Extensions.Diagnostics","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Abstractions":{"Name":"Microsoft.Extensions.Diagnostics.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.ExceptionSummarization":{"Name":"Microsoft.Extensions.Diagnostics.ExceptionSummarization","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Common":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Common","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Core":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Core","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Probes":{"Name":"Microsoft.Extensions.Diagnostics.Probes","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.ResourceMonitoring":{"Name":"Microsoft.Extensions.Diagnostics.ResourceMonitoring","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Testing":{"Name":"Microsoft.Extensions.Diagnostics.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.EnumStrings":{"Name":"Microsoft.Extensions.EnumStrings","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Abstractions":{"Name":"Microsoft.Extensions.FileProviders.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Composite":{"Name":"Microsoft.Extensions.FileProviders.Composite","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Physical":{"Name":"Microsoft.Extensions.FileProviders.Physical","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileSystemGlobbing":{"Name":"Microsoft.Extensions.FileSystemGlobbing","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting":{"Name":"Microsoft.Extensions.Hosting","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Abstractions":{"Name":"Microsoft.Extensions.Hosting.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Systemd":{"Name":"Microsoft.Extensions.Hosting.Systemd","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Testing":{"Name":"Microsoft.Extensions.Hosting.Testing","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Testing.StartupInitialization":{"Name":"Microsoft.Extensions.Hosting.Testing.StartupInitialization","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.WindowsServices":{"Name":"Microsoft.Extensions.Hosting.WindowsServices","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http":{"Name":"Microsoft.Extensions.Http","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.AutoClient":{"Name":"Microsoft.Extensions.Http.AutoClient","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Diagnostics":{"Name":"Microsoft.Extensions.Http.Diagnostics","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Resilience":{"Name":"Microsoft.Extensions.Http.Resilience","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Telemetry":{"Name":"Microsoft.Extensions.Http.Telemetry","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.HttpClient.SocketHandling":{"Name":"Microsoft.Extensions.HttpClient.SocketHandling","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging":{"Name":"Microsoft.Extensions.Logging","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Abstractions":{"Name":"Microsoft.Extensions.Logging.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Configuration":{"Name":"Microsoft.Extensions.Logging.Configuration","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Console":{"Name":"Microsoft.Extensions.Logging.Console","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Debug":{"Name":"Microsoft.Extensions.Logging.Debug","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.EventLog":{"Name":"Microsoft.Extensions.Logging.EventLog","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.EventSource":{"Name":"Microsoft.Extensions.Logging.EventSource","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.TraceSource":{"Name":"Microsoft.Extensions.Logging.TraceSource","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.ObjectPool.DependencyInjection":{"Name":"Microsoft.Extensions.ObjectPool.DependencyInjection","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options":{"Name":"Microsoft.Extensions.Options","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.ConfigurationExtensions":{"Name":"Microsoft.Extensions.Options.ConfigurationExtensions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.Contextual":{"Name":"Microsoft.Extensions.Options.Contextual","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.DataAnnotations":{"Name":"Microsoft.Extensions.Options.DataAnnotations","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.ValidateOnStart":{"Name":"Microsoft.Extensions.Options.ValidateOnStart","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.Validation":{"Name":"Microsoft.Extensions.Options.Validation","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Primitives":{"Name":"Microsoft.Extensions.Primitives","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Resilience":{"Name":"Microsoft.Extensions.Resilience","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry":{"Name":"Microsoft.Extensions.Telemetry","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Abstractions":{"Name":"Microsoft.Extensions.Telemetry.Abstractions","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Console":{"Name":"Microsoft.Extensions.Telemetry.Console","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Testing":{"Name":"Microsoft.Extensions.Telemetry.Testing","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.TimeProvider.Testing":{"Name":"Microsoft.Extensions.TimeProvider.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.VectorData.Abstractions":{"Name":"Microsoft.Extensions.VectorData.Abstractions","Version":"9.0.0-preview.1.25161.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Win32.Registry.AccessControl":{"Name":"Microsoft.Win32.Registry.AccessControl","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Win32.SystemEvents":{"Name":"Microsoft.Win32.SystemEvents","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.DocumentDb.Abstractions":{"Name":"System.Cloud.DocumentDb.Abstractions","Version":"8.0.0-rc.1.23453.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.Messaging":{"Name":"System.Cloud.Messaging","Version":"8.0.0-rc.1.23453.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.Messaging.Abstractions":{"Name":"System.Cloud.Messaging.Abstractions","Version":"8.0.0-preview.4.23273.7","Feed":"https://api.nuget.org/v3/index.json"},"System.CodeDom":{"Name":"System.CodeDom","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Collections.Immutable":{"Name":"System.Collections.Immutable","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.CommandLine":{"Name":"System.CommandLine","Version":"2.0.0-beta4.22272.1","Feed":"https://api.nuget.org/v3/index.json"},"System.ComponentModel.Composition":{"Name":"System.ComponentModel.Composition","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ComponentModel.Composition.Registration":{"Name":"System.ComponentModel.Composition.Registration","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.AttributedModel":{"Name":"System.Composition.AttributedModel","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Convention":{"Name":"System.Composition.Convention","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Hosting":{"Name":"System.Composition.Hosting","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Runtime":{"Name":"System.Composition.Runtime","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.TypedParts":{"Name":"System.Composition.TypedParts","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Configuration.ConfigurationManager":{"Name":"System.Configuration.ConfigurationManager","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.Odbc":{"Name":"System.Data.Odbc","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.OleDb":{"Name":"System.Data.OleDb","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.SqlClient":{"Name":"System.Data.SqlClient","Version":"4.9.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.DiagnosticSource":{"Name":"System.Diagnostics.DiagnosticSource","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.EventLog":{"Name":"System.Diagnostics.EventLog","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.PerformanceCounter":{"Name":"System.Diagnostics.PerformanceCounter","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices":{"Name":"System.DirectoryServices","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices.AccountManagement":{"Name":"System.DirectoryServices.AccountManagement","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices.Protocols":{"Name":"System.DirectoryServices.Protocols","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Drawing.Common":{"Name":"System.Drawing.Common","Version":"10.0.0-preview.2.25163.9","Feed":"https://api.nuget.org/v3/index.json"},"System.Private.Windows.Core":{"Name":"System.Drawing.Common","Version":"10.0.0-preview.2.25163.9","Feed":"https://api.nuget.org/v3/index.json"},"System.Private.Windows.GdiPlus":{"Name":"System.Drawing.Common","Version":"10.0.0-preview.2.25163.9","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Asn1":{"Name":"System.Formats.Asn1","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Cbor":{"Name":"System.Formats.Cbor","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Nrbf":{"Name":"System.Formats.Nrbf","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Hashing":{"Name":"System.IO.Hashing","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Packaging":{"Name":"System.IO.Packaging","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Pipelines":{"Name":"System.IO.Pipelines","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Ports":{"Name":"System.IO.Ports","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Json":{"Name":"System.Json","Version":"4.8.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Linq.AsyncEnumerable":{"Name":"System.Linq.AsyncEnumerable","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Management":{"Name":"System.Management","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Memory.Data":{"Name":"System.Memory.Data","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.Http.Json":{"Name":"System.Net.Http.Json","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.Http.WinHttpHandler":{"Name":"System.Net.Http.WinHttpHandler","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.ServerSentEvents":{"Name":"System.Net.ServerSentEvents","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.WebSockets.WebSocketProtocol":{"Name":"System.Net.WebSockets.WebSocketProtocol","Version":"5.1.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Numerics.Tensors":{"Name":"System.Numerics.Tensors","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Context":{"Name":"System.Reflection.Context","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Metadata":{"Name":"System.Reflection.Metadata","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.MetadataLoadContext":{"Name":"System.Reflection.MetadataLoadContext","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Resources.Extensions":{"Name":"System.Resources.Extensions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.Caching":{"Name":"System.Runtime.Caching","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.Serialization.Formatters":{"Name":"System.Runtime.Serialization.Formatters","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.Serialization.Schema":{"Name":"System.Runtime.Serialization.Schema","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.AccessControl":{"Name":"System.Security.AccessControl","Version":"6.0.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Cose":{"Name":"System.Security.Cryptography.Cose","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Pkcs":{"Name":"System.Security.Cryptography.Pkcs","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.ProtectedData":{"Name":"System.Security.Cryptography.ProtectedData","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Xml":{"Name":"System.Security.Cryptography.Xml","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Permissions":{"Name":"System.Security.Permissions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Duplex":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Http":{"Name":"System.ServiceModel.Http","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.NetFramingBase":{"Name":"System.ServiceModel.NetFramingBase","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.NetNamedPipe":{"Name":"System.ServiceModel.NetNamedPipe","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.NetTcp":{"Name":"System.ServiceModel.NetTcp","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Primitives":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Security":{"Name":"System.ServiceModel.Security","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Syndication":{"Name":"System.ServiceModel.Syndication","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.UnixDomainSocket":{"Name":"System.ServiceModel.UnixDomainSocket","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceProcess.ServiceController":{"Name":"System.ServiceProcess.ServiceController","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Speech":{"Name":"System.Speech","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Encoding.CodePages":{"Name":"System.Text.Encoding.CodePages","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Encodings.Web":{"Name":"System.Text.Encodings.Web","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Json":{"Name":"System.Text.Json","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.AccessControl":{"Name":"System.Threading.AccessControl","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Channels":{"Name":"System.Threading.Channels","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Tasks.Dataflow":{"Name":"System.Threading.Tasks.Dataflow","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Windows.Extensions":{"Name":"System.Windows.Extensions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Xml.XPath.XmlDocument":{"Name":"System.Xml.XPath.XmlDocument","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"}}} \ No newline at end of file diff --git a/xml/PackageInformation/netframework-4.6.2-pp.json b/xml/PackageInformation/netframework-4.6.2-pp.json index b55a855985b..f868ae5b06d 100644 --- a/xml/PackageInformation/netframework-4.6.2-pp.json +++ b/xml/PackageInformation/netframework-4.6.2-pp.json @@ -1 +1 @@ -{"netframework-4.6.2-pp":{"Microsoft.Bcl.AsyncInterfaces":{"Name":"Microsoft.Bcl.AsyncInterfaces","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.Cryptography":{"Name":"Microsoft.Bcl.Cryptography","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.HashCode":{"Name":"Microsoft.Bcl.HashCode","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.Memory":{"Name":"Microsoft.Bcl.Memory","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.Numerics":{"Name":"Microsoft.Bcl.Numerics","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.TimeProvider":{"Name":"Microsoft.Bcl.TimeProvider","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI":{"Name":"Microsoft.Extensions.AI","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Abstractions":{"Name":"Microsoft.Extensions.AI.Abstractions","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.AzureAIInference":{"Name":"Microsoft.Extensions.AI.AzureAIInference","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation":{"Name":"Microsoft.Extensions.AI.Evaluation","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Quality":{"Name":"Microsoft.Extensions.AI.Evaluation.Quality","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Reporting":{"Name":"Microsoft.Extensions.AI.Evaluation.Reporting","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Reporting.Azure":{"Name":"Microsoft.Extensions.AI.Evaluation.Reporting.Azure","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Ollama":{"Name":"Microsoft.Extensions.AI.Ollama","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.OpenAI":{"Name":"Microsoft.Extensions.AI.OpenAI","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AmbientMetadata.Application":{"Name":"Microsoft.Extensions.AmbientMetadata.Application","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AsyncState":{"Name":"Microsoft.Extensions.AsyncState","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Abstractions":{"Name":"Microsoft.Extensions.Caching.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Hybrid":{"Name":"Microsoft.Extensions.Caching.Hybrid","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Memory":{"Name":"Microsoft.Extensions.Caching.Memory","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.SqlServer":{"Name":"Microsoft.Extensions.Caching.SqlServer","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.StackExchangeRedis":{"Name":"Microsoft.Extensions.Caching.StackExchangeRedis","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Redaction":{"Name":"Microsoft.Extensions.Compliance.Redaction","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Testing":{"Name":"Microsoft.Extensions.Compliance.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration":{"Name":"Microsoft.Extensions.Configuration","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Abstractions":{"Name":"Microsoft.Extensions.Configuration.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Binder":{"Name":"Microsoft.Extensions.Configuration.Binder","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.CommandLine":{"Name":"Microsoft.Extensions.Configuration.CommandLine","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.EnvironmentVariables":{"Name":"Microsoft.Extensions.Configuration.EnvironmentVariables","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.FileExtensions":{"Name":"Microsoft.Extensions.Configuration.FileExtensions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Ini":{"Name":"Microsoft.Extensions.Configuration.Ini","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Json":{"Name":"Microsoft.Extensions.Configuration.Json","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.KeyPerFile":{"Name":"Microsoft.Extensions.Configuration.KeyPerFile","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.UserSecrets":{"Name":"Microsoft.Extensions.Configuration.UserSecrets","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Xml":{"Name":"Microsoft.Extensions.Configuration.Xml","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection":{"Name":"Microsoft.Extensions.DependencyInjection","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Abstractions":{"Name":"Microsoft.Extensions.DependencyInjection.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.AutoActivation":{"Name":"Microsoft.Extensions.DependencyInjection.AutoActivation","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.NamedService":{"Name":"Microsoft.Extensions.DependencyInjection.NamedService","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Pools":{"Name":"Microsoft.Extensions.DependencyInjection.Pools","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Specification.Tests":{"Name":"Microsoft.Extensions.DependencyInjection.Specification.Tests","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyModel":{"Name":"Microsoft.Extensions.DependencyModel","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics":{"Name":"Microsoft.Extensions.Diagnostics","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Abstractions":{"Name":"Microsoft.Extensions.Diagnostics.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.ExceptionSummarization":{"Name":"Microsoft.Extensions.Diagnostics.ExceptionSummarization","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Common":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Common","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Core":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Core","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Probes":{"Name":"Microsoft.Extensions.Diagnostics.Probes","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.ResourceMonitoring":{"Name":"Microsoft.Extensions.Diagnostics.ResourceMonitoring","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Testing":{"Name":"Microsoft.Extensions.Diagnostics.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.EnumStrings":{"Name":"Microsoft.Extensions.EnumStrings","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Abstractions":{"Name":"Microsoft.Extensions.FileProviders.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Composite":{"Name":"Microsoft.Extensions.FileProviders.Composite","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Embedded":{"Name":"Microsoft.Extensions.FileProviders.Embedded","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Physical":{"Name":"Microsoft.Extensions.FileProviders.Physical","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileSystemGlobbing":{"Name":"Microsoft.Extensions.FileSystemGlobbing","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting":{"Name":"Microsoft.Extensions.Hosting","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Abstractions":{"Name":"Microsoft.Extensions.Hosting.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Testing":{"Name":"Microsoft.Extensions.Hosting.Testing","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Testing.StartupInitialization":{"Name":"Microsoft.Extensions.Hosting.Testing.StartupInitialization","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.WindowsServices":{"Name":"Microsoft.Extensions.Hosting.WindowsServices","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http":{"Name":"Microsoft.Extensions.Http","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.AutoClient":{"Name":"Microsoft.Extensions.Http.AutoClient","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Diagnostics":{"Name":"Microsoft.Extensions.Http.Diagnostics","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Resilience":{"Name":"Microsoft.Extensions.Http.Resilience","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Telemetry":{"Name":"Microsoft.Extensions.Http.Telemetry","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Localization":{"Name":"Microsoft.Extensions.Localization","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Localization.Abstractions":{"Name":"Microsoft.Extensions.Localization.Abstractions","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging":{"Name":"Microsoft.Extensions.Logging","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Abstractions":{"Name":"Microsoft.Extensions.Logging.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.AzureAppServices":{"Name":"Microsoft.Extensions.Logging.AzureAppServices","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Configuration":{"Name":"Microsoft.Extensions.Logging.Configuration","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Console":{"Name":"Microsoft.Extensions.Logging.Console","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Debug":{"Name":"Microsoft.Extensions.Logging.Debug","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.EventLog":{"Name":"Microsoft.Extensions.Logging.EventLog","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.EventSource":{"Name":"Microsoft.Extensions.Logging.EventSource","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.TraceSource":{"Name":"Microsoft.Extensions.Logging.TraceSource","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.ObjectPool":{"Name":"Microsoft.Extensions.ObjectPool","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.ObjectPool.DependencyInjection":{"Name":"Microsoft.Extensions.ObjectPool.DependencyInjection","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options":{"Name":"Microsoft.Extensions.Options","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.ConfigurationExtensions":{"Name":"Microsoft.Extensions.Options.ConfigurationExtensions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.Contextual":{"Name":"Microsoft.Extensions.Options.Contextual","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.DataAnnotations":{"Name":"Microsoft.Extensions.Options.DataAnnotations","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.ValidateOnStart":{"Name":"Microsoft.Extensions.Options.ValidateOnStart","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.Validation":{"Name":"Microsoft.Extensions.Options.Validation","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Primitives":{"Name":"Microsoft.Extensions.Primitives","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Resilience":{"Name":"Microsoft.Extensions.Resilience","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry":{"Name":"Microsoft.Extensions.Telemetry","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Abstractions":{"Name":"Microsoft.Extensions.Telemetry.Abstractions","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Console":{"Name":"Microsoft.Extensions.Telemetry.Console","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Testing":{"Name":"Microsoft.Extensions.Telemetry.Testing","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.TimeProvider.Testing":{"Name":"Microsoft.Extensions.TimeProvider.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.VectorData.Abstractions":{"Name":"Microsoft.Extensions.VectorData.Abstractions","Version":"9.0.0-preview.1.25161.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.WebEncoders":{"Name":"Microsoft.Extensions.WebEncoders","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Win32.Registry.AccessControl":{"Name":"Microsoft.Win32.Registry.AccessControl","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Win32.SystemEvents":{"Name":"Microsoft.Win32.SystemEvents","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Buffers":{"Name":"System.Buffers","Version":"4.6.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.DocumentDb.Abstractions":{"Name":"System.Cloud.DocumentDb.Abstractions","Version":"8.0.0-rc.1.23453.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.Messaging":{"Name":"System.Cloud.Messaging","Version":"8.0.0-rc.1.23453.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.Messaging.Abstractions":{"Name":"System.Cloud.Messaging.Abstractions","Version":"8.0.0-preview.4.23273.7","Feed":"https://api.nuget.org/v3/index.json"},"System.CodeDom":{"Name":"System.CodeDom","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Collections.Immutable":{"Name":"System.Collections.Immutable","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.ComponentModel.TypeConverter":{"Name":"System.ComponentModel.TypeConverter","Version":"4.3.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.AttributedModel":{"Name":"System.Composition.AttributedModel","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Convention":{"Name":"System.Composition.Convention","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Hosting":{"Name":"System.Composition.Hosting","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Runtime":{"Name":"System.Composition.Runtime","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.TypedParts":{"Name":"System.Composition.TypedParts","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Configuration.ConfigurationManager":{"Name":"System.Configuration.ConfigurationManager","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.DiagnosticSource":{"Name":"System.Diagnostics.DiagnosticSource","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.EventLog":{"Name":"System.Diagnostics.EventLog","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.PerformanceCounter":{"Name":"System.Diagnostics.PerformanceCounter","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.Tracing":{"Name":"System.Diagnostics.Tracing","Version":"4.3.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Drawing.Common":{"Name":"System.Drawing.Common","Version":"10.0.0-preview.1.25080.3","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Asn1":{"Name":"System.Formats.Asn1","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Cbor":{"Name":"System.Formats.Cbor","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Nrbf":{"Name":"System.Formats.Nrbf","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.IO":{"Name":"System.IO","Version":"4.3.0","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Hashing":{"Name":"System.IO.Hashing","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Packaging":{"Name":"System.IO.Packaging","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Pipelines":{"Name":"System.IO.Pipelines","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Json":{"Name":"System.Json","Version":"4.8.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Linq.AsyncEnumerable":{"Name":"System.Linq.AsyncEnumerable","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Memory":{"Name":"System.Memory","Version":"4.6.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Memory.Data":{"Name":"System.Memory.Data","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.Http.Json":{"Name":"System.Net.Http.Json","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.Http.WinHttpHandler":{"Name":"System.Net.Http.WinHttpHandler","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.ServerSentEvents":{"Name":"System.Net.ServerSentEvents","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.WebSockets.WebSocketProtocol":{"Name":"System.Net.WebSockets.WebSocketProtocol","Version":"5.1.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Numerics.Tensors":{"Name":"System.Numerics.Tensors","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Numerics.Vectors":{"Name":"System.Numerics.Vectors","Version":"4.6.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection":{"Name":"System.Reflection","Version":"4.3.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.DispatchProxy":{"Name":"System.Reflection.DispatchProxy","Version":"4.8.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Metadata":{"Name":"System.Reflection.Metadata","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.MetadataLoadContext":{"Name":"System.Reflection.MetadataLoadContext","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Resources.Extensions":{"Name":"System.Resources.Extensions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime":{"Name":"System.Runtime","Version":"4.3.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.CompilerServices.Unsafe":{"Name":"System.Runtime.CompilerServices.Unsafe","Version":"6.1.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.Extensions":{"Name":"System.Runtime.Extensions","Version":"4.3.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.InteropServices":{"Name":"System.Runtime.InteropServices","Version":"4.3.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Cng":{"Name":"System.Security.Cryptography.Cng","Version":"5.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Cose":{"Name":"System.Security.Cryptography.Cose","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Pkcs":{"Name":"System.Security.Cryptography.Pkcs","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.ProtectedData":{"Name":"System.Security.Cryptography.ProtectedData","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Xml":{"Name":"System.Security.Cryptography.Xml","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Permissions":{"Name":"System.Security.Permissions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Http":{"Name":"System.ServiceModel.Http","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.NetTcp":{"Name":"System.ServiceModel.NetTcp","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Duplex":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Primitives":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Security":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Syndication":{"Name":"System.ServiceModel.Syndication","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceProcess.ServiceController":{"Name":"System.ServiceProcess.ServiceController","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Encoding.CodePages":{"Name":"System.Text.Encoding.CodePages","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Encodings.Web":{"Name":"System.Text.Encodings.Web","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Json":{"Name":"System.Text.Json","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.AccessControl":{"Name":"System.Threading.AccessControl","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Channels":{"Name":"System.Threading.Channels","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Tasks.Dataflow":{"Name":"System.Threading.Tasks.Dataflow","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Tasks.Extensions":{"Name":"System.Threading.Tasks.Extensions","Version":"4.6.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Web.Services.Description":{"Name":"System.Web.Services.Description","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Xml.XPath.XmlDocument":{"Name":"System.Xml.XPath.XmlDocument","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"}}} \ No newline at end of file +{"netframework-4.6.2-pp":{"Microsoft.Bcl.AsyncInterfaces":{"Name":"Microsoft.Bcl.AsyncInterfaces","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.Cryptography":{"Name":"Microsoft.Bcl.Cryptography","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.HashCode":{"Name":"Microsoft.Bcl.HashCode","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.Memory":{"Name":"Microsoft.Bcl.Memory","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.Numerics":{"Name":"Microsoft.Bcl.Numerics","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.TimeProvider":{"Name":"Microsoft.Bcl.TimeProvider","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI":{"Name":"Microsoft.Extensions.AI","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Abstractions":{"Name":"Microsoft.Extensions.AI.Abstractions","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.AzureAIInference":{"Name":"Microsoft.Extensions.AI.AzureAIInference","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation":{"Name":"Microsoft.Extensions.AI.Evaluation","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Quality":{"Name":"Microsoft.Extensions.AI.Evaluation.Quality","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Reporting":{"Name":"Microsoft.Extensions.AI.Evaluation.Reporting","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Reporting.Azure":{"Name":"Microsoft.Extensions.AI.Evaluation.Reporting.Azure","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Ollama":{"Name":"Microsoft.Extensions.AI.Ollama","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.OpenAI":{"Name":"Microsoft.Extensions.AI.OpenAI","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AmbientMetadata.Application":{"Name":"Microsoft.Extensions.AmbientMetadata.Application","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AsyncState":{"Name":"Microsoft.Extensions.AsyncState","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Abstractions":{"Name":"Microsoft.Extensions.Caching.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Hybrid":{"Name":"Microsoft.Extensions.Caching.Hybrid","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Memory":{"Name":"Microsoft.Extensions.Caching.Memory","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.SqlServer":{"Name":"Microsoft.Extensions.Caching.SqlServer","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.StackExchangeRedis":{"Name":"Microsoft.Extensions.Caching.StackExchangeRedis","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Redaction":{"Name":"Microsoft.Extensions.Compliance.Redaction","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Testing":{"Name":"Microsoft.Extensions.Compliance.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration":{"Name":"Microsoft.Extensions.Configuration","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Abstractions":{"Name":"Microsoft.Extensions.Configuration.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Binder":{"Name":"Microsoft.Extensions.Configuration.Binder","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.CommandLine":{"Name":"Microsoft.Extensions.Configuration.CommandLine","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.EnvironmentVariables":{"Name":"Microsoft.Extensions.Configuration.EnvironmentVariables","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.FileExtensions":{"Name":"Microsoft.Extensions.Configuration.FileExtensions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Ini":{"Name":"Microsoft.Extensions.Configuration.Ini","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Json":{"Name":"Microsoft.Extensions.Configuration.Json","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.KeyPerFile":{"Name":"Microsoft.Extensions.Configuration.KeyPerFile","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.UserSecrets":{"Name":"Microsoft.Extensions.Configuration.UserSecrets","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Xml":{"Name":"Microsoft.Extensions.Configuration.Xml","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection":{"Name":"Microsoft.Extensions.DependencyInjection","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Abstractions":{"Name":"Microsoft.Extensions.DependencyInjection.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.AutoActivation":{"Name":"Microsoft.Extensions.DependencyInjection.AutoActivation","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.NamedService":{"Name":"Microsoft.Extensions.DependencyInjection.NamedService","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Pools":{"Name":"Microsoft.Extensions.DependencyInjection.Pools","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Specification.Tests":{"Name":"Microsoft.Extensions.DependencyInjection.Specification.Tests","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyModel":{"Name":"Microsoft.Extensions.DependencyModel","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics":{"Name":"Microsoft.Extensions.Diagnostics","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Abstractions":{"Name":"Microsoft.Extensions.Diagnostics.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.ExceptionSummarization":{"Name":"Microsoft.Extensions.Diagnostics.ExceptionSummarization","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Common":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Common","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Core":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Core","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Probes":{"Name":"Microsoft.Extensions.Diagnostics.Probes","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.ResourceMonitoring":{"Name":"Microsoft.Extensions.Diagnostics.ResourceMonitoring","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Testing":{"Name":"Microsoft.Extensions.Diagnostics.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.EnumStrings":{"Name":"Microsoft.Extensions.EnumStrings","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Abstractions":{"Name":"Microsoft.Extensions.FileProviders.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Composite":{"Name":"Microsoft.Extensions.FileProviders.Composite","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Embedded":{"Name":"Microsoft.Extensions.FileProviders.Embedded","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Physical":{"Name":"Microsoft.Extensions.FileProviders.Physical","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileSystemGlobbing":{"Name":"Microsoft.Extensions.FileSystemGlobbing","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting":{"Name":"Microsoft.Extensions.Hosting","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Abstractions":{"Name":"Microsoft.Extensions.Hosting.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Testing":{"Name":"Microsoft.Extensions.Hosting.Testing","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Testing.StartupInitialization":{"Name":"Microsoft.Extensions.Hosting.Testing.StartupInitialization","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.WindowsServices":{"Name":"Microsoft.Extensions.Hosting.WindowsServices","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http":{"Name":"Microsoft.Extensions.Http","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.AutoClient":{"Name":"Microsoft.Extensions.Http.AutoClient","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Diagnostics":{"Name":"Microsoft.Extensions.Http.Diagnostics","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Resilience":{"Name":"Microsoft.Extensions.Http.Resilience","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Telemetry":{"Name":"Microsoft.Extensions.Http.Telemetry","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Localization":{"Name":"Microsoft.Extensions.Localization","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Localization.Abstractions":{"Name":"Microsoft.Extensions.Localization.Abstractions","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging":{"Name":"Microsoft.Extensions.Logging","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Abstractions":{"Name":"Microsoft.Extensions.Logging.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.AzureAppServices":{"Name":"Microsoft.Extensions.Logging.AzureAppServices","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Configuration":{"Name":"Microsoft.Extensions.Logging.Configuration","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Console":{"Name":"Microsoft.Extensions.Logging.Console","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Debug":{"Name":"Microsoft.Extensions.Logging.Debug","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.EventLog":{"Name":"Microsoft.Extensions.Logging.EventLog","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.EventSource":{"Name":"Microsoft.Extensions.Logging.EventSource","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.TraceSource":{"Name":"Microsoft.Extensions.Logging.TraceSource","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.ObjectPool":{"Name":"Microsoft.Extensions.ObjectPool","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.ObjectPool.DependencyInjection":{"Name":"Microsoft.Extensions.ObjectPool.DependencyInjection","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options":{"Name":"Microsoft.Extensions.Options","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.ConfigurationExtensions":{"Name":"Microsoft.Extensions.Options.ConfigurationExtensions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.Contextual":{"Name":"Microsoft.Extensions.Options.Contextual","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.DataAnnotations":{"Name":"Microsoft.Extensions.Options.DataAnnotations","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.ValidateOnStart":{"Name":"Microsoft.Extensions.Options.ValidateOnStart","Version":"8.0.0-preview.7.23407.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.Validation":{"Name":"Microsoft.Extensions.Options.Validation","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Primitives":{"Name":"Microsoft.Extensions.Primitives","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Resilience":{"Name":"Microsoft.Extensions.Resilience","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry":{"Name":"Microsoft.Extensions.Telemetry","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Abstractions":{"Name":"Microsoft.Extensions.Telemetry.Abstractions","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Console":{"Name":"Microsoft.Extensions.Telemetry.Console","Version":"8.0.0-preview.5.23308.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Telemetry.Testing":{"Name":"Microsoft.Extensions.Telemetry.Testing","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.TimeProvider.Testing":{"Name":"Microsoft.Extensions.TimeProvider.Testing","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.VectorData.Abstractions":{"Name":"Microsoft.Extensions.VectorData.Abstractions","Version":"9.0.0-preview.1.25161.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.WebEncoders":{"Name":"Microsoft.Extensions.WebEncoders","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Win32.Registry.AccessControl":{"Name":"Microsoft.Win32.Registry.AccessControl","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Win32.SystemEvents":{"Name":"Microsoft.Win32.SystemEvents","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Buffers":{"Name":"System.Buffers","Version":"4.6.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.DocumentDb.Abstractions":{"Name":"System.Cloud.DocumentDb.Abstractions","Version":"8.0.0-rc.1.23453.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.Messaging":{"Name":"System.Cloud.Messaging","Version":"8.0.0-rc.1.23453.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Cloud.Messaging.Abstractions":{"Name":"System.Cloud.Messaging.Abstractions","Version":"8.0.0-preview.4.23273.7","Feed":"https://api.nuget.org/v3/index.json"},"System.CodeDom":{"Name":"System.CodeDom","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Collections.Immutable":{"Name":"System.Collections.Immutable","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ComponentModel.TypeConverter":{"Name":"System.ComponentModel.TypeConverter","Version":"4.3.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.AttributedModel":{"Name":"System.Composition.AttributedModel","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Convention":{"Name":"System.Composition.Convention","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Hosting":{"Name":"System.Composition.Hosting","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Runtime":{"Name":"System.Composition.Runtime","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.TypedParts":{"Name":"System.Composition.TypedParts","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Configuration.ConfigurationManager":{"Name":"System.Configuration.ConfigurationManager","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.DiagnosticSource":{"Name":"System.Diagnostics.DiagnosticSource","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.EventLog":{"Name":"System.Diagnostics.EventLog","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.PerformanceCounter":{"Name":"System.Diagnostics.PerformanceCounter","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.Tracing":{"Name":"System.Diagnostics.Tracing","Version":"4.3.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Drawing.Common":{"Name":"System.Drawing.Common","Version":"10.0.0-preview.2.25163.9","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Asn1":{"Name":"System.Formats.Asn1","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Cbor":{"Name":"System.Formats.Cbor","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Nrbf":{"Name":"System.Formats.Nrbf","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.IO":{"Name":"System.IO","Version":"4.3.0","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Hashing":{"Name":"System.IO.Hashing","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Packaging":{"Name":"System.IO.Packaging","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Pipelines":{"Name":"System.IO.Pipelines","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Json":{"Name":"System.Json","Version":"4.8.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Linq.AsyncEnumerable":{"Name":"System.Linq.AsyncEnumerable","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Memory":{"Name":"System.Memory","Version":"4.6.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Memory.Data":{"Name":"System.Memory.Data","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.Http.Json":{"Name":"System.Net.Http.Json","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.Http.WinHttpHandler":{"Name":"System.Net.Http.WinHttpHandler","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.ServerSentEvents":{"Name":"System.Net.ServerSentEvents","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.WebSockets.WebSocketProtocol":{"Name":"System.Net.WebSockets.WebSocketProtocol","Version":"5.1.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Numerics.Tensors":{"Name":"System.Numerics.Tensors","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Numerics.Vectors":{"Name":"System.Numerics.Vectors","Version":"4.6.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection":{"Name":"System.Reflection","Version":"4.3.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.DispatchProxy":{"Name":"System.Reflection.DispatchProxy","Version":"4.8.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Metadata":{"Name":"System.Reflection.Metadata","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.MetadataLoadContext":{"Name":"System.Reflection.MetadataLoadContext","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Resources.Extensions":{"Name":"System.Resources.Extensions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime":{"Name":"System.Runtime","Version":"4.3.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.CompilerServices.Unsafe":{"Name":"System.Runtime.CompilerServices.Unsafe","Version":"6.1.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.Extensions":{"Name":"System.Runtime.Extensions","Version":"4.3.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.InteropServices":{"Name":"System.Runtime.InteropServices","Version":"4.3.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Cng":{"Name":"System.Security.Cryptography.Cng","Version":"5.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Cose":{"Name":"System.Security.Cryptography.Cose","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Pkcs":{"Name":"System.Security.Cryptography.Pkcs","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.ProtectedData":{"Name":"System.Security.Cryptography.ProtectedData","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Xml":{"Name":"System.Security.Cryptography.Xml","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Permissions":{"Name":"System.Security.Permissions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Http":{"Name":"System.ServiceModel.Http","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.NetTcp":{"Name":"System.ServiceModel.NetTcp","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Duplex":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Primitives":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Security":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Syndication":{"Name":"System.ServiceModel.Syndication","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceProcess.ServiceController":{"Name":"System.ServiceProcess.ServiceController","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Encoding.CodePages":{"Name":"System.Text.Encoding.CodePages","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Encodings.Web":{"Name":"System.Text.Encodings.Web","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Json":{"Name":"System.Text.Json","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.AccessControl":{"Name":"System.Threading.AccessControl","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Channels":{"Name":"System.Threading.Channels","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Tasks.Dataflow":{"Name":"System.Threading.Tasks.Dataflow","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Tasks.Extensions":{"Name":"System.Threading.Tasks.Extensions","Version":"4.6.1","Feed":"https://api.nuget.org/v3/index.json"},"System.ValueTuple":{"Name":"System.ValueTuple","Version":"4.6.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Web.Services.Description":{"Name":"System.Web.Services.Description","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Xml.XPath.XmlDocument":{"Name":"System.Xml.XPath.XmlDocument","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"}}} \ No newline at end of file diff --git a/xml/PackageInformation/netframework-4.7-pp.json b/xml/PackageInformation/netframework-4.7-pp.json index 4b67ca6dc1e..e30c844aa0c 100644 --- a/xml/PackageInformation/netframework-4.7-pp.json +++ b/xml/PackageInformation/netframework-4.7-pp.json @@ -1 +1 @@ -{"netframework-4.7-pp":{"System.Security.Cryptography.Cng":{"Name":"System.Security.Cryptography.Cng","Version":"5.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.ValueTuple":{"Name":"System.ValueTuple","Version":"4.5.0","Feed":"https://api.nuget.org/v3/index.json"}}} \ No newline at end of file +{"netframework-4.7-pp":{"System.Security.Cryptography.Cng":{"Name":"System.Security.Cryptography.Cng","Version":"5.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.ValueTuple":{"Name":"System.ValueTuple","Version":"4.6.0","Feed":"https://api.nuget.org/v3/index.json"}}} \ No newline at end of file diff --git a/xml/PackageInformation/netframework-4.7.2-pp.json b/xml/PackageInformation/netframework-4.7.2-pp.json index 4fbe47c8f72..393223da8a8 100644 --- a/xml/PackageInformation/netframework-4.7.2-pp.json +++ b/xml/PackageInformation/netframework-4.7.2-pp.json @@ -1 +1 @@ -{"netframework-4.7.2-pp":{"Microsoft.IO.Redist":{"Name":"Microsoft.IO.Redist","Version":"6.1.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.TypeExtensions":{"Name":"System.Reflection.TypeExtensions","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"}}} \ No newline at end of file +{"netframework-4.7.2-pp":{"Microsoft.IO.Redist":{"Name":"Microsoft.IO.Redist","Version":"6.1.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.TypeExtensions":{"Name":"System.Reflection.TypeExtensions","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"}}} \ No newline at end of file diff --git a/xml/PackageInformation/netstandard-2.0-pp.json b/xml/PackageInformation/netstandard-2.0-pp.json index a87274e6a96..00bcad6055b 100644 --- a/xml/PackageInformation/netstandard-2.0-pp.json +++ b/xml/PackageInformation/netstandard-2.0-pp.json @@ -1 +1 @@ -{"netstandard-2.0-pp":{"Microsoft.Bcl.AsyncInterfaces":{"Name":"Microsoft.Bcl.AsyncInterfaces","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.Cryptography":{"Name":"Microsoft.Bcl.Cryptography","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.HashCode":{"Name":"Microsoft.Bcl.HashCode","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.Memory":{"Name":"Microsoft.Bcl.Memory","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.Numerics":{"Name":"Microsoft.Bcl.Numerics","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.TimeProvider":{"Name":"Microsoft.Bcl.TimeProvider","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI":{"Name":"Microsoft.Extensions.AI","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Abstractions":{"Name":"Microsoft.Extensions.AI.Abstractions","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.AzureAIInference":{"Name":"Microsoft.Extensions.AI.AzureAIInference","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation":{"Name":"Microsoft.Extensions.AI.Evaluation","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Quality":{"Name":"Microsoft.Extensions.AI.Evaluation.Quality","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Reporting":{"Name":"Microsoft.Extensions.AI.Evaluation.Reporting","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Reporting.Azure":{"Name":"Microsoft.Extensions.AI.Evaluation.Reporting.Azure","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Ollama":{"Name":"Microsoft.Extensions.AI.Ollama","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.OpenAI":{"Name":"Microsoft.Extensions.AI.OpenAI","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AuditReports":{"Name":"Microsoft.Extensions.AuditReports","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Abstractions":{"Name":"Microsoft.Extensions.Caching.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Hybrid":{"Name":"Microsoft.Extensions.Caching.Hybrid","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Memory":{"Name":"Microsoft.Extensions.Caching.Memory","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Redis":{"Name":"Microsoft.Extensions.Caching.Redis","Version":"2.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.SqlServer":{"Name":"Microsoft.Extensions.Caching.SqlServer","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.StackExchangeRedis":{"Name":"Microsoft.Extensions.Caching.StackExchangeRedis","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Abstractions":{"Name":"Microsoft.Extensions.Compliance.Abstractions","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration":{"Name":"Microsoft.Extensions.Configuration","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Abstractions":{"Name":"Microsoft.Extensions.Configuration.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Binder":{"Name":"Microsoft.Extensions.Configuration.Binder","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.CommandLine":{"Name":"Microsoft.Extensions.Configuration.CommandLine","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.EnvironmentVariables":{"Name":"Microsoft.Extensions.Configuration.EnvironmentVariables","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.FileExtensions":{"Name":"Microsoft.Extensions.Configuration.FileExtensions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Ini":{"Name":"Microsoft.Extensions.Configuration.Ini","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Json":{"Name":"Microsoft.Extensions.Configuration.Json","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.KeyPerFile":{"Name":"Microsoft.Extensions.Configuration.KeyPerFile","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.UserSecrets":{"Name":"Microsoft.Extensions.Configuration.UserSecrets","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Xml":{"Name":"Microsoft.Extensions.Configuration.Xml","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection":{"Name":"Microsoft.Extensions.DependencyInjection","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Abstractions":{"Name":"Microsoft.Extensions.DependencyInjection.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Specification.Tests":{"Name":"Microsoft.Extensions.DependencyInjection.Specification.Tests","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyModel":{"Name":"Microsoft.Extensions.DependencyModel","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DiagnosticAdapter":{"Name":"Microsoft.Extensions.DiagnosticAdapter","Version":"3.1.32","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics":{"Name":"Microsoft.Extensions.Diagnostics","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Abstractions":{"Name":"Microsoft.Extensions.Diagnostics.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.ExtraAnalyzers":{"Name":"Microsoft.Extensions.ExtraAnalyzers","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Abstractions":{"Name":"Microsoft.Extensions.FileProviders.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Composite":{"Name":"Microsoft.Extensions.FileProviders.Composite","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Embedded":{"Name":"Microsoft.Extensions.FileProviders.Embedded","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Physical":{"Name":"Microsoft.Extensions.FileProviders.Physical","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileSystemGlobbing":{"Name":"Microsoft.Extensions.FileSystemGlobbing","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting":{"Name":"Microsoft.Extensions.Hosting","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Abstractions":{"Name":"Microsoft.Extensions.Hosting.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.WindowsServices":{"Name":"Microsoft.Extensions.Hosting.WindowsServices","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http":{"Name":"Microsoft.Extensions.Http","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Polly":{"Name":"Microsoft.Extensions.Http.Polly","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Localization":{"Name":"Microsoft.Extensions.Localization","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Localization.Abstractions":{"Name":"Microsoft.Extensions.Localization.Abstractions","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging":{"Name":"Microsoft.Extensions.Logging","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Abstractions":{"Name":"Microsoft.Extensions.Logging.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.AzureAppServices":{"Name":"Microsoft.Extensions.Logging.AzureAppServices","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Configuration":{"Name":"Microsoft.Extensions.Logging.Configuration","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Console":{"Name":"Microsoft.Extensions.Logging.Console","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Debug":{"Name":"Microsoft.Extensions.Logging.Debug","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.EventLog":{"Name":"Microsoft.Extensions.Logging.EventLog","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.EventSource":{"Name":"Microsoft.Extensions.Logging.EventSource","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.TraceSource":{"Name":"Microsoft.Extensions.Logging.TraceSource","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.ObjectPool":{"Name":"Microsoft.Extensions.ObjectPool","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options":{"Name":"Microsoft.Extensions.Options","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.ConfigurationExtensions":{"Name":"Microsoft.Extensions.Options.ConfigurationExtensions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.DataAnnotations":{"Name":"Microsoft.Extensions.Options.DataAnnotations","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Primitives":{"Name":"Microsoft.Extensions.Primitives","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.VectorData.Abstractions":{"Name":"Microsoft.Extensions.VectorData.Abstractions","Version":"9.0.0-preview.1.25161.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.WebEncoders":{"Name":"Microsoft.Extensions.WebEncoders","Version":"10.0.0-preview.1.25120.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Win32.Registry":{"Name":"Microsoft.Win32.Registry","Version":"5.0.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Win32.Registry.AccessControl":{"Name":"Microsoft.Win32.Registry.AccessControl","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Win32.SystemEvents":{"Name":"Microsoft.Win32.SystemEvents","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Buffers":{"Name":"System.Buffers","Version":"4.6.0","Feed":"https://api.nuget.org/v3/index.json"},"System.CodeDom":{"Name":"System.CodeDom","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Collections.Immutable":{"Name":"System.Collections.Immutable","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.CommandLine":{"Name":"System.CommandLine","Version":"2.0.0-beta4.22272.1","Feed":"https://api.nuget.org/v3/index.json"},"System.CommandLine.DragonFruit":{"Name":"System.CommandLine.DragonFruit","Version":"0.4.0-alpha.22272.1","Feed":"https://api.nuget.org/v3/index.json"},"System.CommandLine.Hosting":{"Name":"System.CommandLine.Hosting","Version":"0.4.0-alpha.22272.1","Feed":"https://api.nuget.org/v3/index.json"},"System.CommandLine.NamingConventionBinder":{"Name":"System.CommandLine.NamingConventionBinder","Version":"2.0.0-beta4.22272.1","Feed":"https://api.nuget.org/v3/index.json"},"System.CommandLine.Rendering":{"Name":"System.CommandLine.Rendering","Version":"0.4.0-alpha.22272.1","Feed":"https://api.nuget.org/v3/index.json"},"System.ComponentModel.Annotations":{"Name":"System.ComponentModel.Annotations","Version":"5.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.ComponentModel.Composition":{"Name":"System.ComponentModel.Composition","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.AttributedModel":{"Name":"System.Composition.AttributedModel","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Convention":{"Name":"System.Composition.Convention","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Hosting":{"Name":"System.Composition.Hosting","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Runtime":{"Name":"System.Composition.Runtime","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.TypedParts":{"Name":"System.Composition.TypedParts","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Configuration.ConfigurationManager":{"Name":"System.Configuration.ConfigurationManager","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.DataSetExtensions":{"Name":"System.Data.DataSetExtensions","Version":"4.6.0-preview3.19128.7","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.Odbc":{"Name":"System.Data.Odbc","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.OleDb":{"Name":"System.Data.OleDb","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.SqlClient":{"Name":"System.Data.SqlClient","Version":"4.9.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.DiagnosticSource":{"Name":"System.Diagnostics.DiagnosticSource","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.EventLog":{"Name":"System.Diagnostics.EventLog","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.PerformanceCounter":{"Name":"System.Diagnostics.PerformanceCounter","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices":{"Name":"System.DirectoryServices","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices.AccountManagement":{"Name":"System.DirectoryServices.AccountManagement","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices.Protocols":{"Name":"System.DirectoryServices.Protocols","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Drawing.Common":{"Name":"System.Drawing.Common","Version":"10.0.0-preview.1.25080.3","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Asn1":{"Name":"System.Formats.Asn1","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Cbor":{"Name":"System.Formats.Cbor","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Nrbf":{"Name":"System.Formats.Nrbf","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.FileSystem.AccessControl":{"Name":"System.IO.FileSystem.AccessControl","Version":"5.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Hashing":{"Name":"System.IO.Hashing","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Packaging":{"Name":"System.IO.Packaging","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Pipelines":{"Name":"System.IO.Pipelines","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Pipes.AccessControl":{"Name":"System.IO.Pipes.AccessControl","Version":"5.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Ports":{"Name":"System.IO.Ports","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Json":{"Name":"System.Json","Version":"4.8.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Linq.AsyncEnumerable":{"Name":"System.Linq.AsyncEnumerable","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Management":{"Name":"System.Management","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Memory":{"Name":"System.Memory","Version":"4.6.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Memory.Data":{"Name":"System.Memory.Data","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.Http.Json":{"Name":"System.Net.Http.Json","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.Http.WinHttpHandler":{"Name":"System.Net.Http.WinHttpHandler","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.ServerSentEvents":{"Name":"System.Net.ServerSentEvents","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.WebSockets.WebSocketProtocol":{"Name":"System.Net.WebSockets.WebSocketProtocol","Version":"5.1.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Numerics.Tensors":{"Name":"System.Numerics.Tensors","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Numerics.Vectors":{"Name":"System.Numerics.Vectors","Version":"4.6.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Context":{"Name":"System.Reflection.Context","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.DispatchProxy":{"Name":"System.Reflection.DispatchProxy","Version":"4.8.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Emit":{"Name":"System.Reflection.Emit","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Emit.ILGeneration":{"Name":"System.Reflection.Emit.ILGeneration","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Emit.Lightweight":{"Name":"System.Reflection.Emit.Lightweight","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Metadata":{"Name":"System.Reflection.Metadata","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.MetadataLoadContext":{"Name":"System.Reflection.MetadataLoadContext","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.TypeExtensions":{"Name":"System.Reflection.TypeExtensions","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Resources.Extensions":{"Name":"System.Resources.Extensions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.Caching":{"Name":"System.Runtime.Caching","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.CompilerServices.Unsafe":{"Name":"System.Runtime.CompilerServices.Unsafe","Version":"6.1.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.AccessControl":{"Name":"System.Security.AccessControl","Version":"6.0.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Cng":{"Name":"System.Security.Cryptography.Cng","Version":"5.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Cose":{"Name":"System.Security.Cryptography.Cose","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.OpenSsl":{"Name":"System.Security.Cryptography.OpenSsl","Version":"5.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Pkcs":{"Name":"System.Security.Cryptography.Pkcs","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.ProtectedData":{"Name":"System.Security.Cryptography.ProtectedData","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Xml":{"Name":"System.Security.Cryptography.Xml","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Permissions":{"Name":"System.Security.Permissions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Principal.Windows":{"Name":"System.Security.Principal.Windows","Version":"5.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Federation":{"Name":"System.ServiceModel.Federation","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Http":{"Name":"System.ServiceModel.Http","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.NetTcp":{"Name":"System.ServiceModel.NetTcp","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Duplex":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Primitives":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Security":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Syndication":{"Name":"System.ServiceModel.Syndication","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceProcess.ServiceController":{"Name":"System.ServiceProcess.ServiceController","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Speech":{"Name":"System.Speech","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Encoding.CodePages":{"Name":"System.Text.Encoding.CodePages","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Encodings.Web":{"Name":"System.Text.Encodings.Web","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Json":{"Name":"System.Text.Json","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Json.Formatter":{"Name":"System.Text.Json.Formatter","Version":"0.1.0-alpha.21259.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.AccessControl":{"Name":"System.Threading.AccessControl","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Channels":{"Name":"System.Threading.Channels","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Tasks.Dataflow":{"Name":"System.Threading.Tasks.Dataflow","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Tasks.Extensions":{"Name":"System.Threading.Tasks.Extensions","Version":"4.6.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Utf8String.Experimental":{"Name":"System.Utf8String.Experimental","Version":"5.0.0-preview.7.20364.11","Feed":"https://api.nuget.org/v3/index.json"},"System.Web.Services.Description":{"Name":"System.Web.Services.Description","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Xml.XPath.XmlDocument":{"Name":"System.Xml.XPath.XmlDocument","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"}}} \ No newline at end of file +{"netstandard-2.0-pp":{"Microsoft.Bcl.AsyncInterfaces":{"Name":"Microsoft.Bcl.AsyncInterfaces","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.Cryptography":{"Name":"Microsoft.Bcl.Cryptography","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.HashCode":{"Name":"Microsoft.Bcl.HashCode","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.Memory":{"Name":"Microsoft.Bcl.Memory","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.Numerics":{"Name":"Microsoft.Bcl.Numerics","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.TimeProvider":{"Name":"Microsoft.Bcl.TimeProvider","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI":{"Name":"Microsoft.Extensions.AI","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Abstractions":{"Name":"Microsoft.Extensions.AI.Abstractions","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.AzureAIInference":{"Name":"Microsoft.Extensions.AI.AzureAIInference","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation":{"Name":"Microsoft.Extensions.AI.Evaluation","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Quality":{"Name":"Microsoft.Extensions.AI.Evaluation.Quality","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Reporting":{"Name":"Microsoft.Extensions.AI.Evaluation.Reporting","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Evaluation.Reporting.Azure":{"Name":"Microsoft.Extensions.AI.Evaluation.Reporting.Azure","Version":"9.3.0-preview.1.25164.6","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.Ollama":{"Name":"Microsoft.Extensions.AI.Ollama","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AI.OpenAI":{"Name":"Microsoft.Extensions.AI.OpenAI","Version":"9.3.0-preview.1.25161.3","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.AuditReports":{"Name":"Microsoft.Extensions.AuditReports","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Abstractions":{"Name":"Microsoft.Extensions.Caching.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Hybrid":{"Name":"Microsoft.Extensions.Caching.Hybrid","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Memory":{"Name":"Microsoft.Extensions.Caching.Memory","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Redis":{"Name":"Microsoft.Extensions.Caching.Redis","Version":"2.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.SqlServer":{"Name":"Microsoft.Extensions.Caching.SqlServer","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.StackExchangeRedis":{"Name":"Microsoft.Extensions.Caching.StackExchangeRedis","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Compliance.Abstractions":{"Name":"Microsoft.Extensions.Compliance.Abstractions","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration":{"Name":"Microsoft.Extensions.Configuration","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Abstractions":{"Name":"Microsoft.Extensions.Configuration.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Binder":{"Name":"Microsoft.Extensions.Configuration.Binder","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.CommandLine":{"Name":"Microsoft.Extensions.Configuration.CommandLine","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.EnvironmentVariables":{"Name":"Microsoft.Extensions.Configuration.EnvironmentVariables","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.FileExtensions":{"Name":"Microsoft.Extensions.Configuration.FileExtensions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Ini":{"Name":"Microsoft.Extensions.Configuration.Ini","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Json":{"Name":"Microsoft.Extensions.Configuration.Json","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.KeyPerFile":{"Name":"Microsoft.Extensions.Configuration.KeyPerFile","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.UserSecrets":{"Name":"Microsoft.Extensions.Configuration.UserSecrets","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Xml":{"Name":"Microsoft.Extensions.Configuration.Xml","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection":{"Name":"Microsoft.Extensions.DependencyInjection","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Abstractions":{"Name":"Microsoft.Extensions.DependencyInjection.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Specification.Tests":{"Name":"Microsoft.Extensions.DependencyInjection.Specification.Tests","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyModel":{"Name":"Microsoft.Extensions.DependencyModel","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DiagnosticAdapter":{"Name":"Microsoft.Extensions.DiagnosticAdapter","Version":"3.1.32","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics":{"Name":"Microsoft.Extensions.Diagnostics","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.Abstractions":{"Name":"Microsoft.Extensions.Diagnostics.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions":{"Name":"Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.ExtraAnalyzers":{"Name":"Microsoft.Extensions.ExtraAnalyzers","Version":"8.0.0-rc.2.23510.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Abstractions":{"Name":"Microsoft.Extensions.FileProviders.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Composite":{"Name":"Microsoft.Extensions.FileProviders.Composite","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Embedded":{"Name":"Microsoft.Extensions.FileProviders.Embedded","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileProviders.Physical":{"Name":"Microsoft.Extensions.FileProviders.Physical","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.FileSystemGlobbing":{"Name":"Microsoft.Extensions.FileSystemGlobbing","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting":{"Name":"Microsoft.Extensions.Hosting","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Abstractions":{"Name":"Microsoft.Extensions.Hosting.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.WindowsServices":{"Name":"Microsoft.Extensions.Hosting.WindowsServices","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http":{"Name":"Microsoft.Extensions.Http","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Http.Polly":{"Name":"Microsoft.Extensions.Http.Polly","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Localization":{"Name":"Microsoft.Extensions.Localization","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Localization.Abstractions":{"Name":"Microsoft.Extensions.Localization.Abstractions","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging":{"Name":"Microsoft.Extensions.Logging","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Abstractions":{"Name":"Microsoft.Extensions.Logging.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.AzureAppServices":{"Name":"Microsoft.Extensions.Logging.AzureAppServices","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Configuration":{"Name":"Microsoft.Extensions.Logging.Configuration","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Console":{"Name":"Microsoft.Extensions.Logging.Console","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.Debug":{"Name":"Microsoft.Extensions.Logging.Debug","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.EventLog":{"Name":"Microsoft.Extensions.Logging.EventLog","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.EventSource":{"Name":"Microsoft.Extensions.Logging.EventSource","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging.TraceSource":{"Name":"Microsoft.Extensions.Logging.TraceSource","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.ObjectPool":{"Name":"Microsoft.Extensions.ObjectPool","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options":{"Name":"Microsoft.Extensions.Options","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.ConfigurationExtensions":{"Name":"Microsoft.Extensions.Options.ConfigurationExtensions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.DataAnnotations":{"Name":"Microsoft.Extensions.Options.DataAnnotations","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Primitives":{"Name":"Microsoft.Extensions.Primitives","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.VectorData.Abstractions":{"Name":"Microsoft.Extensions.VectorData.Abstractions","Version":"9.0.0-preview.1.25161.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.WebEncoders":{"Name":"Microsoft.Extensions.WebEncoders","Version":"10.0.0-preview.2.25164.1","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Win32.Registry":{"Name":"Microsoft.Win32.Registry","Version":"5.0.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Win32.Registry.AccessControl":{"Name":"Microsoft.Win32.Registry.AccessControl","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Win32.SystemEvents":{"Name":"Microsoft.Win32.SystemEvents","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Buffers":{"Name":"System.Buffers","Version":"4.6.0","Feed":"https://api.nuget.org/v3/index.json"},"System.CodeDom":{"Name":"System.CodeDom","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Collections.Immutable":{"Name":"System.Collections.Immutable","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.CommandLine":{"Name":"System.CommandLine","Version":"2.0.0-beta4.22272.1","Feed":"https://api.nuget.org/v3/index.json"},"System.CommandLine.DragonFruit":{"Name":"System.CommandLine.DragonFruit","Version":"0.4.0-alpha.22272.1","Feed":"https://api.nuget.org/v3/index.json"},"System.CommandLine.Hosting":{"Name":"System.CommandLine.Hosting","Version":"0.4.0-alpha.22272.1","Feed":"https://api.nuget.org/v3/index.json"},"System.CommandLine.NamingConventionBinder":{"Name":"System.CommandLine.NamingConventionBinder","Version":"2.0.0-beta4.22272.1","Feed":"https://api.nuget.org/v3/index.json"},"System.CommandLine.Rendering":{"Name":"System.CommandLine.Rendering","Version":"0.4.0-alpha.22272.1","Feed":"https://api.nuget.org/v3/index.json"},"System.ComponentModel.Annotations":{"Name":"System.ComponentModel.Annotations","Version":"5.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.ComponentModel.Composition":{"Name":"System.ComponentModel.Composition","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.AttributedModel":{"Name":"System.Composition.AttributedModel","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Convention":{"Name":"System.Composition.Convention","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Hosting":{"Name":"System.Composition.Hosting","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.Runtime":{"Name":"System.Composition.Runtime","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Composition.TypedParts":{"Name":"System.Composition.TypedParts","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Configuration.ConfigurationManager":{"Name":"System.Configuration.ConfigurationManager","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.DataSetExtensions":{"Name":"System.Data.DataSetExtensions","Version":"4.6.0-preview3.19128.7","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.Odbc":{"Name":"System.Data.Odbc","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.OleDb":{"Name":"System.Data.OleDb","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Data.SqlClient":{"Name":"System.Data.SqlClient","Version":"4.9.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.DiagnosticSource":{"Name":"System.Diagnostics.DiagnosticSource","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.EventLog":{"Name":"System.Diagnostics.EventLog","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Diagnostics.PerformanceCounter":{"Name":"System.Diagnostics.PerformanceCounter","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices":{"Name":"System.DirectoryServices","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices.AccountManagement":{"Name":"System.DirectoryServices.AccountManagement","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.DirectoryServices.Protocols":{"Name":"System.DirectoryServices.Protocols","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Drawing.Common":{"Name":"System.Drawing.Common","Version":"10.0.0-preview.2.25163.9","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Asn1":{"Name":"System.Formats.Asn1","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Cbor":{"Name":"System.Formats.Cbor","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Formats.Nrbf":{"Name":"System.Formats.Nrbf","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.FileSystem.AccessControl":{"Name":"System.IO.FileSystem.AccessControl","Version":"5.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Hashing":{"Name":"System.IO.Hashing","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Packaging":{"Name":"System.IO.Packaging","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Pipelines":{"Name":"System.IO.Pipelines","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Pipes.AccessControl":{"Name":"System.IO.Pipes.AccessControl","Version":"5.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.IO.Ports":{"Name":"System.IO.Ports","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Json":{"Name":"System.Json","Version":"4.8.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Linq.AsyncEnumerable":{"Name":"System.Linq.AsyncEnumerable","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Management":{"Name":"System.Management","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Memory":{"Name":"System.Memory","Version":"4.6.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Memory.Data":{"Name":"System.Memory.Data","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.Http.Json":{"Name":"System.Net.Http.Json","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.Http.WinHttpHandler":{"Name":"System.Net.Http.WinHttpHandler","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.ServerSentEvents":{"Name":"System.Net.ServerSentEvents","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Net.WebSockets.WebSocketProtocol":{"Name":"System.Net.WebSockets.WebSocketProtocol","Version":"5.1.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Numerics.Tensors":{"Name":"System.Numerics.Tensors","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Numerics.Vectors":{"Name":"System.Numerics.Vectors","Version":"4.6.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Context":{"Name":"System.Reflection.Context","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.DispatchProxy":{"Name":"System.Reflection.DispatchProxy","Version":"4.8.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Emit":{"Name":"System.Reflection.Emit","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Emit.ILGeneration":{"Name":"System.Reflection.Emit.ILGeneration","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Emit.Lightweight":{"Name":"System.Reflection.Emit.Lightweight","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Metadata":{"Name":"System.Reflection.Metadata","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.MetadataLoadContext":{"Name":"System.Reflection.MetadataLoadContext","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.TypeExtensions":{"Name":"System.Reflection.TypeExtensions","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Resources.Extensions":{"Name":"System.Resources.Extensions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.Caching":{"Name":"System.Runtime.Caching","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Runtime.CompilerServices.Unsafe":{"Name":"System.Runtime.CompilerServices.Unsafe","Version":"6.1.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.AccessControl":{"Name":"System.Security.AccessControl","Version":"6.0.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Cng":{"Name":"System.Security.Cryptography.Cng","Version":"5.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Cose":{"Name":"System.Security.Cryptography.Cose","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.OpenSsl":{"Name":"System.Security.Cryptography.OpenSsl","Version":"5.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Pkcs":{"Name":"System.Security.Cryptography.Pkcs","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.ProtectedData":{"Name":"System.Security.Cryptography.ProtectedData","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Xml":{"Name":"System.Security.Cryptography.Xml","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Permissions":{"Name":"System.Security.Permissions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Principal.Windows":{"Name":"System.Security.Principal.Windows","Version":"5.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Federation":{"Name":"System.ServiceModel.Federation","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Http":{"Name":"System.ServiceModel.Http","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.NetTcp":{"Name":"System.ServiceModel.NetTcp","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Duplex":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Primitives":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Security":{"Name":"System.ServiceModel.Primitives","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceModel.Syndication":{"Name":"System.ServiceModel.Syndication","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.ServiceProcess.ServiceController":{"Name":"System.ServiceProcess.ServiceController","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Speech":{"Name":"System.Speech","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Encoding.CodePages":{"Name":"System.Text.Encoding.CodePages","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Encodings.Web":{"Name":"System.Text.Encodings.Web","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Json":{"Name":"System.Text.Json","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Text.Json.Formatter":{"Name":"System.Text.Json.Formatter","Version":"0.1.0-alpha.21259.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.AccessControl":{"Name":"System.Threading.AccessControl","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Channels":{"Name":"System.Threading.Channels","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Tasks.Dataflow":{"Name":"System.Threading.Tasks.Dataflow","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Tasks.Extensions":{"Name":"System.Threading.Tasks.Extensions","Version":"4.6.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Utf8String.Experimental":{"Name":"System.Utf8String.Experimental","Version":"5.0.0-preview.7.20364.11","Feed":"https://api.nuget.org/v3/index.json"},"System.Web.Services.Description":{"Name":"System.Web.Services.Description","Version":"8.1.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Xml.XPath.XmlDocument":{"Name":"System.Xml.XPath.XmlDocument","Version":"4.7.0","Feed":"https://api.nuget.org/v3/index.json"}}} \ No newline at end of file diff --git a/xml/PackageInformation/netstandard-2.1-pp.json b/xml/PackageInformation/netstandard-2.1-pp.json index 36e8789b18d..76824d98312 100644 --- a/xml/PackageInformation/netstandard-2.1-pp.json +++ b/xml/PackageInformation/netstandard-2.1-pp.json @@ -1 +1 @@ -{"netstandard-2.1-pp":{"Microsoft.Bcl.AsyncInterfaces":{"Name":"Microsoft.Bcl.AsyncInterfaces","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.HashCode":{"Name":"Microsoft.Bcl.HashCode","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.Memory":{"Name":"Microsoft.Bcl.Memory","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.Numerics":{"Name":"Microsoft.Bcl.Numerics","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Hybrid":{"Name":"Microsoft.Extensions.Caching.Hybrid","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Json":{"Name":"Microsoft.Extensions.Configuration.Json","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection":{"Name":"Microsoft.Extensions.DependencyInjection","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Abstractions":{"Name":"Microsoft.Extensions.DependencyInjection.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting":{"Name":"Microsoft.Extensions.Hosting","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Abstractions":{"Name":"Microsoft.Extensions.Hosting.Abstractions","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Systemd":{"Name":"Microsoft.Extensions.Hosting.Systemd","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.WindowsServices":{"Name":"Microsoft.Extensions.Hosting.WindowsServices","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging":{"Name":"Microsoft.Extensions.Logging","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options":{"Name":"Microsoft.Extensions.Options","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.DataAnnotations":{"Name":"Microsoft.Extensions.Options.DataAnnotations","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.CommandLine.Hosting":{"Name":"System.CommandLine.Hosting","Version":"0.4.0-alpha.22272.1","Feed":"https://api.nuget.org/v3/index.json"},"System.ComponentModel.Annotations":{"Name":"System.ComponentModel.Annotations","Version":"5.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.ComponentModel.Composition.Registration":{"Name":"System.ComponentModel.Composition.Registration","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Context":{"Name":"System.Reflection.Context","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.DispatchProxy":{"Name":"System.Reflection.DispatchProxy","Version":"4.8.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Cng":{"Name":"System.Security.Cryptography.Cng","Version":"5.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Pkcs":{"Name":"System.Security.Cryptography.Pkcs","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Channels":{"Name":"System.Threading.Channels","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Tasks.Dataflow":{"Name":"System.Threading.Tasks.Dataflow","Version":"10.0.0-preview.1.25080.5","Feed":"https://api.nuget.org/v3/index.json"},"System.Utf8String.Experimental":{"Name":"System.Utf8String.Experimental","Version":"5.0.0-preview.7.20364.11","Feed":"https://api.nuget.org/v3/index.json"}}} \ No newline at end of file +{"netstandard-2.1-pp":{"Microsoft.Bcl.AsyncInterfaces":{"Name":"Microsoft.Bcl.AsyncInterfaces","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.HashCode":{"Name":"Microsoft.Bcl.HashCode","Version":"6.0.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.Memory":{"Name":"Microsoft.Bcl.Memory","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Bcl.Numerics":{"Name":"Microsoft.Bcl.Numerics","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Caching.Hybrid":{"Name":"Microsoft.Extensions.Caching.Hybrid","Version":"9.3.0","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Configuration.Json":{"Name":"Microsoft.Extensions.Configuration.Json","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection":{"Name":"Microsoft.Extensions.DependencyInjection","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.DependencyInjection.Abstractions":{"Name":"Microsoft.Extensions.DependencyInjection.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting":{"Name":"Microsoft.Extensions.Hosting","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Abstractions":{"Name":"Microsoft.Extensions.Hosting.Abstractions","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.Systemd":{"Name":"Microsoft.Extensions.Hosting.Systemd","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Hosting.WindowsServices":{"Name":"Microsoft.Extensions.Hosting.WindowsServices","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Logging":{"Name":"Microsoft.Extensions.Logging","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options":{"Name":"Microsoft.Extensions.Options","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"Microsoft.Extensions.Options.DataAnnotations":{"Name":"Microsoft.Extensions.Options.DataAnnotations","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.CommandLine.Hosting":{"Name":"System.CommandLine.Hosting","Version":"0.4.0-alpha.22272.1","Feed":"https://api.nuget.org/v3/index.json"},"System.ComponentModel.Annotations":{"Name":"System.ComponentModel.Annotations","Version":"5.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.ComponentModel.Composition.Registration":{"Name":"System.ComponentModel.Composition.Registration","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.Context":{"Name":"System.Reflection.Context","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Reflection.DispatchProxy":{"Name":"System.Reflection.DispatchProxy","Version":"4.8.1","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Cng":{"Name":"System.Security.Cryptography.Cng","Version":"5.0.0","Feed":"https://api.nuget.org/v3/index.json"},"System.Security.Cryptography.Pkcs":{"Name":"System.Security.Cryptography.Pkcs","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Channels":{"Name":"System.Threading.Channels","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Threading.Tasks.Dataflow":{"Name":"System.Threading.Tasks.Dataflow","Version":"10.0.0-preview.2.25163.2","Feed":"https://api.nuget.org/v3/index.json"},"System.Utf8String.Experimental":{"Name":"System.Utf8String.Experimental","Version":"5.0.0-preview.7.20364.11","Feed":"https://api.nuget.org/v3/index.json"}}} \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-7.0-pp/System.Net.WebSockets.WebSocketProtocol.json b/xml/SourceLinkInformation/net-7.0-pp/System.Net.WebSockets.WebSocketProtocol.json index e68c987ee30..adf4860d446 100644 --- a/xml/SourceLinkInformation/net-7.0-pp/System.Net.WebSockets.WebSocketProtocol.json +++ b/xml/SourceLinkInformation/net-7.0-pp/System.Net.WebSockets.WebSocketProtocol.json @@ -1,17 +1,17 @@ { "Assembly": "System.Net.WebSockets.WebSocketProtocol", - "GUID": "8E2036DC7B354A0E9A7EF723405B9AFFFFFFFFFF", + "GUID": "35DB53650AB44573B1FDB902DDDFC557FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Net.WebSockets.WebSocketProtocol.CreateFromStream(System.IO.Stream,System.Boolean,System.String,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/maintenance-packages/blob/d0c2a5a83211e271826172a6b0510c25a52dbd53/src/System.Net.WebSockets.WebSocketProtocol/src/System/Net/WebSockets/WebSocketProtocol.cs#L17C13-L39C113" + "SourceLink": "https://github.com/dotnet/maintenance-packages/blob/ab95a1f103b49919ba02577a99f3173405bb50ca/src/System.Net.WebSockets.WebSocketProtocol/src/System/Net/WebSockets/WebSocketProtocol.cs#L17C13-L39C113" } ], "DocsId": "T:System.Net.WebSockets.WebSocketProtocol", - "SourceLink": "https://github.com/dotnet/maintenance-packages/blob/d0c2a5a83211e271826172a6b0510c25a52dbd53/src/System.Net.WebSockets.WebSocketProtocol/src/System/Net/WebSockets/WebSocketProtocol.cs" + "SourceLink": "https://github.com/dotnet/maintenance-packages/blob/ab95a1f103b49919ba02577a99f3173405bb50ca/src/System.Net.WebSockets.WebSocketProtocol/src/System/Net/WebSockets/WebSocketProtocol.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Bcl.Cryptography.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Bcl.Cryptography.json index 5ac372f29df..6640e35302e 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Bcl.Cryptography.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Bcl.Cryptography.json @@ -1,141 +1,141 @@ { "Assembly": "Microsoft.Bcl.Cryptography", - "GUID": "B14F10BD729040388449406ED2CEE075FFFFFFFF", + "GUID": "B9977ED4CA2846DFB9300BCA12C83C22FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L14C9-L90C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L14C9-L90C10" }, { "DocsId": "M:System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits.#ctor(System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L14C9-L123C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L14C9-L123C10" }, { "DocsId": "M:System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits.MakeReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L138C13-L139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L138C13-L139C10" }, { "DocsId": "P:System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits.Defaults", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L38C53-L38C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L38C53-L38C57" }, { "DocsId": "P:System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits.DangerousNoLimits", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L63C62-L63C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L63C62-L63C66" }, { "DocsId": "P:System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L131C35-L131C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L131C35-L131C46" }, { "DocsId": "P:System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits.MacIterationLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L161C20-L161C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L161C20-L161C38" }, { "DocsId": "P:System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits.IndividualKdfIterationLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L179C20-L179C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L179C20-L179C48" }, { "DocsId": "P:System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits.TotalKdfIterationLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L197C20-L197C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L197C20-L197C43" }, { "DocsId": "P:System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits.MaxKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L214C20-L214C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L214C20-L214C28" }, { "DocsId": "P:System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits.MaxCertificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L231C20-L231C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L231C20-L231C36" }, { "DocsId": "P:System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits.PreserveStorageProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L256C20-L256C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L256C20-L256C44" }, { "DocsId": "P:System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits.PreserveKeyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L280C20-L280C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L280C20-L280C36" }, { "DocsId": "P:System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits.PreserveCertificateAlias", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L306C20-L306C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L306C20-L306C45" }, { "DocsId": "P:System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits.PreserveUnknownAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L327C20-L327C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L327C20-L327C46" }, { "DocsId": "P:System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits.IgnorePrivateKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L345C20-L345C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L345C20-L345C38" }, { "DocsId": "P:System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits.IgnoreEncryptedAuthSafes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L364C20-L364C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs#L364C20-L364C45" } ], "DocsId": "T:System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoaderLimits.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.X509Certificates.Pkcs12LoadLimitExceededException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoadLimitExceededException.cs#L20C15-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoadLimitExceededException.cs#L20C15-L22C10" } ], "DocsId": "T:System.Security.Cryptography.X509Certificates.Pkcs12LoadLimitExceededException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoadLimitExceededException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/Pkcs12LoadLimitExceededException.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.X509Certificates.X509CertificateLoader.LoadCertificate(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Bcl.Cryptography/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.netstandard.cs#L22C13-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Bcl.Cryptography/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.netstandard.cs#L22C13-L39C10" }, { "DocsId": "M:System.Security.Cryptography.X509Certificates.X509CertificateLoader.LoadCertificate(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Bcl.Cryptography/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.netstandard.cs#L10C13-L17C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Bcl.Cryptography/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.netstandard.cs#L10C13-L17C47" }, { "DocsId": "M:System.Security.Cryptography.X509Certificates.X509CertificateLoader.LoadCertificateFromFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Bcl.Cryptography/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.netstandard.cs#L43C13-L50C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Bcl.Cryptography/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.netstandard.cs#L43C13-L50C47" }, { "DocsId": "M:System.Security.Cryptography.X509Certificates.X509CertificateLoader.LoadPkcs12(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags,System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.cs#L135C13-L142C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.cs#L135C13-L142C78" }, { "DocsId": "M:System.Security.Cryptography.X509Certificates.X509CertificateLoader.LoadPkcs12(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags,System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.cs#L196C24-L208C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.cs#L196C24-L208C10" }, { "DocsId": "M:System.Security.Cryptography.X509Certificates.X509CertificateLoader.LoadPkcs12FromFile(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags,System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.cs#L265C13-L269C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.cs#L265C13-L269C31" }, { "DocsId": "M:System.Security.Cryptography.X509Certificates.X509CertificateLoader.LoadPkcs12FromFile(System.String,System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags,System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.cs#L327C13-L335C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.cs#L327C13-L335C45" }, { "DocsId": "M:System.Security.Cryptography.X509Certificates.X509CertificateLoader.LoadPkcs12Collection(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags,System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.cs#L376C13-L383C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.cs#L376C13-L383C62" }, { "DocsId": "M:System.Security.Cryptography.X509Certificates.X509CertificateLoader.LoadPkcs12Collection(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags,System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.cs#L428C24-L440C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.cs#L428C24-L440C10" }, { "DocsId": "M:System.Security.Cryptography.X509Certificates.X509CertificateLoader.LoadPkcs12CollectionFromFile(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags,System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.cs#L487C13-L491C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.cs#L487C13-L491C31" }, { "DocsId": "M:System.Security.Cryptography.X509Certificates.X509CertificateLoader.LoadPkcs12CollectionFromFile(System.String,System.ReadOnlySpan{System.Char},System.Security.Cryptography.X509Certificates.X509KeyStorageFlags,System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.cs#L539C13-L547C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.cs#L539C13-L547C39" } ], "DocsId": "T:System.Security.Cryptography.X509Certificates.X509CertificateLoader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Bcl.Memory.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Bcl.Memory.json index f5ee04beb2d..e7f79d51a61 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Bcl.Memory.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Bcl.Memory.json @@ -1,113 +1,113 @@ { "Assembly": "Microsoft.Bcl.Memory", - "GUID": "99F2D4085AC5476BB8C1EC638B6651C7FFFFFFFF", + "GUID": "BA75E2FEE93F4705BDA71A3C65F90647FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Buffers.Text.Base64Url.GetMaxDecodedLength(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs#L32C13-L36C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs#L32C13-L36C75" }, { "DocsId": "M:System.Buffers.Text.Base64Url.DecodeFromUtf8(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int32@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs#L67C13-L67C150" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs#L67C13-L67C150" }, { "DocsId": "M:System.Buffers.Text.Base64Url.DecodeFromUtf8InPlace(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs#L86C13-L96C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs#L86C13-L96C33" }, { "DocsId": "M:System.Buffers.Text.Base64Url.DecodeFromUtf8(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs#L117C13-L130C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs#L117C13-L130C64" }, { "DocsId": "M:System.Buffers.Text.Base64Url.TryDecodeFromUtf8(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs#L144C13-L152C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs#L144C13-L152C51" }, { "DocsId": "M:System.Buffers.Text.Base64Url.DecodeFromUtf8(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs#L164C13-L180C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs#L164C13-L180C110" }, { "DocsId": "M:System.Buffers.Text.Base64Url.DecodeFromChars(System.ReadOnlySpan{System.Char},System.Span{System.Byte},System.Int32@,System.Int32@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs#L202C13-L203C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs#L202C13-L203C91" }, { "DocsId": "M:System.Buffers.Text.Base64Url.DecodeFromChars(System.ReadOnlySpan{System.Char},System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs#L334C13-L347C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs#L334C13-L347C64" }, { "DocsId": "M:System.Buffers.Text.Base64Url.TryDecodeFromChars(System.ReadOnlySpan{System.Char},System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs#L361C13-L368C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs#L361C13-L368C51" }, { "DocsId": "M:System.Buffers.Text.Base64Url.DecodeFromChars(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs#L380C13-L395C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs#L380C13-L395C110" }, { "DocsId": "M:System.Buffers.Text.Base64Url.EncodeToUtf8(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int32@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs#L31C13-L31C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs#L31C13-L31C124" }, { "DocsId": "M:System.Buffers.Text.Base64Url.GetEncodedLength(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs#L42C13-L46C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs#L42C13-L46C75" }, { "DocsId": "M:System.Buffers.Text.Base64Url.EncodeToUtf8(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs#L69C13-L77C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs#L69C13-L77C95" }, { "DocsId": "M:System.Buffers.Text.Base64Url.EncodeToUtf8(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs#L88C13-L92C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs#L88C13-L92C32" }, { "DocsId": "M:System.Buffers.Text.Base64Url.EncodeToChars(System.ReadOnlySpan{System.Byte},System.Span{System.Char},System.Int32@,System.Int32@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs#L108C13-L108C158" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs#L108C13-L108C158" }, { "DocsId": "M:System.Buffers.Text.Base64Url.EncodeToChars(System.ReadOnlySpan{System.Byte},System.Span{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs#L120C13-L128C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs#L120C13-L128C95" }, { "DocsId": "M:System.Buffers.Text.Base64Url.EncodeToChars(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs#L139C13-L143C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs#L139C13-L143C32" }, { "DocsId": "M:System.Buffers.Text.Base64Url.EncodeToString(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs#L155C13-L162C16" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs#L155C13-L162C16" }, { "DocsId": "M:System.Buffers.Text.Base64Url.TryEncodeToChars(System.ReadOnlySpan{System.Byte},System.Span{System.Char},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs#L182C13-L184C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs#L182C13-L184C51" }, { "DocsId": "M:System.Buffers.Text.Base64Url.TryEncodeToUtf8(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs#L197C13-L199C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs#L197C13-L199C51" }, { "DocsId": "M:System.Buffers.Text.Base64Url.TryEncodeToUtf8InPlace(System.Span{System.Byte},System.Int32,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs#L215C13-L217C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlEncoder.cs#L215C13-L217C51" }, { "DocsId": "M:System.Buffers.Text.Base64Url.IsValid(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlValidator.cs#L21C13-L21C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlValidator.cs#L21C13-L21C90" }, { "DocsId": "M:System.Buffers.Text.Base64Url.IsValid(System.ReadOnlySpan{System.Char},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlValidator.cs#L34C13-L34C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlValidator.cs#L34C13-L34C102" }, { "DocsId": "M:System.Buffers.Text.Base64Url.IsValid(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlValidator.cs#L43C13-L43C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlValidator.cs#L43C13-L43C94" }, { "DocsId": "M:System.Buffers.Text.Base64Url.IsValid(System.ReadOnlySpan{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlValidator.cs#L53C13-L53C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlValidator.cs#L53C13-L53C106" } ], "DocsId": "T:System.Buffers.Text.Base64Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Buffers/Text/Base64Url/Base64UrlDecoder.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Bcl.TimeProvider.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Bcl.TimeProvider.json index 5070a18355c..517a9d049e7 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Bcl.TimeProvider.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Bcl.TimeProvider.json @@ -1,29 +1,29 @@ { "Assembly": "Microsoft.Bcl.TimeProvider", - "GUID": "A3BAA5463DE2447FA1842B44A424DF43FFFFFFFF", + "GUID": "5DA99D8C288345CAB505E3CB89AD9DCFFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Threading.Tasks.TimeProviderTaskExtensions.Delay(System.TimeProvider,System.TimeSpan,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L52C13-L52C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L52C13-L52C71" }, { "DocsId": "M:System.Threading.Tasks.TimeProviderTaskExtensions.WaitAsync(System.Threading.Tasks.Task,System.TimeSpan,System.TimeProvider,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L136C13-L136C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L136C13-L136C77" }, { "DocsId": "M:System.Threading.Tasks.TimeProviderTaskExtensions.WaitAsync``1(System.Threading.Tasks.Task{``0},System.TimeSpan,System.TimeProvider,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L231C16-L231C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L231C16-L231C72" }, { "DocsId": "M:System.Threading.Tasks.TimeProviderTaskExtensions.CreateCancellationTokenSource(System.TimeProvider,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L259C13-L259C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L259C13-L259C69" } ], "DocsId": "T:System.Threading.Tasks.TimeProviderTaskExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Caching.Abstractions.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Caching.Abstractions.json index f6d1cf9225d..5ab51ac8d57 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Caching.Abstractions.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Caching.Abstractions.json @@ -1,665 +1,665 @@ { "Assembly": "Microsoft.Extensions.Caching.Abstractions", - "GUID": "6DD22EB818EA4BF69525D537285931EAFFFFFFFF", + "GUID": "63F9748150984D73911981CC5C2514C8FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "P:Microsoft.Extensions.Internal.ISystemClock.UtcNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/ISystemClock.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/ISystemClock.cs" } ], "DocsId": "T:Microsoft.Extensions.Internal.ISystemClock", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/ISystemClock.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/ISystemClock.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Internal.SystemClock.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/SystemClock.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/SystemClock.cs" }, { "DocsId": "P:Microsoft.Extensions.Internal.SystemClock.UtcNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/SystemClock.cs#L20C17-L20C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/SystemClock.cs#L20C17-L20C46" } ], "DocsId": "T:Microsoft.Extensions.Internal.SystemClock", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/SystemClock.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/SystemClock.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.HybridCache.GetOrCreateAsync``2(System.String,``0,System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions,System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.HybridCache.GetOrCreateAsync``1(System.String,System.Func{System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``0}},Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions,System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs#L46C12-L46C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs#L46C12-L46C110" }, { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.HybridCache.SetAsync``1(System.String,``0,Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions,System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.HybridCache.RemoveAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.HybridCache.RemoveAsync(System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs#L76C9-L81C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs#L76C9-L81C61" }, { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.HybridCache.RemoveByTagAsync(System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs#L100C9-L105C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs#L100C9-L105C61" }, { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.HybridCache.RemoveByTagAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.HybridCache.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Hybrid.HybridCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags.DisableLocalCacheRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags.DisableLocalCacheWrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags.DisableLocalCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags.DisableDistributedCacheRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags.DisableDistributedCacheWrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags.DisableDistributedCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags.DisableUnderlyingData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags.DisableCompression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryOptions.cs" }, { "DocsId": "P:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions.Expiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryOptions.cs#L20C35-L20C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryOptions.cs#L20C35-L20C39" }, { "DocsId": "P:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions.LocalCacheExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryOptions.cs#L26C45-L26C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryOptions.cs#L26C45-L26C49" }, { "DocsId": "P:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryOptions.cs#L31C43-L31C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryOptions.cs#L31C43-L31C47" } ], "DocsId": "T:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.IHybridCacheSerializer`1.Deserialize(System.Buffers.ReadOnlySequence{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/IHybridCacheSerializer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/IHybridCacheSerializer.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.IHybridCacheSerializer`1.Serialize(`0,System.Buffers.IBufferWriter{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/IHybridCacheSerializer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/IHybridCacheSerializer.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Hybrid.IHybridCacheSerializer`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/IHybridCacheSerializer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/IHybridCacheSerializer.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.IHybridCacheSerializerFactory.TryCreateSerializer``1(Microsoft.Extensions.Caching.Hybrid.IHybridCacheSerializer{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/IHybridCacheSerializerFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/IHybridCacheSerializerFactory.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Hybrid.IHybridCacheSerializerFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/IHybridCacheSerializerFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/IHybridCacheSerializerFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs#L22C13-L23C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs#L22C13-L23C28" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs#L35C13-L36C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs#L35C13-L36C28" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions.SetSlidingExpiration(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs#L49C13-L50C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs#L49C13-L50C28" } ], "DocsId": "T:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs" }, { "DocsId": "P:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions.AbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs#L24C17-L24C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs#L24C17-L24C44" }, { "DocsId": "P:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions.AbsoluteExpirationRelativeToNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs#L39C17-L39C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs#L39C17-L39C57" }, { "DocsId": "P:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions.SlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs#L63C17-L63C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs#L63C17-L63C43" } ], "DocsId": "T:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.Set(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L25C13-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L25C13-L29C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[],System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L42C13-L45C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L42C13-L45C90" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetString(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L57C13-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L57C13-L58C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetString(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L70C13-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L70C13-L74C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetStringAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L87C13-L87C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L87C13-L87C96" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetStringAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L102C13-L105C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L102C13-L105C87" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.GetString(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L116C13-L121C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L116C13-L121C66" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.GetStringAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache.TryGet(System.String,System.Buffers.IBufferWriter{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IBufferDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IBufferDistributedCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache.TryGetAsync(System.String,System.Buffers.IBufferWriter{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IBufferDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IBufferDistributedCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache.Set(System.String,System.Buffers.ReadOnlySequence{System.Byte},Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IBufferDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IBufferDistributedCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache.SetAsync(System.String,System.Buffers.ReadOnlySequence{System.Byte},Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IBufferDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IBufferDistributedCache.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IBufferDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IBufferDistributedCache.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.GetAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.Set(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.SetAsync(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.Refresh(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.RefreshAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.RemoveAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Distributed.IDistributedCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetPriority(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Caching.Memory.CacheItemPriority)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L25C13-L26C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L25C13-L26C26" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.AddExpirationToken(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Primitives.IChangeToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L39C13-L42C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L39C13-L42C26" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L55C13-L56C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L55C13-L56C26" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L69C13-L70C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L69C13-L70C26" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetSlidingExpiration(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L84C13-L85C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L84C13-L85C26" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.RegisterPostEvictionCallback(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Caching.Memory.PostEvictionDelegate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L98C13-L100C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L98C13-L100C90" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.RegisterPostEvictionCallback(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Caching.Memory.PostEvictionDelegate,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L115C13-L117C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L115C13-L117C84" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetValue(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L143C13-L144C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L143C13-L144C26" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetSize(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L157C13-L163C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L157C13-L163C26" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetOptions(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L174C13-L196C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L174C13-L196C26" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.Normal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.High", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.NeverRemove", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.CacheItemPriority", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.Removed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.Replaced", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.Expired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.TokenExpired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.Capacity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.EvictionReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.AbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.AbsoluteExpirationRelativeToNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.SlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.ExpirationTokens", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.PostEvictionCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.ICacheEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Memory.IMemoryCache.TryGetValue(System.Object,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.IMemoryCache.CreateEntry(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.IMemoryCache.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.IMemoryCache.GetCurrentStatistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs#L39C58-L39C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs#L39C58-L39C62" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.IMemoryCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetPriority(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,Microsoft.Extensions.Caching.Memory.CacheItemPriority)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L24C13-L25C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L24C13-L25C28" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetSize(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L38C13-L44C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L38C13-L44C28" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.AddExpirationToken(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,Microsoft.Extensions.Primitives.IChangeToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L57C13-L60C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L57C13-L60C28" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L73C13-L74C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L73C13-L74C28" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L87C13-L88C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L87C13-L88C28" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetSlidingExpiration(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L102C13-L103C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L102C13-L103C28" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.RegisterPostEvictionCallback(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,Microsoft.Extensions.Caching.Memory.PostEvictionDelegate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L116C13-L118C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L116C13-L118C80" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.RegisterPostEvictionCallback(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,Microsoft.Extensions.Caching.Memory.PostEvictionDelegate,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L133C13-L140C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L133C13-L140C28" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L84C64-L96C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L84C64-L96C83" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.AbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L27C17-L27C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L27C17-L27C44" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.AbsoluteExpirationRelativeToNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L42C17-L42C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L42C17-L42C57" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.SlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L66C17-L66C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L66C17-L66C43" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.ExpirationTokens", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L84C55-L84C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L84C55-L84C59" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.PostEvictionCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L89C80-L89C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L89C80-L89C84" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L96C45-L96C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L96C45-L96C49" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L103C20-L103C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L103C20-L103C25" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Get(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L23C13-L24C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L23C13-L24C26" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Get``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L36C13-L36C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L36C13-L36C63" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.TryGetValue``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L49C13-L65C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L49C13-L65C26" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L78C13-L82C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L78C13-L82C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L95C13-L100C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L95C13-L100C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L113C13-L118C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L113C13-L118C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0,Microsoft.Extensions.Primitives.IChangeToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L131C13-L136C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L131C13-L136C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L149C13-L158C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L149C13-L158C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreate``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func{Microsoft.Extensions.Caching.Memory.ICacheEntry,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L170C13-L170C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L170C13-L170C59" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreate``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func{Microsoft.Extensions.Caching.Memory.ICacheEntry,``0},Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L184C13-L197C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L184C13-L197C35" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreateAsync``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func{Microsoft.Extensions.Caching.Memory.ICacheEntry,System.Threading.Tasks.Task{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L210C13-L210C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L210C13-L210C71" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreateAsync``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func{Microsoft.Extensions.Caching.Memory.ICacheEntry,System.Threading.Tasks.Task{``0}},Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.CacheExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L16C9-L16C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L16C9-L16C43" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.CurrentEntryCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L21C41-L21C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L21C41-L21C45" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.CurrentEstimatedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L27C45-L27C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L27C45-L27C49" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.TotalMisses", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L32C35-L32C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L32C35-L32C39" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.TotalHits", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L37C33-L37C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L37C33-L37C37" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration.EvictionCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs#L14C57-L14C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs#L14C57-L14C61" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs#L19C32-L19C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs#L19C32-L19C36" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate.Invoke(System.Object,System.Object,Microsoft.Extensions.Caching.Memory.EvictionReason,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate.BeginInvoke(System.Object,System.Object,Microsoft.Extensions.Caching.Memory.EvictionReason,System.Object,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Caching.Memory.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Caching.Memory.json index be02267e287..870b026a028 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Caching.Memory.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Caching.Memory.json @@ -1,189 +1,189 @@ { "Assembly": "Microsoft.Extensions.Caching.Memory", - "GUID": "D9D13A9FB2F64CA993A5E92DBE8E574FFFFFFFFF", + "GUID": "3FDE86A924BD4268999D352967509D55FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions.AddMemoryCache(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L24C13-L29C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L24C13-L29C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions.AddMemoryCache(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Caching.Memory.MemoryCacheOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L43C13-L49C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L43C13-L49C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions.AddDistributedMemoryCache(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L68C13-L73C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L68C13-L73C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions.AddDistributedMemoryCache(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L95C13-L101C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L95C13-L101C29" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L26C15-L26C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L26C15-L26C68" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions},Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L33C9-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L33C9-L39C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L48C13-L50C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L48C13-L50C48" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.GetAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L61C13-L63C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L61C13-L63C46" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.Set(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L74C13-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L74C13-L85C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.SetAsync(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L97C13-L102C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L97C13-L102C39" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.Refresh(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L111C13-L114C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L111C13-L114C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.RefreshAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L124C13-L127C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L124C13-L127C39" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L136C13-L139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L136C13-L139C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.RemoveAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L149C13-L152C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L149C13-L152C39" } ], "DocsId": "T:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Caching.Memory.MemoryCacheOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L42C15-L42C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L42C15-L42C68" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Caching.Memory.MemoryCacheOptions},Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L49C9-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L49C9-L68C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L75C27-L75C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L75C27-L75C41" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.CreateEntry(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L101C13-L104C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L101C13-L104C46" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.TryGetValue(System.Object,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L207C13-L262C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L207C13-L262C26" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L268C13-L286C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L268C13-L286C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L293C13-L301C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L293C13-L301C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.GetCurrentStatistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L309C13-L321C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L309C13-L321C25" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Compact(System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L528C13-L531C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L528C13-L531C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L617C13-L618C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L617C13-L618C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L626C13-L636C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L626C13-L636C10" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCache.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L80C29-L80C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L80C29-L80C49" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCache.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L86C16-L86C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L86C16-L86C43" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.Microsoft#Extensions#Options#IOptions#get_Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L103C19-L103C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L103C19-L103C31" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L16C9-L29C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L16C9-L29C88" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.Clock", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L24C38-L24C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L24C38-L24C42" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.ExpirationScanFrequency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L29C51-L29C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L29C51-L29C55" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.SizeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L46C20-L46C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L46C20-L46C54" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.CompactOnMemoryPressure", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L63C47-L63C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L63C47-L63C51" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.CompactionPercentage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L70C20-L70C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L70C20-L70C41" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.TrackLinkedCacheEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L90C47-L90C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L90C47-L90C51" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.TrackStatistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L99C39-L99C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L99C39-L99C43" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.Microsoft#Extensions#Options#IOptions#Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L103C19-L103C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L103C19-L103C31" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCacheOptions.cs#L15C15-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCacheOptions.cs#L15C15-L19C10" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCacheOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCacheOptions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.Abstractions.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.Abstractions.json index 8dbb2c8ddee..95949eff79f 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.Abstractions.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.Abstractions.json @@ -1,234 +1,234 @@ { "Assembly": "Microsoft.Extensions.Configuration.Abstractions", - "GUID": "C013FC47868647F699861EF4057AB685FFFFFFFF", + "GUID": "54C89ED6180D4BE1A06E8B279CFC90F6FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.#ctor(System.String,System.String,System.String,Microsoft.Extensions.Configuration.IConfigurationProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L20C13-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L20C13-L24C10" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L29C30-L29C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L29C30-L29C34" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L34C29-L34C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L34C29-L34C33" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L39C32-L39C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L39C32-L39C36" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.ConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L44C63-L44C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L44C63-L44C67" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.Add``1(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L24C13-L26C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L24C13-L26C40" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.GetConnectionString(Microsoft.Extensions.Configuration.IConfiguration,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L38C13-L38C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L38C13-L38C73" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.AsEnumerable(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L46C117-L46C169" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L46C117-L46C169" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.AsEnumerable(Microsoft.Extensions.Configuration.IConfiguration,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.Exists(Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L81C13-L85C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L81C13-L85C73" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.GetRequiredSection(Microsoft.Extensions.Configuration.IConfiguration,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L100C13-L108C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L100C13-L108C88" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationKeyNameAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationKeyNameAttribute.cs#L18C9-L18C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationKeyNameAttribute.cs#L18C9-L18C73" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationKeyNameAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationKeyNameAttribute.cs#L23C30-L23C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationKeyNameAttribute.cs#L23C30-L23C34" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationKeyNameAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationKeyNameAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationKeyNameAttribute.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationPath.Combine(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L27C13-L29C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L27C13-L29C60" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationPath.Combine(System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L39C13-L41C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L39C13-L41C60" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationPath.GetSectionKey(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L52C13-L58C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L52C13-L58C91" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationPath.GetParentPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L68C13-L74C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L68C13-L74C90" }, { "DocsId": "F:Microsoft.Extensions.Configuration.ConfigurationPath.KeyDelimiter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRootExtensions.GetDebugView(Microsoft.Extensions.Configuration.IConfigurationRoot)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationRootExtensions.cs#L22C13-L22C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationRootExtensions.cs#L22C13-L22C59" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRootExtensions.GetDebugView(Microsoft.Extensions.Configuration.IConfigurationRoot,System.Func{Microsoft.Extensions.Configuration.ConfigurationDebugViewContext,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationRootExtensions.cs#L74C13-L78C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationRootExtensions.cs#L74C13-L78C39" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationRootExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationRootExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationRootExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.IConfiguration.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IConfiguration.GetChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IConfiguration.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.IConfiguration.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.IConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationBuilder.Add(Microsoft.Extensions.Configuration.IConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationBuilder.Sources", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationManager.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.TryGet(System.String,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.Set(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.GetChildKeys(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationRoot.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationRoot.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationRoot.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationRoot.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationRoot.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationSection.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationSection.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationSection.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSource.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSource.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.Binder.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.Binder.json index 0e660ef43ae..b57e411689f 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.Binder.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.Binder.json @@ -1,75 +1,75 @@ { "Assembly": "Microsoft.Extensions.Configuration.Binder", - "GUID": "334AD999703A4B08A400F60B1EDD1331FFFFFFFF", + "GUID": "ABD6C603BD45475BAF65C42F41C005A1FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.BinderOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.BinderOptions.BindNonPublicProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs#L17C47-L17C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs#L17C47-L17C51" }, { "DocsId": "P:Microsoft.Extensions.Configuration.BinderOptions.ErrorOnUnknownConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs#L26C51-L26C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs#L26C51-L26C55" } ], "DocsId": "T:Microsoft.Extensions.Configuration.BinderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Get``1(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L38C16-L38C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L38C16-L38C42" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Get``1(Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L53C13-L60C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L53C13-L60C30" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Get(Microsoft.Extensions.Configuration.IConfiguration,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L74C16-L74C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L74C16-L74C45" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Get(Microsoft.Extensions.Configuration.IConfiguration,System.Type,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L93C13-L100C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L93C13-L100C39" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Bind(Microsoft.Extensions.Configuration.IConfiguration,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L113C13-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L113C13-L115C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Bind(Microsoft.Extensions.Configuration.IConfiguration,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L125C16-L125C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L125C16-L125C50" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Bind(Microsoft.Extensions.Configuration.IConfiguration,System.Object,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L137C13-L146C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L137C13-L146C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue``1(Microsoft.Extensions.Configuration.IConfiguration,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L158C13-L158C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L158C13-L158C61" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue``1(Microsoft.Extensions.Configuration.IConfiguration,System.String,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L173C13-L173C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L173C13-L173C78" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue(Microsoft.Extensions.Configuration.IConfiguration,System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L190C13-L190C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L190C13-L190C75" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue(Microsoft.Extensions.Configuration.IConfiguration,System.Type,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L209C13-L218C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L209C13-L218C33" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationBinder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.CommandLine.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.CommandLine.json index ada8cbc9246..ea358913fdb 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.CommandLine.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.CommandLine.json @@ -1,65 +1,65 @@ { "Assembly": "Microsoft.Extensions.Configuration.CommandLine", - "GUID": "871362FFB37E4949A83E2BB1FF1865BFFFFFFFFF", + "GUID": "8735AD0D2E384F7AB0BB3120C73EAC52FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.CommandLineConfigurationExtensions.AddCommandLine(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs#L68C13-L68C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs#L68C13-L68C84" }, { "DocsId": "M:Microsoft.Extensions.Configuration.CommandLineConfigurationExtensions.AddCommandLine(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String[],System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs#L157C13-L158C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs#L157C13-L158C41" }, { "DocsId": "M:Microsoft.Extensions.Configuration.CommandLineConfigurationExtensions.AddCommandLine(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs#L168C16-L168C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs#L168C16-L168C44" } ], "DocsId": "T:Microsoft.Extensions.Configuration.CommandLineConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider.#ctor(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs#L21C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs#L21C9-L31C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs#L43C13-L133C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs#L43C13-L133C10" }, { "DocsId": "P:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider.Args", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs#L36C46-L36C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs#L36C46-L36C50" } ], "DocsId": "T:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L31C13-L31C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L31C13-L31C79" }, { "DocsId": "M:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L22C57-L22C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L22C57-L22C78" }, { "DocsId": "P:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource.SwitchMappings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L17C62-L17C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L17C62-L17C66" }, { "DocsId": "P:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource.Args", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L22C43-L22C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L22C43-L22C47" } ], "DocsId": "T:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.EnvironmentVariables.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.EnvironmentVariables.json index 6c61c85c195..c4d10f384df 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.EnvironmentVariables.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.EnvironmentVariables.json @@ -1,65 +1,65 @@ { "Assembly": "Microsoft.Extensions.Configuration.EnvironmentVariables", - "GUID": "74DE9279926F46FF96416605776AED6CFFFFFFFF", + "GUID": "B9BD6DEE802E480EBBECD5512AEB4444FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariablesExtensions.AddEnvironmentVariables(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs#L21C13-L22C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs#L21C13-L22C41" }, { "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariablesExtensions.AddEnvironmentVariables(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs#L36C13-L37C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs#L36C13-L37C41" }, { "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariablesExtensions.AddEnvironmentVariables(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs#L47C16-L47C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs#L47C16-L47C44" } ], "DocsId": "T:Microsoft.Extensions.Configuration.EnvironmentVariablesExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L26C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L26C9-L30C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L36C9-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L36C9-L40C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L46C13-L46C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L46C13-L46C56" }, { "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L54C13-L59C22" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L54C13-L59C22" } ], "DocsId": "T:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs#L23C13-L23C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs#L23C13-L23C74" }, { "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource.Prefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs#L14C33-L14C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs#L14C33-L14C37" } ], "DocsId": "T:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.FileExtensions.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.FileExtensions.json index aab9703f064..2eca82dab02 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.FileExtensions.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.FileExtensions.json @@ -1,135 +1,135 @@ { "Assembly": "Microsoft.Extensions.Configuration.FileExtensions", - "GUID": "1D69F3BDF2D9444FAA08164CFD07D9C0FFFFFFFF", + "GUID": "FB5FB9E0D89443B7BC43668DB0CBA0FAFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.SetFileProvider(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.FileProviders.IFileProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L25C13-L29C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L25C13-L29C28" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.GetFileProvider(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L39C13-L46C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L39C13-L46C87" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.SetBasePath(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L57C13-L60C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L57C13-L60C80" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.SetFileLoadExceptionHandler(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.FileLoadExceptionContext})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L71C13-L74C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L71C13-L74C28" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.GetFileLoadExceptionHandler(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L84C13-L90C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L84C13-L90C25" } ], "DocsId": "T:Microsoft.Extensions.Configuration.FileConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.FileConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L26C9-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L26C9-L42C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L54C16-L54C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L54C16-L54C103" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L127C13-L128C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L127C13-L128C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L156C34-L156C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L156C34-L156C47" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L164C13-L165C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L164C13-L165C10" }, { "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationProvider.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L47C49-L47C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L47C49-L47C53" } ], "DocsId": "T:Microsoft.Extensions.Configuration.FileConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationSource.EnsureDefaults(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L66C13-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L66C13-L68C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationSource.ResolveFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L75C13-L92C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L75C13-L92C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L46C48-L46C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L46C48-L46C51" }, { "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.FileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L19C46-L19C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L19C46-L19C50" }, { "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L25C31-L25C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L25C31-L25C35" }, { "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.Optional", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L30C32-L30C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L30C32-L30C36" }, { "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.ReloadOnChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L35C38-L35C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L35C38-L35C42" }, { "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.ReloadDelay", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L46C34-L46C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L46C34-L46C38" }, { "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.OnLoadException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L51C68-L51C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L51C68-L51C72" } ], "DocsId": "T:Microsoft.Extensions.Configuration.FileConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.FileLoadExceptionContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.FileLoadExceptionContext.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs#L16C53-L16C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs#L16C53-L16C57" }, { "DocsId": "P:Microsoft.Extensions.Configuration.FileLoadExceptionContext.Exception", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs#L21C38-L21C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs#L21C38-L21C42" }, { "DocsId": "P:Microsoft.Extensions.Configuration.FileLoadExceptionContext.Ignore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs#L29C30-L29C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs#L29C30-L29C34" } ], "DocsId": "T:Microsoft.Extensions.Configuration.FileLoadExceptionContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.Ini.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.Ini.json index cd9338e1d59..0078e068490 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.Ini.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.Ini.json @@ -1,97 +1,97 @@ { "Assembly": "Microsoft.Extensions.Configuration.Ini", - "GUID": "9D17FC83CA3148299CB3E45B9C65888BFFFFFFFF", + "GUID": "A629D1F1496A459B829F1F42F0DE5F18FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L25C13-L25C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L25C13-L25C108" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L38C13-L38C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L38C13-L38C111" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L52C13-L52C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L52C13-L52C120" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.FileProviders.IFileProvider,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L67C13-L81C16" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L67C13-L81C16" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.Ini.IniConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L91C16-L91C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L91C16-L91C44" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniStream(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L101C13-L103C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L101C13-L103C86" } ], "DocsId": "T:Microsoft.Extensions.Configuration.IniConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Ini.IniConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationProvider.cs#L26C74-L26C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationProvider.cs#L26C74-L26C90" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationProvider.cs#L33C16-L33C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationProvider.cs#L33C16-L33C66" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Ini.IniConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationSource.cs#L27C13-L28C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationSource.cs#L27C13-L28C55" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationSource.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Ini.IniConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationSource.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs#L19C86-L19C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs#L19C86-L19C102" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationProvider.Read(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs#L28C13-L84C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs#L28C13-L84C25" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs#L93C13-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs#L93C13-L94C10" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationSource.cs#L26C16-L26C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationSource.cs#L26C16-L26C56" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationSource.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationSource.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.Json.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.Json.json index bec280f8ca9..1f27212fa3b 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.Json.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.Json.json @@ -1,93 +1,93 @@ { "Assembly": "Microsoft.Extensions.Configuration.Json", - "GUID": "2EF6F13A8ED14BC697C6CF37AB37E775FFFFFFFF", + "GUID": "AD04314695C048AD8370400A106234BAFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L25C13-L25C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L25C13-L25C109" }, { "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L38C13-L38C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L38C13-L38C112" }, { "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L52C13-L52C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L52C13-L52C121" }, { "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.FileProviders.IFileProvider,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L67C13-L81C16" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L67C13-L81C16" }, { "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.Json.JsonConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L91C16-L91C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L91C16-L91C44" }, { "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonStream(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L101C13-L103C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L101C13-L103C87" } ], "DocsId": "T:Microsoft.Extensions.Configuration.JsonConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Json.JsonConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationProvider.cs#L20C76-L20C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationProvider.cs#L20C76-L20C92" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationProvider.cs#L30C17-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationProvider.cs#L30C17-L36C10" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationSource.cs#L20C13-L21C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationSource.cs#L20C13-L21C56" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationSource.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Json.JsonConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationSource.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationProvider.cs#L17C88-L17C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationProvider.cs#L17C88-L17C104" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationProvider.cs#L25C13-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationProvider.cs#L25C13-L26C10" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationSource.cs#L17C16-L17C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationSource.cs#L17C16-L17C57" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationSource.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationSource.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.UserSecrets.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.UserSecrets.json index ce5021552ce..db777776f2c 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.UserSecrets.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.UserSecrets.json @@ -1,73 +1,73 @@ { "Assembly": "Microsoft.Extensions.Configuration.UserSecrets", - "GUID": "D385D2A5CEE44A1A954DF95199553D59FFFFFFFF", + "GUID": "32D5BA18DB9244948974C26D98858751FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets``1(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L32C16-L32C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L32C16-L32C103" }, { "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets``1(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L50C16-L50C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L50C16-L50C97" }, { "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets``1(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L69C16-L69C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L69C16-L69C90" }, { "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L85C16-L85C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L85C16-L85C93" }, { "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Reflection.Assembly,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L102C16-L102C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L102C16-L102C87" }, { "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Reflection.Assembly,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L121C13-L135C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L121C13-L135C34" }, { "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L150C16-L150C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L150C16-L150C82" }, { "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L165C16-L165C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L165C16-L165C90" } ], "DocsId": "T:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.UserSecrets.PathHelper.GetSecretsPathFromSecretsId(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PathHelper.cs#L27C13-L27C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PathHelper.cs#L27C13-L27C92" }, { "DocsId": "M:Microsoft.Extensions.Configuration.UserSecrets.PathHelper.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PathHelper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PathHelper.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.UserSecrets.PathHelper", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PathHelper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PathHelper.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsIdAttribute.cs#L23C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsIdAttribute.cs#L23C9-L31C10" }, { "DocsId": "P:Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute.UserSecretsId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsIdAttribute.cs#L36C39-L36C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsIdAttribute.cs#L36C39-L36C43" } ], "DocsId": "T:Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsIdAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsIdAttribute.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.Xml.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.Xml.json index 7d59fd6dc9e..415cb9ea070 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.Xml.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.Xml.json @@ -1,119 +1,119 @@ { "Assembly": "Microsoft.Extensions.Configuration.Xml", - "GUID": "54D71B2C828B46D98586F45803B8F1CFFFFFFFFF", + "GUID": "4800B0B2A5C54C96AA83362B2D793E40FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L28C13-L28C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L28C13-L28C108" }, { "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L43C13-L43C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L43C13-L43C111" }, { "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L59C13-L59C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L59C13-L59C120" }, { "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.FileProviders.IFileProvider,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L76C13-L90C16" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L76C13-L90C16" }, { "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L102C16-L102C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L102C16-L102C44" }, { "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlStream(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L114C13-L116C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L114C13-L116C86" } ], "DocsId": "T:Microsoft.Extensions.Configuration.XmlConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationProvider.cs#L22C65-L20C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationProvider.cs#L22C65-L20C90" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationProvider.cs#L30C13-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationProvider.cs#L30C13-L31C10" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationSource.cs#L22C13-L23C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationSource.cs#L22C13-L23C55" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationSource.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationSource.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs#L32C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs#L32C9-L35C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor.CreateDecryptingXmlReader(System.IO.Stream,System.Xml.XmlReaderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs#L66C13-L91C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs#L66C13-L91C62" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor.DecryptDocumentAndCreateXmlReader(System.Xml.XmlDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs#L106C13-L117C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs#L106C13-L117C62" }, { "DocsId": "F:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs#L31C86-L31C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs#L31C86-L31C102" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider.Read(System.IO.Stream,Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs#L41C13-L180C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs#L41C13-L180C47" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs#L189C13-L190C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs#L189C13-L190C10" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationSource.cs#L21C16-L21C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationSource.cs#L21C16-L21C56" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationSource.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationSource.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.json index 1086bf3b93d..6db2df63472 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Configuration.json @@ -1,425 +1,425 @@ { "Assembly": "Microsoft.Extensions.Configuration", - "GUID": "5C77C9F48ED94DD791A0D2AF5DBDD4D5FFFFFFFF", + "GUID": "E4EE59074BB64490AAD5C6158C1E8C4CFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ChainedBuilderExtensions.AddConfiguration(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedBuilderExtensions.cs#L21C16-L21C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedBuilderExtensions.cs#L21C16-L21C97" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ChainedBuilderExtensions.AddConfiguration(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.Configuration.IConfiguration,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedBuilderExtensions.cs#L32C13-L40C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedBuilderExtensions.cs#L32C13-L40C41" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ChainedBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.ChainedConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L22C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L22C9-L28C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.TryGet(System.String,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L43C13-L44C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L43C13-L44C49" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Set(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L52C55-L52C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L52C55-L52C75" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L58C49-L58C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L58C49-L58C73" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L63C30-L63C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L63C30-L63C31" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.GetChildKeys(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L77C13-L85C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L77C13-L85C25" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L91C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L91C13-L95C10" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L33C48-L33C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L33C48-L33C55" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ChainedConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs#L31C16-L31C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs#L31C16-L31C54" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ChainedConfigurationSource.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs#L17C48-L17C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs#L17C48-L17C52" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ChainedConfigurationSource.ShouldDisposeConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs#L23C50-L23C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs#L23C50-L23C54" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ChainedConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBuilder.Add(Microsoft.Extensions.Configuration.IConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L34C13-L37C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L34C13-L37C25" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L47C13-L53C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L47C13-L53C53" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L14C9-L25C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L14C9-L25C98" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationBuilder.Sources", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L19C55-L19C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L19C55-L19C63" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L25C57-L25C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L25C57-L25C61" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationKeyComparer.Compare(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs#L32C13-L59C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs#L32C13-L59C65" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationKeyComparer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationKeyComparer.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs#L19C59-L19C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs#L19C59-L19C63" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationKeyComparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L33C9-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L33C9-L50C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L68C64-L68C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L68C64-L68C99" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.GetChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L71C68-L71C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L71C68-L71C104" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationBuilder#get_Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L73C73-L73C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L73C73-L73C84" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationRoot#get_Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L81C77-L81C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L81C77-L81C122" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L86C13-L88C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L86C13-L88C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationBuilder#Add(Microsoft.Extensions.Configuration.IConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L92C13-L95C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L92C13-L95C25" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationBuilder#Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L98C61-L98C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L98C61-L98C65" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfiguration#GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L100C57-L100C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L100C57-L100C69" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationRoot#Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L104C20-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L104C20-L113C10" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationManager.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L57C17-L59C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L57C17-L59C14" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationBuilder#Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L73C73-L73C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L73C73-L73C84" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationManager.Sources", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L76C55-L76C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L76C55-L76C63" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationRoot#Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L81C77-L81C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L81C77-L81C122" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L17C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L17C9-L25C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.TryGet(System.String,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L39C16-L39C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L39C16-L39C48" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.Set(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L47C16-L47C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L47C16-L47C33" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L53C11-L53C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L53C11-L53C12" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.GetChildKeys(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L65C13-L93C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L65C13-L93C28" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L109C13-L109C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L109C13-L109C33" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.OnReload", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L117C13-L119C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L117C13-L119C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L125C46-L125C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L125C46-L125C60" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationProvider.Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L30C55-L30C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L30C55-L30C59" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationReloadToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L39C13-L44C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L39C13-L44C23" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationReloadToken.OnReload", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L50C35-L50C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L50C35-L50C48" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationReloadToken.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L16C9-L22C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L16C9-L22C71" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationReloadToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L22C45-L22C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L22C45-L22C49" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationReloadToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L28C35-L28C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L28C35-L28C63" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.#ctor(System.Collections.Generic.IList{Microsoft.Extensions.Configuration.IConfigurationProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L21C9-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L21C9-L38C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.GetChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L60C68-L60C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L60C68-L60C104" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L66C49-L66C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L66C49-L66C61" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L78C16-L78C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L78C16-L78C51" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L85C57-L90C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L85C57-L90C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L102C50-L112C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L102C50-L112C10" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationRoot.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L43C65-L43C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L43C65-L43C75" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationRoot.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L52C20-L52C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L52C20-L52C53" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationSection.#ctor(Microsoft.Extensions.Configuration.IConfigurationRoot,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L27C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L27C9-L34C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationSection.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L89C64-L89C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L89C64-L89C125" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationSection.GetChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L95C68-L95C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L95C68-L95C105" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationSection.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L101C49-L101C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L101C49-L101C71" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationSection.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L39C31-L39C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L39C31-L39C36" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationSection.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L46C13-L46C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L46C13-L46C60" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationSection.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L55C17-L55C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L55C17-L55C36" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationSection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L72C17-L72C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L72C17-L72C75" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.MemoryConfigurationBuilderExtensions.AddInMemoryCollection(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationBuilderExtensions.cs#L22C13-L25C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationBuilderExtensions.cs#L22C13-L25C41" }, { "DocsId": "M:Microsoft.Extensions.Configuration.MemoryConfigurationBuilderExtensions.AddInMemoryCollection(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationBuilderExtensions.cs#L38C13-L41C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationBuilderExtensions.cs#L38C13-L41C41" } ], "DocsId": "T:Microsoft.Extensions.Configuration.MemoryConfigurationBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.StreamConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs#L25C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs#L25C9-L30C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs#L46C13-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs#L46C13-L58C10" }, { "DocsId": "P:Microsoft.Extensions.Configuration.StreamConfigurationProvider.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs#L17C51-L17C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs#L17C51-L17C55" } ], "DocsId": "T:Microsoft.Extensions.Configuration.StreamConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.StreamConfigurationSource.Stream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs#L18C33-L18C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs#L18C33-L18C37" } ], "DocsId": "T:Microsoft.Extensions.Configuration.StreamConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L21C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L21C9-L34C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider.Add(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L43C13-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L43C13-L44C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L52C13-L52C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L52C13-L52C41" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L61C13-L61C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L61C13-L61C36" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs#L25C13-L25C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs#L25C13-L25C58" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource.InitialData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs#L16C74-L16C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs#L16C74-L16C78" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.DependencyInjection.Abstractions.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.DependencyInjection.Abstractions.json index dd09eef7876..7d7314e0553 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.DependencyInjection.Abstractions.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.DependencyInjection.Abstractions.json @@ -1,1004 +1,1004 @@ { "Assembly": "Microsoft.Extensions.DependencyInjection.Abstractions", - "GUID": "98EC24D0432C41F69B505DAE584A16EAFFFFFFFF", + "GUID": "BC23F773F1CD475D8D84A0AF39AF96E8FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(System.IServiceProvider,System.Type,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L52C13-L192C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L52C13-L192C53" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateFactory(System.Type,System.Type[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L281C13-L298C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L281C13-L298C27" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateFactory``1(System.Type[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L318C13-L331C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L318C13-L331C27" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance``1(System.IServiceProvider,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L352C13-L352C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L352C13-L352C71" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetServiceOrCreateInstance``1(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L363C13-L363C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L363C13-L363C71" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetServiceOrCreateInstance(System.IServiceProvider,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L376C13-L376C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L376C13-L376C80" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ActivatorUtilities", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesConstructorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilitiesConstructorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilitiesConstructorAttribute.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesConstructorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilitiesConstructorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilitiesConstructorAttribute.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.AsyncServiceScope.#ctor(Microsoft.Extensions.DependencyInjection.IServiceScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L25C13-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L25C13-L28C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.AsyncServiceScope.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L36C13-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L36C13-L37C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.AsyncServiceScope.DisposeAsync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L42C13-L49C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L42C13-L49C28" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.AsyncServiceScope.ServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L31C52-L31C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L31C52-L31C81" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.AsyncServiceScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.FromKeyedServicesAttribute.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/FromKeyedServicesAttribute.cs#L18C9-L18C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/FromKeyedServicesAttribute.cs#L18C9-L18C67" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.FromKeyedServicesAttribute.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/FromKeyedServicesAttribute.cs#L23C29-L23C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/FromKeyedServicesAttribute.cs#L23C29-L23C33" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.FromKeyedServicesAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/FromKeyedServicesAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/FromKeyedServicesAttribute.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.IKeyedServiceProvider.GetKeyedService(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.IKeyedServiceProvider.GetRequiredKeyedService(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.IKeyedServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.DependencyInjection.KeyedService.AnyKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs#L42C39-L42C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs#L42C39-L42C43" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.KeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceCollection.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceProviderFactory`1.CreateBuilder(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderFactory.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceProviderFactory`1.CreateServiceProvider(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderFactory.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceProviderFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceProviderIsKeyedService.IsKeyedService(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsKeyedService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsKeyedService.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceProviderIsKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsKeyedService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsKeyedService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceProviderIsService.IsService(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsService.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceProviderIsService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsService.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.DependencyInjection.IServiceScope.ServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScope.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScope.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceScopeFactory.CreateScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScopeFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScopeFactory.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceScopeFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScopeFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScopeFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ISupportRequiredService.GetRequiredService(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ISupportRequiredService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ISupportRequiredService.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ISupportRequiredService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ISupportRequiredService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ISupportRequiredService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory.Invoke(System.IServiceProvider,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory.BeginInvoke(System.IServiceProvider,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ObjectFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory`1.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory`1.Invoke(System.IServiceProvider,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory`1.BeginInvoke(System.IServiceProvider,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory`1.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ObjectFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L44C13-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L44C13-L46C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Contains(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L51C13-L51C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L51C13-L51C48" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.CopyTo(Microsoft.Extensions.DependencyInjection.ServiceDescriptor[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L57C13-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L57C13-L58C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Remove(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L63C13-L64C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L63C13-L64C46" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L70C13-L70C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L70C13-L70C49" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.System#Collections#Generic#ICollection#Add(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L75C13-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L75C13-L77C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L81C13-L81C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L81C13-L81C36" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.IndexOf(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L87C13-L87C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L87C13-L87C47" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Insert(System.Int32,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L93C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L93C13-L95C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L100C13-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L100C13-L102C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.MakeReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L112C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L112C13-L113C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L18C9-L18C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L18C9-L18C95" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L22C29-L22C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L22C29-L22C47" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L25C35-L25C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L25C35-L25C46" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L32C17-L32C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L32C17-L32C44" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L29C13-L33C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L29C13-L33C94" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L51C13-L55C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L51C13-L55C97" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L72C13-L74C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L72C13-L74C85" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L89C13-L92C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L89C13-L92C68" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L106C13-L108C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L106C13-L108C60" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L126C13-L129C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L126C13-L129C83" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L150C13-L153C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L150C13-L153C83" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L171C13-L175C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L171C13-L175C91" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L193C13-L197C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L193C13-L197C94" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L214C13-L216C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L214C13-L216C82" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L231C13-L234C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L231C13-L234C65" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L248C13-L250C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L248C13-L250C57" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L268C13-L271C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L268C13-L271C80" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L292C13-L295C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L292C13-L295C80" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L314C13-L318C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L314C13-L318C94" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L336C13-L340C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L336C13-L340C97" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L357C13-L359C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L357C13-L359C85" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L374C13-L377C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L374C13-L377C68" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L391C13-L393C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L391C13-L393C60" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L411C13-L414C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L411C13-L414C83" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L435C13-L438C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L435C13-L438C83" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L456C13-L462C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L456C13-L462C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L479C13-L482C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L479C13-L482C84" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L31C13-L35C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L31C13-L35C111" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L55C13-L59C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L55C13-L59C114" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L79C13-L81C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L79C13-L81C102" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L98C13-L101C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L98C13-L101C85" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L118C13-L120C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L118C13-L120C77" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L140C13-L143C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L140C13-L143C100" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L166C13-L169C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L166C13-L169C100" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L189C13-L193C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L189C13-L193C108" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L213C13-L217C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L213C13-L217C111" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L237C13-L239C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L237C13-L239C99" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L256C13-L259C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L256C13-L259C82" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L276C13-L278C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L276C13-L278C74" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L298C13-L301C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L298C13-L301C97" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L324C13-L327C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L324C13-L327C97" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L347C13-L351C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L347C13-L351C111" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L371C13-L375C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L371C13-L375C114" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L395C13-L397C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L395C13-L397C102" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L414C13-L417C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L414C13-L417C85" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L434C13-L436C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L434C13-L436C95" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L456C13-L459C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L456C13-L459C100" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L482C13-L485C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L482C13-L485C100" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L505C13-L511C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L505C13-L511C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L530C13-L533C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L530C13-L533C101" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L26C15-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L26C15-L28C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Object,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L42C15-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L42C15-L48C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L59C15-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L59C15-L61C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L74C15-L80C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L74C15-L80C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Func{System.IServiceProvider,System.Object},Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L92C15-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L92C15-L98C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object},Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L112C15-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L112C15-L127C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L252C13-L282C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L252C13-L282C97" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L343C13-L343C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L343C13-L343C94" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedTransient``2(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L359C13-L359C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L359C13-L359C100" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L374C13-L377C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L374C13-L377C85" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedTransient(System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L394C13-L397C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L394C13-L397C102" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient``2(System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L415C13-L417C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L415C13-L417C97" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedTransient``2(System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L437C13-L439C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L437C13-L439C114" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient``1(System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L453C13-L455C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L453C13-L455C97" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedTransient``1(System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L470C13-L472C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L470C13-L472C114" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient(System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L485C13-L488C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L485C13-L488C88" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedTransient(System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L502C13-L505C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L502C13-L505C105" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L520C13-L520C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L520C13-L520C91" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedScoped``2(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L536C13-L536C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L536C13-L536C97" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L551C13-L551C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L551C13-L551C82" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedScoped(System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L568C13-L568C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L568C13-L568C99" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped``2(System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L586C13-L588C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L586C13-L588C94" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedScoped``2(System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L608C13-L610C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L608C13-L610C111" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped``1(System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L624C13-L626C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L624C13-L626C94" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedScoped``1(System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L641C13-L643C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L641C13-L643C111" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped(System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L656C13-L659C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L656C13-L659C85" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedScoped(System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L673C13-L676C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L673C13-L676C102" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L691C13-L691C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L691C13-L691C94" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton``2(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L708C13-L708C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L708C13-L708C100" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L723C13-L726C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L723C13-L726C85" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton(System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L743C13-L746C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L743C13-L746C102" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton``2(System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L764C13-L766C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L764C13-L766C97" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton``2(System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L786C13-L788C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L786C13-L788C114" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton``1(System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L802C13-L804C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L802C13-L804C97" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton``1(System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L821C13-L823C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L821C13-L823C114" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton(System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L838C13-L841C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L838C13-L841C92" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton(System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L858C13-L861C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L858C13-L861C109" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L875C13-L877C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L875C13-L877C109" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton``1(System.Object,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L894C13-L896C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L894C13-L896C89" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L911C13-L914C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L911C13-L914C79" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton(System.Type,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L931C13-L934C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L931C13-L934C91" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Describe(System.Type,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L964C13-L964C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L964C13-L964C85" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.DescribeKeyed(System.Type,System.Object,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L983C13-L983C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L983C13-L983C97" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Describe(System.Type,System.Func{System.IServiceProvider,System.Object},Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L997C13-L997C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L997C13-L997C88" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.DescribeKeyed(System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object},Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L1012C13-L1012C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L1012C13-L1012C100" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Lifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L139C43-L139C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L139C43-L139C47" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ServiceKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L144C37-L144C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L144C37-L144C41" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ServiceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L149C35-L149C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L149C35-L149C39" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L162C44-L162C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L162C44-L162C87" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L176C17-L180C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L176C17-L180C44" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ImplementationInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L193C51-L193C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L193C51-L193C98" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedImplementationInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L206C17-L210C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L206C17-L210C48" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ImplementationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L223C73-L223C153" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L223C73-L223C153" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedImplementationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L236C17-L240C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L236C17-L240C89" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.IsKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L247C39-L247C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L247C39-L247C57" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceKeyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceKeyAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceKeyAttribute.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceKeyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceKeyAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceKeyAttribute.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" }, { "DocsId": "F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.Singleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" }, { "DocsId": "F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.Scoped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" }, { "DocsId": "F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.Transient", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetKeyedService``1(System.IServiceProvider,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L24C13-L31C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L24C13-L31C79" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetKeyedService(System.IServiceProvider,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L43C13-L51C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L43C13-L51C79" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetRequiredKeyedService(System.IServiceProvider,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L64C13-L72C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L64C13-L72C79" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetRequiredKeyedService``1(System.IServiceProvider,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L85C13-L87C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L85C13-L87C79" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetKeyedServices``1(System.IServiceProvider,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L99C13-L101C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L99C13-L101C81" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetKeyedServices(System.IServiceProvider,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L114C13-L118C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L114C13-L118C105" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetService``1(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L23C13-L25C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L23C13-L25C55" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(System.IServiceProvider,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L37C13-L51C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L37C13-L51C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService``1(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L63C13-L65C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L63C13-L65C62" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetServices``1(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L76C13-L78C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L76C13-L78C66" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetServices(System.IServiceProvider,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L90C13-L94C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L90C13-L94C88" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.CreateScope(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L104C13-L104C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L104C13-L104C86" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.CreateAsyncScope(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L114C13-L114C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L114C13-L114C66" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.CreateAsyncScope(Microsoft.Extensions.DependencyInjection.IServiceScopeFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L124C13-L124C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L124C13-L124C77" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.Add(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L25C13-L29C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L25C13-L29C31" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.Add(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyInjection.ServiceDescriptor})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L42C13-L50C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L42C13-L50C31" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L63C13-L78C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L63C13-L78C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyInjection.ServiceDescriptor})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L90C13-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L90C13-L97C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L109C13-L114C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L109C13-L114C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L129C13-L135C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L129C13-L135C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L150C13-L156C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L150C13-L156C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L167C13-L170C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L167C13-L170C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L184C13-L187C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L184C13-L187C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L202C13-L203C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L202C13-L203C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L215C13-L220C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L215C13-L220C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L235C13-L241C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L235C13-L241C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L256C13-L262C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L256C13-L262C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L273C13-L276C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L273C13-L276C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L290C13-L293C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L290C13-L293C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L308C13-L309C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L308C13-L309C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L321C13-L326C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L321C13-L326C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L341C13-L347C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L341C13-L347C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L362C13-L368C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L362C13-L368C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L379C13-L382C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L379C13-L382C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L396C13-L399C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L396C13-L399C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L412C13-L417C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L412C13-L417C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L432C13-L433C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L432C13-L433C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddEnumerable(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L456C13-L485C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L456C13-L485C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddEnumerable(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyInjection.ServiceDescriptor})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L508C13-L515C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L508C13-L515C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.Replace(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L528C13-L543C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L528C13-L543C31" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.RemoveAll``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L553C13-L553C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L553C13-L553C53" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.RemoveAll(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L564C13-L575C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L564C13-L575C31" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L24C13-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L24C13-L29C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L46C13-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L46C13-L52C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L69C13-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L69C13-L75C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L87C13-L90C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L87C13-L90C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L105C13-L108C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L105C13-L108C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L125C13-L126C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L125C13-L126C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L140C13-L145C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L140C13-L145C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L162C13-L168C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L162C13-L168C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L185C13-L191C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L185C13-L191C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L203C13-L206C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L203C13-L206C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L221C13-L224C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L221C13-L224C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L241C13-L242C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L241C13-L242C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L256C13-L261C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L256C13-L261C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L278C13-L284C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L278C13-L284C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L301C13-L307C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L301C13-L307C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L319C13-L322C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L319C13-L322C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L337C13-L340C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L337C13-L340C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L354C13-L359C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L354C13-L359C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L376C13-L377C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L376C13-L377C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.RemoveAllKeyed``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L387C13-L387C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L387C13-L387C70" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.RemoveAllKeyed(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L399C13-L410C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L399C13-L410C31" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.DependencyInjection.Specification.Tests.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.DependencyInjection.Specification.Tests.json index c2fe6797246..83b65c754d0 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.DependencyInjection.Specification.Tests.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.DependencyInjection.Specification.Tests.json @@ -1,1388 +1,1388 @@ { "Assembly": "Microsoft.Extensions.DependencyInjection.Specification.Tests", - "GUID": "C25C4A1E7B4441C4B7B09079984B8A69FFFFFFFF", + "GUID": "492F40990BE24C59AB0CD6020012B397FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ClassWithInternalConstructor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithInternalConstructor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithInternalConstructor.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorEnablesYouToCreateAnyTypeWithServicesEvenWhenNotInIocContainer(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L49C13-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L49C13-L56C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorAcceptsAnyNumberOfAdditionalConstructorParametersToProvide(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L63C13-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L63C13-L74C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorWorksWithStaticCtor(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L81C13-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L81C13-L87C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorWorksWithCtorWithOptionalArgs(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L94C13-L103C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L94C13-L103C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorWorksWithCtorWithOptionalArgs_WithStructDefaults(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L110C13-L123C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L110C13-L123C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorCanDisambiguateConstructorsWithUniqueArguments(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L130C13-L142C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L130C13-L142C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorRequiresPublicConstructor(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L154C13-L164C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L154C13-L164C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorRequiresAllArgumentsCanBeAccepted(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L171C13-L184C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L171C13-L184C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorRethrowsOriginalExceptionFromConstructor(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L191C13-L203C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L191C13-L203C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorCreateFactoryDoesNotAllowForAmbiguousConstructorMatches(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L211C13-L221C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L211C13-L221C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorCreateInstanceUsesLongestAvailableConstructor(System.Object,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L229C13-L252C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L229C13-L252C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorUsesMarkedConstructor(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L259C13-L268C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L259C13-L268C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorThrowsOnMultipleMarkedCtors(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L275C13-L283C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L275C13-L283C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorThrowsWhenMarkedCtorDoesntAcceptArguments(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L290C13-L298C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L290C13-L298C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.GetServiceOrCreateInstanceRegisteredServiceTransient", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L304C13-L324C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L304C13-L324C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.GetServiceOrCreateInstanceRegisteredServiceSingleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L329C13-L351C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L329C13-L351C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.GetServiceOrCreateInstanceUnregisteredService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L356C13-L379C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L356C13-L379C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.UnRegisteredServiceAsConstructorParameterThrowsException(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L385C13-L394C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L385C13-L394C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstance_WithAbstractTypeAndPublicConstructor_ThrowsCorrectException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L400C13-L407C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L400C13-L407C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstance_CapturesInnerException_OfTargetInvocationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L413C13-L419C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L413C13-L419C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ServicesRegisteredWithImplementationTypeCanBeResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L21C13-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L21C13-L31C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ServicesRegisteredWithImplementationType_ReturnDifferentInstancesPerResolution_ForTransientServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L37C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L37C13-L49C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ServicesRegisteredWithImplementationType_ReturnSameInstancesPerResolution_ForSingletons", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L55C13-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L55C13-L67C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ServiceInstanceCanBeResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L73C13-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L73C13-L83C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TransientServiceCanBeResolvedFromProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L89C13-L100C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L89C13-L100C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TransientServiceCanBeResolvedFromScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L106C13-L123C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L106C13-L123C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.NonSingletonService_WithInjectedProvider_ResolvesScopeProvider(Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L131C13-L164C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L131C13-L164C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.SingletonServiceCanBeResolvedFromScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L170C13-L196C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L170C13-L196C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.SingleServiceCanBeIEnumerableResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L202C13-L213C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L202C13-L213C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.MultipleServiceCanBeIEnumerableResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L219C13-L231C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L219C13-L231C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.RegistrationOrderIsPreservedWhenServicesAreIEnumerableResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L237C13-L258C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L237C13-L258C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.OuterServiceCanHaveOtherServicesInjected", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L264C13-L280C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L264C13-L280C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.FactoryServicesCanBeCreatedByGetService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L286C13-L307C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L286C13-L307C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.FactoryServicesAreCreatedAsPartOfCreatingObjectGraph", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L313C13-L351C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L313C13-L351C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.LastServiceReplacesPreviousServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L357C13-L367C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L357C13-L367C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.SingletonServiceCanBeResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L373C13-L384C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L373C13-L384C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ServiceProviderRegistersServiceScopeFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L390C13-L398C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L390C13-L398C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ServiceScopeFactoryIsSingleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L404C13-L418C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L404C13-L418C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ScopedServiceCanBeResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L424C13-L439C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L424C13-L439C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.NestedScopedServiceCanBeResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L445C13-L461C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L445C13-L461C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ScopedServices_FromCachedScopeFactory_CanBeResolvedAndDisposed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L467C13-L496C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L467C13-L496C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ScopesAreFlatNotHierarchical", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L502C13-L514C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L502C13-L514C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ServiceProviderIsDisposable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L519C13-L522C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L519C13-L522C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.DisposingScopeDisposesService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L528C13-L563C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L528C13-L563C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.SelfResolveThenDispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L569C13-L578C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L569C13-L578C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.SafelyDisposeNestedProviderReferences", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L584C13-L594C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L584C13-L594C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.SingletonServicesComeFromRootProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L600C13-L625C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L600C13-L625C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.NestedScopedServiceCanBeResolvedWithNoFallbackProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L631C13-L645C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L631C13-L645C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.OpenGenericServicesCanBeResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L651C13-L662C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L651C13-L662C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ConstrainedOpenGenericServicesCanBeResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L668C13-L685C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L668C13-L685C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ConstrainedOpenGenericServicesReturnsEmptyWithNoMatches", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L691C13-L699C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L691C13-L699C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.InterfaceConstrainedOpenGenericServicesCanBeResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L705C13-L722C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L705C13-L722C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.AbstractClassConstrainedOpenGenericServicesCanBeResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L728C13-L745C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L728C13-L745C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ClosedServicesPreferredOverOpenGenericServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L751C13-L762C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L751C13-L762C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ResolvingEnumerableContainingOpenGenericServiceUsesCorrectSlot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L769C13-L784C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L769C13-L784C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.AttemptingToResolveNonexistentServiceReturnsNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L790C13-L798C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L790C13-L798C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.NonexistentServiceCanBeIEnumerableResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L804C13-L812C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L804C13-L812C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ServiceContainerPicksConstructorWithLongestMatches(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.Specification.Fakes.TypeWithSupersetConstructors)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L867C13-L879C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L867C13-L879C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.DisposesInReverseOrderOfCreation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L885C13-L905C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L885C13-L905C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ResolvesMixedOpenClosedGenericsAsEnumerable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L911C13-L932C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L911C13-L932C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ResolvesDifferentInstancesForServiceWhenResolvingEnumerable(System.Type,System.Type,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L942C13-L966C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L942C13-L966C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ExplicitServiceRegisterationWithIsService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L19C13-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L19C13-L36C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.OpenGenericsWithIsService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L41C13-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L41C13-L58C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ClosedGenericsWithIsService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L63C13-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L63C13-L79C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.IEnumerableWithIsServiceAlwaysReturnsTrue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L84C13-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L84C13-L102C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.BuiltInServicesWithIsServiceReturnsTrue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L107C13-L125C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L107C13-L125C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ExpectStructWithPublicDefaultConstructorInvoked", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L15C80-L15C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L15C80-L15C85" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFuncs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypesWithNonPublicConstructorData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L145C13-L147C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L145C13-L147C56" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ServiceContainerPicksConstructorWithLongestMatchesData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L818C17-L856C19" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L818C17-L856C19" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.SupportsIServiceProviderIsService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L14C66-L14C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L14C66-L14C70" }, { "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtor.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtor.cs#L8C9-L11C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtor.cs#L8C9-L11C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtor.Whatever", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtor.cs#L13C34-L13C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtor.cs#L13C34-L13C38" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtor.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.#ctor(System.DateTime,System.DateTime,System.TimeSpan,System.TimeSpan,System.DateTimeOffset,System.DateTimeOffset,System.Guid,System.Guid,Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.CustomStruct,Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.CustomStruct,System.Nullable{System.ConsoleColor},System.Nullable{System.ConsoleColor},System.Nullable{System.Int32},System.Nullable{System.Int32},Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.StructWithPublicDefaultConstructor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L19C9-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L19C9-L43C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.Color", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L10C38-L10C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L10C38-L10C42" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.ColorNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L11C42-L11C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L11C42-L11C46" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.Integer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L13C31-L13C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L13C31-L13C35" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.IntegerNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L14C35-L14C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L14C35-L14C39" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.StructWithConstructor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L16C75-L16C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L16C75-L16C79" }, { "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.CustomStruct", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs" }, { "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.StructWithPublicDefaultConstructor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.CreateServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L19C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L19C13-L34C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveNullKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L39C13-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L39C13-L52C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveNonKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L57C13-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L57C13-L68C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedOpenGenericService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L73C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L73C13-L84C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L89C13-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L89C13-L107C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServicesAnyKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L112C13-L136C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L112C13-L136C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServicesAnyKeyWithAnyKeyRegistration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L141C13-L165C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L141C13-L165C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedGenericServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L170C13-L188C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L170C13-L188C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceSingletonInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L193C13-L202C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L193C13-L202C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceSingletonInstanceWithKeyInjection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L207C13-L217C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L207C13-L217C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceSingletonInstanceWithAnyKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L222C13-L238C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L222C13-L238C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServicesSingletonInstanceWithAnyKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L243C13-L254C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L243C13-L254C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceSingletonInstanceWithKeyedParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L259C13-L271C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L259C13-L271C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceWithKeyedParameter_MissingRegistration_SecondParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L276C13-L287C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L276C13-L287C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceWithKeyedParameter_MissingRegistration_FirstParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L292C13-L302C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L292C13-L302C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceWithKeyedParameter_MissingRegistrationButWithDefaults", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L307C13-L318C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L307C13-L318C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceWithKeyedParameter_MissingRegistrationButWithUnkeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L323C13-L335C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L323C13-L335C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.CreateServiceWithKeyedParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L340C13-L352C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L340C13-L352C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceSingletonFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L357C13-L366C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L357C13-L366C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceSingletonFactoryWithAnyKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L371C13-L386C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L371C13-L386C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceSingletonFactoryWithAnyKeyIgnoreWrongType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L391C13-L400C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L391C13-L400C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceSingletonType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L405C13-L412C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L405C13-L412C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceTransientFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L417C13-L428C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L417C13-L428C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceTransientType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L433C13-L442C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L433C13-L442C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceTransientTypeWithAnyKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L447C13-L456C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L447C13-L456C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedSingletonFromInjectedServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L461C13-L474C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L461C13-L474C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedTransientFromInjectedServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L479C13-L492C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L479C13-L492C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedSingletonFromScopeServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L497C13-L516C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L497C13-L516C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedScopedFromScopeServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L521C13-L540C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L521C13-L540C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedTransientFromScopeServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L545C13-L564C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L545C13-L564C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceThrowsIfNotSupported", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L569C13-L578C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L569C13-L578C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.SimpleServiceKeyedResolution", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L659C17-L671C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L659C17-L671C14" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ExplicitServiceRegistrationWithIsKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L19C13-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L19C13-L37C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.OpenGenericsWithIsKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L42C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L42C13-L60C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ClosedGenericsWithIsKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L65C13-L82C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L65C13-L82C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.IEnumerableWithIsKeyedServiceAlwaysReturnsTrue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L87C13-L106C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L87C13-L106C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.NonKeyedServiceWithIsKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L111C13-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L111C13-L127C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.SupportsIServiceProviderIsKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L14C71-L14C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L14C71-L14C75" }, { "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.IService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.Service", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.OtherService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.SimpleParentWithDynamicKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ISimpleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.SimpleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.AnotherSimpleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.NonKeyedServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.AbstractClass.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AbstractClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AbstractClass.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.AbstractClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AbstractClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AbstractClass.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.AnotherClass.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClass.cs#L8C9-L11C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClass.cs#L8C9-L11C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.AnotherClass.FakeService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClass.cs#L13C43-L13C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClass.cs#L13C43-L13C47" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.AnotherClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClass.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.AnotherClassAcceptingData.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClassAcceptingData.cs#L8C9-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClassAcceptingData.cs#L8C9-L13C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.AnotherClassAcceptingData.FakeService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClassAcceptingData.cs#L15C43-L15C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClassAcceptingData.cs#L15C43-L15C47" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.AnotherClassAcceptingData.One", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClassAcceptingData.cs#L17C29-L17C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClassAcceptingData.cs#L17C29-L17C33" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.AnotherClassAcceptingData.Two", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClassAcceptingData.cs#L19C29-L19C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClassAcceptingData.cs#L19C29-L19C33" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.AnotherClassAcceptingData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClassAcceptingData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClassAcceptingData.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassImplementingIComparable.CompareTo(Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassImplementingIComparable)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIComparable.cs#L10C69-L10C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIComparable.cs#L10C69-L10C70" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassImplementingIComparable.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIComparable.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIComparable.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassImplementingIComparable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIComparable.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIComparable.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassImplementingIEnumerable.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIEnumerable.cs#L11C47-L11C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIEnumerable.cs#L11C47-L11C82" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassImplementingIEnumerable.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIEnumerable.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIEnumerable.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassImplementingIEnumerable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIEnumerable.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIEnumerable.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassInheritingAbstractClass.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassInheritingAbstractClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassAlsoInheritingAbstractClass.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassAlsoInheritingAbstractClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassInheritingClassInheritingAbstractClass.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassInheritingClassInheritingAbstractClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAbstractClassConstraint`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAbstractClassConstraint.cs#L9C9-L9C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAbstractClassConstraint.cs#L9C9-L9C74" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAbstractClassConstraint`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAbstractClassConstraint.cs#L11C26-L11C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAbstractClassConstraint.cs#L11C26-L11C30" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAbstractClassConstraint`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAbstractClassConstraint.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAbstractClassConstraint.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtors.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L8C9-L11C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L8C9-L11C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtors.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L13C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L13C9-L16C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtors.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L18C9-L21C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtors.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L23C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L23C9-L30C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtors.FakeService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L32C43-L32C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L32C43-L32C47" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtors.Data1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L34C31-L34C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L34C31-L34C35" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtors.Data2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L36C28-L36C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L36C28-L36C32" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtors.CtorUsed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L37C34-L37C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L37C34-L37C38" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtorsAndAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtorsAndAttribute.cs#L8C9-L11C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtorsAndAttribute.cs#L8C9-L11C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtorsAndAttribute.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtorsAndAttribute.cs#L14C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtorsAndAttribute.cs#L14C9-L17C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtorsAndAttribute.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeOuterService,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtorsAndAttribute.cs#L19C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtorsAndAttribute.cs#L19C9-L22C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtorsAndAttribute.CtorUsed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtorsAndAttribute.cs#L24C34-L24C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtorsAndAttribute.cs#L24C34-L24C38" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtorsAndAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtorsAndAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtorsAndAttribute.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithClassConstraint`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithClassConstraint.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithClassConstraint.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithClassConstraint`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithClassConstraint.cs#L9C26-L9C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithClassConstraint.cs#L9C26-L9C30" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithClassConstraint`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithClassConstraint.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithClassConstraint.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithInterfaceConstraint`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithInterfaceConstraint.cs#L11C9-L11C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithInterfaceConstraint.cs#L11C9-L11C70" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithInterfaceConstraint`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithInterfaceConstraint.cs#L13C26-L13C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithInterfaceConstraint.cs#L13C26-L13C30" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithInterfaceConstraint`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithInterfaceConstraint.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithInterfaceConstraint.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithMultipleMarkedCtors.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithMultipleMarkedCtors.cs#L9C9-L11C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithMultipleMarkedCtors.cs#L9C9-L11C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithMultipleMarkedCtors.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithMultipleMarkedCtors.cs#L14C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithMultipleMarkedCtors.cs#L14C9-L16C10" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithMultipleMarkedCtors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithMultipleMarkedCtors.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithMultipleMarkedCtors.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithNestedReferencesToProvider.#ctor(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNestedReferencesToProvider.cs#L13C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNestedReferencesToProvider.cs#L13C9-L17C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithNestedReferencesToProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNestedReferencesToProvider.cs#L30C13-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNestedReferencesToProvider.cs#L30C13-L32C10" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithNestedReferencesToProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNestedReferencesToProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNestedReferencesToProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithNewConstraint`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNewConstraint.cs#L9C35-L9C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNewConstraint.cs#L9C35-L9C42" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithNewConstraint`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNewConstraint.cs#L9C26-L9C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNewConstraint.cs#L9C26-L9C30" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithNewConstraint`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNewConstraint.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNewConstraint.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithNoConstraints`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNoConstraint.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNoConstraint.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithNoConstraints`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNoConstraint.cs#L8C26-L8C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNoConstraint.cs#L8C26-L8C30" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithNoConstraints`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNoConstraint.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNoConstraint.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithPrivateCtor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithPrivateCtor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithPrivateCtor.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithProtectedConstructor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithProtectedConstructor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithProtectedConstructor.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithSelfReferencingConstraint`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithSelfReferencingConstraint.cs#L11C9-L11C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithSelfReferencingConstraint.cs#L11C9-L11C76" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithSelfReferencingConstraint`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithSelfReferencingConstraint.cs#L13C26-L13C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithSelfReferencingConstraint.cs#L13C26-L13C30" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithSelfReferencingConstraint`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithSelfReferencingConstraint.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithSelfReferencingConstraint.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithServiceProvider.#ctor(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithServiceProvider.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithServiceProvider.cs#L12C9-L15C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithServiceProvider.ServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithServiceProvider.cs#L17C51-L17C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithServiceProvider.cs#L17C51-L17C55" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithServiceProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithServiceProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithStaticCtor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithStaticCtor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithStaticCtor.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithStaticCtor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithStaticCtor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithStaticCtor.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithStructConstraint`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithStructConstraint.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithStructConstraint.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithStructConstraint`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithStructConstraint.cs#L9C26-L9C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithStructConstraint.cs#L9C26-L9C30" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithStructConstraint`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithStructConstraint.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithStructConstraint.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithThrowingCtor.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithThrowingCtor.cs#L10C9-L12C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithThrowingCtor.cs#L10C9-L12C64" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithThrowingCtor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithThrowingCtor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithThrowingCtor.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithThrowingEmptyCtor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithThrowingEmptyCtor.cs#L10C9-L12C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithThrowingEmptyCtor.cs#L10C9-L12C69" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithThrowingEmptyCtor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithThrowingEmptyCtor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithThrowingEmptyCtor.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ConstrainedFakeOpenGenericService`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ConstrainedFakeOpenGenericService.cs#L9C9-L12C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ConstrainedFakeOpenGenericService.cs#L9C9-L12C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ConstrainedFakeOpenGenericService`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ConstrainedFakeOpenGenericService.cs#L13C29-L13C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ConstrainedFakeOpenGenericService.cs#L13C29-L13C33" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ConstrainedFakeOpenGenericService`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ConstrainedFakeOpenGenericService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ConstrainedFakeOpenGenericService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.CreationCountFakeService.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/CreationCountFakeService.cs#L10C9-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/CreationCountFakeService.cs#L10C9-L14C10" }, { "DocsId": "F:Microsoft.Extensions.DependencyInjection.Specification.Fakes.CreationCountFakeService.InstanceLock", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/CreationCountFakeService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/CreationCountFakeService.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.CreationCountFakeService.InstanceCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/CreationCountFakeService.cs#L16C43-L16C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/CreationCountFakeService.cs#L16C43-L16C47" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.CreationCountFakeService.InstanceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/CreationCountFakeService.cs#L18C33-L18C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/CreationCountFakeService.cs#L18C33-L18C37" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.CreationCountFakeService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/CreationCountFakeService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/CreationCountFakeService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposableCallbackInnerService.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackInnerService.cs#L8C83-L10C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackInnerService.cs#L8C83-L10C10" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposableCallbackInnerService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackInnerService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackInnerService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposableCallbackOuterService.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeMultipleService},Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackOuterService.cs#L14C45-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackOuterService.cs#L14C45-L18C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposableCallbackOuterService.SingleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackOuterService.cs#L20C45-L20C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackOuterService.cs#L20C45-L20C49" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposableCallbackOuterService.MultipleServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackOuterService.cs#L21C69-L21C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackOuterService.cs#L21C69-L21C73" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposableCallbackOuterService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackOuterService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackOuterService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposableCallbackService.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackService.cs#L14C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackService.cs#L14C9-L18C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposableCallbackService.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackService.cs#L22C13-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackService.cs#L22C13-L23C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposableCallbackService.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackService.cs#L27C13-L27C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackService.cs#L27C13-L27C35" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposableCallbackService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposeCallback.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposeCallback.cs#L10C49-L10C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposeCallback.cs#L10C49-L10C67" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposeCallback.Disposed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposeCallback.cs#L10C40-L10C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposeCallback.cs#L10C40-L10C44" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposeCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposeCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposeCallback.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeOneMultipleService.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOneMultipleService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOneMultipleService.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeOneMultipleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOneMultipleService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOneMultipleService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeOpenGenericService`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOpenGenericService.cs#L8C9-L11C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOpenGenericService.cs#L8C9-L11C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeOpenGenericService`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOpenGenericService.cs#L13C29-L13C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOpenGenericService.cs#L13C29-L13C33" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeOpenGenericService`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOpenGenericService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOpenGenericService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeOuterService.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeMultipleService})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOuterService.cs#L10C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOuterService.cs#L10C9-L16C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeOuterService.SingleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOuterService.cs#L18C45-L18C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOuterService.cs#L18C45-L18C49" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeOuterService.MultipleServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOuterService.cs#L20C69-L20C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOuterService.cs#L20C69-L20C73" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeOuterService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOuterService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOuterService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeService.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeService.cs#L16C13-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeService.cs#L16C13-L22C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeService.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeService.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeService.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeService.cs#L10C34-L10C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeService.cs#L10C34-L10C38" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeService.Disposed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeService.cs#L12C32-L12C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeService.cs#L12C32-L12C36" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeTwoMultipleService.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeTwoMultipleService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeTwoMultipleService.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeTwoMultipleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeTwoMultipleService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeTwoMultipleService.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFactoryService.FakeService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFactoryService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFactoryService.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFactoryService.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFactoryService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFactoryService.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFactoryService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFactoryService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFactoryService.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeEveryService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeEveryService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeEveryService.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeMultipleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeMultipleService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeMultipleService.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeOpenGenericService`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeOpenGenericService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeOpenGenericService.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeOpenGenericService`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeOpenGenericService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeOpenGenericService.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeOuterService.SingleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeOuterService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeOuterService.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeOuterService.MultipleServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeOuterService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeOuterService.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeOuterService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeOuterService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeOuterService.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeScopedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeScopedService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeScopedService.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeService.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeServiceInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeServiceInstance.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeServiceInstance.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeSingletonService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeSingletonService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeSingletonService.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.INonexistentService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/INonexistentService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/INonexistentService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.PocoClass.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/PocoClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/PocoClass.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.PocoClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/PocoClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/PocoClass.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ScopedFactoryService.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ScopedFactoryService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ScopedFactoryService.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ScopedFactoryService.FakeService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ScopedFactoryService.cs#L8C43-L8C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ScopedFactoryService.cs#L8C43-L8C47" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ScopedFactoryService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ScopedFactoryService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ScopedFactoryService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ServiceAcceptingFactoryService.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.ScopedFactoryService,Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFactoryService)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ServiceAcceptingFactoryService.cs#L8C9-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ServiceAcceptingFactoryService.cs#L8C9-L14C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ServiceAcceptingFactoryService.ScopedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ServiceAcceptingFactoryService.cs#L16C53-L16C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ServiceAcceptingFactoryService.cs#L16C53-L16C57" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ServiceAcceptingFactoryService.TransientService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ServiceAcceptingFactoryService.cs#L18C51-L18C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ServiceAcceptingFactoryService.cs#L18C51-L18C55" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ServiceAcceptingFactoryService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ServiceAcceptingFactoryService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ServiceAcceptingFactoryService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TransientFactoryService.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TransientFactoryService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TransientFactoryService.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TransientFactoryService.FakeService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TransientFactoryService.cs#L8C43-L8C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TransientFactoryService.cs#L8C43-L8C47" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TransientFactoryService.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TransientFactoryService.cs#L10C28-L10C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TransientFactoryService.cs#L10C28-L10C32" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TransientFactoryService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TransientFactoryService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TransientFactoryService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TypeWithSupersetConstructors.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFactoryService)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L9C15-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L9C15-L13C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TypeWithSupersetConstructors.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L16C15-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L16C15-L20C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TypeWithSupersetConstructors.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFactoryService)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L25C15-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L25C15-L30C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TypeWithSupersetConstructors.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeMultipleService,Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFactoryService)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L36C15-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L36C15-L42C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TypeWithSupersetConstructors.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeMultipleService,Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFactoryService,Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeScopedService)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L44C9-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L44C9-L54C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TypeWithSupersetConstructors.Service", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L56C39-L56C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L56C39-L56C43" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TypeWithSupersetConstructors.FactoryService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L58C49-L58C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L58C49-L58C53" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TypeWithSupersetConstructors.MultipleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L60C55-L60C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L60C55-L60C59" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TypeWithSupersetConstructors.ScopedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L62C51-L62C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L62C51-L62C55" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TypeWithSupersetConstructors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc.Invoke(System.IServiceProvider,System.Type,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc.BeginInvoke(System.IServiceProvider,System.Type,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.CustomStruct", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.StructWithPublicDefaultConstructor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L53C17-L54C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L53C17-L54C14" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.StructWithPublicDefaultConstructor.ConstructorInvoked", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L49C46-L49C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L49C46-L49C50" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.StructWithPublicDefaultConstructor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.IService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.Service.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L586C13-L586C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L586C13-L586C64" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.Service.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L588C13-L588C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L588C13-L588C63" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.Service.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L590C51-L590C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L590C51-L590C54" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.Service", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.OtherService.#ctor(Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.IService,Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.IService)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L595C13-L601C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L595C13-L601C14" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.OtherService.Service1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L603C40-L603C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L603C40-L603C44" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.OtherService.Service2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L605C40-L605C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L605C40-L605C44" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.OtherService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.SimpleParentWithDynamicKeyedService.#ctor(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L677C13-L680C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L677C13-L680C14" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.SimpleParentWithDynamicKeyedService.GetService(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L682C62-L682C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L682C62-L682C117" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.SimpleParentWithDynamicKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ISimpleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.SimpleService.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.SimpleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.AnotherSimpleService.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.AnotherSimpleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.NonKeyedServiceProvider.GetService(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L693C59-L693C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L693C59-L693C94" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.NonKeyedServiceProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.NonKeyedServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.DependencyInjection.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.DependencyInjection.json index 3235282c7d3..27123ab3a2e 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.DependencyInjection.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.DependencyInjection.json @@ -1,91 +1,91 @@ { "Assembly": "Microsoft.Extensions.DependencyInjection", - "GUID": "A3E58966C5BA4D13A799DDFEF38D8F8AFFFFFFFF", + "GUID": "07BB245C0F3E4C9288597B06D8265284FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L19C50-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L19C50-L22C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.#ctor(Microsoft.Extensions.DependencyInjection.ServiceProviderOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L29C9-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L29C9-L32C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.CreateBuilder(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L37C13-L37C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L37C13-L37C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.CreateServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L43C13-L43C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L43C13-L43C68" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs#L20C13-L20C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs#L20C13-L20C83" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs#L34C13-L34C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs#L34C13-L34C114" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceProviderOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs#L48C13-L57C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs#L48C13-L57C59" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L103C56-L103C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L103C56-L103C120" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.GetKeyedService(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L112C16-L112C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L112C16-L112C62" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.GetRequiredKeyedService(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L125C16-L125C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L125C16-L125C70" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L142C13-L144C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L142C13-L144C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.DisposeAsync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L149C13-L150C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L149C13-L150C40" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions.ValidateScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs#L19C38-L19C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs#L19C38-L19C42" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions.ValidateOnBuild", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs#L27C39-L27C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs#L27C39-L27C43" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.DependencyModel.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.DependencyModel.json index 714b1ba6eba..56ff4562dfd 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.DependencyModel.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.DependencyModel.json @@ -1,665 +1,665 @@ { "Assembly": "Microsoft.Extensions.DependencyModel", - "GUID": "E5BE92DF528841459DB860BE61E8AD8BFFFFFFFF", + "GUID": "4D444AB6CB794922810DD75C14926864FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetDefaultGroup(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L11C103-L11C131" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L11C103-L11C131" }, { "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetRuntimeGroup(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L15C13-L19C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L15C13-L19C44" }, { "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetDefaultAssets(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L27C105-L27C134" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L27C105-L27C134" }, { "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetRuntimeAssets(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L30C13-L34C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L30C13-L34C45" }, { "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetDefaultRuntimeFileAssets(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L51C121-L51C156" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L51C121-L51C156" }, { "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetRuntimeFileAssets(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L54C13-L58C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L54C13-L58C51" } ], "DocsId": "T:System.Collections.Generic.CollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Add(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L32C13-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L32C13-L33C10" }, { "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L38C13-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L38C13-L40C10" }, { "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L45C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L45C13-L47C10" }, { "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Add``1(``0,System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L52C13-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L52C13-L54C10" }, { "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L59C13-L59C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L59C13-L59C50" }, { "DocsId": "P:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.CombinedHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L20C19-L20C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L20C19-L20C56" } ], "DocsId": "T:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L20C15-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L20C15-L22C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L33C15-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L33C15-L38C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationLibrary.ResolveReferencePaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L51C13-L53C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L51C13-L53C71" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationLibrary.ResolveReferencePaths(Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L58C13-L71C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L58C13-L71C71" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationLibrary.Assemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L40C51-L40C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L40C51-L40C55" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.CompilationLibrary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationOptions.#ctor(System.Collections.Generic.IEnumerable{System.String},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L50C9-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L50C9-L77C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.Defines", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L12C49-L12C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L12C49-L12C53" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.LanguageVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L14C42-L14C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L14C42-L14C46" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.Platform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L16C35-L16C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L16C35-L16C39" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.AllowUnsafe", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L18C36-L18C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L18C36-L18C40" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.WarningsAsErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L20C41-L20C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L20C41-L20C45" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.Optimize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L22C33-L22C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L22C33-L22C37" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.KeyFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L24C34-L24C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L24C34-L24C38" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.DelaySign", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L26C34-L26C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L26C34-L26C38" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.PublicSign", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L28C35-L28C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L28C35-L28C39" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.DebugType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L30C36-L30C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L30C36-L30C40" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.EmitEntryPoint", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L32C39-L32C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L32C39-L32C43" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.GenerateXmlDocumentation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L34C49-L34C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L34C49-L34C53" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L36C52-L36C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L36C52-L36C56" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.CompilationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.Dependency.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L14C13-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L14C13-L24C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Dependency.Equals(Microsoft.Extensions.DependencyModel.Dependency)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L31C13-L31C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L31C13-L31C93" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Dependency.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L34C73-L34C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L34C73-L34C123" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Dependency.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L37C13-L37C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L37C13-L37C75" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.Dependency.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L26C30-L26C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L26C30-L26C34" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.Dependency.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L27C33-L27C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L27C33-L27C37" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.Dependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContext.#ctor(Microsoft.Extensions.DependencyModel.TargetInfo,Microsoft.Extensions.DependencyModel.CompilationOptions,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.CompilationLibrary},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeLibrary},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeFallbacks})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L19C9-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L19C9-L36C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContext.Merge(Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L53C13-L61C19" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L53C13-L61C19" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContext.Load(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L79C13-L79C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L79C13-L79C67" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L39C53-L39C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L39C53-L39C74" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L41C36-L41C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L41C36-L41C40" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.CompilationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L43C56-L43C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L43C56-L43C60" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.CompileLibraries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L45C69-L45C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L45C69-L45C73" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.RuntimeLibraries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L47C65-L47C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L47C65-L47C69" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.RuntimeGraph", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L49C63-L49C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L49C63-L49C67" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultNativeAssets(Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L18C13-L20C142" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L18C13-L20C142" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultNativeRuntimeFileAssets(Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L25C13-L27C153" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L25C13-L27C153" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeNativeAssets(Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L32C13-L35C169" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L32C13-L35C169" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeNativeRuntimeFileAssets(Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L40C13-L43C180" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L40C13-L43C180" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultNativeAssets(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L48C13-L50C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L48C13-L50C83" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultNativeRuntimeFileAssets(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L55C13-L57C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L55C13-L57C89" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeNativeAssets(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L62C13-L66C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L62C13-L66C88" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeNativeRuntimeFileAssets(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L71C13-L75C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L71C13-L75C94" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultAssemblyNames(Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L80C13-L82C143" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L80C13-L82C143" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeAssemblyNames(Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L87C13-L90C170" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L87C13-L90C170" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultAssemblyNames(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L95C13-L98C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L95C13-L98C109" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeAssemblyNames(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L103C13-L107C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L103C13-L107C114" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContextExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader.Read(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L24C13-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L24C13-L37C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L41C13-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L41C13-L45C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L49C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L49C13-L50C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L20C9-L20C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L20C9-L20C100" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextLoader.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs#L22C44-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs#L22C44-L28C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextLoader.Load(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs#L57C13-L81C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs#L57C13-L81C28" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContextLoader.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs#L42C57-L42C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs#L42C57-L42C61" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContextLoader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextWriter.Write(Microsoft.Extensions.DependencyModel.DependencyContext,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextWriter.cs#L18C13-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextWriter.cs#L18C13-L39C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextWriter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextWriter.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContextWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextWriter.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.IDependencyContextReader.Read(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/IDependencyContextReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/IDependencyContextReader.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.IDependencyContextReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/IDependencyContextReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/IDependencyContextReader.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.Library.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L18C15-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L18C15-L20C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Library.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L30C15-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L30C15-L32C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Library.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L33C9-L66C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L33C9-L66C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L68C30-L68C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L68C30-L68C34" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L70C30-L70C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L70C30-L70C34" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L72C33-L72C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L72C33-L72C37" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Hash", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L74C31-L74C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L74C31-L74C35" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Dependencies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L76C57-L76C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L76C57-L76C61" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Serviceable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L78C35-L78C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L78C35-L78C39" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L80C31-L80C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L80C31-L80C35" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.HashPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L82C35-L82C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L82C35-L82C39" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.RuntimeStoreManifestName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L84C51-L84C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L84C51-L84C55" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.Library", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.ResourceAssembly.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs#L10C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs#L10C9-L22C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.ResourceAssembly.Locale", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs#L24C32-L24C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs#L24C32-L24C36" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.ResourceAssembly.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs#L26C30-L26C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs#L26C30-L26C34" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.ResourceAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssembly.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L14C9-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L14C9-L26C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssembly.Create(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L34C13-L44C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L34C13-L44C60" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssembly.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L28C37-L28C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L28C37-L28C55" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssembly.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L30C30-L30C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L30C30-L30C34" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L14C81-L14C131" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L14C81-L14C131" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L16C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L16C9-L20C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.#ctor(System.String,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeFile})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L22C9-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L22C9-L26C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L31C34-L31C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L31C34-L31C38" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.AssetPaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L40C17-L45C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L40C17-L45C75" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.RuntimeFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L56C17-L61C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L56C17-L61C97" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeFallbacks.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L15C79-L15C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L15C79-L15C129" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeFallbacks.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L16C9-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L16C9-L26C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFallbacks.Runtime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L12C33-L12C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L12C33-L12C37" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFallbacks.Fallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L13C51-L13C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L13C51-L13C55" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeFallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeFile.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L10C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L10C9-L20C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFile.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L22C30-L22C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L22C30-L22C34" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFile.AssemblyVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L24C42-L24C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L24C42-L24C46" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFile.FileVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L26C38-L26C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L26C38-L26C42" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.ResourceAssembly},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L21C15-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L21C15-L33C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.ResourceAssembly},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L46C15-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L46C15-L59C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.ResourceAssembly},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L98C15-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L98C15-L115C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeLibrary.RuntimeAssemblyGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L117C73-L117C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L117C73-L117C77" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeLibrary.NativeLibraryGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L119C71-L119C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L119C71-L119C75" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeLibrary.ResourceAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L121C69-L121C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L121C69-L121C73" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeLibrary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.TargetInfo.#ctor(System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L9C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L9C9-L23C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.TargetInfo.Framework", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L25C35-L25C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L25C35-L25C39" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.TargetInfo.Runtime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L27C34-L27C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L27C34-L27C38" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.TargetInfo.RuntimeSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L29C43-L29C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L29C43-L29C47" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.TargetInfo.IsPortable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L31C34-L31C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L31C34-L31C38" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.TargetInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs#L19C15-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs#L19C15-L21C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs#L24C15-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs#L24C15-L26C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs#L46C13-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs#L46C13-L121C10" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver.#ctor(Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/CompositeCompilationAssemblyResolver.cs#L13C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/CompositeCompilationAssemblyResolver.cs#L13C9-L18C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/CompositeCompilationAssemblyResolver.cs#L22C63-L29C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/CompositeCompilationAssemblyResolver.cs#L22C63-L29C26" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/CompositeCompilationAssemblyResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/CompositeCompilationAssemblyResolver.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver.Resolve", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs#L27C13-L27C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs#L27C13-L27C83" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs" }, { "DocsId": "F:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver.DotNetReferenceAssembliesPathEnv", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ICompilationAssemblyResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ICompilationAssemblyResolver.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ICompilationAssemblyResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ICompilationAssemblyResolver.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs#L17C15-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs#L17C15-L19C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs#L22C15-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs#L22C15-L24C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs#L71C13-L92C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs#L71C13-L92C26" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs#L18C15-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs#L18C15-L20C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs#L23C15-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs#L23C15-L25C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs#L46C13-L60C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs#L46C13-L60C25" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Diagnostics.Abstractions.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Diagnostics.Abstractions.json index 215cac04665..81eac80f8b9 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Diagnostics.Abstractions.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Diagnostics.Abstractions.json @@ -1,207 +1,207 @@ { "Assembly": "Microsoft.Extensions.Diagnostics.Abstractions", - "GUID": "DDCEC666772646CDBFBCE2F4D8851A15FFFFFFFF", + "GUID": "ECD2351B02A14C0797DE1E2F35725B93FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsBuilder.cs" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener.Initialize(Microsoft.Extensions.Diagnostics.Metrics.IObservableInstrumentsSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener.InstrumentPublished(System.Diagnostics.Metrics.Instrument,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener.MeasurementsCompleted(System.Diagnostics.Metrics.Instrument,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener.GetMeasurementHandlers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.#ctor(System.String,System.String,System.String,Microsoft.Extensions.Diagnostics.Metrics.MeterScope,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L33C45-L25C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L33C45-L25C129" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.MeterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L33C36-L33C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L33C36-L33C40" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.InstrumentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L41C41-L41C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L41C41-L41C45" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.ListenerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L49C39-L49C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L49C39-L49C43" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.Scopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L58C36-L58C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L58C36-L58C40" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.Enable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L65C30-L65C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L65C30-L65C34" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.IObservableInstrumentsSource.RecordObservableInstruments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IObservableInstrumentsSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IObservableInstrumentsSource.cs" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.IObservableInstrumentsSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IObservableInstrumentsSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IObservableInstrumentsSource.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.ByteHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L16C57-L16C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L16C57-L16C61" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.ShortHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L21C59-L21C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L21C59-L21C63" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.IntHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L26C55-L26C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L26C55-L26C59" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.LongHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L31C57-L31C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L31C57-L31C61" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.FloatHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L36C59-L36C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L36C59-L36C63" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.DoubleHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L41C61-L41C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L41C61-L41C65" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.DecimalHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L46C63-L46C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L46C63-L46C67" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Diagnostics.Metrics.MeterScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" }, { "DocsId": "F:Microsoft.Extensions.Diagnostics.Metrics.MeterScope.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" }, { "DocsId": "F:Microsoft.Extensions.Diagnostics.Metrics.MeterScope.Global", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" }, { "DocsId": "F:Microsoft.Extensions.Diagnostics.Metrics.MeterScope.Local", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MeterScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.AddListener``1(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs#L24C13-L26C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs#L24C13-L26C28" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.AddListener(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs#L37C13-L39C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs#L37C13-L39C28" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.ClearListeners(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs#L49C13-L51C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs#L49C13-L51C28" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.EnableMetrics(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L22C16-L22C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L22C16-L22C82" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.EnableMetrics(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,System.String,System.String,System.String,Microsoft.Extensions.Diagnostics.Metrics.MeterScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L35C16-L35C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L35C16-L35C120" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.EnableMetrics(Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L44C16-L44C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L44C16-L44C81" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.EnableMetrics(Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions,System.String,System.String,System.String,Microsoft.Extensions.Diagnostics.Metrics.MeterScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L57C16-L57C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L57C16-L57C94" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.DisableMetrics(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L66C16-L66C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L66C16-L66C83" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.DisableMetrics(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,System.String,System.String,System.String,Microsoft.Extensions.Diagnostics.Metrics.MeterScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L79C16-L79C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L79C16-L79C121" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.DisableMetrics(Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L88C16-L88C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L88C16-L88C82" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.DisableMetrics(Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions,System.String,System.String,System.String,Microsoft.Extensions.Diagnostics.Metrics.MeterScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L101C16-L101C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L101C16-L101C95" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsOptions.cs#L16C55-L16C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsOptions.cs#L16C55-L16C81" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions.Rules", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsOptions.cs#L16C46-L16C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsOptions.cs#L16C46-L16C50" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsOptions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Diagnostics.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Diagnostics.json index e61ea6028ba..56fdc3f0e55 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Diagnostics.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Diagnostics.json @@ -1,61 +1,61 @@ { "Assembly": "Microsoft.Extensions.Diagnostics", - "GUID": "34F48B960F014A40A4E331FABA4A316AFFFFFFFF", + "GUID": "44B2B4B2DAA541BBA27A42AAB645088AFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.MetricsServiceExtensions.AddMetrics(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsServiceExtensions.cs#L25C13-L42C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsServiceExtensions.cs#L25C13-L42C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.MetricsServiceExtensions.AddMetrics(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsServiceExtensions.cs#L53C13-L63C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsServiceExtensions.cs#L53C13-L63C29" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.MetricsServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsServiceExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsServiceExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderConfigurationExtensions.AddConfiguration(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/MetricsBuilderConfigurationExtensions.cs#L27C13-L40C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/MetricsBuilderConfigurationExtensions.cs#L27C13-L40C28" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/MetricsBuilderConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/MetricsBuilderConfigurationExtensions.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.ConsoleMetrics.DebugListenerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/ConsoleMetrics.cs#L14C51-L14C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/ConsoleMetrics.cs#L14C51-L14C65" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.ConsoleMetrics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/ConsoleMetrics.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/ConsoleMetrics.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderConsoleExtensions.AddDebugConsole(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsBuilderConsoleExtensions.cs#L16C88-L16C137" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsBuilderConsoleExtensions.cs#L16C88-L16C137" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderConsoleExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsBuilderConsoleExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsBuilderConsoleExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Configuration.IMetricListenerConfigurationFactory.GetConfiguration(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/IMetricListenerConfigurationFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/IMetricListenerConfigurationFactory.cs" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.Configuration.IMetricListenerConfigurationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/IMetricListenerConfigurationFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/IMetricListenerConfigurationFactory.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.FileProviders.Abstractions.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.FileProviders.Abstractions.json index 7f6116b500f..4f27ba076b7 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.FileProviders.Abstractions.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.FileProviders.Abstractions.json @@ -1,177 +1,177 @@ { "Assembly": "Microsoft.Extensions.FileProviders.Abstractions", - "GUID": "1FA9A94E930E46A59A6B9DCED0F53700FFFFFFFF", + "GUID": "CA20CB323BC24FCAA66A671B64D410E4FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "P:Microsoft.Extensions.FileProviders.IDirectoryContents.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IDirectoryContents.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IDirectoryContents.cs" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.IDirectoryContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IDirectoryContents.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IDirectoryContents.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.IFileInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.IFileInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.IFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.IFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.IFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.IFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L27C58-L27C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L27C58-L27C103" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L30C52-L30C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L30C52-L30C67" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.Singleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L18C61-L18C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L18C61-L18C65" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L23C31-L23C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L23C31-L23C36" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundFileInfo.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L19C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L19C9-L22C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundFileInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L60C13-L60C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L60C13-L60C80" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L27C31-L27C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L27C31-L27C36" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L32C36-L32C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L32C36-L32C41" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L37C47-L37C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L37C47-L37C70" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L42C31-L42C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L42C31-L42C33" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L45C30-L45C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L45C30-L45C34" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L50C40-L50C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L50C40-L50C44" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.NotFoundFileInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.NullChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L41C13-L41C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L41C13-L41C45" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.NullChangeToken.Singleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L17C51-L17C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L17C51-L17C55" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.NullChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L26C35-L26C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L26C35-L26C40" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.NullChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L31C46-L31C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L31C46-L31C51" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.NullChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.NullFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs#L18C75-L18C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs#L18C75-L18C110" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.NullFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs#L25C57-L25C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs#L25C57-L25C86" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.NullFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs#L32C53-L32C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs#L32C53-L32C78" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.NullFileProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.NullFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.FileProviders.Composite.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.FileProviders.Composite.json index 6b97c1564c3..dff0b37994c 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.FileProviders.Composite.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.FileProviders.Composite.json @@ -1,59 +1,59 @@ { "Assembly": "Microsoft.Extensions.FileProviders.Composite", - "GUID": "570D95E5C20248B39E1344ABD652DFD3FFFFFFFF", + "GUID": "3F3296A69ADF46889341064A3C74189BFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.#ctor(Microsoft.Extensions.FileProviders.IFileProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L23C9-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L23C9-L26C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileProviders.IFileProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L32C9-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L32C9-L37C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L46C52-L54C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L46C52-L54C50" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L66C13-L67C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L66C13-L67C38" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L79C13-L95C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L79C13-L95C59" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.CompositeFileProvider.FileProviders", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L101C60-L101C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L101C60-L101C74" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.CompositeFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents.#ctor(System.Collections.Generic.IList{Microsoft.Extensions.FileProviders.IFileProvider},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L29C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L29C9-L35C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L85C13-L86C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L85C13-L86C43" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L91C13-L92C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L91C13-L92C43" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L102C17-L103C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L102C17-L103C32" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.FileProviders.Physical.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.FileProviders.Physical.json index 8a3c709c159..9fa018bc0e9 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.FileProviders.Physical.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.FileProviders.Physical.json @@ -1,283 +1,283 @@ { "Assembly": "Microsoft.Extensions.FileProviders.Physical", - "GUID": "9AA239CC437049E7A37C59CC6DB9DC20FFFFFFFF", + "GUID": "62953FF1B53048C98C2A290998FA00EBFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L45C15-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L45C15-L47C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.#ctor(System.String,Microsoft.Extensions.FileProviders.Physical.ExclusionFilters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L34C9-L71C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L34C9-L71C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L203C13-L205C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L203C13-L205C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L213C13-L221C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L213C13-L221C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L265C13-L291C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L265C13-L291C51" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L310C17-L339C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L310C17-L339C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L357C13-L365C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L357C13-L365C62" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.PhysicalFileProvider.UsePollingFileWatcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L91C17-L99C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L91C17-L99C56" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.PhysicalFileProvider.UseActivePolling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L130C17-L135C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L130C17-L135C48" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.PhysicalFileProvider.Root", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L226C30-L226C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L226C30-L226C34" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.PhysicalFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L24C15-L25C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L24C15-L25C12" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.#ctor(System.String,Microsoft.Extensions.FileProviders.Physical.ExclusionFilters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L32C9-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L32C9-L37C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L43C58-L43C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L43C58-L43C79" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L44C52-L44C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L44C52-L44C73" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L40C31-L40C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L40C31-L40C43" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" }, { "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.Sensitive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" }, { "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.DotPrefixed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" }, { "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.Hidden", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" }, { "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.System", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" }, { "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.#ctor(System.IO.DirectoryInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L26C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L26C9-L29C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L68C13-L68C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L68C13-L68C72" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L74C13-L75C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L74C13-L75C45" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L80C13-L81C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L80C13-L81C45" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L38C31-L38C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L38C31-L38C43" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L43C31-L43C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L43C31-L43C33" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L46C39-L46C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L46C39-L46C53" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L49C31-L49C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L49C31-L49C41" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L54C47-L54C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L54C47-L54C69" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L59C36-L59C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L59C36-L59C40" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.#ctor(System.IO.FileInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L20C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L20C9-L23C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L50C13-L57C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L50C13-L57C72" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L26C31-L26C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L26C31-L26C43" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L29C31-L29C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L29C31-L29C43" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L32C39-L32C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L32C39-L32C53" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L35C31-L35C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L35C31-L35C41" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L38C47-L38C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L38C47-L38C69" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L43C36-L43C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L43C36-L43C41" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.#ctor(System.String,System.IO.FileSystemWatcher,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L57C15-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L57C15-L59C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.#ctor(System.String,System.IO.FileSystemWatcher,System.Boolean,Microsoft.Extensions.FileProviders.Physical.ExclusionFilters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L29C9-L108C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L29C9-L108C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.CreateFileChangeToken(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L130C13-L146C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L130C13-L146C32" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L251C13-L253C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L251C13-L253C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L261C13-L270C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L261C13-L270C10" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.#ctor(System.IO.FileInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L35C9-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L35C9-L39C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.Microsoft#Extensions#FileProviders#IPollingChangeToken#get_CancellationTokenSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L74C81-L74C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L74C81-L74C104" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L118C13-L123C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L118C13-L123C74" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L59C45-L59C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L59C45-L59C49" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.Microsoft#Extensions#FileProviders#IPollingChangeToken#CancellationTokenSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L74C81-L74C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L74C81-L74C104" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L87C17-L106C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L87C17-L106C36" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L42C15-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L42C15-L47C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.Microsoft#Extensions#FileProviders#IPollingChangeToken#get_CancellationTokenSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L82C81-L82C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L82C81-L82C104" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.GetLastWriteUtc(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L153C13-L154C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L153C13-L154C123" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.Microsoft#Extensions#Primitives#IChangeToken#RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L195C13-L200C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L195C13-L200C74" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L64C45-L64C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L64C45-L64C49" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.Microsoft#Extensions#FileProviders#IPollingChangeToken#CancellationTokenSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L82C81-L82C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L82C81-L82C104" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L91C17-L107C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L91C17-L107C33" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.FileSystemGlobbing.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.FileSystemGlobbing.json index 7474f19abed..dc932cd5a01 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.FileSystemGlobbing.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.FileSystemGlobbing.json @@ -1,783 +1,783 @@ { "Assembly": "Microsoft.Extensions.FileSystemGlobbing", - "GUID": "EAF32A9DD28C4D0FB34B609A6902CF83FFFFFFFF", + "GUID": "23A62749CDF0450E98BF27DFEB1E197DFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L40C13-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L40C13-L44C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.Equals(Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L53C13-L54C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L53C13-L54C88" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L63C13-L63C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L63C13-L63C59" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L70C13-L70C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L70C13-L70C70" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L22C30-L22C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L22C30-L22C34" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.Stem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L31C31-L31C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L31C31-L31C35" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L27C15-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L27C15-L29C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.EnumerateFileSystemInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.GetDirectory(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L132C13-L139C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L132C13-L139C74" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.GetFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L150C13-L160C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L150C13-L160C10" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L72C43-L72C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L72C43-L72C47" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L75C39-L75C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L75C39-L75C43" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.ParentDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L79C13-L79C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L79C13-L79C86" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L108C15-L110C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L108C15-L110C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.#ctor(System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L99C9-L120C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L99C9-L120C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.AddInclude(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L136C13-L137C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L136C13-L137C25" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.AddExclude(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L154C13-L155C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L154C13-L155C25" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.Execute(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L165C13-L168C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L165C13-L168C38" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Matcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.AddExcludePatterns(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.Collections.Generic.IEnumerable{System.String}[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L21C51-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L21C51-L28C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.AddIncludePatterns(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.Collections.Generic.IEnumerable{System.String}[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L37C51-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L37C51-L44C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.GetResultsInFullPath(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L54C13-L66C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L54C13-L66C27" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.Match(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L77C13-L77C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L77C13-L77C95" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.Match(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L89C13-L89C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L89C13-L89C71" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.Match(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L100C13-L100C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L100C13-L100C75" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.Match(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.String,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L112C13-L114C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L112C13-L114C79" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L20C15-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L20C15-L23C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L30C9-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L30C9-L36C10" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult.Files", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L41C54-L41C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L41C54-L41C58" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult.HasMatches", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L46C34-L46C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L46C34-L46C38" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern.Segments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/ILinearPattern.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/ILinearPattern.cs" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/ILinearPattern.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/ILinearPattern.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPathSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPathSegment.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPathSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPathSegment.cs" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPathSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPathSegment.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern.CreatePatternContextForInclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPattern.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPattern.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern.CreatePatternContextForExclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPattern.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPattern.cs" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPattern.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPattern.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.Declare(System.Action{Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.PopDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.Segments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.StartsWith", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.Contains", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.EndsWith", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern},System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern},Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/MatcherContext.cs#L25C9-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/MatcherContext.cs#L25C9-L46C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext.Execute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/MatcherContext.cs#L50C13-L54C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/MatcherContext.cs#L50C13-L54C72" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/MatcherContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/MatcherContext.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult.Success(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs#L25C13-L25C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs#L25C13-L25C74" }, { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult.Failed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult.IsSuccessful", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs#L14C36-L14C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs#L14C36-L14C40" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult.Stem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs#L15C31-L15C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs#L15C31-L15C35" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L16C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L16C9-L19C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder.#ctor(System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L21C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L21C9-L24C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder.Build(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L30C13-L202C134" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L30C13-L202C134" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder.ComparisonType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L26C50-L26C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L26C50-L26C54" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.Declare(System.Action{Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L15C75-L15C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L15C75-L15C76" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.PopDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L25C13-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L25C13-L26C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.PushDataFrame(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L30C13-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L30C13-L32C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.IsStackEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L36C13-L36C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L36C13-L36C38" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L12C9-L12C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L12C9-L12C55" }, { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.Frame", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L13C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L13C9-L18C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L22C13-L32C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L22C13-L32C45" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L38C13-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L38C13-L65C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.IsLastSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L83C13-L83C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L83C13-L83C69" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.TestMatchingSegment(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L88C13-L93C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L88C13-L93C70" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.CalculateStem(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L98C13-L98C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L98C13-L98C77" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.Pattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L79C44-L79C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L79C44-L79C48" }, { "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearExclude.cs#L12C15-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearExclude.cs#L12C15-L14C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearExclude.cs#L18C13-L28C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearExclude.cs#L18C13-L28C75" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearExclude.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearExclude.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs#L12C15-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs#L12C15-L14C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude.Declare(System.Action{Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs#L18C13-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs#L18C13-L32C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs#L36C13-L46C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs#L36C13-L46C76" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L12C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L12C9-L17C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L21C13-L30C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L21C13-L30C45" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L36C13-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L36C13-L102C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.PopDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L106C13-L111C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L106C13-L111C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.IsStartingGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L138C13-L138C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L138C13-L138C50" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.IsEndingGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L143C13-L143C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L143C13-L143C70" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.TestMatchingSegment(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L148C13-L152C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L148C13-L152C72" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.TestMatchingGroup(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L157C13-L174C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L157C13-L174C25" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.CalculateStem(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L179C13-L179C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L179C13-L179C77" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.Pattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L134C44-L134C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L134C44-L134C48" }, { "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedExclude.cs#L12C15-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedExclude.cs#L12C15-L14C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedExclude.cs#L18C13-L42C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedExclude.cs#L18C13-L42C26" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedExclude.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedExclude.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs#L13C15-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs#L13C15-L15C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude.Declare(System.Action{Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs#L19C13-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs#L19C13-L37C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs#L41C13-L57C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs#L41C13-L57C25" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs#L12C44-L12C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs#L12C44-L12C49" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs#L10C39-L10C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs#L10C39-L10C44" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.#ctor(System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L16C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L16C9-L22C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L28C13-L28C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L28C13-L28C65" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L33C13-L35C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L33C13-L35C68" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L40C13-L40C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L40C13-L40C97" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L14C39-L14C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L14C39-L14C44" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L24C31-L24C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L24C31-L24C35" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs#L16C13-L16C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs#L16C13-L16C82" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs#L12C39-L12C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs#L12C39-L12C44" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs#L12C44-L12C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs#L12C44-L12C49" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs#L10C39-L10C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs#L10C39-L10C43" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.#ctor(System.String,System.Collections.Generic.List{System.String},System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L18C9-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L18C9-L32C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L44C13-L79C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L44C13-L79C25" }, { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.MatchAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L34C44-L34C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L34C44-L34C56" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.BeginsWith", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L36C36-L36C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L36C36-L36C40" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.Contains", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L38C40-L38C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L38C40-L38C44" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.EndsWith", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L40C34-L40C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L40C34-L40C38" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase.EnumerateFileSystemInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase.GetDirectory(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase.GetFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.#ctor(System.IO.DirectoryInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L24C15-L25C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L24C15-L25C12" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.EnumerateFileSystemInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.GetDirectory(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L72C13-L96C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L72C13-L96C119" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.GetFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L103C16-L103C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L103C16-L103C94" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L106C40-L106C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L106C40-L106C82" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L114C44-L114C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L114C44-L114C67" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.ParentDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L123C16-L123C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L123C16-L123C64" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoBase.cs" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoBase.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper.#ctor(System.IO.FileInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L20C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L20C9-L25C10" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L33C40-L33C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L33C40-L33C54" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L41C44-L41C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L41C44-L41C62" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper.ParentDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L50C16-L50C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L50C16-L50C62" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase.ParentDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.IsNotApplicable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" }, { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.SegmentIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" }, { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.InStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.StemItems", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L74C47-L74C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L74C47-L74C80" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.Stem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L76C36-L76C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L76C36-L76C92" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.IsNotApplicable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" }, { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.SegmentGroupIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" }, { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.SegmentGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" }, { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.BacktrackAvailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" }, { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.SegmentIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" }, { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.InStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.StemItems", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L129C47-L129C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L129C47-L129C80" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.Stem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L131C36-L131C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L131C36-L131C92" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Hosting.Abstractions.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Hosting.Abstractions.json index 677573ddcf8..0c8c5551fef 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Hosting.Abstractions.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Hosting.Abstractions.json @@ -1,461 +1,461 @@ { "Assembly": "Microsoft.Extensions.Hosting.Abstractions", - "GUID": "27D649B02397444B85DF8F2BB0850790FFFFFFFF", + "GUID": "A1D407C36C944977A9AF05CE1F30FD1EFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionHostedServiceExtensions.AddHostedService``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/ServiceCollectionHostedServiceExtensions.cs#L25C13-L27C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/ServiceCollectionHostedServiceExtensions.cs#L25C13-L27C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionHostedServiceExtensions.AddHostedService``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/ServiceCollectionHostedServiceExtensions.cs#L40C13-L42C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/ServiceCollectionHostedServiceExtensions.cs#L40C13-L42C29" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceCollectionHostedServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/ServiceCollectionHostedServiceExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/ServiceCollectionHostedServiceExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.ExecuteAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.StartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs#L43C13-L55C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs#L43C13-L55C39" }, { "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs#L94C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs#L94C13-L95C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.BackgroundService.ExecuteTask", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs#L24C45-L24C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs#L24C45-L24C57" } ], "DocsId": "T:Microsoft.Extensions.Hosting.BackgroundService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Hosting.EnvironmentName.Development", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" }, { "DocsId": "F:Microsoft.Extensions.Hosting.EnvironmentName.Staging", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" }, { "DocsId": "F:Microsoft.Extensions.Hosting.EnvironmentName.Production", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Hosting.Environments.Development", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" }, { "DocsId": "F:Microsoft.Extensions.Hosting.Environments.Staging", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" }, { "DocsId": "F:Microsoft.Extensions.Hosting.Environments.Production", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.Environments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.HostAbortedException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs#L23C41-L23C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs#L23C41-L23C81" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostAbortedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs#L37C56-L37C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs#L37C56-L37C107" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostAbortedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs#L55C83-L55C150" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs#L55C83-L55C150" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostAbortedException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilderContext.#ctor(System.Collections.Generic.IDictionary{System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L19C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L19C9-L24C10" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostBuilderContext.HostingEnvironment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L29C54-L29C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L29C54-L29C58" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostBuilderContext.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L34C47-L34C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L34C47-L34C51" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostBuilderContext.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L39C57-L39C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L39C57-L39C61" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostBuilderContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Hosting.HostDefaults.ApplicationKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" }, { "DocsId": "F:Microsoft.Extensions.Hosting.HostDefaults.EnvironmentKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" }, { "DocsId": "F:Microsoft.Extensions.Hosting.HostDefaults.ContentRootKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostDefaults", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions.IsDevelopment(Microsoft.Extensions.Hosting.IHostEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L20C13-L22C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L20C13-L22C76" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions.IsStaging(Microsoft.Extensions.Hosting.IHostEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L32C13-L34C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L32C13-L34C72" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions.IsProduction(Microsoft.Extensions.Hosting.IHostEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L44C13-L46C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L44C13-L46C75" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions.IsEnvironment(Microsoft.Extensions.Hosting.IHostEnvironment,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L59C13-L64C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L59C13-L64C53" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostBuilderExtensions.Start(Microsoft.Extensions.Hosting.IHostBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostBuilderExtensions.cs#L21C13-L21C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostBuilderExtensions.cs#L21C13-L21C70" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostBuilderExtensions.StartAsync(Microsoft.Extensions.Hosting.IHostBuilder,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostBuilderExtensions.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostingAbstractionsHostBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Start(Microsoft.Extensions.Hosting.IHost)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs#L22C13-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs#L22C13-L23C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.StopAsync(Microsoft.Extensions.Hosting.IHost,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.WaitForShutdown(Microsoft.Extensions.Hosting.IHost)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs#L44C13-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs#L44C13-L45C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(Microsoft.Extensions.Hosting.IHost)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs#L53C13-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs#L53C13-L54C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(Microsoft.Extensions.Hosting.IHost,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.WaitForShutdownAsync(Microsoft.Extensions.Hosting.IHost,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions.IsDevelopment(Microsoft.Extensions.Hosting.IHostingEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L21C13-L23C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L21C13-L23C82" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions.IsStaging(Microsoft.Extensions.Hosting.IHostingEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L33C13-L35C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L33C13-L35C78" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions.IsProduction(Microsoft.Extensions.Hosting.IHostingEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L45C13-L47C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L45C13-L47C81" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions.IsEnvironment(Microsoft.Extensions.Hosting.IHostingEnvironment,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L60C13-L65C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L60C13-L65C53" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.IApplicationLifetime.StopApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IApplicationLifetime.ApplicationStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IApplicationLifetime.ApplicationStopping", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IApplicationLifetime.ApplicationStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.IApplicationLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.IHost.StartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHost.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHost.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.IHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.IHostApplicationBuilder.ConfigureContainer``1(Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0},System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Environment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Logging", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Metrics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.IHostApplicationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.IHostApplicationLifetime.StopApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationLifetime.ApplicationStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationLifetime.ApplicationStopping", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationLifetime.ApplicationStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.IHostApplicationLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.ConfigureHostConfiguration(System.Action{Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.ConfigureAppConfiguration(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.ConfigureServices(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceCollection})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.UseServiceProviderFactory``1(Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.UseServiceProviderFactory``1(System.Func{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.ConfigureContainer``1(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.IHostBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.IHostedLifecycleService.StartingAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHostedLifecycleService.StartedAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHostedLifecycleService.StoppingAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHostedLifecycleService.StoppedAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.IHostedLifecycleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.IHostedService.StartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedService.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHostedService.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedService.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.IHostedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedService.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.Hosting.IHostEnvironment.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostEnvironment.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostEnvironment.ContentRootPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostEnvironment.ContentRootFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.IHostEnvironment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.Hosting.IHostingEnvironment.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostingEnvironment.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostingEnvironment.ContentRootPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostingEnvironment.ContentRootFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.IHostingEnvironment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.IHostLifetime.WaitForStartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostLifetime.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHostLifetime.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostLifetime.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.IHostLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostLifetime.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Hosting.Systemd.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Hosting.Systemd.json index 41e02e5e75c..1422f083bf9 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Hosting.Systemd.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Hosting.Systemd.json @@ -1,107 +1,107 @@ { "Assembly": "Microsoft.Extensions.Hosting.Systemd", - "GUID": "B2479C23BA054B9AB73EFD8D7AFE7DC0FFFFFFFF", + "GUID": "1005603D2A3147BDB09F48116B2AE450FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.SystemdHostBuilderExtensions.UseSystemd(Microsoft.Extensions.Hosting.IHostBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHostBuilderExtensions.cs#L35C13-L44C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHostBuilderExtensions.cs#L35C13-L44C32" }, { "DocsId": "M:Microsoft.Extensions.Hosting.SystemdHostBuilderExtensions.AddSystemd(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHostBuilderExtensions.cs#L70C13-L76C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHostBuilderExtensions.cs#L70C13-L76C29" } ], "DocsId": "T:Microsoft.Extensions.Hosting.SystemdHostBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHostBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHostBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier.Notify(Microsoft.Extensions.Hosting.Systemd.ServiceState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ISystemdNotifier.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ISystemdNotifier.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier.IsEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ISystemdNotifier.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ISystemdNotifier.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ISystemdNotifier.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ISystemdNotifier.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.ServiceState.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs#L32C13-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs#L32C13-L35C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.ServiceState.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs#L42C16-L42C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs#L42C16-L42C77" }, { "DocsId": "F:Microsoft.Extensions.Hosting.Systemd.ServiceState.Ready", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs" }, { "DocsId": "F:Microsoft.Extensions.Hosting.Systemd.ServiceState.Stopping", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.Systemd.ServiceState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdHelpers.IsSystemdService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHelpers.cs#L27C50-L27C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHelpers.cs#L27C50-L27C67" } ], "DocsId": "T:Microsoft.Extensions.Hosting.Systemd.SystemdHelpers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHelpers.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdLifetime.#ctor(Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier,Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L32C9-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L32C9-L43C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdLifetime.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L61C13-L61C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L61C13-L61C39" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdLifetime.WaitForStartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L75C13-L88C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L75C13-L88C39" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdLifetime.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L113C13-L117C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L113C13-L117C10" } ], "DocsId": "T:Microsoft.Extensions.Hosting.Systemd.SystemdLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdNotifier.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs#L24C13-L25C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs#L24C13-L25C12" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdNotifier.Notify(Microsoft.Extensions.Hosting.Systemd.ServiceState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs#L39C13-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs#L39C13-L59C10" }, { "DocsId": "P:Microsoft.Extensions.Hosting.Systemd.SystemdNotifier.IsEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs#L34C34-L34C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs#L34C34-L34C53" } ], "DocsId": "T:Microsoft.Extensions.Hosting.Systemd.SystemdNotifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Hosting.WindowsServices.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Hosting.WindowsServices.json index de9c8d4a500..59750644212 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Hosting.WindowsServices.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Hosting.WindowsServices.json @@ -1,91 +1,91 @@ { "Assembly": "Microsoft.Extensions.Hosting.WindowsServices", - "GUID": "49602D1702D04910A7998C29E98E2947FFFFFFFF", + "GUID": "8944AE368C404D979D0B887292283F54FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServiceLifetimeHostBuilderExtensions.UseWindowsService(Microsoft.Extensions.Hosting.IHostBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L31C13-L31C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L31C13-L31C61" }, { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServiceLifetimeHostBuilderExtensions.UseWindowsService(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L47C13-L57C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L47C13-L57C32" }, { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServiceLifetimeHostBuilderExtensions.AddWindowsService(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L77C13-L77C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L77C13-L77C58" }, { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServiceLifetimeHostBuilderExtensions.AddWindowsService(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L97C13-L104C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L97C13-L104C29" } ], "DocsId": "T:Microsoft.Extensions.Hosting.WindowsServiceLifetimeHostBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeOptions.cs#L16C51-L16C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeOptions.cs#L16C51-L16C63" }, { "DocsId": "P:Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeOptions.cs#L16C37-L16C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeOptions.cs#L16C37-L16C41" } ], "DocsId": "T:Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceHelpers.IsWindowsService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceHelpers.cs#L24C50-L24C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceHelpers.cs#L24C50-L24C66" } ], "DocsId": "T:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceHelpers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceHelpers.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.#ctor(Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.HostOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L34C15-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L34C15-L36C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.#ctor(Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.HostOptions},Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L20C9-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L20C9-L60C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.WaitForStartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L77C13-L93C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L77C13-L93C37" }, { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.OnStart(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L137C13-L139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L137C13-L139C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.OnStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L150C13-L155C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L150C13-L155C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.OnShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L166C13-L171C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L166C13-L171C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L179C13-L185C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L179C13-L185C10" } ], "DocsId": "T:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Hosting.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Hosting.json index b14f43bb852..98d4a6ed51f 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Hosting.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Hosting.json @@ -1,401 +1,401 @@ { "Assembly": "Microsoft.Extensions.Hosting", - "GUID": "F1CBECD5B9C444649715EFA2724CCD53FFFFFFFF", + "GUID": "7A82CBF7E5994E92B4EB5D28CE4FEEF7FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" }, { "DocsId": "F:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior.StopHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" }, { "DocsId": "F:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior.Ignore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.ConsoleLifetimeOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.ConsoleLifetimeOptions.SuppressStatusMessages", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs#L18C46-L18C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs#L18C46-L18C50" } ], "DocsId": "T:Microsoft.Extensions.Hosting.ConsoleLifetimeOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateDefaultBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L32C13-L32C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L32C13-L32C45" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateDefaultBuilder(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L55C13-L56C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L55C13-L56C52" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateApplicationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L75C76-L75C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L75C76-L75C104" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateApplicationBuilder(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L96C90-L96C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L96C90-L96C122" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateApplicationBuilder(Microsoft.Extensions.Hosting.HostApplicationBuilderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L101C16-L101C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L101C16-L101C52" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateEmptyApplicationBuilder(Microsoft.Extensions.Hosting.HostApplicationBuilderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L109C16-L109C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L109C16-L109C65" } ], "DocsId": "T:Microsoft.Extensions.Hosting.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L53C15-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L53C15-L55C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L76C15-L78C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L76C15-L78C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.#ctor(Microsoft.Extensions.Hosting.HostApplicationBuilderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L23C9-L116C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L23C9-L116C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.Microsoft#Extensions#Hosting#IHostApplicationBuilder#get_Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L188C75-L188C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L188C75-L188C105" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.Microsoft#Extensions#Hosting#IHostApplicationBuilder#get_Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L201C72-L201C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L201C72-L201C85" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.ConfigureContainer``1(Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0},System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L215C13-L226C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L215C13-L226C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L234C13-L249C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L234C13-L249C10" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Microsoft#Extensions#Hosting#IHostApplicationBuilder#Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L188C75-L188C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L188C75-L188C105" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Environment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L191C48-L191C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L191C48-L191C60" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L199C53-L199C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L199C53-L199C57" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Microsoft#Extensions#Hosting#IHostApplicationBuilder#Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L201C72-L201C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L201C72-L201C85" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L204C47-L204C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L204C47-L204C65" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Logging", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L207C43-L207C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L207C43-L207C51" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Metrics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L210C43-L210C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L210C43-L210C51" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostApplicationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L18C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L18C9-L20C10" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.DisableDefaults", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L40C39-L40C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L40C39-L40C43" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.Args", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L45C33-L45C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L45C33-L45C37" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L52C54-L52C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L52C54-L52C58" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L57C42-L57C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L57C42-L57C46" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L62C42-L62C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L62C42-L62C46" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.ContentRootPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L67C42-L67C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L67C42-L67C46" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L28C9-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L28C9-L49C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.ConfigureHostConfiguration(System.Action{Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L65C13-L68C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L65C13-L68C25" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.ConfigureAppConfiguration(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L81C13-L84C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L81C13-L84C25" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.ConfigureServices(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceCollection})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L95C13-L98C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L95C13-L98C25" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.UseServiceProviderFactory``1(Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L109C13-L113C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L109C13-L113C25" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.UseServiceProviderFactory``1(System.Func{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L124C13-L128C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L124C13-L128C25" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.ConfigureContainer``1(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L141C13-L144C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L141C13-L144C25" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L154C13-L171C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L154C13-L171C10" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L54C57-L54C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L54C57-L54C61" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseEnvironment(Microsoft.Extensions.Hosting.IHostBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L36C13-L44C16" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L36C13-L44C16" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseContentRoot(Microsoft.Extensions.Hosting.IHostBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L56C13-L64C16" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L56C13-L64C16" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseDefaultServiceProvider(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.DependencyInjection.ServiceProviderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L74C16-L74C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L74C16-L74C95" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseDefaultServiceProvider(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.ServiceProviderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L84C13-L89C16" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L84C13-L89C16" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureLogging(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Logging.ILoggingBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L100C13-L100C145" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L100C13-L100C145" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureLogging(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Logging.ILoggingBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L111C13-L111C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L111C13-L111C116" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureHostOptions(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Hosting.HostOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L122C13-L123C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L122C13-L123C124" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureHostOptions(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L134C13-L134C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L134C13-L134C104" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureAppConfiguration(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L148C13-L148C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L148C13-L148C108" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureServices(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.DependencyInjection.IServiceCollection})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L159C13-L159C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L159C13-L159C106" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureContainer``1(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L172C13-L172C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L172C13-L172C120" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureDefaults(Microsoft.Extensions.Hosting.IHostBuilder,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L196C13-L199C146" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L196C13-L199C146" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseConsoleLifetime(Microsoft.Extensions.Hosting.IHostBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L347C13-L347C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L347C13-L347C123" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseConsoleLifetime(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.ConsoleLifetimeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L363C13-L367C16" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L363C13-L367C16" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.RunConsoleAsync(Microsoft.Extensions.Hosting.IHostBuilder,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L382C13-L382C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L382C13-L382C89" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.RunConsoleAsync(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.ConsoleLifetimeOptions},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L398C13-L398C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L398C13-L398C105" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureMetrics(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L409C13-L409C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L409C13-L409C116" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureMetrics(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L420C13-L420C145" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L420C13-L420C145" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.HostOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L24C57-L34C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L24C57-L34C80" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostOptions.ShutdownTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L24C43-L24C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L24C43-L24C47" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostOptions.StartupTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L34C42-L34C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L34C42-L34C46" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostOptions.ServicesStartConcurrently", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L42C49-L42C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L42C49-L42C53" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostOptions.ServicesStopConcurrently", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L50C48-L50C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L50C48-L50C52" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostOptions.BackgroundServiceExceptionBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L59C88-L59C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L59C88-L59C92" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.#ctor(Microsoft.Extensions.Logging.ILogger{Microsoft.Extensions.Hosting.Internal.ApplicationLifetime})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L21C9-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L21C9-L33C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.StopApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L62C13-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L62C13-L75C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.NotifyStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L84C17-L92C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L84C17-L92C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.NotifyStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L101C17-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L101C17-L109C10" }, { "DocsId": "P:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.ApplicationStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L39C56-L39C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L39C56-L39C76" }, { "DocsId": "P:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.ApplicationStopping", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L45C57-L45C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L45C57-L45C78" }, { "DocsId": "P:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.ApplicationStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L52C56-L52C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L52C56-L52C76" } ], "DocsId": "T:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.ConsoleLifetimeOptions},Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.HostOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L35C15-L35C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L35C15-L35C107" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.ConsoleLifetimeOptions},Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.HostOptions},Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L46C9-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L46C9-L59C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.WaitForStartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L78C13-L95C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L78C13-L95C39" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L120C13-L120C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L120C13-L120C39" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L128C13-L132C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L128C13-L132C10" } ], "DocsId": "T:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L21C55-L31C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L21C55-L31C67" }, { "DocsId": "P:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L21C41-L21C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L21C41-L21C45" }, { "DocsId": "P:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L26C41-L26C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L26C41-L26C45" }, { "DocsId": "P:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.ContentRootPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L31C41-L31C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L31C41-L31C45" }, { "DocsId": "P:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.ContentRootFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L36C56-L36C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L36C56-L36C60" } ], "DocsId": "T:Microsoft.Extensions.Hosting.Internal.HostingEnvironment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Http.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Http.json index 53bad3931bc..68fb7965044 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Http.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Http.json @@ -1,453 +1,453 @@ { "Assembly": "Microsoft.Extensions.Http", - "GUID": "75BAB93753CA4D4DA826F137535C7AA6FFFFFFFF", + "GUID": "199A5DF6A09E447A9AC1A52340197FAFFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Net.Http.HttpClientFactoryExtensions.CreateClient(System.Net.Http.IHttpClientFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryExtensions.cs#L20C13-L22C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryExtensions.cs#L20C13-L22C62" } ], "DocsId": "T:System.Net.Http.HttpClientFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryExtensions.cs" }, { "Members": [ { "DocsId": "M:System.Net.Http.HttpMessageHandlerFactoryExtensions.CreateHandler(System.Net.Http.IHttpMessageHandlerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerFactoryExtensions.cs#L20C13-L22C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerFactoryExtensions.cs#L20C13-L22C63" } ], "DocsId": "T:System.Net.Http.HttpMessageHandlerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerFactoryExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerFactoryExtensions.cs" }, { "Members": [ { "DocsId": "M:System.Net.Http.IHttpClientFactory.CreateClient(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/IHttpClientFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/IHttpClientFactory.cs" } ], "DocsId": "T:System.Net.Http.IHttpClientFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/IHttpClientFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/IHttpClientFactory.cs" }, { "Members": [ { "DocsId": "M:System.Net.Http.IHttpMessageHandlerFactory.CreateHandler(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerFactory.cs" } ], "DocsId": "T:System.Net.Http.IHttpMessageHandlerFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigureHttpClient(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L30C13-L35C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L30C13-L35C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigureHttpClient(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L50C13-L61C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L50C13-L61C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.Net.Http.DelegatingHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L76C13-L84C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L76C13-L84C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.IServiceProvider,System.Net.Http.DelegatingHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L105C13-L113C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L105C13-L113C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddHttpMessageHandler``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L133C13-L140C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L133C13-L140C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigurePrimaryHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.Net.Http.HttpMessageHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L156C13-L164C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L156C13-L164C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigurePrimaryHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.IServiceProvider,System.Net.Http.HttpMessageHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L186C13-L194C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L186C13-L194C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigurePrimaryHttpMessageHandler``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L215C13-L222C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L215C13-L222C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigurePrimaryHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{System.Net.Http.HttpMessageHandler,System.IServiceProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L240C13-L248C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L240C13-L248C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigureHttpMessageHandlerBuilder(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{Microsoft.Extensions.Http.HttpMessageHandlerBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L261C13-L266C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L261C13-L266C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.UseSocketsHttpHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{System.Net.Http.SocketsHttpHandler,System.IServiceProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L288C13-L303C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L288C13-L303C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.UseSocketsHttpHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L326C13-L331C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L326C13-L331C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddTypedClient``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L364C13-L366C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L364C13-L366C84" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddTypedClient``2(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L427C13-L429C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L427C13-L429C101" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddTypedClient``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.Net.Http.HttpClient,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L479C13-L482C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L479C13-L482C93" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddTypedClient``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.Net.Http.HttpClient,System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L525C13-L528C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L525C13-L528C93" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.RedactLoggedHeaders(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.String,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L560C13-L568C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L560C13-L568C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.RedactLoggedHeaders(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L579C13-L589C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L579C13-L589C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.SetHandlerLifetime(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L618C13-L626C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L618C13-L626C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigureAdditionalHttpMessageHandlers(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{System.Collections.Generic.IList{System.Net.Http.DelegatingHandler},System.IServiceProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L638C13-L646C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L638C13-L646C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddAsKeyed(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L689C13-L714C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L689C13-L714C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.RemoveAsKeyed(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L731C13-L751C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L731C13-L751C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddLogger(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.IServiceProvider,Microsoft.Extensions.Http.Logging.IHttpClientLogger},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L48C13-L69C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L48C13-L69C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddLogger``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L111C13-L113C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L111C13-L113C113" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.RemoveAllLoggers(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L123C13-L131C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L123C13-L131C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddDefaultLogger(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L141C13-L144C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L141C13-L144C28" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L28C13-L71C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L28C13-L71C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.ConfigureHttpClientDefaults(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.DependencyInjection.IHttpClientBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L82C13-L89C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L82C13-L89C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L110C13-L115C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L110C13-L115C65" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L137C13-L145C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L137C13-L145C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L167C13-L175C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L167C13-L175C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L204C13-L211C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L204C13-L211C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L245C13-L252C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L245C13-L252C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L284C13-L291C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L284C13-L291C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L328C13-L335C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L328C13-L335C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L365C13-L374C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L365C13-L374C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L404C13-L413C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L404C13-L413C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L448C13-L457C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L448C13-L457C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L492C13-L501C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L492C13-L501C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L534C13-L543C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L534C13-L543C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L576C13-L585C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L576C13-L585C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L623C13-L632C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L623C13-L632C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L670C13-L679C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L670C13-L679C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.Net.Http.HttpClient,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L711C13-L715C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L711C13-L715C85" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Func{System.Net.Http.HttpClient,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L750C13-L758C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L750C13-L758C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.Net.Http.HttpClient,System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L790C13-L794C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L790C13-L794C85" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Func{System.Net.Http.HttpClient,System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L827C13-L835C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L827C13-L835C28" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/IHttpClientBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/IHttpClientBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/IHttpClientBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/IHttpClientBuilder.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/IHttpClientBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/IHttpClientBuilder.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/ISocketsHttpHandlerBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/ISocketsHttpHandlerBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/ISocketsHttpHandlerBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/ISocketsHttpHandlerBuilder.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/ISocketsHttpHandlerBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/ISocketsHttpHandlerBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.SocketsHttpHandlerBuilderExtensions.Configure(Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder,System.Action{System.Net.Http.SocketsHttpHandler,System.IServiceProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/SocketsHttpHandlerBuilderExtensions.cs#L30C13-L43C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/SocketsHttpHandlerBuilderExtensions.cs#L30C13-L43C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.SocketsHttpHandlerBuilderExtensions.Configure(Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/SocketsHttpHandlerBuilderExtensions.cs#L64C13-L65C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/SocketsHttpHandlerBuilderExtensions.cs#L64C13-L65C94" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.SocketsHttpHandlerBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/SocketsHttpHandlerBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/SocketsHttpHandlerBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Http.HttpClientFactoryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L23C9-L106C136" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L23C9-L106C136" }, { "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.HttpMessageHandlerBuilderActions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L28C92-L28C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L28C92-L28C96" }, { "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.HttpClientActions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L33C62-L33C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L33C62-L33C66" }, { "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.HandlerLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L61C20-L61C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L61C20-L61C36" }, { "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.ShouldRedactHeaderValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L76C61-L76C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L76C61-L76C65" }, { "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.SuppressHandlerScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L103C44-L103C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L103C44-L103C48" } ], "DocsId": "T:Microsoft.Extensions.Http.HttpClientFactoryOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" }, { "DocsId": "M:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.CreateHandlerPipeline(System.Net.Http.HttpMessageHandler,System.Collections.Generic.IEnumerable{System.Net.Http.DelegatingHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs#L83C13-L118C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs#L83C13-L118C25" }, { "DocsId": "M:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.PrimaryHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.AdditionalHandlers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs#L55C52-L55C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs#L55C52-L55C56" } ], "DocsId": "T:Microsoft.Extensions.Http.HttpMessageHandlerBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Http.IHttpMessageHandlerBuilderFilter.Configure(System.Action{Microsoft.Extensions.Http.HttpMessageHandlerBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerBuilderFilter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerBuilderFilter.cs" } ], "DocsId": "T:Microsoft.Extensions.Http.IHttpMessageHandlerBuilderFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerBuilderFilter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerBuilderFilter.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Http.ITypedHttpClientFactory`1.CreateClient(System.Net.Http.HttpClient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/ITypedHttpClientFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/ITypedHttpClientFactory.cs" } ], "DocsId": "T:Microsoft.Extensions.Http.ITypedHttpClientFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/ITypedHttpClientFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/ITypedHttpClientFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger.LogRequestStartAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" }, { "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger.LogRequestStopAsync(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.TimeSpan,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" }, { "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger.LogRequestFailedAsync(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.Exception,System.TimeSpan,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" } ], "DocsId": "T:Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientLogger.LogRequestStart(System.Net.Http.HttpRequestMessage)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" }, { "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientLogger.LogRequestStop(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" }, { "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientLogger.LogRequestFailed(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.Exception,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" } ], "DocsId": "T:Microsoft.Extensions.Http.Logging.IHttpClientLogger", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L27C9-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L27C9-L32C10" }, { "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Http.HttpClientFactoryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L40C9-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L40C9-L47C10" }, { "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L87C16-L87C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L87C16-L87C73" }, { "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.Send(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L93C16-L93C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L93C16-L93C99" } ], "DocsId": "T:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L26C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L26C9-L31C10" }, { "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Http.HttpClientFactoryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L39C9-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L39C9-L46C10" }, { "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L88C16-L88C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L88C16-L88C73" }, { "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.Send(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L94C16-L94C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L94C16-L94C99" } ], "DocsId": "T:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.Abstractions.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.Abstractions.json index 4f32e213a24..c215dcd994c 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.Abstractions.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.Abstractions.json @@ -1,684 +1,684 @@ { "Assembly": "Microsoft.Extensions.Logging.Abstractions", - "GUID": "5CF6C842C9904522911531E84978827AFFFFFFFF", + "GUID": "AEBBD054A75A4B3BA03403981557F3EEFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.EventId.op_Implicit(System.Int32)~Microsoft.Extensions.Logging.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L20C13-L20C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L20C13-L20C35" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventId.op_Equality(Microsoft.Extensions.Logging.EventId,Microsoft.Extensions.Logging.EventId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L31C13-L31C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L31C13-L31C39" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventId.op_Inequality(Microsoft.Extensions.Logging.EventId,Microsoft.Extensions.Logging.EventId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L42C13-L42C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L42C13-L42C40" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventId.#ctor(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L52C13-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L52C13-L54C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventId.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L69C13-L69C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L69C13-L69C42" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventId.Equals(Microsoft.Extensions.Logging.EventId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L79C13-L79C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L79C13-L79C35" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventId.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L85C13-L90C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L85C13-L90C62" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventId.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L96C13-L96C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L96C13-L96C23" }, { "DocsId": "P:Microsoft.Extensions.Logging.EventId.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L59C25-L59C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L59C25-L59C29" }, { "DocsId": "P:Microsoft.Extensions.Logging.EventId.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L64C31-L64C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L64C31-L64C35" } ], "DocsId": "T:Microsoft.Extensions.Logging.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.IExternalScopeProvider.ForEachScope``1(System.Action{System.Object,``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IExternalScopeProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IExternalScopeProvider.cs" }, { "DocsId": "M:Microsoft.Extensions.Logging.IExternalScopeProvider.Push(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IExternalScopeProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IExternalScopeProvider.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.IExternalScopeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IExternalScopeProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IExternalScopeProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.ILogger.Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" }, { "DocsId": "M:Microsoft.Extensions.Logging.ILogger.IsEnabled(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" }, { "DocsId": "M:Microsoft.Extensions.Logging.ILogger.BeginScope``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.ILogger", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.ILoggerFactory.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerFactory.cs" }, { "DocsId": "M:Microsoft.Extensions.Logging.ILoggerFactory.AddProvider(Microsoft.Extensions.Logging.ILoggerProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerFactory.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.ILoggerFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.ILoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerProvider.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.ILoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerProvider.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.Logging.ILogger`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerT.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.Logging.ILoggingBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggingBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggingBuilder.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.ILoggingBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggingBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggingBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.ISupportExternalScope.SetScopeProvider(Microsoft.Extensions.Logging.IExternalScopeProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ISupportExternalScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ISupportExternalScope.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.ISupportExternalScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ISupportExternalScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ISupportExternalScope.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LogDefineOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogDefineOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogDefineOptions.cs" }, { "DocsId": "P:Microsoft.Extensions.Logging.LogDefineOptions.SkipEnabledCheck", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogDefineOptions.cs#L16C40-L16C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogDefineOptions.cs#L16C40-L16C44" } ], "DocsId": "T:Microsoft.Extensions.Logging.LogDefineOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogDefineOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogDefineOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogDebug(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L32C13-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L32C13-L33C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogDebug(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L49C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L49C13-L50C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogDebug(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L66C13-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L66C13-L67C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogDebug(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L82C13-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L82C13-L83C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogTrace(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L102C13-L103C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L102C13-L103C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogTrace(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L119C13-L120C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L119C13-L120C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogTrace(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L136C13-L137C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L136C13-L137C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogTrace(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L152C13-L153C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L152C13-L153C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogInformation(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L172C13-L173C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L172C13-L173C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogInformation(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L189C13-L190C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L189C13-L190C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogInformation(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L206C13-L207C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L206C13-L207C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogInformation(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L222C13-L223C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L222C13-L223C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogWarning(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L242C13-L243C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L242C13-L243C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogWarning(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L259C13-L260C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L259C13-L260C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogWarning(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L276C13-L277C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L276C13-L277C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogWarning(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L292C13-L293C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L292C13-L293C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogError(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L312C13-L313C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L312C13-L313C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogError(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L329C13-L330C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L329C13-L330C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogError(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L346C13-L347C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L346C13-L347C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogError(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L362C13-L363C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L362C13-L363C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogCritical(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L382C13-L383C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L382C13-L383C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogCritical(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L399C13-L400C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L399C13-L400C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogCritical(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L416C13-L417C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L416C13-L417C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogCritical(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L432C13-L433C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L432C13-L433C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.Log(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.LogLevel,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L444C13-L445C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L444C13-L445C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.Log(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L457C13-L458C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L457C13-L458C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.Log(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.LogLevel,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L470C13-L471C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L470C13-L471C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.Log(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L484C13-L487C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L484C13-L487C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.BeginScope(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L508C13-L510C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L508C13-L510C83" } ], "DocsId": "T:Microsoft.Extensions.Logging.LoggerExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExternalScopeProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs#L14C9-L20C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs#L14C9-L20C12" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExternalScopeProvider.ForEachScope``1(System.Action{System.Object,``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs#L34C13-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs#L34C13-L35C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExternalScopeProvider.Push(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs#L40C13-L44C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs#L40C13-L44C29" } ], "DocsId": "T:Microsoft.Extensions.Logging.LoggerExternalScopeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactoryExtensions.CreateLogger``1(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerFactoryExtensions.cs#L22C13-L24C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerFactoryExtensions.cs#L22C13-L24C43" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactoryExtensions.CreateLogger(Microsoft.Extensions.Logging.ILoggerFactory,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerFactoryExtensions.cs#L34C13-L37C141" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerFactoryExtensions.cs#L34C13-L37C141" } ], "DocsId": "T:Microsoft.Extensions.Logging.LoggerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerFactoryExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerFactoryExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L23C13-L27C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L23C13-L27C59" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L38C13-L40C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L38C13-L40C92" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``2(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L52C13-L54C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L52C13-L54C108" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``3(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L67C13-L69C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L67C13-L69C124" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``4(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L83C13-L85C140" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L83C13-L85C140" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``5(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L100C13-L102C156" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L100C13-L102C156" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``6(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L118C13-L120C172" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L118C13-L120C172" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L131C16-L131C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L131C16-L131C70" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L143C13-L161C15" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L143C13-L161C15" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L173C16-L173C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L173C16-L173C74" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L186C13-L204C15" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L186C13-L204C15" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``2(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L217C16-L217C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L217C16-L217C78" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``2(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L231C13-L249C15" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L231C13-L249C15" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``3(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L263C16-L263C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L263C16-L263C82" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``3(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L278C13-L296C15" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L278C13-L296C15" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``4(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L311C16-L311C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L311C16-L311C86" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``4(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L327C13-L345C15" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L327C13-L345C15" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``5(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L361C16-L361C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L361C16-L361C90" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``5(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L378C13-L396C15" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L378C13-L396C15" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``6(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L413C16-L413C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L413C16-L413C94" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``6(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L431C13-L449C15" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L431C13-L449C15" } ], "DocsId": "T:Microsoft.Extensions.Logging.LoggerMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L38C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L38C44" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageAttribute.#ctor(System.Int32,Microsoft.Extensions.Logging.LogLevel,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L52C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageAttribute.#ctor(Microsoft.Extensions.Logging.LogLevel,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L64C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageAttribute.#ctor(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L74C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L84C10" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C30-L89C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C30-L89C34" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.EventName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L97C36-L97C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L97C36-L97C40" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L102C33-L102C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L102C33-L102C37" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L107C33-L107C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L107C33-L107C37" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.SkipEnabledCheck", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L112C40-L112C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L112C40-L112C44" } ], "DocsId": "T:Microsoft.Extensions.Logging.LoggerMessageAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Logger`1.#ctor(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L25C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L25C9-L30C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.Logger`1.Microsoft#Extensions#Logging#ILogger#BeginScope``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L35C13-L35C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L35C13-L35C46" }, { "DocsId": "M:Microsoft.Extensions.Logging.Logger`1.Microsoft#Extensions#Logging#ILogger#IsEnabled(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L41C13-L41C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L41C13-L41C48" }, { "DocsId": "M:Microsoft.Extensions.Logging.Logger`1.Microsoft#Extensions#Logging#ILogger#Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L47C13-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L47C13-L48C10" } ], "DocsId": "T:Microsoft.Extensions.Logging.Logger`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Trace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Debug", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Information", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Warning", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Critical", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.LogLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord.Timestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord.LogLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord.Exception", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L38C45-L38C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L38C45-L38C49" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord.ActivitySpanId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L43C58-L43C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L43C58-L43C62" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord.ActivityTraceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L48C60-L48C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L48C60-L48C64" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord.ManagedThreadId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L53C48-L53C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L53C48-L53C52" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord.FormattedMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L58C52-L58C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L58C52-L58C56" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord.MessageTemplate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L63C51-L63C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L63C51-L63C55" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L68C83-L68C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L68C83-L68C85" } ], "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.IBufferedLogger.LogRecords(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IBufferedLogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IBufferedLogger.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.IBufferedLogger", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IBufferedLogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IBufferedLogger.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.#ctor(Microsoft.Extensions.Logging.LogLevel,System.String,Microsoft.Extensions.Logging.EventId,`0,System.Exception,System.Func{`0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L24C13-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L24C13-L30C10" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.LogLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L35C36-L35C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L35C36-L35C40" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L40C34-L40C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L40C34-L40C38" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L45C34-L45C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L45C34-L45C38" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L50C31-L50C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L50C31-L50C35" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.Exception", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L55C39-L55C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L55C39-L55C43" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L60C61-L60C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L60C61-L60C65" } ], "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.LogEntry`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger.BeginScope``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L28C13-L28C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L28C13-L28C39" }, { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger.IsEnabled(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L34C13-L34C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L34C13-L34C26" }, { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger.Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L40C9-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L40C9-L40C10" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.NullLogger.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L16C45-L16C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L16C45-L16C49" } ], "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.NullLogger", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L15C9-L15C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L15C9-L15C39" }, { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L28C13-L28C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L28C13-L28C40" }, { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.AddProvider(Microsoft.Extensions.Logging.ILoggerProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L37C9-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L37C9-L37C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L42C9-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L42C9-L42C10" }, { "DocsId": "F:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs#L23C13-L23C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs#L23C13-L23C40" }, { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs#L29C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs#L29C9-L29C10" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs#L14C53-L14C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs#L14C53-L14C57" } ], "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.BeginScope``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs#L22C13-L22C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs#L22C13-L22C39" }, { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs#L36C9-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs#L36C9-L36C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.IsEnabled(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs#L41C13-L41C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs#L41C13-L41C26" }, { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.NullLogger`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.Configuration.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.Configuration.json index 2f3ba82e9e2..d85fd2bf2cf 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.Configuration.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.Configuration.json @@ -1,67 +1,67 @@ { "Assembly": "Microsoft.Extensions.Logging.Configuration", - "GUID": "DB4CAADA9B7B4E6BB2D01C3AD026C257FFFFFFFF", + "GUID": "417373E6791A489D8D0C431CEB0BAE33FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.AddConfiguration(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderExtensions.cs#L24C13-L31C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderExtensions.cs#L24C13-L31C28" } ], "DocsId": "T:Microsoft.Extensions.Logging.LoggingBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderExtensions.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration`1.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfiguration.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfiguration.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfigurationFactory.GetConfiguration(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfigurationFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfigurationFactory.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfigurationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfigurationFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfigurationFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptions.RegisterProviderOptions``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderConfigurationExtensions.cs#L29C13-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderConfigurationExtensions.cs#L29C13-L31C10" } ], "DocsId": "T:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderConfigurationExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptionsChangeTokenSource`2.#ctor(Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration{`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderOptionsChangeTokenSource.cs#L14C120-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderOptionsChangeTokenSource.cs#L14C120-L16C10" } ], "DocsId": "T:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptionsChangeTokenSource`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderOptionsChangeTokenSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderOptionsChangeTokenSource.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Configuration.LoggingBuilderConfigurationExtensions.AddConfiguration(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderConfigurationExtensions.cs#L19C13-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderConfigurationExtensions.cs#L19C13-L21C10" } ], "DocsId": "T:Microsoft.Extensions.Logging.Configuration.LoggingBuilderConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderConfigurationExtensions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.Console.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.Console.json index a2eeda3028a..cabb24245e8 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.Console.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.Console.json @@ -1,387 +1,387 @@ { "Assembly": "Microsoft.Extensions.Logging.Console", - "GUID": "5012E4C9BD6F46FCA397E5CD10DF16D0FFFFFFFF", + "GUID": "CB03E2F9D63E4DA586BE3C9A93902AA6FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L32C13-L43C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L32C13-L43C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L53C13-L58C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L53C13-L58C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddSimpleConsole(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L66C13-L66C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L66C13-L66C71" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddSimpleConsole(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L75C13-L75C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L75C13-L75C124" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddJsonConsole(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L83C13-L83C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L83C13-L83C69" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddJsonConsole(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.Console.JsonConsoleFormatterOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L92C13-L92C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L92C13-L92C120" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddSystemdConsole(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L102C13-L102C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L102C13-L102C119" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddSystemdConsole(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L110C13-L110C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L110C13-L110C72" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsoleFormatter``2(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L136C13-L136C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L136C13-L136C133" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsoleFormatter``2(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L150C13-L154C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L150C13-L154C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L26C13-L27C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L26C13-L27C49" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L40C13-L41C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L40C13-L41C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.LogLevel,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L55C13-L56C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L55C13-L56C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L69C13-L70C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L69C13-L70C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L83C13-L84C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L83C13-L84C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L98C13-L99C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L98C13-L99C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L112C13-L113C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L112C13-L113C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L125C13-L125C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L125C13-L125C61" } ], "DocsId": "T:Microsoft.Extensions.Logging.ConsoleLoggerExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings.#ctor(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L24C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L24C9-L28C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L66C13-L67C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L66C13-L67C75" }, { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings.TryGetSwitch(System.String,Microsoft.Extensions.Logging.LogLevel@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L79C13-L99C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L79C13-L99C62" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings.ChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L33C44-L33C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L33C44-L33C48" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings.IncludeScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L43C17-L55C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L43C17-L55C66" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleFormatter.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs#L19C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs#L19C9-L24C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleFormatter.Write``1(Microsoft.Extensions.Logging.Abstractions.LogEntry{``0}@|System.Runtime.InteropServices.InAttribute,Microsoft.Extensions.Logging.IExternalScopeProvider,System.IO.TextWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleFormatter.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs#L29C30-L29C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs#L29C30-L29C34" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleFormatterNames.Simple", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleFormatterNames.Json", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleFormatterNames.Systemd", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleFormatterNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L17C9-L17C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L17C9-L17C45" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions.IncludeScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L25C37-L25C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L25C37-L25C41" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions.TimestampFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L34C42-L34C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L34C42-L34C46" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions.UseUtcTimestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L42C39-L42C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L42C39-L42C43" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat.Systemd", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L65C69-L106C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L65C69-L106C69" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.DisableColors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L20C37-L20C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L20C37-L20C41" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.Format", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L33C20-L33C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L33C20-L33C27" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.FormatterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L51C40-L51C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L51C40-L51C44" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.IncludeScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L60C37-L60C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L60C37-L60C41" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.LogToStandardErrorThreshold", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L65C55-L65C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L65C55-L65C59" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.TimestampFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L74C42-L74C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L74C42-L74C46" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.UseUtcTimestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L83C39-L83C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L83C39-L83C43" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.QueueFullMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L94C20-L94C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L94C20-L94C34" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.MaxQueueLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L116C20-L116C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L116C20-L116C38" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.#ctor(Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L34C15-L34C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L34C15-L34C65" }, { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.#ctor(Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.Console.ConsoleFormatter})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L27C9-L66C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L27C9-L66C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L155C13-L173C134" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L155C13-L173C134" }, { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L206C13-L208C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L206C13-L208C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.SetScopeProvider(Microsoft.Extensions.Logging.IExternalScopeProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L213C13-L219C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L213C13-L219C10" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerQueueFullMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerQueueFullMode.Wait", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerQueueFullMode.DropWrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerQueueFullMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L37C13-L37C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L37C13-L37C25" }, { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.TryGetSwitch(System.String,Microsoft.Extensions.Logging.LogLevel@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L43C13-L43C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L43C13-L43C58" }, { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L32C71-L32C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L32C71-L32C105" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.ChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L19C44-L19C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L19C44-L19C48" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.IncludeScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L22C37-L22C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L22C37-L22C41" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.DisableColors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L27C37-L27C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L27C37-L27C41" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.Switches", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L32C57-L32C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L32C57-L32C61" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings.TryGetSwitch(System.String,Microsoft.Extensions.Logging.LogLevel@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" }, { "DocsId": "M:Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings.IncludeScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings.ChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Console.JsonConsoleFormatterOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/JsonConsoleFormatterOptions.cs#L17C9-L17C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/JsonConsoleFormatterOptions.cs#L17C9-L17C49" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.JsonConsoleFormatterOptions.JsonWriterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/JsonConsoleFormatterOptions.cs#L22C54-L22C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/JsonConsoleFormatterOptions.cs#L22C54-L22C58" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.JsonConsoleFormatterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/JsonConsoleFormatterOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/JsonConsoleFormatterOptions.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Logging.Console.LoggerColorBehavior.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.Console.LoggerColorBehavior.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.Console.LoggerColorBehavior.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.Console.LoggerColorBehavior.Disabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.LoggerColorBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs#L16C9-L16C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs#L16C9-L16C51" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions.ColorBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs#L21C52-L21C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs#L21C52-L21C56" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions.SingleLine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs#L29C34-L29C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs#L29C34-L29C38" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.Debug.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.Debug.json index 979f2db4c2e..564b2de0ad2 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.Debug.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.Debug.json @@ -1,47 +1,47 @@ { "Assembly": "Microsoft.Extensions.Logging.Debug", - "GUID": "9979C62812FF40EB9944DE10AACDDA9EFFFFFFFF", + "GUID": "6F18A43415A44DB491074BA89C5E1A8CFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L24C98-L24C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L24C98-L24C115" }, { "DocsId": "M:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggerFactory,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L33C116-L33C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L33C116-L33C133" }, { "DocsId": "M:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L43C13-L44C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L43C13-L44C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L53C13-L55C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L53C13-L55C28" } ], "DocsId": "T:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs#L15C13-L15C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs#L15C13-L15C42" }, { "DocsId": "M:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs#L21C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs#L21C9-L21C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.EventLog.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.EventLog.json index 7b7d7e45f68..db34289f2dc 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.EventLog.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.EventLog.json @@ -1,93 +1,93 @@ { "Assembly": "Microsoft.Extensions.Logging.EventLog", - "GUID": "C75958F54FF543AEB2C5CE86D2052DADFFFFFFFF", + "GUID": "69ED54926C244FD6B7E7C42F1D52C654FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.EventLog.EventLogSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L26C13-L30C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L26C13-L30C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L41C13-L41C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L41C13-L41C108" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L49C82-L49C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L49C82-L49C124" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L58C13-L62C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L58C13-L62C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Logging.EventLog.EventLogSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L73C13-L78C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L73C13-L78C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.EventLog.EventLogSettings})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L89C13-L94C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L89C13-L94C28" } ], "DocsId": "T:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L22C15-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L22C15-L24C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.#ctor(Microsoft.Extensions.Logging.EventLog.EventLogSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L30C9-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L30C9-L33C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Logging.EventLog.EventLogSettings})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L40C15-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L40C15-L42C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L47C13-L47C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L47C13-L47C72" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L53C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L53C13-L57C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.SetScopeProvider(Microsoft.Extensions.Logging.IExternalScopeProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L62C13-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L62C13-L63C10" } ], "DocsId": "T:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs" }, { "DocsId": "P:Microsoft.Extensions.Logging.EventLog.EventLogSettings.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L18C34-L18C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L18C34-L18C38" }, { "DocsId": "P:Microsoft.Extensions.Logging.EventLog.EventLogSettings.SourceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L23C37-L23C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L23C37-L23C41" }, { "DocsId": "P:Microsoft.Extensions.Logging.EventLog.EventLogSettings.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L28C38-L28C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L28C38-L28C42" }, { "DocsId": "P:Microsoft.Extensions.Logging.EventLog.EventLogSettings.Filter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L33C55-L33C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L33C55-L33C59" } ], "DocsId": "T:Microsoft.Extensions.Logging.EventLog.EventLogSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.EventSource.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.EventSource.json index ad12c922950..5afda4f7170 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.EventSource.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.EventSource.json @@ -1,75 +1,75 @@ { "Assembly": "Microsoft.Extensions.Logging.EventSource", - "GUID": "D4DF9933ABEF4651BED2F87D65DA0F86FFFFFFFF", + "GUID": "5B5BF8B8167E4E43936EB99CFA36F992FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.EventSourceLoggerFactoryExtensions.AddEventSourceLogger(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerFactoryExtensions.cs#L27C13-L31C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerFactoryExtensions.cs#L27C13-L31C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventSourceLoggerFactoryExtensions.AddEventSourceLogger(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerFactoryExtensions.cs#L41C13-L47C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerFactoryExtensions.cs#L41C13-L47C28" } ], "DocsId": "T:Microsoft.Extensions.Logging.EventSourceLoggerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerFactoryExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerFactoryExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.EventSource.EventSourceLoggerProvider.#ctor(Microsoft.Extensions.Logging.EventSource.LoggingEventSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs#L27C9-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs#L27C9-L33C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventSource.EventSourceLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs#L38C13-L38C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs#L38C13-L38C103" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventSource.EventSourceLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs#L45C18-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs#L45C18-L49C10" } ], "DocsId": "T:Microsoft.Extensions.Logging.EventSource.EventSourceLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.OnEventCommand(System.Diagnostics.Tracing.EventCommandEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs#L353C13-L366C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs#L353C13-L366C10" }, { "DocsId": "T:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.EventSource.LoggingEventSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords.Meta", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords.FormattedMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords.JsonMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.TraceSource.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.TraceSource.json index 4a44f5dcd7c..a81e03187ff 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.TraceSource.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.TraceSource.json @@ -1,67 +1,67 @@ { "Assembly": "Microsoft.Extensions.Logging.TraceSource", - "GUID": "1142EF351FFB45588229E805DBB8F50EFFFFFFFF", + "GUID": "CF70900C0F384BF3A53AC6D625FC188EFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggerFactory,System.Diagnostics.SourceSwitch,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L28C13-L34C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L28C13-L34C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggerFactory,System.Diagnostics.SourceSwitch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L47C13-L52C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L47C13-L52C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggerFactory,System.String,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L66C13-L72C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L66C13-L72C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggerFactory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L85C13-L90C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L85C13-L90C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggingBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L103C13-L106C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L103C13-L106C73" }, { "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L121C13-L125C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L121C13-L125C83" }, { "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggingBuilder,System.Diagnostics.SourceSwitch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L138C13-L143C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L138C13-L143C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggingBuilder,System.Diagnostics.SourceSwitch,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L158C13-L164C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L158C13-L164C28" } ], "DocsId": "T:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider.#ctor(System.Diagnostics.SourceSwitch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L29C15-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L29C15-L31C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider.#ctor(System.Diagnostics.SourceSwitch,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L20C9-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L20C9-L44C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L53C13-L53C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L53C13-L53C69" }, { "DocsId": "M:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L116C13-L125C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L116C13-L125C10" } ], "DocsId": "T:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.json index 8c3295680cc..1047c451935 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Logging.json @@ -1,293 +1,293 @@ { "Assembly": "Microsoft.Extensions.Logging", - "GUID": "A88B422A4C814CD690CB2577C42F3FBEFFFFFFFF", + "GUID": "76406663EFB349CFA49AE696598A52A4FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions.AddLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggingServiceCollectionExtensions.cs#L23C13-L23C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggingServiceCollectionExtensions.cs#L23C13-L23C57" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions.AddLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Logging.ILoggingBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggingServiceCollectionExtensions.cs#L34C13-L45C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggingServiceCollectionExtensions.cs#L34C13-L45C29" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggingServiceCollectionExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggingServiceCollectionExtensions.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.SpanId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.TraceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.ParentId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.TraceState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.TraceFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.Baggage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.ActivityTrackingOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{System.String,System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L21C13-L21C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L21C13-L21C74" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L30C13-L30C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L30C13-L30C87" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L40C13-L40C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L40C13-L40C90" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L49C13-L49C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L49C13-L49C79" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L59C13-L59C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L59C13-L59C82" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L69C13-L69C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L69C13-L69C83" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L80C13-L80C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L80C13-L80C86" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L90C13-L90C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L90C13-L90C89" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L101C13-L101C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L101C13-L101C92" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{System.String,System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L110C13-L110C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L110C13-L110C45" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L119C13-L119C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L119C13-L119C94" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L129C13-L129C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L129C13-L129C120" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L138C13-L138C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L138C13-L138C80" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L148C13-L148C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L148C13-L148C106" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.String,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L158C13-L158C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L158C13-L158C63" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.LoggerFilterOptions,System.String,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L169C13-L169C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L169C13-L169C89" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.String,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L179C13-L179C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L179C13-L179C100" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.LoggerFilterOptions,System.String,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L190C13-L190C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L190C13-L190C126" } ], "DocsId": "T:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L34C34-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L34C34-L36C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L42C72-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L42C72-L44C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider},Microsoft.Extensions.Logging.LoggerFilterOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L51C107-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L51C107-L53C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider},Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.LoggerFilterOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L60C123-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L60C123-L62C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider},Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.LoggerFilterOptions},Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Logging.LoggerFactoryOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L70C164-L72C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L70C164-L72C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider},Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.LoggerFilterOptions},Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Logging.LoggerFactoryOptions},Microsoft.Extensions.Logging.IExternalScopeProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L22C9-L104C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L22C9-L104C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.Create(System.Action{Microsoft.Extensions.Logging.ILoggingBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L113C13-L117C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L113C13-L117C79" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L141C13-L161C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L141C13-L161C27" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.AddProvider(Microsoft.Extensions.Logging.ILoggerProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L170C13-L194C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L170C13-L194C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.CheckDisposed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L260C51-L260C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L260C51-L260C60" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L265C13-L286C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L265C13-L286C10" } ], "DocsId": "T:Microsoft.Extensions.Logging.LoggerFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactoryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactoryOptions.cs#L17C9-L17C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactoryOptions.cs#L17C9-L17C42" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerFactoryOptions.ActivityTrackingOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactoryOptions.cs#L22C66-L22C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactoryOptions.cs#L22C66-L22C70" } ], "DocsId": "T:Microsoft.Extensions.Logging.LoggerFactoryOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactoryOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactoryOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFilterOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L26C51-L18C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L26C51-L18C41" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterOptions.CaptureScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L26C37-L26C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L26C37-L26C41" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterOptions.MinLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L31C36-L31C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L31C36-L31C40" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterOptions.Rules", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L36C49-L36C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L36C49-L36C62" } ], "DocsId": "T:Microsoft.Extensions.Logging.LoggerFilterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFilterRule.#ctor(System.String,System.String,System.Nullable{Microsoft.Extensions.Logging.LogLevel},System.Func{System.String,System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L20C9-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L20C9-L26C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFilterRule.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L51C13-L51C170" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L51C13-L51C170" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterRule.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L31C39-L31C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L31C39-L31C43" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterRule.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L36C39-L36C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L36C39-L36C43" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterRule.LogLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L41C37-L41C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L41C37-L41C41" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterRule.Filter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L46C65-L46C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L46C65-L46C69" } ], "DocsId": "T:Microsoft.Extensions.Logging.LoggerFilterRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.SetMinimumLevel(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L24C13-L26C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L24C13-L26C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.AddProvider(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Logging.ILoggerProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L37C13-L38C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L37C13-L38C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.ClearProviders(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L48C13-L49C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L48C13-L49C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.Configure(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.LoggerFactoryOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L60C13-L61C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L60C13-L61C28" } ], "DocsId": "T:Microsoft.Extensions.Logging.LoggingBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.ProviderAliasAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ProviderAliasAttribute.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ProviderAliasAttribute.cs#L18C9-L21C10" }, { "DocsId": "P:Microsoft.Extensions.Logging.ProviderAliasAttribute.Alias", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ProviderAliasAttribute.cs#L26C31-L26C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ProviderAliasAttribute.cs#L26C31-L26C35" } ], "DocsId": "T:Microsoft.Extensions.Logging.ProviderAliasAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ProviderAliasAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ProviderAliasAttribute.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Options.ConfigurationExtensions.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Options.ConfigurationExtensions.json index 60507226bc4..93eaac3acf2 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Options.ConfigurationExtensions.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Options.ConfigurationExtensions.json @@ -1,93 +1,93 @@ { "Assembly": "Microsoft.Extensions.Options.ConfigurationExtensions", - "GUID": "EAD82E93F4AE4621ACD396FB0F0CD16BFFFFFFFF", + "GUID": "417C944642D2432A8414258FEBEF7545FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderConfigurationExtensions.Bind``1(Microsoft.Extensions.Options.OptionsBuilder{``0},Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs#L29C16-L29C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs#L29C16-L29C53" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderConfigurationExtensions.Bind``1(Microsoft.Extensions.Options.OptionsBuilder{``0},Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs#L43C13-L46C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs#L43C13-L46C35" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderConfigurationExtensions.BindConfiguration``1(Microsoft.Extensions.Options.OptionsBuilder{``0},System.String,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs#L70C13-L86C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs#L70C13-L86C35" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsBuilderConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L26C16-L26C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L26C16-L26C81" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L39C16-L39C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L39C16-L39C68" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L53C16-L53C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L53C16-L53C98" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L69C13-L74C156" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L69C13-L74C156" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1.#ctor(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L23C72-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L23C72-L25C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1.#ctor(System.String,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L32C9-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L32C9-L38C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1.GetChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L51C13-L51C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L51C13-L51C45" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L43C30-L43C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L43C30-L43C34" } ], "DocsId": "T:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ConfigureFromConfigurationOptions`1.#ctor(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigureFromConfigurationOptions.cs#L28C15-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigureFromConfigurationOptions.cs#L28C15-L31C10" } ], "DocsId": "T:Microsoft.Extensions.Options.ConfigureFromConfigurationOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigureFromConfigurationOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigureFromConfigurationOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.NamedConfigureFromConfigurationOptions`1.#ctor(System.String,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/NamedConfigureFromConfigurationOptions.cs#L26C15-L27C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/NamedConfigureFromConfigurationOptions.cs#L26C15-L27C12" }, { "DocsId": "M:Microsoft.Extensions.Options.NamedConfigureFromConfigurationOptions`1.#ctor(System.String,Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/NamedConfigureFromConfigurationOptions.cs#L38C15-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/NamedConfigureFromConfigurationOptions.cs#L38C15-L41C10" } ], "DocsId": "T:Microsoft.Extensions.Options.NamedConfigureFromConfigurationOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/NamedConfigureFromConfigurationOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/NamedConfigureFromConfigurationOptions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Options.DataAnnotations.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Options.DataAnnotations.json index 0f0b536ce3e..c572eb68d4d 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Options.DataAnnotations.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Options.DataAnnotations.json @@ -1,35 +1,35 @@ { "Assembly": "Microsoft.Extensions.Options.DataAnnotations", - "GUID": "95E0B54B31A7472789A75470CB8DB014FFFFFFFF", + "GUID": "0CC56930BC064257AC199E9821F9E95AFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderDataAnnotationsExtensions.ValidateDataAnnotations``1(Microsoft.Extensions.Options.OptionsBuilder{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/OptionsBuilderDataAnnotationsExtensions.cs#L24C13-L25C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/OptionsBuilderDataAnnotationsExtensions.cs#L24C13-L25C35" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsBuilderDataAnnotationsExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/OptionsBuilderDataAnnotationsExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/OptionsBuilderDataAnnotationsExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.DataAnnotationValidateOptions`1.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs#L28C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs#L28C9-L31C10" }, { "DocsId": "M:Microsoft.Extensions.Options.DataAnnotationValidateOptions`1.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs#L49C13-L69C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs#L49C13-L69C55" }, { "DocsId": "P:Microsoft.Extensions.Options.DataAnnotationValidateOptions`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs#L36C31-L36C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs#L36C31-L36C35" } ], "DocsId": "T:Microsoft.Extensions.Options.DataAnnotationValidateOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Options.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Options.json index 211886670f1..9c3bb76514e 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Options.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Options.json @@ -1,1271 +1,1271 @@ { "Assembly": "Microsoft.Extensions.Options", - "GUID": "A9807B9D2DCB4C0F8ADA54FD7F8580B8FFFFFFFF", + "GUID": "5A2274EAD0E2488DA6FAA2CDE56ACD5BFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderExtensions.ValidateOnStart``1(Microsoft.Extensions.Options.OptionsBuilder{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilderExtensions.cs#L27C13-L38C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilderExtensions.cs#L27C13-L38C35" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptions(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L24C13-L31C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L24C13-L31C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptionsWithValidateOnStart``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L50C13-L50C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L50C13-L50C114" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptionsWithValidateOnStart``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L72C13-L73C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L72C13-L73C114" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L84C16-L84C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L84C16-L84C81" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L98C13-L103C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L98C13-L103C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.ConfigureAll``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L114C16-L114C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L114C16-L114C82" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L125C16-L125C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L125C16-L125C85" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L139C13-L144C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L139C13-L144C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigureAll``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L156C16-L156C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L156C16-L156C86" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.ConfigureOptions``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L169C20-L169C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L169C20-L169C72" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.ConfigureOptions(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L216C13-L230C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L216C13-L230C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.ConfigureOptions(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L243C13-L258C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L243C13-L258C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptions``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L268C16-L268C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L268C16-L268C74" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptions``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L280C13-L283C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L280C13-L283C65" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`1.#ctor(System.String,System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L19C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L19C9-L23C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`1.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L42C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L42C13-L49C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`1.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L55C52-L55C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L55C52-L55C91" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L28C31-L28C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L28C31-L28C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`1.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L33C43-L33C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L33C43-L33C47" } ], "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`2.#ctor(System.String,`1,System.Action{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L73C9-L78C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L73C9-L78C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L102C13-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L102C13-L109C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L115C52-L115C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L115C52-L115C91" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L83C31-L83C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L83C31-L83C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L88C49-L88C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L88C49-L88C53" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Dependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L93C34-L93C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L93C34-L93C38" } ], "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`3.#ctor(System.String,`1,`2,System.Action{`0,`1,`2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L136C9-L142C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L136C9-L142C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L171C13-L178C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L171C13-L178C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L184C52-L184C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L184C52-L184C91" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L147C31-L147C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L147C31-L147C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L152C57-L152C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L152C57-L152C61" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L157C36-L157C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L157C36-L157C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L162C36-L162C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L162C36-L162C40" } ], "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`4.#ctor(System.String,`1,`2,`3,System.Action{`0,`1,`2,`3})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L208C9-L215C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L208C9-L215C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L249C13-L256C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L249C13-L256C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L262C52-L262C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L262C52-L262C91" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L220C31-L220C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L220C31-L220C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L225C64-L225C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L225C64-L225C68" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L230C36-L230C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L230C36-L230C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L235C36-L235C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L235C36-L235C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L240C36-L240C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L240C36-L240C40" } ], "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`4", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`5.#ctor(System.String,`1,`2,`3,`4,System.Action{`0,`1,`2,`3,`4})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L289C9-L297C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L289C9-L297C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L336C13-L343C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L336C13-L343C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L349C52-L349C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L349C52-L349C91" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L302C31-L302C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L302C31-L302C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L307C71-L307C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L307C71-L307C75" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L312C36-L312C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L312C36-L312C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L317C36-L317C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L317C36-L317C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L322C36-L322C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L322C36-L322C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L327C36-L327C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L327C36-L327C40" } ], "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`5", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`6.#ctor(System.String,`1,`2,`3,`4,`5,System.Action{`0,`1,`2,`3,`4,`5})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L379C9-L388C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L379C9-L388C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L432C13-L439C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L432C13-L439C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L445C52-L445C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L445C52-L445C91" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L393C31-L393C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L393C31-L393C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L398C78-L398C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L398C78-L398C82" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L403C36-L403C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L403C36-L403C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L408C36-L408C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L408C36-L408C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L413C36-L413C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L413C36-L413C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L418C36-L418C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L418C36-L418C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency5", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L423C36-L423C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L423C36-L423C40" } ], "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`6", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ConfigureOptions`1.#ctor(System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs#L18C9-L21C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureOptions`1.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs#L34C13-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs#L34C13-L37C10" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureOptions`1.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs#L26C43-L26C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs#L26C43-L26C47" } ], "DocsId": "T:Microsoft.Extensions.Options.ConfigureOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.IConfigureNamedOptions`1.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IConfigureNamedOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IConfigureNamedOptions.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.IConfigureNamedOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IConfigureNamedOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IConfigureNamedOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.IConfigureOptions`1.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IConfigureOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IConfigureOptions.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.IConfigureOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IConfigureOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IConfigureOptions.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.Options.IOptions`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptions.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.IOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.IOptionsChangeTokenSource`1.GetChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsChangeTokenSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsChangeTokenSource.cs" }, { "DocsId": "P:Microsoft.Extensions.Options.IOptionsChangeTokenSource`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsChangeTokenSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsChangeTokenSource.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.IOptionsChangeTokenSource`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsChangeTokenSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsChangeTokenSource.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.IOptionsFactory`1.Create(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsFactory.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.IOptionsFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitor`1.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" }, { "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitor`1.OnChange(System.Action{`0,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" }, { "DocsId": "P:Microsoft.Extensions.Options.IOptionsMonitor`1.CurrentValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.IOptionsMonitor`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitorCache`1.GetOrAdd(System.String,System.Func{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitorCache`1.TryAdd(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitorCache`1.TryRemove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitorCache`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.IOptionsMonitorCache`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.IOptionsSnapshot`1.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsSnapshot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsSnapshot.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.IOptionsSnapshot`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsSnapshot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsSnapshot.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.IPostConfigureOptions`1.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IPostConfigureOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IPostConfigureOptions.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.IPostConfigureOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IPostConfigureOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IPostConfigureOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.IStartupValidator.Validate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IStartupValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IStartupValidator.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.IStartupValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IStartupValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IStartupValidator.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.IValidateOptions`1.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IValidateOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IValidateOptions.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.IValidateOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IValidateOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IValidateOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.Options.Create``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/Options.cs#L30C13-L30C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/Options.cs#L30C13-L30C58" }, { "DocsId": "F:Microsoft.Extensions.Options.Options.DefaultName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/Options.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/Options.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/Options.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/Options.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.#ctor(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L32C9-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L32C9-L38C10" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L50C13-L53C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L50C13-L53C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``1(System.Action{`0,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L68C13-L72C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L68C13-L72C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``2(System.Action{`0,``0,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L89C13-L93C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L89C13-L93C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``3(System.Action{`0,``0,``1,``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L112C13-L121C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L112C13-L121C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``4(System.Action{`0,``0,``1,``2,``3})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L142C13-L152C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L142C13-L152C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``5(System.Action{`0,``0,``1,``2,``3,``4})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L175C13-L186C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L175C13-L186C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L199C13-L202C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L199C13-L202C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``1(System.Action{`0,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L217C13-L221C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L217C13-L221C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``2(System.Action{`0,``0,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L238C13-L242C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L238C13-L242C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``3(System.Action{`0,``0,``1,``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L261C13-L270C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L261C13-L270C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``4(System.Action{`0,``0,``1,``2,``3})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L291C13-L301C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L291C13-L301C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``5(System.Action{`0,``0,``1,``2,``3,``4})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L324C13-L335C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L324C13-L335C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate(System.Func{`0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L344C16-L344C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L344C16-L344C97" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate(System.Func{`0,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L354C13-L357C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L354C13-L357C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``1(System.Func{`0,``0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L367C16-L367C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L367C16-L367C97" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``1(System.Func{`0,``0,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L378C13-L382C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L378C13-L382C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``2(System.Func{`0,``0,``1,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L395C16-L395C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L395C16-L395C97" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``2(System.Func{`0,``0,``1,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L409C13-L417C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L409C13-L417C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``3(System.Func{`0,``0,``1,``2,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L432C16-L432C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L432C16-L432C97" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``3(System.Func{`0,``0,``1,``2,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L448C13-L457C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L448C13-L457C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``4(System.Func{`0,``0,``1,``2,``3,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L474C16-L474C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L474C16-L474C97" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``4(System.Func{`0,``0,``1,``2,``3,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L492C13-L502C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L492C13-L502C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``5(System.Func{`0,``0,``1,``2,``3,``4,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L521C16-L521C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L521C16-L521C97" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``5(System.Func{`0,``0,``1,``2,``3,``4,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L541C13-L552C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L541C13-L552C25" }, { "DocsId": "P:Microsoft.Extensions.Options.OptionsBuilder`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L20C30-L20C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L20C30-L20C34" }, { "DocsId": "P:Microsoft.Extensions.Options.OptionsBuilder`1.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L25C46-L25C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L25C46-L25C50" } ], "DocsId": "T:Microsoft.Extensions.Options.OptionsBuilder`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L23C32-L23C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L23C32-L23C46" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.GetOrAdd(System.String,System.Func{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L33C13-L47C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L33C13-L47C32" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.TryAdd(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L98C13-L104C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L98C13-L104C27" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.TryRemove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L113C13-L113C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L113C13-L113C65" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L18C9-L18C188" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L18C9-L18C188" } ], "DocsId": "T:Microsoft.Extensions.Options.OptionsCache`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.OptionsFactory`1.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IConfigureOptions{`0}},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IPostConfigureOptions{`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L27C143-L28C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L27C143-L28C12" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsFactory`1.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IConfigureOptions{`0}},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IPostConfigureOptions{`0}},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IValidateOptions{`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L36C9-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L36C9-L46C10" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsFactory`1.Create(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L57C13-L91C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L57C13-L91C28" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsFactory`1.CreateInstance(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L102C13-L102C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L102C13-L102C57" } ], "DocsId": "T:Microsoft.Extensions.Options.OptionsFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.OptionsManager`1.#ctor(Microsoft.Extensions.Options.IOptionsFactory{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs#L19C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs#L19C9-L28C10" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsManager`1.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs#L44C13-L54C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs#L44C13-L54C28" }, { "DocsId": "P:Microsoft.Extensions.Options.OptionsManager`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs#L33C34-L33C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs#L33C34-L33C58" } ], "DocsId": "T:Microsoft.Extensions.Options.OptionsManager`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitor`1.#ctor(Microsoft.Extensions.Options.IOptionsFactory{`0},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IOptionsChangeTokenSource{`0}},Microsoft.Extensions.Options.IOptionsMonitorCache{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L22C9-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L22C9-L62C10" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitor`1.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L91C13-L100C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L91C13-L100C106" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitor`1.OnChange(System.Action{`0,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L111C13-L113C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L111C13-L113C31" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitor`1.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L122C50-L128C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L122C50-L128C10" }, { "DocsId": "P:Microsoft.Extensions.Options.OptionsMonitor`1.CurrentValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L79C20-L79C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L79C20-L79C44" } ], "DocsId": "T:Microsoft.Extensions.Options.OptionsMonitor`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitorExtensions.OnChange``1(Microsoft.Extensions.Options.IOptionsMonitor{``0},System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitorExtensions.cs#L24C20-L24C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitorExtensions.cs#L24C20-L24C59" } ], "DocsId": "T:Microsoft.Extensions.Options.OptionsMonitorExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitorExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitorExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.OptionsValidationException.#ctor(System.String,System.Type,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L20C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L20C9-L28C10" }, { "DocsId": "P:Microsoft.Extensions.Options.OptionsValidationException.OptionsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L33C37-L33C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L33C37-L33C41" }, { "DocsId": "P:Microsoft.Extensions.Options.OptionsValidationException.OptionsType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L38C35-L38C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L38C35-L38C39" }, { "DocsId": "P:Microsoft.Extensions.Options.OptionsValidationException.Failures", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L43C47-L43C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L43C47-L43C51" }, { "DocsId": "P:Microsoft.Extensions.Options.OptionsValidationException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L48C43-L48C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L48C43-L48C70" } ], "DocsId": "T:Microsoft.Extensions.Options.OptionsValidationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.OptionsValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsValidatorAttribute.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.OptionsValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsValidatorAttribute.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.OptionsWrapper`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsWrapper.cs#L20C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsWrapper.cs#L20C9-L23C10" }, { "DocsId": "P:Microsoft.Extensions.Options.OptionsWrapper`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsWrapper.cs#L28C33-L28C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsWrapper.cs#L28C33-L28C37" } ], "DocsId": "T:Microsoft.Extensions.Options.OptionsWrapper`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsWrapper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsWrapper.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`1.#ctor(System.String,System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L19C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L19C9-L23C10" }, { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`1.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L42C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L42C13-L49C10" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L28C31-L28C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L28C31-L28C35" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`1.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L33C43-L33C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L33C43-L33C47" } ], "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`2.#ctor(System.String,`1,System.Action{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L67C9-L72C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L67C9-L72C10" }, { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`2.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L96C13-L103C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L96C13-L103C10" }, { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`2.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L109C56-L109C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L109C56-L109C99" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`2.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L77C31-L77C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L77C31-L77C35" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`2.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L82C49-L82C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L82C49-L82C53" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`2.Dependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L87C34-L87C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L87C34-L87C38" } ], "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`3.#ctor(System.String,`1,`2,System.Action{`0,`1,`2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L130C9-L136C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L130C9-L136C10" }, { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`3.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L165C13-L172C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L165C13-L172C10" }, { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`3.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L178C56-L178C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L178C56-L178C99" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`3.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L141C31-L141C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L141C31-L141C35" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`3.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L146C57-L146C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L146C57-L146C61" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`3.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L151C36-L151C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L151C36-L151C40" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`3.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L156C36-L156C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L156C36-L156C40" } ], "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`4.#ctor(System.String,`1,`2,`3,System.Action{`0,`1,`2,`3})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L202C9-L209C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L202C9-L209C10" }, { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`4.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L243C13-L250C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L243C13-L250C10" }, { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`4.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L256C56-L256C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L256C56-L256C99" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L214C31-L214C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L214C31-L214C35" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L219C64-L219C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L219C64-L219C68" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L224C36-L224C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L224C36-L224C40" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L229C36-L229C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L229C36-L229C40" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L234C36-L234C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L234C36-L234C40" } ], "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`4", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`5.#ctor(System.String,`1,`2,`3,`4,System.Action{`0,`1,`2,`3,`4})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L283C9-L291C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L283C9-L291C10" }, { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`5.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L330C13-L337C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L330C13-L337C10" }, { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`5.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L343C56-L343C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L343C56-L343C99" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L296C31-L296C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L296C31-L296C35" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L301C71-L301C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L301C71-L301C75" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L306C36-L306C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L306C36-L306C40" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L311C36-L311C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L311C36-L311C40" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L316C36-L316C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L316C36-L316C40" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L321C36-L321C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L321C36-L321C40" } ], "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`5", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`6.#ctor(System.String,`1,`2,`3,`4,`5,System.Action{`0,`1,`2,`3,`4,`5})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L373C9-L382C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L373C9-L382C10" }, { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`6.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L426C13-L433C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L426C13-L433C10" }, { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`6.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L439C56-L439C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L439C56-L439C99" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L387C31-L387C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L387C31-L387C35" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L392C78-L392C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L392C78-L392C82" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L397C36-L397C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L397C36-L397C40" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L402C36-L402C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L402C36-L402C40" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L407C36-L407C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L407C36-L407C40" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L412C36-L412C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L412C36-L412C40" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency5", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L417C36-L417C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L417C36-L417C40" } ], "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`6", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ValidateEnumeratedItemsAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs#L23C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs#L23C9-L25C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateEnumeratedItemsAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs#L35C9-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs#L35C9-L38C10" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateEnumeratedItemsAttribute.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs#L43C34-L43C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs#L43C34-L43C38" } ], "DocsId": "T:Microsoft.Extensions.Options.ValidateEnumeratedItemsAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ValidateObjectMembersAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs#L22C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs#L22C9-L24C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateObjectMembersAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs#L34C9-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs#L34C9-L37C10" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateObjectMembersAttribute.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs#L42C34-L42C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs#L42C34-L42C38" } ], "DocsId": "T:Microsoft.Extensions.Options.ValidateObjectMembersAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`1.#ctor(System.String,System.Func{`0,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L20C9-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L20C9-L27C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`1.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L53C13-L63C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L53C13-L63C47" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L32C31-L32C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L32C31-L32C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`1.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L37C50-L37C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L37C50-L37C54" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`1.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L42C40-L42C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L42C40-L42C44" } ], "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`2.#ctor(System.String,`1,System.Func{`0,`1,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L81C9-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L81C9-L89C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`2.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L120C13-L130C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L120C13-L130C47" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`2.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L94C31-L94C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L94C31-L94C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`2.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L99C56-L99C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L99C56-L99C60" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`2.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L104C40-L104C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L104C40-L104C44" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`2.Dependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L109C34-L109C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L109C34-L109C38" } ], "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`3.#ctor(System.String,`1,`2,System.Func{`0,`1,`2,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L150C9-L159C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L150C9-L159C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`3.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L195C13-L205C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L195C13-L205C47" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L164C31-L164C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L164C31-L164C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L169C64-L169C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L169C64-L169C68" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L174C40-L174C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L174C40-L174C44" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L179C36-L179C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L179C36-L179C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L184C36-L184C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L184C36-L184C40" } ], "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`4.#ctor(System.String,`1,`2,`3,System.Func{`0,`1,`2,`3,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L227C9-L237C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L227C9-L237C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`4.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L278C13-L288C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L278C13-L288C47" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L242C31-L242C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L242C31-L242C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L247C71-L247C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L247C71-L247C75" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L252C40-L252C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L252C40-L252C44" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L257C36-L257C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L257C36-L257C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L262C36-L262C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L262C36-L262C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L267C36-L267C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L267C36-L267C40" } ], "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`4", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`5.#ctor(System.String,`1,`2,`3,`4,System.Func{`0,`1,`2,`3,`4,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L312C9-L323C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L312C9-L323C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`5.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L369C13-L379C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L369C13-L379C47" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L328C31-L328C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L328C31-L328C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L333C78-L333C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L333C78-L333C82" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L338C40-L338C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L338C40-L338C44" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L343C36-L343C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L343C36-L343C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L348C36-L348C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L348C36-L348C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L353C36-L353C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L353C36-L353C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L358C36-L358C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L358C36-L358C40" } ], "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`5", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`6.#ctor(System.String,`1,`2,`3,`4,`5,System.Func{`0,`1,`2,`3,`4,`5,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L405C9-L417C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L405C9-L417C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`6.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L468C13-L478C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L468C13-L478C47" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L422C31-L422C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L422C31-L422C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L427C85-L427C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L427C85-L427C89" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L432C40-L432C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L432C40-L432C44" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L437C36-L437C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L437C36-L437C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L442C36-L442C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L442C36-L442C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L447C36-L447C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L447C36-L447C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L452C36-L452C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L452C36-L452C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency5", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L457C36-L457C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L457C36-L457C40" } ], "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`6", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResult.Fail(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L64C16-L64C136" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L64C16-L64C136" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResult.Fail(System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L72C16-L72C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L72C16-L72C126" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResult.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" }, { "DocsId": "F:Microsoft.Extensions.Options.ValidateOptionsResult.Skip", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" }, { "DocsId": "F:Microsoft.Extensions.Options.ValidateOptionsResult.Success", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.Succeeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L28C33-L28C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L28C33-L28C37" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.Skipped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L36C31-L36C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L36C31-L36C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.Failed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L46C30-L46C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L46C30-L46C34" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L51C41-L51C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L51C41-L51C45" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.Failures", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L56C48-L56C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L56C48-L56C52" } ], "DocsId": "T:Microsoft.Extensions.Options.ValidateOptionsResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L25C9-L25C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L25C9-L25C50" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.AddError(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L34C13-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L34C13-L36C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.AddResult(System.ComponentModel.DataAnnotations.ValidationResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L44C13-L51C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L44C13-L51C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.AddResults(System.Collections.Generic.IEnumerable{System.ComponentModel.DataAnnotations.ValidationResult})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L59C13-L66C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L59C13-L66C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.AddResult(Microsoft.Extensions.Options.ValidateOptionsResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L74C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L74C13-L95C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L103C13-L108C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L103C13-L108C50" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L114C32-L114C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L114C32-L114C48" } ], "DocsId": "T:Microsoft.Extensions.Options.ValidateOptionsResultBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Primitives.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Primitives.json index c6baca35b3a..c0bc39b0ce9 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Primitives.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Extensions.Primitives.json @@ -1,671 +1,671 @@ { "Assembly": "Microsoft.Extensions.Primitives", - "GUID": "8ED32F7A2FF446BEB8155709A20C176DFFFFFFFF", + "GUID": "1D363B6A83D8444B8CC88F5D8A312517FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.CancellationChangeToken.#ctor(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L27C67-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L27C67-L24C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.CancellationChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L37C13-L42C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L37C13-L42C23" }, { "DocsId": "P:Microsoft.Extensions.Primitives.CancellationChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L27C45-L27C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L27C45-L27C49" }, { "DocsId": "P:Microsoft.Extensions.Primitives.CancellationChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L30C35-L30C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L30C35-L30C64" } ], "DocsId": "T:Microsoft.Extensions.Primitives.CancellationChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.ChangeToken.OnChange(System.Func{Microsoft.Extensions.Primitives.IChangeToken},System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/ChangeToken.cs#L22C13-L31C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/ChangeToken.cs#L22C13-L31C122" }, { "DocsId": "M:Microsoft.Extensions.Primitives.ChangeToken.OnChange``1(System.Func{Microsoft.Extensions.Primitives.IChangeToken},System.Action{``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/ChangeToken.cs#L43C13-L52C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/ChangeToken.cs#L43C13-L52C105" } ], "DocsId": "T:Microsoft.Extensions.Primitives.ChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/ChangeToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/ChangeToken.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.CompositeChangeToken.#ctor(System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.Primitives.IChangeToken})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L19C9-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L19C9-L47C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.CompositeChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L57C13-L58C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L57C13-L58C77" }, { "DocsId": "P:Microsoft.Extensions.Primitives.CompositeChangeToken.ChangeTokens", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L52C59-L52C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L52C59-L52C63" }, { "DocsId": "P:Microsoft.Extensions.Primitives.CompositeChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L66C17-L80C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L66C17-L80C30" }, { "DocsId": "P:Microsoft.Extensions.Primitives.CompositeChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L85C45-L85C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L85C45-L85C49" } ], "DocsId": "T:Microsoft.Extensions.Primitives.CompositeChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.Extensions.Append(System.Text.StringBuilder,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/Extensions.cs#L21C13-L21C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/Extensions.cs#L21C13-L21C83" } ], "DocsId": "T:Microsoft.Extensions.Primitives.Extensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/Extensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/Extensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.IChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" }, { "DocsId": "P:Microsoft.Extensions.Primitives.IChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" }, { "DocsId": "P:Microsoft.Extensions.Primitives.IChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" } ], "DocsId": "T:Microsoft.Extensions.Primitives.IChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L27C53-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L27C53-L35C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L66C13-L72C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L66C13-L72C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L80C13-L81C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L80C13-L81C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L92C13-L108C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L92C13-L108C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(System.Char)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L117C13-L128C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L117C13-L128C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L136C13-L141C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L136C13-L141C27" }, { "DocsId": "P:Microsoft.Extensions.Primitives.InplaceStringBuilder.Capacity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L42C20-L42C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L42C20-L42C29" } ], "DocsId": "T:Microsoft.Extensions.Primitives.InplaceStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L30C13-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L30C13-L33C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.#ctor(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L54C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L54C13-L62C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.AsSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L117C47-L117C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L117C47-L117C76" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.AsSpan(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L131C13-L136C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L131C13-L136C66" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.AsSpan(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L153C13-L158C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L153C13-L158C58" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.AsMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L165C51-L165C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L165C51-L165C82" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Compare(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L181C13-L188C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L181C13-L188C64" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L199C13-L199C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L199C13-L199C68" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L207C52-L207C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L207C52-L207C91" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(Microsoft.Extensions.Primitives.StringSegment,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L217C13-L224C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L217C13-L224C53" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L238C105-L238C132" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L238C105-L238C132" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L245C45-L245C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L245C45-L245C83" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L256C13-L262C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L256C13-L262C67" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L275C13-L275C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L275C13-L275C49" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Equality(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L292C84-L292C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L292C84-L292C102" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Inequality(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L300C84-L300C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L300C84-L300C103" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Implicit(System.String)~Microsoft.Extensions.Primitives.StringSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L307C73-L307C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L307C73-L307C97" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Implicit(Microsoft.Extensions.Primitives.StringSegment)~System.ReadOnlySpan{System.Char}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L313C86-L313C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L313C86-L313C102" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Implicit(Microsoft.Extensions.Primitives.StringSegment)~System.ReadOnlyMemory{System.Char}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L319C88-L319C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L319C88-L319C106" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.StartsWith(System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L333C13-L344C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L333C13-L344C71" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.EndsWith(System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L359C13-L370C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L359C13-L370C69" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Substring(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L383C48-L383C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L383C48-L383C82" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Substring(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L400C13-L405C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L400C13-L405C62" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Subsegment(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L418C56-L418C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L418C56-L418C91" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Subsegment(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L433C13-L438C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L433C13-L438C71" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOf(System.Char,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L456C13-L477C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L456C13-L477C26" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOf(System.Char,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L490C50-L490C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L490C50-L490C83" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOf(System.Char)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L497C39-L497C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L497C39-L497C60" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOfAny(System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L519C13-L540C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L519C13-L540C26" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOfAny(System.Char[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L556C13-L556C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L556C13-L556C71" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOfAny(System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L568C13-L568C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L568C13-L568C49" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.LastIndexOf(System.Char)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L578C13-L578C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L578C13-L578C48" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Trim", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L585C40-L585C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L585C40-L585C61" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.TrimStart", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L593C13-L604C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L593C13-L604C34" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.TrimEnd", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L613C13-L624C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L613C13-L624C41" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Split(System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L636C13-L636C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L636C13-L636C53" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IsNullOrEmpty(Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L646C13-L653C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L646C13-L653C24" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L662C13-L662C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L662C13-L662C42" }, { "DocsId": "F:Microsoft.Extensions.Primitives.StringSegment.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Buffer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L67C33-L67C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L67C33-L67C37" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Offset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L72C29-L72C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L72C29-L72C33" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L77C29-L77C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L77C29-L77C33" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L82C33-L82C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L82C33-L82C83" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.HasValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L89C33-L89C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L89C33-L89C47" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L103C17-L109C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L103C17-L109C47" } ], "DocsId": "T:Microsoft.Extensions.Primitives.StringSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegmentComparer.Compare(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L43C13-L43C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L43C13-L43C60" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegmentComparer.Equals(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L54C13-L54C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L54C13-L54C59" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegmentComparer.GetHashCode(Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L65C13-L65C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L65C13-L65C65" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringSegmentComparer.Ordinal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L17C55-L17C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L17C55-L17C59" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringSegmentComparer.OrdinalIgnoreCase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L23C65-L23C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L23C65-L23C69" } ], "DocsId": "T:Microsoft.Extensions.Primitives.StringSegmentComparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.#ctor(System.String,System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L25C13-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L25C13-L37C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.#ctor(Microsoft.Extensions.Primitives.StringSegment,System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L46C13-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L46C13-L58C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L64C46-L64C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L64C46-L64C84" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L66C82-L66C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L66C82-L66C97" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L68C52-L68C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L68C52-L68C67" }, { "DocsId": "T:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs" } ], "DocsId": "T:Microsoft.Extensions.Primitives.StringTokenizer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L37C13-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L37C13-L38C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L46C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L46C13-L47C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Implicit(System.String)~Microsoft.Extensions.Primitives.StringValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L55C13-L55C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L55C13-L55C44" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Implicit(System.String[])~Microsoft.Extensions.Primitives.StringValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L64C13-L64C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L64C13-L64C45" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Implicit(Microsoft.Extensions.Primitives.StringValues)~System.String", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L76C13-L76C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L76C13-L76C44" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Implicit(Microsoft.Extensions.Primitives.StringValues)~System.String[]", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L85C13-L85C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L85C13-L85C42" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L114C49-L114C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L114C49-L114C53" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L124C20-L124C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L124C20-L124C31" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#set_Item(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L125C20-L125C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L125C20-L125C53" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L169C13-L169C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L169C13-L169C53" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.ToArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L279C13-L279C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L279C13-L279C61" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L308C13-L308C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L308C13-L308C34" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L341C13-L341C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L341C13-L341C39" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L354C13-L355C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L354C13-L355C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L388C56-L388C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L388C56-L388C89" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#Insert(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L390C64-L390C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L390C64-L390C97" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L392C59-L392C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L392C59-L392C92" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L394C52-L394C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L394C52-L394C85" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L396C46-L396C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L396C46-L396C79" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L402C13-L402C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L402C13-L402C44" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L408C13-L408C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L408C13-L408C36" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L414C13-L414C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L414C13-L414C36" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.IsNullOrEmpty(Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L424C13-L441C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L424C13-L441C70" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Concat(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L453C13-L469C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L453C13-L469C47" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Concat(Microsoft.Extensions.Primitives.StringValues@,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L480C13-L494C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L480C13-L494C47" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Concat(System.String,Microsoft.Extensions.Primitives.StringValues@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L505C13-L519C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L505C13-L519C47" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L530C13-L545C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L530C13-L545C25" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L556C13-L556C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L556C13-L556C40" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L567C13-L567C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L567C13-L567C41" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L575C51-L575C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L575C51-L575C70" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.String,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L583C72-L583C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L583C72-L583C109" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(Microsoft.Extensions.Primitives.StringValues,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L591C72-L591C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L591C72-L591C109" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L598C46-L598C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L598C46-L598C83" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.String[],Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L606C75-L606C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L606C75-L606C112" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(Microsoft.Extensions.Primitives.StringValues,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L614C75-L614C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L614C75-L614C112" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L621C49-L621C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L621C49-L621C86" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(Microsoft.Extensions.Primitives.StringValues,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L624C77-L624C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L624C77-L624C114" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(Microsoft.Extensions.Primitives.StringValues,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L632C77-L632C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L632C77-L632C115" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(System.String,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L635C77-L635C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L635C77-L635C114" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(System.String,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L643C77-L643C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L643C77-L643C115" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(Microsoft.Extensions.Primitives.StringValues,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L646C80-L646C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L646C80-L646C117" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(Microsoft.Extensions.Primitives.StringValues,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L654C80-L654C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L654C80-L654C118" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(System.String[],Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L657C80-L657C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L657C80-L657C117" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(System.String[],Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L665C80-L665C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L665C80-L665C118" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(Microsoft.Extensions.Primitives.StringValues,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L674C77-L674C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L674C77-L674C95" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(Microsoft.Extensions.Primitives.StringValues,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L683C77-L683C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L683C77-L683C96" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(System.Object,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L692C77-L692C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L692C77-L692C95" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(System.Object,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L700C77-L700C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L700C77-L700C96" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L709C13-L729C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L709C13-L729C26" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L740C13-L756C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L740C13-L756C87" }, { "DocsId": "F:Microsoft.Extensions.Primitives.StringValues.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L97C17-L109C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L97C17-L109C63" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L114C49-L114C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L114C49-L114C53" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L124C20-L124C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L124C20-L124C31" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L139C17-L153C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L139C17-L153C38" }, { "DocsId": "T:Microsoft.Extensions.Primitives.StringValues.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" } ], "DocsId": "T:Microsoft.Extensions.Primitives.StringValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.#ctor(Microsoft.Extensions.Primitives.StringTokenizer@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L93C17-L97C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L93C17-L97C14" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L104C43-L104C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L104C43-L104C50" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L111C13-L111C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L111C13-L111C14" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L119C17-L135C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L119C17-L135C29" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L143C17-L145C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L143C17-L145C14" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L102C44-L102C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L102C44-L102C48" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L104C43-L104C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L104C43-L104C50" } ], "DocsId": "T:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.#ctor(Microsoft.Extensions.Primitives.StringValues@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L788C58-L789C16" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L788C58-L789C16" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L797C17-L818C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L797C17-L818C41" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L826C44-L826C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L826C44-L826C52" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.System#Collections#IEnumerator#Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L830C17-L830C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L830C17-L830C51" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L838C13-L838C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L838C13-L838C14" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L824C39-L824C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L824C39-L824C47" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.Enumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L826C44-L826C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L826C44-L826C52" } ], "DocsId": "T:Microsoft.Extensions.Primitives.StringValues.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Win32.Registry.AccessControl.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Win32.Registry.AccessControl.json index e6ede33b6de..e4c8f1a6ddc 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Win32.Registry.AccessControl.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Win32.Registry.AccessControl.json @@ -1,25 +1,25 @@ { "Assembly": "Microsoft.Win32.Registry.AccessControl", - "GUID": "98445AA969354D15B7FC9CA5DE0C7E2BFFFFFFFF", + "GUID": "7796819960F84FF9A52842CCF31CE250FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Win32.RegistryAclExtensions.GetAccessControl(Microsoft.Win32.RegistryKey)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs#L13C13-L18C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs#L13C13-L18C43" }, { "DocsId": "M:Microsoft.Win32.RegistryAclExtensions.GetAccessControl(Microsoft.Win32.RegistryKey,System.Security.AccessControl.AccessControlSections)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs#L23C13-L28C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs#L23C13-L28C58" }, { "DocsId": "M:Microsoft.Win32.RegistryAclExtensions.SetAccessControl(Microsoft.Win32.RegistryKey,System.Security.AccessControl.RegistrySecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs#L33C13-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs#L33C13-L39C10" } ], "DocsId": "T:Microsoft.Win32.RegistryAclExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Win32.SystemEvents.json b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Win32.SystemEvents.json index bbf970347ed..afd5630d104 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Win32.SystemEvents.json +++ b/xml/SourceLinkInformation/net-8.0-pp/Microsoft.Win32.SystemEvents.json @@ -1,489 +1,489 @@ { "Assembly": "Microsoft.Win32.SystemEvents", - "GUID": "04D1050F2A814D04B7EBEEAF2166D8AAFFFFFFFF", + "GUID": "8272BC3D19D94A74B1B47994368B91EFFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Win32.PowerModeChangedEventArgs.#ctor(Microsoft.Win32.PowerModes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventArgs.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventArgs.cs#L18C9-L21C10" }, { "DocsId": "P:Microsoft.Win32.PowerModeChangedEventArgs.Mode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventArgs.cs#L30C17-L30C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventArgs.cs#L30C17-L30C30" } ], "DocsId": "T:Microsoft.Win32.PowerModeChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventArgs.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.PowerModeChangedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.PowerModeChangedEventHandler.Invoke(System.Object,Microsoft.Win32.PowerModeChangedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.PowerModeChangedEventHandler.BeginInvoke(System.Object,Microsoft.Win32.PowerModeChangedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.PowerModeChangedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" } ], "DocsId": "T:Microsoft.Win32.PowerModeChangedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Win32.PowerModes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" }, { "DocsId": "F:Microsoft.Win32.PowerModes.Resume", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" }, { "DocsId": "F:Microsoft.Win32.PowerModes.StatusChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" }, { "DocsId": "F:Microsoft.Win32.PowerModes.Suspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" } ], "DocsId": "T:Microsoft.Win32.PowerModes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.SessionEndedEventArgs.#ctor(Microsoft.Win32.SessionEndReasons)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventArgs.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventArgs.cs#L18C9-L21C10" }, { "DocsId": "P:Microsoft.Win32.SessionEndedEventArgs.Reason", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventArgs.cs#L30C17-L30C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventArgs.cs#L30C17-L30C32" } ], "DocsId": "T:Microsoft.Win32.SessionEndedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventArgs.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.SessionEndedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.SessionEndedEventHandler.Invoke(System.Object,Microsoft.Win32.SessionEndedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.SessionEndedEventHandler.BeginInvoke(System.Object,Microsoft.Win32.SessionEndedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.SessionEndedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" } ], "DocsId": "T:Microsoft.Win32.SessionEndedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.SessionEndingEventArgs.#ctor(Microsoft.Win32.SessionEndReasons)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs#L19C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs#L19C9-L22C10" }, { "DocsId": "P:Microsoft.Win32.SessionEndingEventArgs.Cancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs#L31C17-L31C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs#L31C17-L31C32" }, { "DocsId": "P:Microsoft.Win32.SessionEndingEventArgs.Reason", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs#L46C17-L46C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs#L46C17-L46C32" } ], "DocsId": "T:Microsoft.Win32.SessionEndingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.SessionEndingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.SessionEndingEventHandler.Invoke(System.Object,Microsoft.Win32.SessionEndingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.SessionEndingEventHandler.BeginInvoke(System.Object,Microsoft.Win32.SessionEndingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.SessionEndingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" } ], "DocsId": "T:Microsoft.Win32.SessionEndingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Win32.SessionEndReasons.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" }, { "DocsId": "F:Microsoft.Win32.SessionEndReasons.Logoff", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" }, { "DocsId": "F:Microsoft.Win32.SessionEndReasons.SystemShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" } ], "DocsId": "T:Microsoft.Win32.SessionEndReasons", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.SessionSwitchEventArgs.#ctor(Microsoft.Win32.SessionSwitchReason)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventArgs.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventArgs.cs#L18C9-L21C10" }, { "DocsId": "P:Microsoft.Win32.SessionSwitchEventArgs.Reason", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventArgs.cs#L30C17-L30C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventArgs.cs#L30C17-L30C32" } ], "DocsId": "T:Microsoft.Win32.SessionSwitchEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventArgs.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.SessionSwitchEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.SessionSwitchEventHandler.Invoke(System.Object,Microsoft.Win32.SessionSwitchEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.SessionSwitchEventHandler.BeginInvoke(System.Object,Microsoft.Win32.SessionSwitchEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.SessionSwitchEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" } ], "DocsId": "T:Microsoft.Win32.SessionSwitchEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Win32.SessionSwitchReason.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" }, { "DocsId": "F:Microsoft.Win32.SessionSwitchReason.ConsoleConnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" }, { "DocsId": "F:Microsoft.Win32.SessionSwitchReason.ConsoleDisconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" }, { "DocsId": "F:Microsoft.Win32.SessionSwitchReason.RemoteConnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" }, { "DocsId": "F:Microsoft.Win32.SessionSwitchReason.RemoteDisconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" }, { "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionLogon", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" }, { "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionLogoff", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" }, { "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionLock", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" }, { "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionUnlock", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" }, { "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionRemoteControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" } ], "DocsId": "T:Microsoft.Win32.SessionSwitchReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.SystemEvents.CreateTimer(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L385C13-L399C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L385C13-L399C28" }, { "DocsId": "M:Microsoft.Win32.SystemEvents.InvokeOnEventsThread(System.Delegate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L752C13-L783C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L752C13-L783C10" }, { "DocsId": "M:Microsoft.Win32.SystemEvents.KillTimer(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L790C13-L800C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L790C13-L800C10" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.DisplaySettingsChanging", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L106C17-L107C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L106C17-L107C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.DisplaySettingsChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L121C17-L122C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L121C17-L122C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.EventsThreadShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L137C20-L137C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L137C20-L137C73" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.InstalledFontsChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L148C17-L149C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L148C17-L149C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.LowMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L165C17-L167C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L165C17-L167C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.PaletteChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L182C17-L183C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L182C17-L183C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.PowerModeChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L198C17-L200C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L198C17-L200C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.SessionEnded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L214C17-L216C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L214C17-L216C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.SessionEnding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L230C17-L232C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L230C17-L232C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.SessionSwitch", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L246C17-L249C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L246C17-L249C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.TimeChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L263C17-L265C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L263C17-L265C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.TimerElapsed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L279C17-L281C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L279C17-L281C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.UserPreferenceChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L296C17-L297C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L296C17-L297C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.UserPreferenceChanging", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L311C17-L312C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L311C17-L312C14" } ], "DocsId": "T:Microsoft.Win32.SystemEvents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.TimerElapsedEventArgs.#ctor(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventArgs.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventArgs.cs#L18C9-L21C10" }, { "DocsId": "P:Microsoft.Win32.TimerElapsedEventArgs.TimerId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventArgs.cs#L30C17-L30C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventArgs.cs#L30C17-L30C33" } ], "DocsId": "T:Microsoft.Win32.TimerElapsedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventArgs.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.TimerElapsedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.TimerElapsedEventHandler.Invoke(System.Object,Microsoft.Win32.TimerElapsedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.TimerElapsedEventHandler.BeginInvoke(System.Object,Microsoft.Win32.TimerElapsedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.TimerElapsedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" } ], "DocsId": "T:Microsoft.Win32.TimerElapsedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Accessibility", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Color", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Desktop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.General", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Icon", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Keyboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Menu", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Mouse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Policy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Power", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Screensaver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Window", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Locale", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.VisualStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" } ], "DocsId": "T:Microsoft.Win32.UserPreferenceCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventArgs.#ctor(Microsoft.Win32.UserPreferenceCategory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventArgs.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventArgs.cs#L18C9-L21C10" }, { "DocsId": "P:Microsoft.Win32.UserPreferenceChangedEventArgs.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventArgs.cs#L30C17-L30C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventArgs.cs#L30C17-L30C34" } ], "DocsId": "T:Microsoft.Win32.UserPreferenceChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventArgs.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventHandler.Invoke(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventHandler.BeginInvoke(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" } ], "DocsId": "T:Microsoft.Win32.UserPreferenceChangedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventArgs.#ctor(Microsoft.Win32.UserPreferenceCategory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventArgs.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventArgs.cs#L18C9-L21C10" }, { "DocsId": "P:Microsoft.Win32.UserPreferenceChangingEventArgs.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventArgs.cs#L30C17-L30C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventArgs.cs#L30C17-L30C34" } ], "DocsId": "T:Microsoft.Win32.UserPreferenceChangingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventArgs.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventHandler.Invoke(System.Object,Microsoft.Win32.UserPreferenceChangingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventHandler.BeginInvoke(System.Object,Microsoft.Win32.UserPreferenceChangingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" } ], "DocsId": "T:Microsoft.Win32.UserPreferenceChangingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.CodeDom.json b/xml/SourceLinkInformation/net-8.0-pp/System.CodeDom.json index a10986121f2..67f63b8df67 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.CodeDom.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.CodeDom.json @@ -1,4229 +1,4229 @@ { "Assembly": "System.CodeDom", - "GUID": "33E8AD8E2D784F73AABE1CD5EEFFB6FBFFFFFFFF", + "GUID": "B09BF6BCC373418E8AF6B48D81D267AFFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.CodeDom.CodeArgumentReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs#L10C9-L10C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs#L10C9-L10C53" }, { "DocsId": "M:System.CodeDom.CodeArgumentReferenceExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs#L12C9-L15C10" }, { "DocsId": "P:System.CodeDom.CodeArgumentReferenceExpression.ParameterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs#L19C20-L19C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs#L19C20-L19C50" } ], "DocsId": "T:System.CodeDom.CodeArgumentReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L13C10" }, { "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L19C10" }, { "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.String,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L25C10" }, { "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.Type,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L31C10" }, { "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L37C10" }, { "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L43C10" }, { "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.Type,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L49C10" }, { "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L55C10" }, { "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L61C10" }, { "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.Type,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L67C10" }, { "DocsId": "P:System.CodeDom.CodeArrayCreateExpression.CreateType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L71C20-L71C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L71C20-L71C61" }, { "DocsId": "P:System.CodeDom.CodeArrayCreateExpression.Initializers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L75C57-L75C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L75C57-L75C70" }, { "DocsId": "P:System.CodeDom.CodeArrayCreateExpression.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L77C27-L77C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L77C27-L77C31" }, { "DocsId": "P:System.CodeDom.CodeArrayCreateExpression.SizeExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L79C48-L79C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L79C48-L79C52" } ], "DocsId": "T:System.CodeDom.CodeArrayCreateExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeArrayIndexerExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L10C9-L10C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L10C9-L10C48" }, { "DocsId": "M:System.CodeDom.CodeArrayIndexerExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L12C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L12C9-L16C10" }, { "DocsId": "P:System.CodeDom.CodeArrayIndexerExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L18C46-L18C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L18C46-L18C50" }, { "DocsId": "P:System.CodeDom.CodeArrayIndexerExpression.Indices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L20C52-L20C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L20C52-L20C95" } ], "DocsId": "T:System.CodeDom.CodeArrayIndexerExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeAssignStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L8C9-L8C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L8C9-L8C41" }, { "DocsId": "M:System.CodeDom.CodeAssignStatement.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L10C9-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L10C9-L14C10" }, { "DocsId": "P:System.CodeDom.CodeAssignStatement.Left", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L16C38-L16C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L16C38-L16C42" }, { "DocsId": "P:System.CodeDom.CodeAssignStatement.Right", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L18C39-L18C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L18C39-L18C43" } ], "DocsId": "T:System.CodeDom.CodeAssignStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeAttachEventStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L10C9-L10C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L10C9-L10C46" }, { "DocsId": "M:System.CodeDom.CodeAttachEventStatement.#ctor(System.CodeDom.CodeEventReferenceExpression,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L12C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L12C9-L16C10" }, { "DocsId": "M:System.CodeDom.CodeAttachEventStatement.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L19C13-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L19C13-L21C10" }, { "DocsId": "P:System.CodeDom.CodeAttachEventStatement.Event", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L25C20-L25C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L25C20-L25C68" }, { "DocsId": "P:System.CodeDom.CodeAttachEventStatement.Listener", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L29C42-L29C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L29C42-L29C46" } ], "DocsId": "T:System.CodeDom.CodeAttachEventStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeAttributeArgument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L10C9-L10C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L10C9-L10C43" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgument.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgument.#ctor(System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L17C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L17C9-L21C10" }, { "DocsId": "P:System.CodeDom.CodeAttributeArgument.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L25C20-L25C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L25C20-L25C41" }, { "DocsId": "P:System.CodeDom.CodeAttributeArgument.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L29C39-L29C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L29C39-L29C43" } ], "DocsId": "T:System.CodeDom.CodeAttributeArgument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L10C9-L10C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L10C9-L10C53" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.#ctor(System.CodeDom.CodeAttributeArgumentCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.#ctor(System.CodeDom.CodeAttributeArgument[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.Add(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L28C56-L28C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L28C56-L28C71" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.AddRange(System.CodeDom.CodeAttributeArgument[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L32C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L32C13-L41C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.AddRange(System.CodeDom.CodeAttributeArgumentCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L45C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L45C13-L55C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.Contains(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L57C62-L57C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L57C62-L57C82" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.CopyTo(System.CodeDom.CodeAttributeArgument[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L59C73-L59C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L59C73-L59C98" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.IndexOf(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L61C60-L61C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L61C60-L61C79" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.Insert(System.Int32,System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L63C71-L63C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L63C71-L63C96" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.Remove(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L65C60-L65C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L65C60-L65C78" }, { "DocsId": "P:System.CodeDom.CodeAttributeArgumentCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L24C20-L24C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L24C20-L24C54" } ], "DocsId": "T:System.CodeDom.CodeAttributeArgumentCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L12C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L12C46" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L17C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.String,System.CodeDom.CodeAttributeArgument[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L23C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L25C76-L25C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L25C76-L25C105" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeAttributeArgument[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L39C10" }, { "DocsId": "P:System.CodeDom.CodeAttributeDeclaration.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L43C20-L43C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L43C20-L43C41" }, { "DocsId": "P:System.CodeDom.CodeAttributeDeclaration.Arguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L51C61-L51C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L51C61-L51C71" }, { "DocsId": "P:System.CodeDom.CodeAttributeDeclaration.AttributeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L53C51-L53C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L53C51-L53C65" } ], "DocsId": "T:System.CodeDom.CodeAttributeDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L10C9-L12C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L10C9-L12C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.#ctor(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L14C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L14C9-L17C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.#ctor(System.CodeDom.CodeAttributeDeclaration[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L19C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L19C9-L22C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.Add(System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L30C59-L30C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L30C59-L30C74" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.AddRange(System.CodeDom.CodeAttributeDeclaration[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L34C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L34C13-L43C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.AddRange(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L47C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L47C13-L57C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.Contains(System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L59C65-L59C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L59C65-L59C85" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.CopyTo(System.CodeDom.CodeAttributeDeclaration[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L61C76-L61C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L61C76-L61C101" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.IndexOf(System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L63C63-L63C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L63C63-L63C82" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.Insert(System.Int32,System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L65C74-L65C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L65C74-L65C99" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.Remove(System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L67C63-L67C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L67C63-L67C81" }, { "DocsId": "P:System.CodeDom.CodeAttributeDeclarationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L26C20-L26C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L26C20-L26C61" } ], "DocsId": "T:System.CodeDom.CodeAttributeDeclarationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeBaseReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBaseReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBaseReferenceExpression.cs" } ], "DocsId": "T:System.CodeDom.CodeBaseReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBaseReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBaseReferenceExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeBinaryOperatorExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L8C9-L8C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L8C9-L8C50" }, { "DocsId": "M:System.CodeDom.CodeBinaryOperatorExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeBinaryOperatorType,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L10C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L10C9-L15C10" }, { "DocsId": "P:System.CodeDom.CodeBinaryOperatorExpression.Right", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L17C39-L17C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L17C39-L17C43" }, { "DocsId": "P:System.CodeDom.CodeBinaryOperatorExpression.Left", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L19C38-L19C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L19C38-L19C42" }, { "DocsId": "P:System.CodeDom.CodeBinaryOperatorExpression.Operator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L21C50-L21C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L21C50-L21C54" } ], "DocsId": "T:System.CodeDom.CodeBinaryOperatorExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs" }, { "Members": [ { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Add", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Subtract", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Multiply", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Divide", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Modulus", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Assign", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.IdentityInequality", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.IdentityEquality", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.ValueEquality", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.BitwiseOr", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.BitwiseAnd", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.BooleanOr", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.BooleanAnd", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.LessThan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.LessThanOrEqual", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.GreaterThan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.GreaterThanOrEqual", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" } ], "DocsId": "T:System.CodeDom.CodeBinaryOperatorType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeCastExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L10C9-L10C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L10C9-L10C40" }, { "DocsId": "M:System.CodeDom.CodeCastExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L12C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L12C9-L16C10" }, { "DocsId": "M:System.CodeDom.CodeCastExpression.#ctor(System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L18C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L18C9-L22C10" }, { "DocsId": "M:System.CodeDom.CodeCastExpression.#ctor(System.Type,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L24C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L24C9-L28C10" }, { "DocsId": "P:System.CodeDom.CodeCastExpression.TargetType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L32C20-L32C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L32C20-L32C61" }, { "DocsId": "P:System.CodeDom.CodeCastExpression.Expression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L36C44-L36C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L36C44-L36C48" } ], "DocsId": "T:System.CodeDom.CodeCastExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeCatchClause.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L12C9-L12C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L12C9-L12C37" }, { "DocsId": "M:System.CodeDom.CodeCatchClause.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L14C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L14C9-L17C10" }, { "DocsId": "M:System.CodeDom.CodeCatchClause.#ctor(System.String,System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L19C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L19C9-L23C10" }, { "DocsId": "M:System.CodeDom.CodeCatchClause.#ctor(System.String,System.CodeDom.CodeTypeReference,System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L25C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L25C9-L30C10" }, { "DocsId": "P:System.CodeDom.CodeCatchClause.LocalName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L34C20-L34C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L34C20-L34C46" }, { "DocsId": "P:System.CodeDom.CodeCatchClause.CatchExceptionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L40C20-L40C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L40C20-L40C84" }, { "DocsId": "P:System.CodeDom.CodeCatchClause.Statements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L44C54-L44C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L44C54-L44C99" } ], "DocsId": "T:System.CodeDom.CodeCatchClause", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L10C9-L10C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L10C9-L10C47" }, { "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.#ctor(System.CodeDom.CodeCatchClauseCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.#ctor(System.CodeDom.CodeCatchClause[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.Add(System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L28C50-L28C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L28C50-L28C65" }, { "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.AddRange(System.CodeDom.CodeCatchClause[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L32C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L32C13-L41C10" }, { "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.AddRange(System.CodeDom.CodeCatchClauseCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L45C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L45C13-L55C10" }, { "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.Contains(System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L57C56-L57C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L57C56-L57C76" }, { "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.CopyTo(System.CodeDom.CodeCatchClause[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L59C67-L59C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L59C67-L59C92" }, { "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.IndexOf(System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L61C54-L61C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L61C54-L61C73" }, { "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.Insert(System.Int32,System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L63C65-L63C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L63C65-L63C90" }, { "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.Remove(System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L65C54-L65C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L65C54-L65C72" }, { "DocsId": "P:System.CodeDom.CodeCatchClauseCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L24C20-L24C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L24C20-L24C52" } ], "DocsId": "T:System.CodeDom.CodeCatchClauseCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeChecksumPragma.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L10C9-L12C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L10C9-L12C10" }, { "DocsId": "M:System.CodeDom.CodeChecksumPragma.#ctor(System.String,System.Guid,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L14C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L14C9-L19C10" }, { "DocsId": "P:System.CodeDom.CodeChecksumPragma.FileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L23C20-L23C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L23C20-L23C45" }, { "DocsId": "P:System.CodeDom.CodeChecksumPragma.ChecksumAlgorithmId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L27C43-L27C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L27C43-L27C47" }, { "DocsId": "P:System.CodeDom.CodeChecksumPragma.ChecksumData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L29C38-L29C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L29C38-L29C42" } ], "DocsId": "T:System.CodeDom.CodeChecksumPragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeComment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L10C9-L10C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L10C9-L10C33" }, { "DocsId": "M:System.CodeDom.CodeComment.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeComment.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L17C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L17C9-L21C10" }, { "DocsId": "P:System.CodeDom.CodeComment.DocComment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L23C34-L23C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L23C34-L23C38" }, { "DocsId": "P:System.CodeDom.CodeComment.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L27C20-L27C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L27C20-L27C41" } ], "DocsId": "T:System.CodeDom.CodeComment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeCommentStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L8C9-L8C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L8C9-L8C42" }, { "DocsId": "M:System.CodeDom.CodeCommentStatement.#ctor(System.CodeDom.CodeComment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L10C9-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L10C9-L13C10" }, { "DocsId": "M:System.CodeDom.CodeCommentStatement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L15C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L15C9-L18C10" }, { "DocsId": "M:System.CodeDom.CodeCommentStatement.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L20C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L20C9-L23C10" }, { "DocsId": "P:System.CodeDom.CodeCommentStatement.Comment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L25C38-L25C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L25C38-L25C42" } ], "DocsId": "T:System.CodeDom.CodeCommentStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L10C9-L10C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L10C9-L10C52" }, { "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.#ctor(System.CodeDom.CodeCommentStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.#ctor(System.CodeDom.CodeCommentStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.Add(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L28C55-L28C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L28C55-L28C70" }, { "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.AddRange(System.CodeDom.CodeCommentStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L32C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L32C13-L41C10" }, { "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.AddRange(System.CodeDom.CodeCommentStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L45C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L45C13-L55C10" }, { "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.Contains(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L57C61-L57C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L57C61-L57C81" }, { "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.CopyTo(System.CodeDom.CodeCommentStatement[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L59C72-L59C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L59C72-L59C97" }, { "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.IndexOf(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L61C59-L61C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L61C59-L61C78" }, { "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.Insert(System.Int32,System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L63C70-L63C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L63C70-L63C95" }, { "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.Remove(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L65C59-L65C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L65C59-L65C77" }, { "DocsId": "P:System.CodeDom.CodeCommentStatementCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L24C19-L24C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L24C19-L24C60" } ], "DocsId": "T:System.CodeDom.CodeCommentStatementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeCompileUnit.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L18C62-L16C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L18C62-L16C37" }, { "DocsId": "P:System.CodeDom.CodeCompileUnit.Namespaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L18C53-L18C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L18C53-L18C57" }, { "DocsId": "P:System.CodeDom.CodeCompileUnit.ReferencedAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L20C57-L20C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L20C57-L20C95" }, { "DocsId": "P:System.CodeDom.CodeCompileUnit.AssemblyCustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L22C79-L22C135" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L22C79-L22C135" }, { "DocsId": "P:System.CodeDom.CodeCompileUnit.StartDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L24C59-L24C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L24C59-L24C109" }, { "DocsId": "P:System.CodeDom.CodeCompileUnit.EndDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L26C57-L26C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L26C57-L26C105" } ], "DocsId": "T:System.CodeDom.CodeCompileUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeConditionStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C66-L8C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C66-L8C44" }, { "DocsId": "M:System.CodeDom.CodeConditionStatement.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C66-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C66-L14C10" }, { "DocsId": "M:System.CodeDom.CodeConditionStatement.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeStatement[],System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C66-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C66-L21C10" }, { "DocsId": "P:System.CodeDom.CodeConditionStatement.Condition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L23C43-L23C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L23C43-L23C47" }, { "DocsId": "P:System.CodeDom.CodeConditionStatement.TrueStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C57-L25C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C57-L25C61" }, { "DocsId": "P:System.CodeDom.CodeConditionStatement.FalseStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L27C58-L27C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L27C58-L27C62" } ], "DocsId": "T:System.CodeDom.CodeConditionStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeConstructor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs#L13C72-L11C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs#L13C72-L11C10" }, { "DocsId": "P:System.CodeDom.CodeConstructor.BaseConstructorArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs#L13C63-L13C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs#L13C63-L13C67" }, { "DocsId": "P:System.CodeDom.CodeConstructor.ChainedConstructorArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs#L15C66-L15C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs#L15C66-L15C70" } ], "DocsId": "T:System.CodeDom.CodeConstructor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeDefaultValueExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs#L10C9-L10C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs#L10C9-L10C48" }, { "DocsId": "M:System.CodeDom.CodeDefaultValueExpression.#ctor(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs#L12C9-L15C10" }, { "DocsId": "P:System.CodeDom.CodeDefaultValueExpression.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs#L19C20-L19C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs#L19C20-L19C55" } ], "DocsId": "T:System.CodeDom.CodeDefaultValueExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeDelegateCreateExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L11C9-L11C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L11C9-L11C50" }, { "DocsId": "M:System.CodeDom.CodeDelegateCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L13C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L13C9-L18C10" }, { "DocsId": "P:System.CodeDom.CodeDelegateCreateExpression.DelegateType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L22C20-L22C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L22C20-L22C63" }, { "DocsId": "P:System.CodeDom.CodeDelegateCreateExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L26C46-L26C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L26C46-L26C50" }, { "DocsId": "P:System.CodeDom.CodeDelegateCreateExpression.MethodName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L30C20-L30C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L30C20-L30C47" } ], "DocsId": "T:System.CodeDom.CodeDelegateCreateExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeDelegateInvokeExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C63-L8C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C63-L8C50" }, { "DocsId": "M:System.CodeDom.CodeDelegateInvokeExpression.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C63-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C63-L13C10" }, { "DocsId": "M:System.CodeDom.CodeDelegateInvokeExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C63-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C63-L19C10" }, { "DocsId": "P:System.CodeDom.CodeDelegateInvokeExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L21C46-L21C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L21C46-L21C50" }, { "DocsId": "P:System.CodeDom.CodeDelegateInvokeExpression.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C54-L23C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C54-L23C58" } ], "DocsId": "T:System.CodeDom.CodeDelegateInvokeExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeDirectionExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L8C9-L8C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L8C9-L8C45" }, { "DocsId": "M:System.CodeDom.CodeDirectionExpression.#ctor(System.CodeDom.FieldDirection,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L10C9-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L10C9-L14C10" }, { "DocsId": "P:System.CodeDom.CodeDirectionExpression.Expression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L16C44-L16C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L16C44-L16C48" }, { "DocsId": "P:System.CodeDom.CodeDirectionExpression.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L18C43-L18C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L18C43-L18C47" } ], "DocsId": "T:System.CodeDom.CodeDirectionExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeDirective.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirective.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirective.cs" } ], "DocsId": "T:System.CodeDom.CodeDirective", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirective.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirective.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeDirectiveCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L10C9-L10C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L10C9-L10C45" }, { "DocsId": "M:System.CodeDom.CodeDirectiveCollection.#ctor(System.CodeDom.CodeDirectiveCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeDirectiveCollection.#ctor(System.CodeDom.CodeDirective[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeDirectiveCollection.Add(System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L28C48-L28C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L28C48-L28C63" }, { "DocsId": "M:System.CodeDom.CodeDirectiveCollection.AddRange(System.CodeDom.CodeDirective[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L32C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L32C13-L41C10" }, { "DocsId": "M:System.CodeDom.CodeDirectiveCollection.AddRange(System.CodeDom.CodeDirectiveCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L45C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L45C13-L55C10" }, { "DocsId": "M:System.CodeDom.CodeDirectiveCollection.Contains(System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L57C54-L57C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L57C54-L57C74" }, { "DocsId": "M:System.CodeDom.CodeDirectiveCollection.CopyTo(System.CodeDom.CodeDirective[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L59C65-L59C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L59C65-L59C90" }, { "DocsId": "M:System.CodeDom.CodeDirectiveCollection.IndexOf(System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L61C52-L61C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L61C52-L61C71" }, { "DocsId": "M:System.CodeDom.CodeDirectiveCollection.Insert(System.Int32,System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L63C63-L63C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L63C63-L63C88" }, { "DocsId": "M:System.CodeDom.CodeDirectiveCollection.Remove(System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L65C52-L65C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L65C52-L65C70" }, { "DocsId": "P:System.CodeDom.CodeDirectiveCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L24C20-L24C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L24C20-L24C46" } ], "DocsId": "T:System.CodeDom.CodeDirectiveCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeEntryPointMethod.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeEntryPointMethod.cs#L8C9-L8C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeEntryPointMethod.cs#L8C9-L8C42" } ], "DocsId": "T:System.CodeDom.CodeEntryPointMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeEntryPointMethod.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeEntryPointMethod.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeEventReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L10C9-L10C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L10C9-L10C50" }, { "DocsId": "M:System.CodeDom.CodeEventReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L12C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L12C9-L16C10" }, { "DocsId": "P:System.CodeDom.CodeEventReferenceExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L18C46-L18C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L18C46-L18C50" }, { "DocsId": "P:System.CodeDom.CodeEventReferenceExpression.EventName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L22C20-L22C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L22C20-L22C46" } ], "DocsId": "T:System.CodeDom.CodeEventReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpression.cs" } ], "DocsId": "T:System.CodeDom.CodeExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeExpressionCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L10C9-L10C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L10C9-L10C46" }, { "DocsId": "M:System.CodeDom.CodeExpressionCollection.#ctor(System.CodeDom.CodeExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeExpressionCollection.#ctor(System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeExpressionCollection.Add(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L28C49-L28C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L28C49-L28C64" }, { "DocsId": "M:System.CodeDom.CodeExpressionCollection.AddRange(System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L32C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L32C13-L41C10" }, { "DocsId": "M:System.CodeDom.CodeExpressionCollection.AddRange(System.CodeDom.CodeExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L45C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L45C13-L55C10" }, { "DocsId": "M:System.CodeDom.CodeExpressionCollection.Contains(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L57C55-L57C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L57C55-L57C75" }, { "DocsId": "M:System.CodeDom.CodeExpressionCollection.CopyTo(System.CodeDom.CodeExpression[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L59C66-L59C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L59C66-L59C91" }, { "DocsId": "M:System.CodeDom.CodeExpressionCollection.IndexOf(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L61C53-L61C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L61C53-L61C72" }, { "DocsId": "M:System.CodeDom.CodeExpressionCollection.Insert(System.Int32,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L63C64-L63C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L63C64-L63C89" }, { "DocsId": "M:System.CodeDom.CodeExpressionCollection.Remove(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L65C53-L65C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L65C53-L65C71" }, { "DocsId": "P:System.CodeDom.CodeExpressionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L24C20-L24C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L24C20-L24C47" } ], "DocsId": "T:System.CodeDom.CodeExpressionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeExpressionStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs#L8C9-L8C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs#L8C9-L8C45" }, { "DocsId": "M:System.CodeDom.CodeExpressionStatement.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs#L10C9-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs#L10C9-L13C10" }, { "DocsId": "P:System.CodeDom.CodeExpressionStatement.Expression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs#L15C44-L15C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs#L15C44-L15C48" } ], "DocsId": "T:System.CodeDom.CodeExpressionStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeFieldReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L10C9-L10C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L10C9-L10C50" }, { "DocsId": "M:System.CodeDom.CodeFieldReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L12C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L12C9-L16C10" }, { "DocsId": "P:System.CodeDom.CodeFieldReferenceExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L18C46-L18C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L18C46-L18C50" }, { "DocsId": "P:System.CodeDom.CodeFieldReferenceExpression.FieldName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L22C20-L22C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L22C20-L22C46" } ], "DocsId": "T:System.CodeDom.CodeFieldReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeGotoStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs#L10C9-L10C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs#L10C9-L10C39" }, { "DocsId": "M:System.CodeDom.CodeGotoStatement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs#L12C9-L15C10" }, { "DocsId": "P:System.CodeDom.CodeGotoStatement.Label", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs#L19C20-L19C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs#L19C20-L19C26" } ], "DocsId": "T:System.CodeDom.CodeGotoStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeIndexerExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L10C9-L10C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L10C9-L10C43" }, { "DocsId": "M:System.CodeDom.CodeIndexerExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L12C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L12C9-L16C10" }, { "DocsId": "P:System.CodeDom.CodeIndexerExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L18C46-L18C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L18C46-L18C50" }, { "DocsId": "P:System.CodeDom.CodeIndexerExpression.Indices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L20C52-L20C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L20C52-L20C95" } ], "DocsId": "T:System.CodeDom.CodeIndexerExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeIterationStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L24C62-L8C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L24C62-L8C44" }, { "DocsId": "M:System.CodeDom.CodeIterationStatement.#ctor(System.CodeDom.CodeStatement,System.CodeDom.CodeExpression,System.CodeDom.CodeStatement,System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L24C62-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L24C62-L16C10" }, { "DocsId": "P:System.CodeDom.CodeIterationStatement.InitStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L18C46-L18C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L18C46-L18C50" }, { "DocsId": "P:System.CodeDom.CodeIterationStatement.TestExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L20C48-L20C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L20C48-L20C52" }, { "DocsId": "P:System.CodeDom.CodeIterationStatement.IncrementStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L22C51-L22C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L22C51-L22C55" }, { "DocsId": "P:System.CodeDom.CodeIterationStatement.Statements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L24C53-L24C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L24C53-L24C57" } ], "DocsId": "T:System.CodeDom.CodeIterationStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeLabeledStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L10C9-L10C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L10C9-L10C42" }, { "DocsId": "M:System.CodeDom.CodeLabeledStatement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeLabeledStatement.#ctor(System.String,System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L17C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L17C9-L21C10" }, { "DocsId": "P:System.CodeDom.CodeLabeledStatement.Label", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L25C20-L25C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L25C20-L25C42" }, { "DocsId": "P:System.CodeDom.CodeLabeledStatement.Statement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L29C42-L29C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L29C42-L29C46" } ], "DocsId": "T:System.CodeDom.CodeLabeledStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeLinePragma.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L10C9-L10C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L10C9-L10C36" }, { "DocsId": "M:System.CodeDom.CodeLinePragma.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L12C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L12C9-L16C10" }, { "DocsId": "P:System.CodeDom.CodeLinePragma.FileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L20C20-L20C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L20C20-L20C45" }, { "DocsId": "P:System.CodeDom.CodeLinePragma.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L24C33-L24C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L24C33-L24C37" } ], "DocsId": "T:System.CodeDom.CodeLinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeMemberEvent.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L11C9-L11C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L11C9-L11C37" }, { "DocsId": "P:System.CodeDom.CodeMemberEvent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L15C20-L15C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L15C20-L15C55" }, { "DocsId": "P:System.CodeDom.CodeMemberEvent.PrivateImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L19C62-L19C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L19C62-L19C66" }, { "DocsId": "P:System.CodeDom.CodeMemberEvent.ImplementationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L21C67-L21C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L21C67-L21C125" } ], "DocsId": "T:System.CodeDom.CodeMemberEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeMemberField.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L10C9-L10C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L10C9-L10C37" }, { "DocsId": "M:System.CodeDom.CodeMemberField.#ctor(System.CodeDom.CodeTypeReference,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L12C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L12C9-L16C10" }, { "DocsId": "M:System.CodeDom.CodeMemberField.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L18C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L18C9-L22C10" }, { "DocsId": "M:System.CodeDom.CodeMemberField.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L24C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L24C9-L28C10" }, { "DocsId": "P:System.CodeDom.CodeMemberField.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L32C20-L32C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L32C20-L32C55" }, { "DocsId": "P:System.CodeDom.CodeMemberField.InitExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L36C48-L36C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L36C48-L36C52" } ], "DocsId": "T:System.CodeDom.CodeMemberField", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeMemberMethod.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L8C9-L9C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L8C9-L9C94" }, { "DocsId": "E:System.CodeDom.CodeMemberMethod.PopulateParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" }, { "DocsId": "E:System.CodeDom.CodeMemberMethod.PopulateStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" }, { "DocsId": "E:System.CodeDom.CodeMemberMethod.PopulateImplementationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" }, { "DocsId": "P:System.CodeDom.CodeMemberMethod.ReturnType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L26C20-L26C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L26C20-L26C80" }, { "DocsId": "P:System.CodeDom.CodeMemberMethod.Statements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L34C17-L40C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L34C17-L40C36" }, { "DocsId": "P:System.CodeDom.CodeMemberMethod.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L48C17-L54C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L48C17-L54C36" }, { "DocsId": "P:System.CodeDom.CodeMemberMethod.PrivateImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L58C62-L58C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L58C62-L58C66" }, { "DocsId": "P:System.CodeDom.CodeMemberMethod.ImplementationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L64C17-L72C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L64C17-L72C45" }, { "DocsId": "P:System.CodeDom.CodeMemberMethod.ReturnTypeCustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L76C81-L76C143" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L76C81-L76C143" }, { "DocsId": "P:System.CodeDom.CodeMemberMethod.TypeParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L78C62-L78C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L78C62-L78C115" } ], "DocsId": "T:System.CodeDom.CodeMemberMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeMemberProperty.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L49C65-L53C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L49C65-L53C133" }, { "DocsId": "P:System.CodeDom.CodeMemberProperty.PrivateImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L13C62-L13C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L13C62-L13C66" }, { "DocsId": "P:System.CodeDom.CodeMemberProperty.ImplementationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L15C67-L15C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L15C67-L15C125" }, { "DocsId": "P:System.CodeDom.CodeMemberProperty.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L19C20-L19C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L19C20-L19C55" }, { "DocsId": "P:System.CodeDom.CodeMemberProperty.HasGet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L25C20-L25C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L25C20-L25C54" }, { "DocsId": "P:System.CodeDom.CodeMemberProperty.HasSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L38C20-L38C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L38C20-L38C54" }, { "DocsId": "P:System.CodeDom.CodeMemberProperty.GetStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L49C56-L49C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L49C56-L49C60" }, { "DocsId": "P:System.CodeDom.CodeMemberProperty.SetStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L51C56-L51C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L51C56-L51C60" }, { "DocsId": "P:System.CodeDom.CodeMemberProperty.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L53C74-L53C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L53C74-L53C78" } ], "DocsId": "T:System.CodeDom.CodeMemberProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeMethodInvokeExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C63-L10C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C63-L10C48" }, { "DocsId": "M:System.CodeDom.CodeMethodInvokeExpression.#ctor(System.CodeDom.CodeMethodReferenceExpression,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C63-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C63-L16C10" }, { "DocsId": "M:System.CodeDom.CodeMethodInvokeExpression.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C63-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C63-L22C10" }, { "DocsId": "P:System.CodeDom.CodeMethodInvokeExpression.Method", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L26C20-L26C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L26C20-L26C67" }, { "DocsId": "P:System.CodeDom.CodeMethodInvokeExpression.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C54-L30C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C54-L30C58" } ], "DocsId": "T:System.CodeDom.CodeMethodInvokeExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeMethodReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L11C9-L11C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L11C9-L11C51" }, { "DocsId": "M:System.CodeDom.CodeMethodReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L13C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L13C9-L17C10" }, { "DocsId": "M:System.CodeDom.CodeMethodReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeTypeReference[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L19C9-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L19C9-L27C10" }, { "DocsId": "P:System.CodeDom.CodeMethodReferenceExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L29C46-L29C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L29C46-L29C50" }, { "DocsId": "P:System.CodeDom.CodeMethodReferenceExpression.MethodName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L33C20-L33C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L33C20-L33C47" }, { "DocsId": "P:System.CodeDom.CodeMethodReferenceExpression.TypeArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L37C61-L37C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L37C61-L37C113" } ], "DocsId": "T:System.CodeDom.CodeMethodReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeMethodReturnStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs#L8C9-L8C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs#L8C9-L8C47" }, { "DocsId": "M:System.CodeDom.CodeMethodReturnStatement.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs#L10C9-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs#L10C9-L13C10" }, { "DocsId": "P:System.CodeDom.CodeMethodReturnStatement.Expression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs#L15C44-L15C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs#L15C44-L15C48" } ], "DocsId": "T:System.CodeDom.CodeMethodReturnStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeNamespace.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L10C9-L23C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L10C9-L23C35" }, { "DocsId": "M:System.CodeDom.CodeNamespace.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L10C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L10C9-L28C10" }, { "DocsId": "E:System.CodeDom.CodeNamespace.PopulateComments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" }, { "DocsId": "E:System.CodeDom.CodeNamespace.PopulateImports", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" }, { "DocsId": "E:System.CodeDom.CodeNamespace.PopulateTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" }, { "DocsId": "P:System.CodeDom.CodeNamespace.Types", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L34C17-L40C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L34C17-L40C33" }, { "DocsId": "P:System.CodeDom.CodeNamespace.Imports", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L48C17-L54C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L48C17-L54C33" }, { "DocsId": "P:System.CodeDom.CodeNamespace.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L60C20-L60C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L60C20-L60C41" }, { "DocsId": "P:System.CodeDom.CodeNamespace.Comments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L68C17-L74C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L68C17-L74C34" } ], "DocsId": "T:System.CodeDom.CodeNamespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeNamespaceCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L10C9-L10C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L10C9-L10C45" }, { "DocsId": "M:System.CodeDom.CodeNamespaceCollection.#ctor(System.CodeDom.CodeNamespaceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeNamespaceCollection.#ctor(System.CodeDom.CodeNamespace[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeNamespaceCollection.Add(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L28C48-L28C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L28C48-L28C63" }, { "DocsId": "M:System.CodeDom.CodeNamespaceCollection.AddRange(System.CodeDom.CodeNamespace[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L32C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L32C13-L41C10" }, { "DocsId": "M:System.CodeDom.CodeNamespaceCollection.AddRange(System.CodeDom.CodeNamespaceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L45C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L45C13-L55C10" }, { "DocsId": "M:System.CodeDom.CodeNamespaceCollection.Contains(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L57C54-L57C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L57C54-L57C74" }, { "DocsId": "M:System.CodeDom.CodeNamespaceCollection.CopyTo(System.CodeDom.CodeNamespace[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L59C65-L59C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L59C65-L59C90" }, { "DocsId": "M:System.CodeDom.CodeNamespaceCollection.IndexOf(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L61C52-L61C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L61C52-L61C71" }, { "DocsId": "M:System.CodeDom.CodeNamespaceCollection.Insert(System.Int32,System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L63C63-L63C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L63C63-L63C88" }, { "DocsId": "M:System.CodeDom.CodeNamespaceCollection.Remove(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L65C52-L65C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L65C52-L65C70" }, { "DocsId": "P:System.CodeDom.CodeNamespaceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L24C20-L24C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L24C20-L24C46" } ], "DocsId": "T:System.CodeDom.CodeNamespaceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeNamespaceImport.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L10C9-L10C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L10C9-L10C41" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImport.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L12C9-L15C10" }, { "DocsId": "P:System.CodeDom.CodeNamespaceImport.LinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L17C44-L17C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L17C44-L17C48" }, { "DocsId": "P:System.CodeDom.CodeNamespaceImport.Namespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L21C20-L21C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L21C20-L21C46" } ], "DocsId": "T:System.CodeDom.CodeNamespaceImport", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L26C34-L26C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L26C34-L26C39" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L28C35-L28C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L28C35-L28C40" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.Add(System.CodeDom.CodeNamespaceImport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L32C13-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L32C13-L37C10" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.AddRange(System.CodeDom.CodeNamespaceImport[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L41C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L41C13-L50C10" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L54C13-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L54C13-L56C10" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L67C47-L67C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L67C47-L67C68" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L71C20-L71C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L71C20-L71C31" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L74C17-L76C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L74C17-L76C14" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L79C34-L79C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L79C34-L79C39" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L81C44-L81C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L81C44-L81C49" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L83C40-L83C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L83C40-L83C44" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L85C60-L85C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L85C60-L85C86" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L87C52-L87C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L87C52-L87C67" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L89C40-L89C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L89C40-L89C77" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L91C31-L91C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L91C31-L91C38" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L93C46-L93C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L93C46-L93C67" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L95C44-L95C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L95C44-L95C85" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L99C13-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L99C13-L101C10" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L105C13-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L105C13-L107C10" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L111C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L111C13-L113C10" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L11C9-L12C152" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L11C9-L12C152" }, { "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L16C20-L16C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L16C20-L16C53" }, { "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L24C29-L24C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L24C29-L24C40" }, { "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L26C34-L26C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L26C34-L26C39" }, { "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L28C35-L28C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L28C35-L28C40" }, { "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L71C20-L71C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L71C20-L71C31" }, { "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L79C34-L79C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L79C34-L79C39" }, { "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L81C44-L81C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L81C44-L81C49" }, { "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L83C40-L83C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L83C40-L83C44" } ], "DocsId": "T:System.CodeDom.CodeNamespaceImportCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeObject.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeObject.cs#L21C9-L21C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeObject.cs#L21C9-L21C32" }, { "DocsId": "P:System.CodeDom.CodeObject.UserData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeObject.cs#L23C40-L23C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeObject.cs#L23C40-L23C74" } ], "DocsId": "T:System.CodeDom.CodeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeObject.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeObjectCreateExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L10C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L10C48" }, { "DocsId": "M:System.CodeDom.CodeObjectCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L16C10" }, { "DocsId": "M:System.CodeDom.CodeObjectCreateExpression.#ctor(System.String,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L22C10" }, { "DocsId": "M:System.CodeDom.CodeObjectCreateExpression.#ctor(System.Type,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L28C10" }, { "DocsId": "P:System.CodeDom.CodeObjectCreateExpression.CreateType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L32C20-L32C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L32C20-L32C61" }, { "DocsId": "P:System.CodeDom.CodeObjectCreateExpression.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C54-L36C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C54-L36C58" } ], "DocsId": "T:System.CodeDom.CodeObjectCreateExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L12C9-L12C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L12C9-L12C56" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpression.#ctor(System.CodeDom.CodeTypeReference,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L14C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L14C9-L18C10" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpression.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L20C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L20C9-L24C10" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpression.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L26C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L26C9-L30C10" }, { "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpression.CustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L34C20-L34C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L34C20-L34C82" }, { "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpression.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L38C43-L38C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L38C43-L38C47" }, { "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpression.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L42C20-L42C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L42C20-L42C55" }, { "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpression.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L48C20-L48C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L48C20-L48C41" } ], "DocsId": "T:System.CodeDom.CodeParameterDeclarationExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L10C9-L10C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L10C9-L10C66" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.#ctor(System.CodeDom.CodeParameterDeclarationExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.#ctor(System.CodeDom.CodeParameterDeclarationExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Add(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L28C69-L28C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L28C69-L28C84" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.AddRange(System.CodeDom.CodeParameterDeclarationExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L32C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L32C13-L41C10" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.AddRange(System.CodeDom.CodeParameterDeclarationExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L45C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L45C13-L55C10" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Contains(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L57C75-L57C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L57C75-L57C95" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.CopyTo(System.CodeDom.CodeParameterDeclarationExpression[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L59C86-L59C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L59C86-L59C111" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.IndexOf(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L61C73-L61C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L61C73-L61C92" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Insert(System.Int32,System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L63C84-L63C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L63C84-L63C109" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Remove(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L65C73-L65C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L65C73-L65C91" }, { "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpressionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L24C20-L24C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L24C20-L24C67" } ], "DocsId": "T:System.CodeDom.CodeParameterDeclarationExpressionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodePrimitiveExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs#L8C9-L8C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs#L8C9-L8C45" }, { "DocsId": "M:System.CodeDom.CodePrimitiveExpression.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs#L10C9-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs#L10C9-L13C10" }, { "DocsId": "P:System.CodeDom.CodePrimitiveExpression.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs#L15C31-L15C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs#L15C31-L15C35" } ], "DocsId": "T:System.CodeDom.CodePrimitiveExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodePropertyReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L10C9-L10C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L10C9-L10C53" }, { "DocsId": "M:System.CodeDom.CodePropertyReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L12C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L12C9-L16C10" }, { "DocsId": "P:System.CodeDom.CodePropertyReferenceExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L18C46-L18C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L18C46-L18C50" }, { "DocsId": "P:System.CodeDom.CodePropertyReferenceExpression.PropertyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L22C20-L22C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L22C20-L22C49" } ], "DocsId": "T:System.CodeDom.CodePropertyReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodePropertySetValueReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertySetValueReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertySetValueReferenceExpression.cs" } ], "DocsId": "T:System.CodeDom.CodePropertySetValueReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertySetValueReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertySetValueReferenceExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeRegionDirective.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L10C9-L10C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L10C9-L10C41" }, { "DocsId": "M:System.CodeDom.CodeRegionDirective.#ctor(System.CodeDom.CodeRegionMode,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L12C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L12C9-L16C10" }, { "DocsId": "P:System.CodeDom.CodeRegionDirective.RegionText", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L20C20-L20C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L20C20-L20C47" }, { "DocsId": "P:System.CodeDom.CodeRegionDirective.RegionMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L24C44-L24C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L24C44-L24C48" } ], "DocsId": "T:System.CodeDom.CodeRegionDirective", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs" }, { "Members": [ { "DocsId": "F:System.CodeDom.CodeRegionMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" }, { "DocsId": "F:System.CodeDom.CodeRegionMode.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" }, { "DocsId": "F:System.CodeDom.CodeRegionMode.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" }, { "DocsId": "F:System.CodeDom.CodeRegionMode.End", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" } ], "DocsId": "T:System.CodeDom.CodeRegionMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeRemoveEventStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L10C9-L10C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L10C9-L10C46" }, { "DocsId": "M:System.CodeDom.CodeRemoveEventStatement.#ctor(System.CodeDom.CodeEventReferenceExpression,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L12C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L12C9-L16C10" }, { "DocsId": "M:System.CodeDom.CodeRemoveEventStatement.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L18C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L18C9-L22C10" }, { "DocsId": "P:System.CodeDom.CodeRemoveEventStatement.Event", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L26C20-L26C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L26C20-L26C68" }, { "DocsId": "P:System.CodeDom.CodeRemoveEventStatement.Listener", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L30C42-L30C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L30C42-L30C46" } ], "DocsId": "T:System.CodeDom.CodeRemoveEventStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeSnippetCompileUnit.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L10C9-L10C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L10C9-L10C44" }, { "DocsId": "M:System.CodeDom.CodeSnippetCompileUnit.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L12C9-L15C10" }, { "DocsId": "P:System.CodeDom.CodeSnippetCompileUnit.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L19C20-L19C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L19C20-L19C42" }, { "DocsId": "P:System.CodeDom.CodeSnippetCompileUnit.LinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L23C44-L23C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L23C44-L23C48" } ], "DocsId": "T:System.CodeDom.CodeSnippetCompileUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeSnippetExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs#L10C9-L10C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs#L10C9-L10C43" }, { "DocsId": "M:System.CodeDom.CodeSnippetExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs#L12C9-L15C10" }, { "DocsId": "P:System.CodeDom.CodeSnippetExpression.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs#L19C20-L19C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs#L19C20-L19C42" } ], "DocsId": "T:System.CodeDom.CodeSnippetExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeSnippetStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs#L10C9-L10C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs#L10C9-L10C42" }, { "DocsId": "M:System.CodeDom.CodeSnippetStatement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs#L12C9-L15C10" }, { "DocsId": "P:System.CodeDom.CodeSnippetStatement.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs#L19C20-L19C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs#L19C20-L19C42" } ], "DocsId": "T:System.CodeDom.CodeSnippetStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeSnippetTypeMember.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs#L10C9-L10C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs#L10C9-L10C43" }, { "DocsId": "M:System.CodeDom.CodeSnippetTypeMember.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs#L12C9-L15C10" }, { "DocsId": "P:System.CodeDom.CodeSnippetTypeMember.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs#L19C20-L19C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs#L19C20-L19C41" } ], "DocsId": "T:System.CodeDom.CodeSnippetTypeMember", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs" }, { "DocsId": "P:System.CodeDom.CodeStatement.LinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs#L11C44-L11C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs#L11C44-L11C48" }, { "DocsId": "P:System.CodeDom.CodeStatement.StartDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs#L13C59-L13C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs#L13C59-L13C109" }, { "DocsId": "P:System.CodeDom.CodeStatement.EndDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs#L15C57-L15C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs#L15C57-L15C105" } ], "DocsId": "T:System.CodeDom.CodeStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeStatementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L10C9-L10C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L10C9-L10C45" }, { "DocsId": "M:System.CodeDom.CodeStatementCollection.#ctor(System.CodeDom.CodeStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeStatementCollection.#ctor(System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeStatementCollection.Add(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L28C48-L28C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L28C48-L28C63" }, { "DocsId": "M:System.CodeDom.CodeStatementCollection.Add(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L30C49-L30C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L30C49-L30C88" }, { "DocsId": "M:System.CodeDom.CodeStatementCollection.AddRange(System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L34C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L34C13-L43C10" }, { "DocsId": "M:System.CodeDom.CodeStatementCollection.AddRange(System.CodeDom.CodeStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L47C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L47C13-L57C10" }, { "DocsId": "M:System.CodeDom.CodeStatementCollection.Contains(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L59C54-L59C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L59C54-L59C74" }, { "DocsId": "M:System.CodeDom.CodeStatementCollection.CopyTo(System.CodeDom.CodeStatement[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L61C65-L61C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L61C65-L61C90" }, { "DocsId": "M:System.CodeDom.CodeStatementCollection.IndexOf(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L63C52-L63C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L63C52-L63C71" }, { "DocsId": "M:System.CodeDom.CodeStatementCollection.Insert(System.Int32,System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L65C63-L65C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L65C63-L65C88" }, { "DocsId": "M:System.CodeDom.CodeStatementCollection.Remove(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L67C52-L67C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L67C52-L67C70" }, { "DocsId": "P:System.CodeDom.CodeStatementCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L24C20-L24C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L24C20-L24C46" } ], "DocsId": "T:System.CodeDom.CodeStatementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeThisReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeThisReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeThisReferenceExpression.cs" } ], "DocsId": "T:System.CodeDom.CodeThisReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeThisReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeThisReferenceExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeThrowExceptionStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs#L8C9-L8C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs#L8C9-L8C49" }, { "DocsId": "M:System.CodeDom.CodeThrowExceptionStatement.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs#L10C9-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs#L10C9-L13C10" }, { "DocsId": "P:System.CodeDom.CodeThrowExceptionStatement.ToThrow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs#L15C41-L15C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs#L15C41-L15C45" } ], "DocsId": "T:System.CodeDom.CodeThrowExceptionStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTryCatchFinallyStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C65-L8C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C65-L8C50" }, { "DocsId": "M:System.CodeDom.CodeTryCatchFinallyStatement.#ctor(System.CodeDom.CodeStatement[],System.CodeDom.CodeCatchClause[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C65-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C65-L14C10" }, { "DocsId": "M:System.CodeDom.CodeTryCatchFinallyStatement.#ctor(System.CodeDom.CodeStatement[],System.CodeDom.CodeCatchClause[],System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C65-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C65-L21C10" }, { "DocsId": "P:System.CodeDom.CodeTryCatchFinallyStatement.TryStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C56-L23C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C56-L23C60" }, { "DocsId": "P:System.CodeDom.CodeTryCatchFinallyStatement.CatchClauses", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L25C57-L25C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L25C57-L25C61" }, { "DocsId": "P:System.CodeDom.CodeTryCatchFinallyStatement.FinallyStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L27C60-L27C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L27C60-L27C64" } ], "DocsId": "T:System.CodeDom.CodeTryCatchFinallyStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeConstructor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeConstructor.cs#L8C9-L11C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeConstructor.cs#L8C9-L11C10" } ], "DocsId": "T:System.CodeDom.CodeTypeConstructor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeConstructor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeConstructor.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeDeclaration.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L10C9-L22C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L10C9-L22C41" }, { "DocsId": "M:System.CodeDom.CodeTypeDeclaration.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L10C9-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L10C9-L27C10" }, { "DocsId": "E:System.CodeDom.CodeTypeDeclaration.PopulateBaseTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs" }, { "DocsId": "E:System.CodeDom.CodeTypeDeclaration.PopulateMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs" }, { "DocsId": "P:System.CodeDom.CodeTypeDeclaration.TypeAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L29C48-L29C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L29C48-L29C52" }, { "DocsId": "P:System.CodeDom.CodeTypeDeclaration.BaseTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L35C17-L41C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L35C17-L41C35" }, { "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L47C20-L47C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L47C20-L47C122" }, { "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsStruct", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L62C20-L62C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L62C20-L62C29" }, { "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsEnum", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L77C20-L77C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L77C20-L77C27" }, { "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsInterface", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L92C20-L92C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L92C20-L92C100" }, { "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsPartial", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L109C33-L109C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L109C33-L109C37" }, { "DocsId": "P:System.CodeDom.CodeTypeDeclaration.Members", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L115C17-L121C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L115C17-L121C33" }, { "DocsId": "P:System.CodeDom.CodeTypeDeclaration.TypeParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L125C62-L125C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L125C62-L125C115" } ], "DocsId": "T:System.CodeDom.CodeTypeDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L10C9-L10C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L10C9-L10C51" }, { "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.#ctor(System.CodeDom.CodeTypeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.#ctor(System.CodeDom.CodeTypeDeclaration[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.Add(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L28C54-L28C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L28C54-L28C69" }, { "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.AddRange(System.CodeDom.CodeTypeDeclaration[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L32C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L32C13-L41C10" }, { "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.AddRange(System.CodeDom.CodeTypeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L45C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L45C13-L55C10" }, { "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.Contains(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L57C60-L57C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L57C60-L57C80" }, { "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.CopyTo(System.CodeDom.CodeTypeDeclaration[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L59C71-L59C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L59C71-L59C96" }, { "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.IndexOf(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L61C58-L61C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L61C58-L61C77" }, { "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.Insert(System.Int32,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L63C69-L63C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L63C69-L63C94" }, { "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.Remove(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L65C58-L65C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L65C58-L65C76" }, { "DocsId": "P:System.CodeDom.CodeTypeDeclarationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L24C20-L24C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L24C20-L24C52" } ], "DocsId": "T:System.CodeDom.CodeTypeDeclarationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeDelegate.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L31C83-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L31C83-L18C10" }, { "DocsId": "M:System.CodeDom.CodeTypeDelegate.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L20C48-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L20C48-L23C10" }, { "DocsId": "P:System.CodeDom.CodeTypeDelegate.ReturnType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L27C20-L27C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L27C20-L27C61" }, { "DocsId": "P:System.CodeDom.CodeTypeDelegate.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L31C74-L31C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L31C74-L31C78" } ], "DocsId": "T:System.CodeDom.CodeTypeDelegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeMember.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L19C60-L29C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L19C60-L29C103" }, { "DocsId": "P:System.CodeDom.CodeTypeMember.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L15C20-L15C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L15C20-L15C41" }, { "DocsId": "P:System.CodeDom.CodeTypeMember.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L19C46-L19C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L19C46-L19C50" }, { "DocsId": "P:System.CodeDom.CodeTypeMember.CustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L23C20-L23C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L23C20-L23C82" }, { "DocsId": "P:System.CodeDom.CodeTypeMember.LinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L27C44-L27C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L27C44-L27C48" }, { "DocsId": "P:System.CodeDom.CodeTypeMember.Comments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L29C58-L29C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L29C58-L29C62" }, { "DocsId": "P:System.CodeDom.CodeTypeMember.StartDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L31C59-L31C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L31C59-L31C109" }, { "DocsId": "P:System.CodeDom.CodeTypeMember.EndDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L33C57-L33C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L33C57-L33C105" } ], "DocsId": "T:System.CodeDom.CodeTypeMember", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L10C9-L10C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L10C9-L10C46" }, { "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.#ctor(System.CodeDom.CodeTypeMemberCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.#ctor(System.CodeDom.CodeTypeMember[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.Add(System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L28C49-L28C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L28C49-L28C64" }, { "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.AddRange(System.CodeDom.CodeTypeMember[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L32C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L32C13-L41C10" }, { "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.AddRange(System.CodeDom.CodeTypeMemberCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L45C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L45C13-L55C10" }, { "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.Contains(System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L57C55-L57C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L57C55-L57C75" }, { "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.CopyTo(System.CodeDom.CodeTypeMember[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L59C66-L59C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L59C66-L59C91" }, { "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.IndexOf(System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L61C53-L61C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L61C53-L61C72" }, { "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.Insert(System.Int32,System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L63C64-L63C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L63C64-L63C89" }, { "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.Remove(System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L65C53-L65C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L65C53-L65C71" }, { "DocsId": "P:System.CodeDom.CodeTypeMemberCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L24C20-L24C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L24C20-L24C47" } ], "DocsId": "T:System.CodeDom.CodeTypeMemberCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeOfExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L10C9-L10C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L10C9-L10C42" }, { "DocsId": "M:System.CodeDom.CodeTypeOfExpression.#ctor(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeTypeOfExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeTypeOfExpression.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L22C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L22C9-L25C10" }, { "DocsId": "P:System.CodeDom.CodeTypeOfExpression.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L29C20-L29C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L29C20-L29C55" } ], "DocsId": "T:System.CodeDom.CodeTypeOfExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeParameter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L12C9-L12C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L12C9-L12C39" }, { "DocsId": "M:System.CodeDom.CodeTypeParameter.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L14C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L14C9-L17C10" }, { "DocsId": "P:System.CodeDom.CodeTypeParameter.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L21C20-L21C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L21C20-L21C41" }, { "DocsId": "P:System.CodeDom.CodeTypeParameter.Constraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L25C59-L25C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L25C59-L25C109" }, { "DocsId": "P:System.CodeDom.CodeTypeParameter.CustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L27C71-L27C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L27C71-L27C133" }, { "DocsId": "P:System.CodeDom.CodeTypeParameter.HasConstructorConstraint", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L29C48-L29C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L29C48-L29C52" } ], "DocsId": "T:System.CodeDom.CodeTypeParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L10C9-L10C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L10C9-L10C49" }, { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.#ctor(System.CodeDom.CodeTypeParameterCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.#ctor(System.CodeDom.CodeTypeParameter[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Add(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L28C52-L28C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L28C52-L28C67" }, { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L30C42-L30C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L30C42-L30C75" }, { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.AddRange(System.CodeDom.CodeTypeParameter[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L34C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L34C13-L43C10" }, { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.AddRange(System.CodeDom.CodeTypeParameterCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L47C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L47C13-L57C10" }, { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Contains(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L59C58-L59C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L59C58-L59C78" }, { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.CopyTo(System.CodeDom.CodeTypeParameter[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L61C69-L61C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L61C69-L61C94" }, { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.IndexOf(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L63C56-L63C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L63C56-L63C75" }, { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Insert(System.Int32,System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L65C67-L65C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L65C67-L65C92" }, { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Remove(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L67C56-L67C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L67C56-L67C74" }, { "DocsId": "P:System.CodeDom.CodeTypeParameterCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L24C20-L24C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L24C20-L24C50" } ], "DocsId": "T:System.CodeDom.CodeTypeParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs" }, { "Members": [ { "DocsId": "F:System.CodeDom.CodeTypeReferenceOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" }, { "DocsId": "F:System.CodeDom.CodeTypeReferenceOptions.GlobalReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" }, { "DocsId": "F:System.CodeDom.CodeTypeReferenceOptions.GenericTypeParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" } ], "DocsId": "T:System.CodeDom.CodeTypeReferenceOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L36C9-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L36C9-L41C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L43C9-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L43C9-L68C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.Type,System.CodeDom.CodeTypeReferenceOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L70C97-L73C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L70C97-L73C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.String,System.CodeDom.CodeTypeReferenceOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L75C9-L78C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L75C9-L78C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L80C9-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L80C9-L83C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.String,System.CodeDom.CodeTypeReference[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L284C95-L290C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L284C95-L290C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L294C13-L297C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L294C13-L297C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L300C9-L305C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L300C9-L305C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.CodeDom.CodeTypeReference,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L307C9-L312C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L307C9-L312C10" }, { "DocsId": "P:System.CodeDom.CodeTypeReference.ArrayElementType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L314C54-L314C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L314C54-L314C58" }, { "DocsId": "P:System.CodeDom.CodeTypeReference.ArrayRank", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L316C32-L316C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L316C32-L316C36" }, { "DocsId": "P:System.CodeDom.CodeTypeReference.BaseType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L324C17-L337C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L324C17-L337C32" }, { "DocsId": "P:System.CodeDom.CodeTypeReference.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L346C51-L346C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L346C51-L346C55" }, { "DocsId": "P:System.CodeDom.CodeTypeReference.TypeArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L352C17-L357C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L352C17-L357C77" } ], "DocsId": "T:System.CodeDom.CodeTypeReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L18C9-L18C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L18C9-L18C49" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.#ctor(System.CodeDom.CodeTypeReferenceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L20C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L20C9-L23C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.#ctor(System.CodeDom.CodeTypeReference[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L25C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L25C9-L28C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Add(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L36C52-L36C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L36C52-L36C67" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L38C42-L38C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L38C42-L38C75" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Add(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L40C40-L40C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L40C40-L40C73" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.AddRange(System.CodeDom.CodeTypeReference[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L45C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L45C13-L57C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.AddRange(System.CodeDom.CodeTypeReferenceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L62C13-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L62C13-L75C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Contains(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L77C58-L77C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L77C58-L77C78" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.CopyTo(System.CodeDom.CodeTypeReference[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L79C69-L79C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L79C69-L79C94" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.IndexOf(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L81C56-L81C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L81C56-L81C75" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Insert(System.Int32,System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L83C67-L83C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L83C67-L83C92" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Remove(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L85C56-L85C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L85C56-L85C74" }, { "DocsId": "P:System.CodeDom.CodeTypeReferenceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L32C19-L32C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L32C19-L32C62" } ], "DocsId": "T:System.CodeDom.CodeTypeReferenceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L10C9-L10C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L10C9-L10C49" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceExpression.#ctor(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceExpression.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L22C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L22C9-L25C10" }, { "DocsId": "P:System.CodeDom.CodeTypeReferenceExpression.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L29C20-L29C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L29C20-L29C55" } ], "DocsId": "T:System.CodeDom.CodeTypeReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L11C9-L11C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L11C9-L11C54" }, { "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.CodeDom.CodeTypeReference,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L13C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L13C9-L17C10" }, { "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L19C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L19C9-L23C10" }, { "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L25C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L25C9-L29C10" }, { "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.CodeDom.CodeTypeReference,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L31C9-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L31C9-L36C10" }, { "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.String,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L38C9-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L38C9-L43C10" }, { "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.Type,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L45C9-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L45C9-L50C10" }, { "DocsId": "P:System.CodeDom.CodeVariableDeclarationStatement.InitExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L52C48-L52C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L52C48-L52C52" }, { "DocsId": "P:System.CodeDom.CodeVariableDeclarationStatement.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L56C20-L56C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L56C20-L56C41" }, { "DocsId": "P:System.CodeDom.CodeVariableDeclarationStatement.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L62C20-L62C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L62C20-L62C55" } ], "DocsId": "T:System.CodeDom.CodeVariableDeclarationStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeVariableReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs#L10C9-L10C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs#L10C9-L10C53" }, { "DocsId": "M:System.CodeDom.CodeVariableReferenceExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs#L12C9-L15C10" }, { "DocsId": "P:System.CodeDom.CodeVariableReferenceExpression.VariableName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs#L19C20-L19C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs#L19C20-L19C49" } ], "DocsId": "T:System.CodeDom.CodeVariableReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs" }, { "Members": [ { "DocsId": "F:System.CodeDom.FieldDirection.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" }, { "DocsId": "F:System.CodeDom.FieldDirection.In", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" }, { "DocsId": "F:System.CodeDom.FieldDirection.Out", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" }, { "DocsId": "F:System.CodeDom.FieldDirection.Ref", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" } ], "DocsId": "T:System.CodeDom.FieldDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" }, { "Members": [ { "DocsId": "F:System.CodeDom.MemberAttributes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.Abstract", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.Final", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.Static", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.Override", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.Const", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.New", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.Overloaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.Assembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.FamilyAndAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.Family", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.FamilyOrAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.Private", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.Public", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.AccessMask", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.ScopeMask", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.VTableMask", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" } ], "DocsId": "T:System.CodeDom.MemberAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L13C13-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L13C13-L26C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L30C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L30C13-L43C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L47C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L47C13-L60C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L64C13-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L64C13-L77C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L81C13-L104C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L81C13-L104C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L108C13-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L108C13-L121C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L129C13-L134C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L129C13-L134C72" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromFile(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L139C13-L151C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L139C13-L151C71" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromSource(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L156C13-L161C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L156C13-L161C71" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromDomBatch(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L166C13-L194C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L166C13-L194C54" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromFileBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L213C13-L222C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L213C13-L222C55" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.ProcessCompilerOutputLine(System.CodeDom.Compiler.CompilerResults,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.CmdArgsFromParameters(System.CodeDom.Compiler.CompilerParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.GetResponseFileCmdArgs(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L231C13-L240C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L231C13-L240C52" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromSourceBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L245C13-L267C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L245C13-L267C54" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.JoinStringArray(System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L272C13-L294C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L272C13-L294C34" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" }, { "DocsId": "P:System.CodeDom.Compiler.CodeCompiler.FileExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" }, { "DocsId": "P:System.CodeDom.Compiler.CodeCompiler.CompilerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" } ], "DocsId": "T:System.CodeDom.Compiler.CodeCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateProvider(System.String,System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L55C13-L56C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L55C13-L56C65" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateProvider(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L61C13-L62C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L61C13-L62C50" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetLanguageFromExtension(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L67C13-L72C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L67C13-L72C55" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.IsDefinedLanguage(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L75C66-L75C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L75C66-L75C117" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.IsDefinedExtension(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L77C68-L77C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L77C68-L77C121" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetCompilerInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L81C13-L86C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L81C13-L86C33" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetAllCompilerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L113C62-L113C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L113C62-L113C89" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator(System.IO.TextWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L123C77-L123C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L123C77-L123C94" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L125C75-L125C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L125C75-L125C92" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L132C54-L132C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L132C54-L132C58" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetConverter(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L134C65-L134C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L134C65-L134C98" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L137C13-L137C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L137C13-L137C90" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L140C13-L140C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L140C13-L140C84" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L143C13-L143C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L143C13-L143C84" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.IsValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L146C13-L146C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L146C13-L146C61" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateEscapedIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L149C13-L149C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L149C13-L149C67" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L152C13-L152C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L152C13-L152C65" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetTypeOutput(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L155C13-L155C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L155C13-L155C56" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.Supports(System.CodeDom.Compiler.GeneratorSupport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L158C13-L158C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L158C13-L158C63" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromExpression(System.CodeDom.CodeExpression,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L161C13-L161C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L161C13-L161C92" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromStatement(System.CodeDom.CodeStatement,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L164C13-L164C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L164C13-L164C90" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromNamespace(System.CodeDom.CodeNamespace,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L167C13-L167C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L167C13-L167C94" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L170C13-L170C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L170C13-L170C94" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L173C13-L173C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L173C13-L173C84" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L177C13-L177C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L177C13-L177C75" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.Parse(System.IO.TextReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L181C13-L181C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L181C13-L181C51" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" }, { "DocsId": "P:System.CodeDom.Compiler.CodeDomProvider.FileExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L115C48-L115C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L115C48-L115C60" }, { "DocsId": "P:System.CodeDom.Compiler.CodeDomProvider.LanguageOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L117C59-L117C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L117C59-L117C79" } ], "DocsId": "T:System.CodeDom.Compiler.CodeDomProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDirectives(System.CodeDom.CodeDirectiveCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L105C9-L105C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L105C9-L105C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaces(System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L229C41-L233C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L229C41-L233C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypes(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L237C13-L250C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L237C13-L250C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#Supports(System.CodeDom.Compiler.GeneratorSupport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L252C67-L252C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L252C67-L252C84" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L256C13-L280C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L256C13-L280C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromExpression(System.CodeDom.CodeExpression,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L284C13-L308C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L284C13-L308C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L312C13-L343C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L312C13-L343C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromNamespace(System.CodeDom.CodeNamespace,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L347C13-L371C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L347C13-L371C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromStatement(System.CodeDom.CodeStatement,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L375C13-L399C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L375C13-L399C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L403C13-L427C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L403C13-L427C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#IsValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L429C64-L429C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L429C64-L429C88" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#ValidateIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L431C65-L431C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L431C65-L431C90" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#CreateEscapedIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L433C72-L433C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L433C72-L433C102" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#CreateValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L435C70-L435C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L435C70-L435C98" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GetTypeOutput(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L437C72-L437C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L437C72-L437C91" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateExpression(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L511C13-L619C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L511C13-L619C116" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetCompileUnit(System.CodeDom.CodeSnippetCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L716C13-L737C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L716C13-L737C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCompileUnit(System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L799C13-L802C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L799C13-L802C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespace(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L806C13-L819C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L806C13-L819C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceImports(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L823C13-L841C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L823C13-L841C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateStatement(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L880C13-L973C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L880C13-L973C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateStatements(System.CodeDom.CodeStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L977C13-L986C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L977C13-L986C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputAttributeDeclarations(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L990C13-L1034C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L990C13-L1034C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputAttributeArgument(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1038C13-L1049C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1038C13-L1049C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputDirection(System.CodeDom.FieldDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1058C21-L1064C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1058C21-L1064C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputFieldScopeModifier(System.CodeDom.MemberAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1068C13-L1088C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1068C13-L1088C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputMemberAccessModifier(System.CodeDom.MemberAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1092C13-L1113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1092C13-L1113C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputMemberScopeModifier(System.CodeDom.MemberAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1117C13-L1151C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1117C13-L1151C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputType(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputTypeAttributes(System.Reflection.TypeAttributes,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1157C13-L1196C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1157C13-L1196C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputTypeNamePair(System.CodeDom.CodeTypeReference,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1200C13-L1203C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1200C13-L1203C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1205C66-L1205C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1205C66-L1205C85" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputExpressionList(System.CodeDom.CodeExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1209C13-L1210C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1209C13-L1210C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputExpressionList(System.CodeDom.CodeExpressionCollection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1214C13-L1232C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1214C13-L1232C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputOperator(System.CodeDom.CodeBinaryOperatorType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1239C21-L1290C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1239C21-L1290C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputParameters(System.CodeDom.CodeParameterDeclarationExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1294C13-L1325C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1294C13-L1325C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateArrayCreateExpression(System.CodeDom.CodeArrayCreateExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateBaseReferenceExpression(System.CodeDom.CodeBaseReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateBinaryOperatorExpression(System.CodeDom.CodeBinaryOperatorExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1332C13-L1368C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1332C13-L1368C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.ContinueOnNewLine(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1370C64-L1370C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1370C64-L1370C84" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCastExpression(System.CodeDom.CodeCastExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDelegateCreateExpression(System.CodeDom.CodeDelegateCreateExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateFieldReferenceExpression(System.CodeDom.CodeFieldReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateArgumentReferenceExpression(System.CodeDom.CodeArgumentReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateVariableReferenceExpression(System.CodeDom.CodeVariableReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateIndexerExpression(System.CodeDom.CodeIndexerExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateArrayIndexerExpression(System.CodeDom.CodeArrayIndexerExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetExpression(System.CodeDom.CodeSnippetExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateMethodInvokeExpression(System.CodeDom.CodeMethodInvokeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateMethodReferenceExpression(System.CodeDom.CodeMethodReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateEventReferenceExpression(System.CodeDom.CodeEventReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDelegateInvokeExpression(System.CodeDom.CodeDelegateInvokeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateObjectCreateExpression(System.CodeDom.CodeObjectCreateExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateParameterDeclarationExpression(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1388C13-L1401C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1388C13-L1401C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDirectionExpression(System.CodeDom.CodeDirectionExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1405C13-L1412C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1405C13-L1412C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GeneratePrimitiveExpression(System.CodeDom.CodePrimitiveExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1416C13-L1474C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1416C13-L1474C111" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSingleFloatValue(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1478C69-L1478C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1478C69-L1478C128" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDoubleValue(System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1480C65-L1480C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1480C65-L1480C124" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDecimalValue(System.Decimal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1482C67-L1482C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1482C67-L1482C121" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDefaultValueExpression(System.CodeDom.CodeDefaultValueExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1486C9-L1486C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1486C9-L1486C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GeneratePropertyReferenceExpression(System.CodeDom.CodePropertyReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GeneratePropertySetValueReferenceExpression(System.CodeDom.CodePropertySetValueReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateThisReferenceExpression(System.CodeDom.CodeThisReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeReferenceExpression(System.CodeDom.CodeTypeReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1496C13-L1502C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1496C13-L1502C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeOfExpression(System.CodeDom.CodeTypeOfExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1506C13-L1514C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1506C13-L1514C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateExpressionStatement(System.CodeDom.CodeExpressionStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateIterationStatement(System.CodeDom.CodeIterationStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateThrowExceptionStatement(System.CodeDom.CodeThrowExceptionStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCommentStatement(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1521C13-L1531C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1521C13-L1531C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1535C13-L1544C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1535C13-L1544C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateComment(System.CodeDom.CodeComment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateMethodReturnStatement(System.CodeDom.CodeMethodReturnStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateConditionStatement(System.CodeDom.CodeConditionStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTryCatchFinallyStatement(System.CodeDom.CodeTryCatchFinallyStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateAssignStatement(System.CodeDom.CodeAssignStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateAttachEventStatement(System.CodeDom.CodeAttachEventStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateRemoveEventStatement(System.CodeDom.CodeRemoveEventStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateGotoStatement(System.CodeDom.CodeGotoStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateLabeledStatement(System.CodeDom.CodeLabeledStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetStatement(System.CodeDom.CodeSnippetStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1558C13-L1564C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1558C13-L1564C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateVariableDeclarationStatement(System.CodeDom.CodeVariableDeclarationStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateLinePragmaStart(System.CodeDom.CodeLinePragma)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateLinePragmaEnd(System.CodeDom.CodeLinePragma)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateEvent(System.CodeDom.CodeMemberEvent,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateField(System.CodeDom.CodeMemberField)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetMember(System.CodeDom.CodeSnippetTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateEntryPointMethod(System.CodeDom.CodeEntryPointMethod,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateMethod(System.CodeDom.CodeMemberMethod,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateProperty(System.CodeDom.CodeMemberProperty,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateConstructor(System.CodeDom.CodeConstructor,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeConstructor(System.CodeDom.CodeTypeConstructor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeStart(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeEnd(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCompileUnitStart(System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1582C13-L1591C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1582C13-L1591C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCompileUnitEnd(System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1595C13-L1604C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1595C13-L1604C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceStart(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceEnd(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceImport(System.CodeDom.CodeNamespaceImport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateAttributeDeclarationsStart(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateAttributeDeclarationsEnd(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.IsValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.ValidateIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1616C13-L1620C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1616C13-L1620C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.CreateEscapedIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.CreateValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.QuoteSnippetString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.IsValidLanguageIndependentIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1627C82-L1627C137" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1627C82-L1627C137" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.ValidateIdentifiers(System.CodeDom.CodeObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1633C13-L1635C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1633C13-L1635C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.CurrentClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L21C55-L21C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L21C55-L21C68" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.CurrentTypeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L23C45-L23C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L23C45-L23C105" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.CurrentMember", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L25C51-L25C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L25C51-L25C65" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.CurrentMemberName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L27C47-L27C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L27C47-L27C109" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentInterface", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L29C46-L29C143" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L29C46-L29C143" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L31C42-L31C135" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L31C42-L31C135" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentStruct", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L33C43-L33C137" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L33C43-L33C137" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentEnum", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L35C41-L35C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L35C41-L35C133" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentDelegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L37C45-L37C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L37C45-L37C103" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.Indent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L41C20-L41C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L41C20-L41C34" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.NullToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.Output", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L47C40-L47C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L47C40-L47C47" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L49C51-L49C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L49C51-L49C59" } ], "DocsId": "T:System.CodeDom.Compiler.CodeGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.CodeGeneratorOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L11C9-L13C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L11C9-L13C42" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L17C20-L17C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L17C20-L17C35" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.IndentString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L25C17-L26C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L25C17-L26C55" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.BracingStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L35C17-L36C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L35C17-L36C56" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.ElseOnClosing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L45C17-L46C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L45C17-L46C52" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.BlankLinesBetweenMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L55C17-L56C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L55C17-L56C51" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.VerbatimOrder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L65C17-L66C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L65C17-L66C52" } ], "DocsId": "T:System.CodeDom.Compiler.CodeGeneratorOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.CodeParser.Parse(System.IO.TextReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeParser.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeParser.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeParser.cs" } ], "DocsId": "T:System.CodeDom.Compiler.CodeParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeParser.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.CompilerError.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L10C34-L10C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L10C34-L10C90" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerError.#ctor(System.String,System.Int32,System.Int32,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L12C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L12C9-L19C10" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerError.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L33C46-L35C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L33C46-L35C111" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerError.Line", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L21C27-L21C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L21C27-L21C31" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerError.Column", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L23C29-L23C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L23C29-L23C33" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerError.ErrorNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L25C37-L25C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L25C37-L25C41" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerError.ErrorText", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L27C35-L27C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L27C35-L27C39" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerError.IsWarning", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L29C33-L29C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L29C33-L29C37" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerError.FileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L31C34-L31C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L31C34-L31C38" } ], "DocsId": "T:System.CodeDom.Compiler.CompilerError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L10C9-L10C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L10C9-L10C45" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.#ctor(System.CodeDom.Compiler.CompilerErrorCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.#ctor(System.CodeDom.Compiler.CompilerError[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.Add(System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L28C48-L28C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L28C48-L28C63" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.AddRange(System.CodeDom.Compiler.CompilerError[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L32C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L32C13-L41C10" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.AddRange(System.CodeDom.Compiler.CompilerErrorCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L45C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L45C13-L55C10" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.Contains(System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L57C54-L57C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L57C54-L57C74" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.CopyTo(System.CodeDom.Compiler.CompilerError[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L59C65-L59C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L59C65-L59C90" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.IndexOf(System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L97C52-L97C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L97C52-L97C71" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.Insert(System.Int32,System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L99C63-L99C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L99C63-L99C88" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.Remove(System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L101C52-L101C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L101C52-L101C70" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerErrorCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L24C20-L24C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L24C20-L24C46" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerErrorCollection.HasErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L65C17-L76C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L65C17-L76C14" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerErrorCollection.HasWarnings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L83C17-L94C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L83C17-L94C14" } ], "DocsId": "T:System.CodeDom.Compiler.CompilerErrorCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.GetLanguages", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L21C43-L21C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L21C43-L21C79" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.GetExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L23C44-L23C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L23C44-L23C81" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.CreateProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L51C13-L60C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L51C13-L60C83" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.CreateProvider(System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L65C13-L77C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L65C13-L77C123" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.CreateDefaultCompilerParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L81C72-L81C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L81C72-L81C97" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L89C46-L89C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L89C46-L89C84" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L93C13-L98C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L93C13-L98C88" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerInfo.CodeDomProviderType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L29C17-L37C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L29C17-L37C30" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerInfo.IsCodeDomProviderTypeValid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L41C51-L41C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L41C51-L41C97" } ], "DocsId": "T:System.CodeDom.Compiler.CompilerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.CompilerParameters.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L12C39-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L12C39-L14C10" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerParameters.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L17C13-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L17C13-L19C10" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerParameters.#ctor(System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L22C13-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L22C13-L24C10" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerParameters.#ctor(System.String[],System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L50C60-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L50C60-L34C10" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.CoreAssemblyFileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L50C46-L50C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L50C46-L50C50" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.GenerateExecutable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L52C42-L52C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L52C42-L52C46" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.GenerateInMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L54C40-L54C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L54C40-L54C44" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.ReferencedAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L56C56-L56C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L56C56-L56C60" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.MainClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L57C35-L57C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L57C35-L57C39" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.OutputAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L59C40-L59C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L59C40-L59C44" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.TempFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L63C20-L63C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L63C20-L63C59" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.IncludeDebugInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L67C47-L67C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L67C47-L67C51" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.TreatWarningsAsErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L69C45-L69C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L69C45-L69C49" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.WarningLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L71C35-L71C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L71C35-L71C39" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.CompilerOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L73C41-L73C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L73C41-L73C45" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.Win32Resource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L75C39-L75C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L75C39-L75C43" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.EmbeddedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L77C53-L77C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L77C53-L77C57" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.LinkedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L79C51-L79C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L79C51-L79C55" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.UserToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L81C35-L81C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L81C35-L81C39" } ], "DocsId": "T:System.CodeDom.Compiler.CompilerParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.CompilerResults.#ctor(System.CodeDom.Compiler.TempFileCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L32C58-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L32C58-L16C10" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerResults.TempFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L18C47-L18C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L18C47-L18C51" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerResults.CompiledAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L24C17-L28C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L24C17-L28C42" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerResults.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L32C49-L32C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L32C49-L32C53" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerResults.Output", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L34C42-L34C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L34C42-L34C46" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerResults.PathToAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L36C40-L36C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L36C40-L36C44" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerResults.NativeCompilerReturnValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L38C48-L38C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L38C48-L38C52" } ], "DocsId": "T:System.CodeDom.Compiler.CompilerResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWait(System.String,System.CodeDom.Compiler.TempFileCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L20C13-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L20C13-L22C10" }, { "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.IntPtr,System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L25C13-L25C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L25C13-L25C120" }, { "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.String,System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L28C13-L28C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L28C13-L28C104" }, { "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L31C13-L31C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L31C13-L31C122" }, { "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.IntPtr,System.String,System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L35C13-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L35C13-L98C10" } ], "DocsId": "T:System.CodeDom.Compiler.Executor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs" }, { "Members": [ { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ArraysOfArrays", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.EntryPointMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.GotoStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.MultidimensionalArrays", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.StaticConstructors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.TryCatchStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ReturnTypeAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareValueTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareEnums", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareDelegates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareInterfaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareEvents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.AssemblyAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ParameterAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ReferenceParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ChainedConstructorArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.NestedTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.MultipleInterfaceMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.PublicStaticMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ComplexExpressions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.Win32Resources", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.Resources", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.PartialTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.GenericTypeReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.GenericTypeDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareIndexerProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" } ], "DocsId": "T:System.CodeDom.Compiler.GeneratorSupport", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" } ], "DocsId": "T:System.CodeDom.Compiler.ICodeCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.IsValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.ValidateIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.CreateEscapedIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.CreateValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromExpression(System.CodeDom.CodeExpression,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromStatement(System.CodeDom.CodeStatement,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromNamespace(System.CodeDom.CodeNamespace,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" } ], "DocsId": "T:System.CodeDom.Compiler.ICodeGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.ICodeParser.Parse(System.IO.TextReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeParser.cs" } ], "DocsId": "T:System.CodeDom.Compiler.ICodeParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeParser.cs" }, { "Members": [ { "DocsId": "F:System.CodeDom.Compiler.LanguageOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" }, { "DocsId": "F:System.CodeDom.Compiler.LanguageOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" }, { "DocsId": "F:System.CodeDom.Compiler.LanguageOptions.CaseInsensitive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" } ], "DocsId": "T:System.CodeDom.Compiler.LanguageOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L29C39-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L29C39-L31C10" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L33C53-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L33C53-L35C10" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L37C9-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L37C9-L42C10" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L46C13-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L46C13-L48C10" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L58C13-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L58C13-L59C10" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L64C13-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L64C13-L65C10" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.AddExtension(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L67C61-L67C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L67C61-L67C99" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.AddExtension(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L71C13-L78C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L71C13-L78C29" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.AddFile(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L83C13-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L83C13-L94C10" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L96C47-L96C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L96C47-L96C74" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L98C52-L98C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L98C52-L98C79" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L100C60-L100C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L100C60-L100C92" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L102C62-L102C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L102C62-L102C98" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L106C34-L106C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L106C34-L106C46" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L108C40-L108C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L108C40-L108C44" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L110C44-L110C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L110C44-L110C49" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L179C13-L180C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L179C13-L180C10" }, { "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L104C29-L104C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L104C29-L104C41" }, { "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L106C34-L106C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L106C34-L106C46" }, { "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L108C40-L108C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L108C40-L108C44" }, { "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L110C44-L110C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L110C44-L110C49" }, { "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.TempDir", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L112C34-L112C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L112C34-L112C58" }, { "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.BasePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L118C17-L119C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L118C17-L119C34" }, { "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.KeepFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L169C33-L169C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L169C33-L169C37" } ], "DocsId": "T:System.CodeDom.Compiler.TempFileCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs" }, { "Members": [ { "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L18C9-L21C10" }, { "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.#ctor(System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L23C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L23C9-L31C10" }, { "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.CreateGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L38C61-L38C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L38C61-L38C71" }, { "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.CreateCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L41C59-L41C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L41C59-L41C69" }, { "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.GetConverter(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L44C13-L46C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L44C13-L46C36" }, { "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L49C13-L49C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L49C13-L49C71" }, { "DocsId": "P:Microsoft.VisualBasic.VBCodeProvider.FileExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L33C49-L33C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L33C49-L33C53" }, { "DocsId": "P:Microsoft.VisualBasic.VBCodeProvider.LanguageOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L35C60-L35C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L35C60-L35C91" } ], "DocsId": "T:Microsoft.VisualBasic.VBCodeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L18C9-L21C10" }, { "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.#ctor(System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L23C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L23C9-L31C10" }, { "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.CreateGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L36C61-L36C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L36C61-L36C71" }, { "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.CreateCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L39C59-L39C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L39C59-L39C69" }, { "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.GetConverter(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L42C13-L44C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L42C13-L44C36" }, { "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L47C13-L47C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L47C13-L47C71" }, { "DocsId": "P:Microsoft.CSharp.CSharpCodeProvider.FileExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L33C49-L33C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L33C49-L33C53" } ], "DocsId": "T:Microsoft.CSharp.CSharpCodeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Collections.Immutable.json b/xml/SourceLinkInformation/net-8.0-pp/System.Collections.Immutable.json new file mode 100644 index 00000000000..a88c8112c98 --- /dev/null +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Collections.Immutable.json @@ -0,0 +1,5071 @@ +{ + "Assembly": "System.Collections.Immutable", + "GUID": "37A0EC434B8A5DAEE72546C3E5AD3063FFFFFFFF", + "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", + "Types": [ + { + "Members": [ + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.Select``2(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L26C13-L31C59" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.SelectMany``3(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,System.Collections.Generic.IEnumerable{``1}},System.Func{``0,``1,``2})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L56C13-L75C88" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.Where``1(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,System.Boolean})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L84C13-L89C59" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.Any``1(System.Collections.Immutable.ImmutableArray{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L99C13-L99C46" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.Any``1(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,System.Boolean})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L111C13-L122C26" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.All``1(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,System.Boolean})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L137C13-L148C25" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.SequenceEqual``2(System.Collections.Immutable.ImmutableArray{``1},System.Collections.Immutable.ImmutableArray{``0},System.Collections.Generic.IEqualityComparer{``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L158C13-L180C25" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.SequenceEqual``2(System.Collections.Immutable.ImmutableArray{``1},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L190C13-L212C10" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.SequenceEqual``2(System.Collections.Immutable.ImmutableArray{``1},System.Collections.Immutable.ImmutableArray{``0},System.Func{``1,``1,System.Boolean})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L221C13-L243C25" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.Aggregate``1(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,``0,``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L252C13-L265C27" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.Aggregate``2(System.Collections.Immutable.ImmutableArray{``1},``0,System.Func{``0,``1,``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L275C13-L283C27" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.Aggregate``3(System.Collections.Immutable.ImmutableArray{``2},``0,System.Func{``0,``2,``0},System.Func{``0,``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L298C13-L300C74" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.ElementAt``1(System.Collections.Immutable.ImmutableArray{``0},System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L309C13-L309C42" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.ElementAtOrDefault``1(System.Collections.Immutable.ImmutableArray{``0},System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L318C13-L323C42" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.First``1(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,System.Boolean})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L332C13-L343C50" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.First``1(System.Collections.Immutable.ImmutableArray{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L356C13-L358C59" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.FirstOrDefault``1(System.Collections.Immutable.ImmutableArray{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L368C13-L368C89" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.FirstOrDefault``1(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,System.Boolean})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L377C13-L387C28" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.Last``1(System.Collections.Immutable.ImmutableArray{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L399C13-L401C58" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.Last``1(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,System.Boolean})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L410C13-L421C49" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.LastOrDefault``1(System.Collections.Immutable.ImmutableArray{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L431C13-L432C59" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.LastOrDefault``1(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,System.Boolean})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L441C13-L451C28" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.Single``1(System.Collections.Immutable.ImmutableArray{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L461C13-L462C51" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.Single``1(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,System.Boolean})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L473C13-L496C28" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.SingleOrDefault``1(System.Collections.Immutable.ImmutableArray{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L506C13-L507C61" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.SingleOrDefault``1(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,System.Boolean})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L516C13-L534C27" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.ToDictionary``2(System.Collections.Immutable.ImmutableArray{``1},System.Func{``1,``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L547C13-L547C94" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.ToDictionary``3(System.Collections.Immutable.ImmutableArray{``2},System.Func{``2,``0},System.Func{``2,``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L562C13-L562C111" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.ToDictionary``2(System.Collections.Immutable.ImmutableArray{``1},System.Func{``1,``0},System.Collections.Generic.IEqualityComparer{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L576C13-L584C27" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.ToDictionary``3(System.Collections.Immutable.ImmutableArray{``2},System.Func{``2,``0},System.Func{``2,``1},System.Collections.Generic.IEqualityComparer{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L600C13-L609C27" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.ToArray``1(System.Collections.Immutable.ImmutableArray{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L620C13-L626C54" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.First``1(System.Collections.Immutable.ImmutableArray`1.Builder{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L639C13-L646C31" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.FirstOrDefault``1(System.Collections.Immutable.ImmutableArray`1.Builder{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L654C13-L656C57" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.Last``1(System.Collections.Immutable.ImmutableArray`1.Builder{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L665C13-L672C47" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.LastOrDefault``1(System.Collections.Immutable.ImmutableArray`1.Builder{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L680C13-L682C73" + }, + { + "DocsId": "M:System.Linq.ImmutableArrayExtensions.Any``1(System.Collections.Immutable.ImmutableArray`1.Builder{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L690C13-L692C38" + } + ], + "DocsId": "T:System.Linq.ImmutableArrayExtensions", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Runtime.InteropServices.ImmutableCollectionsMarshal.AsImmutableArray``1(``0[])", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Runtime.InteropServices/ImmutableCollectionsMarshal.cs#L34C13-L34C31" + }, + { + "DocsId": "M:System.Runtime.InteropServices.ImmutableCollectionsMarshal.AsArray``1(System.Collections.Immutable.ImmutableArray{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Runtime.InteropServices/ImmutableCollectionsMarshal.cs#L56C13-L56C32" + }, + { + "DocsId": "M:System.Runtime.InteropServices.ImmutableCollectionsMarshal.AsMemory``1(System.Collections.Immutable.ImmutableArray`1.Builder{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Runtime.InteropServices/ImmutableCollectionsMarshal.cs#L70C13-L70C51" + } + ], + "DocsId": "T:System.Runtime.InteropServices.ImmutableCollectionsMarshal", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Runtime.InteropServices/ImmutableCollectionsMarshal.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.IImmutableDictionary`2.Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableDictionary`2.Add(`0,`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableDictionary`2.AddRange(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableDictionary`2.SetItem(`0,`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableDictionary`2.SetItems(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableDictionary`2.RemoveRange(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableDictionary`2.Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableDictionary`2.Contains(System.Collections.Generic.KeyValuePair{`0,`1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableDictionary`2.TryGetKey(`0,`0@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs" + } + ], + "DocsId": "T:System.Collections.Immutable.IImmutableDictionary`2", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.IImmutableList`1.Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableList`1.IndexOf(`0,System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableList`1.LastIndexOf(`0,System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableList`1.Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableList`1.AddRange(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableList`1.Insert(System.Int32,`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableList`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableList`1.Remove(`0,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableList`1.RemoveAll(System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableList`1.RemoveRange(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableList`1.RemoveRange(System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableList`1.RemoveAt(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableList`1.SetItem(System.Int32,`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableList`1.Replace(`0,`0,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs" + } + ], + "DocsId": "T:System.Collections.Immutable.IImmutableList`1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.IImmutableQueue`1.Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableQueue`1.Peek", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableQueue`1.Enqueue(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableQueue`1.Dequeue", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" + }, + { + "DocsId": "P:System.Collections.Immutable.IImmutableQueue`1.IsEmpty", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" + } + ], + "DocsId": "T:System.Collections.Immutable.IImmutableQueue`1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.Contains(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.TryGetValue(`0,`0@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.Intersect(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.Except(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.SymmetricExcept(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.Union(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.SetEquals(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.IsProperSubsetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.IsProperSupersetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.IsSubsetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.IsSupersetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.Overlaps(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" + } + ], + "DocsId": "T:System.Collections.Immutable.IImmutableSet`1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.IImmutableStack`1.Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableStack`1.Push(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableStack`1.Pop", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.IImmutableStack`1.Peek", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" + }, + { + "DocsId": "P:System.Collections.Immutable.IImmutableStack`1.IsEmpty", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" + } + ], + "DocsId": "T:System.Collections.Immutable.IImmutableStack`1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L86C13-L86C100" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Immutable#IImmutableSet#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L120C13-L120C33" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#ICollection#get_SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L133C19-L133C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#ICollection#get_IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L145C17-L145C29" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.ToBuilder", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L175C13-L175C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L183C13-L184C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L192C13-L193C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.TryGetValue(`0,`0@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L210C13-L218C26" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Union(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L226C13-L228C64" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Intersect(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L244C13-L247C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Except(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L255C13-L258C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.SymmetricExcept(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L268C13-L271C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.SetEquals(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L281C13-L288C50" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.IsProperSubsetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L298C13-L300C57" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.IsProperSupersetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L310C13-L312C59" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.IsSubsetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L322C13-L324C51" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.IsSupersetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L334C13-L336C53" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Overlaps(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L346C13-L348C49" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Immutable#IImmutableSet#Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L360C13-L360C35" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Immutable#IImmutableSet#Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L368C13-L368C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Immutable#IImmutableSet#Union(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L376C13-L376C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Immutable#IImmutableSet#Intersect(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L384C13-L384C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Immutable#IImmutableSet#Except(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L392C13-L392C39" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Immutable#IImmutableSet#SymmetricExcept(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L402C13-L402C48" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Contains(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L410C13-L410C48" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.WithComparer(System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L418C13-L429C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#ISet#Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L442C13-L442C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#ISet#ExceptWith(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L450C13-L450C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#ISet#IntersectWith(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L458C13-L458C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#ISet#SymmetricExceptWith(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L466C13-L466C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#ISet#UnionWith(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L474C13-L474C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#ICollection#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L486C19-L486C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#ICollection#CopyTo(`0[],System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L494C13-L502C10" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#ICollection#Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L509C13-L509C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#ICollection#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L517C13-L517C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#ICollection#Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L525C13-L525C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L539C13-L547C10" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L561C13-L561C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L569C13-L571C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L586C13-L586C41" + }, + { + "DocsId": "F:System.Collections.Immutable.ImmutableHashSet`1.Empty", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/Validation/Requires.cs" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableHashSet`1.Count", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L94C19-L94C33" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableHashSet`1.IsEmpty", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L102C19-L102C42" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableHashSet`1.KeyComparer", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L110C19-L110C44" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#ICollection#SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L133C19-L133C31" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#ICollection#IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L145C17-L145C29" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#ICollection#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L486C19-L486C31" + }, + { + "DocsId": "T:System.Collections.Immutable.ImmutableHashSet`1.Builder", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs" + }, + { + "DocsId": "T:System.Collections.Immutable.ImmutableHashSet`1.Enumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableHashSet`1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/Validation/Requires.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.System#Collections#Generic#ICollection#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L94C23-L94C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L181C17-L181C52" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.ToImmutable", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L197C17-L197C98" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.TryGetValue(`0,`0@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L208C17-L215C30" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L229C17-L231C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L244C17-L246C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.Contains(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L258C17-L258C72" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L267C17-L269C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.ExceptWith(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L277C17-L279C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.IntersectWith(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L287C17-L289C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.IsProperSubsetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L298C17-L298C81" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.IsProperSupersetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L308C17-L308C83" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.IsSubsetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L318C17-L318C75" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.IsSupersetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L328C17-L328C77" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.Overlaps(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L338C17-L338C73" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.SetEquals(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L348C17-L353C74" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.SymmetricExceptWith(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L362C17-L364C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.UnionWith(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L372C17-L374C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.System#Collections#Generic#ICollection#Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L387C17-L388C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.System#Collections#Generic#ICollection#CopyTo(`0[],System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L395C17-L403C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.System#Collections#Generic#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L417C17-L417C45" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.System#Collections#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L428C17-L428C45" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableHashSet`1.Builder.Count", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L85C23-L85C37" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableHashSet`1.Builder.System#Collections#Generic#ICollection#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L94C23-L94C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableHashSet`1.Builder.KeyComparer", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L109C21-L109C46" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableHashSet`1.Builder", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Enumerator.System#Collections#IEnumerator#get_Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs#L68C23-L68C43" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Enumerator.MoveNext", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs#L80C17-L93C30" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Enumerator.Reset", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs#L102C17-L108C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Enumerator.Dispose", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs#L115C17-L117C14" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableHashSet`1.Enumerator.Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs#L58C21-L59C54" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableHashSet`1.Enumerator.System#Collections#IEnumerator#Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs#L68C23-L68C43" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableHashSet`1.Enumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.Create``1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L28C13-L28C44" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.Create``1(``0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L39C13-L40C49" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.Create``1(``0,``0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L52C13-L53C49" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.Create``1(``0,``0,``0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L66C13-L67C49" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.Create``1(``0,``0,``0,``0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L81C13-L82C49" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.Create``1(System.ReadOnlySpan{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L93C13-L99C49" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.Create``1(System.Span{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L111C13-L111C51" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.ToImmutableArray``1(System.ReadOnlySpan{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L122C13-L122C34" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.ToImmutableArray``1(System.Span{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L134C13-L134C51" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.CreateRange``1(System.Collections.Generic.IEnumerable{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L145C13-L179C63" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.Create``1(``0[])", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L191C13-L202C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.Create``1(``0[],System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L217C13-L233C49" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.Create``1(System.Collections.Immutable.ImmutableArray{``0},System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L249C13-L264C49" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.CreateRange``2(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L279C13-L294C55" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.CreateRange``2(System.Collections.Immutable.ImmutableArray{``0},System.Int32,System.Int32,System.Func{``0,``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L311C13-L328C55" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.CreateRange``3(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,``1,``2},``1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L347C13-L362C55" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.CreateRange``3(System.Collections.Immutable.ImmutableArray{``0},System.Int32,System.Int32,System.Func{``0,``1,``2},``1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L383C13-L400C55" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.CreateBuilder``1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L410C13-L410C44" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.CreateBuilder``1(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L421C13-L421C67" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.ToImmutableArray``1(System.Collections.Generic.IEnumerable{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L432C13-L437C39" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.ToImmutableArray``1(System.Collections.Immutable.ImmutableArray`1.Builder{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L447C13-L449C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.BinarySearch``1(System.Collections.Immutable.ImmutableArray{``0},``0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L475C13-L475C63" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.BinarySearch``1(System.Collections.Immutable.ImmutableArray{``0},``0,System.Collections.Generic.IComparer{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L505C13-L505C73" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.BinarySearch``1(System.Collections.Immutable.ImmutableArray{``0},System.Int32,System.Int32,``0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L539C13-L539C78" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray.BinarySearch``1(System.Collections.Immutable.ImmutableArray{``0},System.Int32,System.Int32,``0,System.Collections.Generic.IComparer{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L579C13-L579C88" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableArray", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#IList#get_Item(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L28C17-L30C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#IList#set_Item(System.Int32,`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L32C19-L32C53" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#ICollection#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L44C19-L44C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#ICollection#get_Count", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L56C17-L58C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#IReadOnlyCollection#get_Count", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L71C17-L73C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#IReadOnlyList#get_Item(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L89C17-L91C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AsSpan", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L99C44-L99C70" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AsMemory", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L105C48-L105C76" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.IndexOf(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L114C13-L115C84" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.IndexOf(`0,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L127C13-L128C95" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.IndexOf(`0,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L139C13-L140C106" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.IndexOf(`0,System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L152C13-L152C87" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.IndexOf(`0,System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L168C13-L194C27" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.LastIndexOf(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L205C13-L211C102" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.LastIndexOf(`0,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L222C13-L228C100" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.LastIndexOf(`0,System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L240C13-L240C91" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.LastIndexOf(`0,System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L253C13-L279C27" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Contains(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L290C13-L290C44" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Contains(`0,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L304C13-L304C62" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Insert(System.Int32,`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L315C13-L336C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L347C13-L389C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.InsertRange(System.Int32,System.Collections.Immutable.ImmutableArray{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L400C13-L414C72" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L424C13-L430C51" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AddRange(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L440C13-L441C57" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AddRange(`0[],System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L452C13-L470C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AddRange``1(``0[])", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L481C13-L494C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AddRange(System.Collections.Immutable.ImmutableArray{`0},System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L505C13-L514C29" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AddRange``1(System.Collections.Immutable.ImmutableArray{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L526C13-L533C29" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AddRange(System.Collections.Immutable.ImmutableArray{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L544C13-L545C57" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.SetItem(System.Int32,`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L556C13-L563C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Replace(`0,`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L575C13-L575C82" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Replace(`0,`0,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L591C13-L598C50" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L609C13-L609C67" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Remove(`0,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L624C13-L629C40" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.RemoveAt(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L639C13-L639C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.RemoveRange(System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L650C13-L663C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.RemoveRange(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L675C13-L675C73" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.RemoveRange(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L691C13-L705C56" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.RemoveRange(System.Collections.Immutable.ImmutableArray{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L717C13-L717C73" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.RemoveRange(System.Collections.Immutable.ImmutableArray{`0},System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L732C13-L734C66" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.RemoveAll(System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L750C13-L772C22" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L780C13-L780C26" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Sort", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L788C13-L789C67" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Sort(System.Comparison{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L803C13-L806C62" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Sort(System.Collections.Generic.IComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L815C13-L816C56" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L827C13-L857C25" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.OfType``1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L869C13-L875C49" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AddRange(System.ReadOnlySpan{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L885C13-L886C57" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AddRange(`0[])", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L896C13-L897C57" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AsSpan(System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L906C65-L906C106" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.CopyTo(System.Span{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L914C13-L919C10" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.InsertRange(System.Int32,`0[])", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L929C13-L943C63" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.InsertRange(System.Int32,System.ReadOnlySpan{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L954C13-L967C63" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.RemoveRange(System.ReadOnlySpan{`0},System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L982C13-L1005C56" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.RemoveRange(`0[],System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1020C13-L1025C83" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Slice(System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1036C13-L1038C63" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#IList#Insert(System.Int32,`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1045C13-L1045C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#IList#RemoveAt(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1050C13-L1050C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#ICollection#Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1055C13-L1055C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#ICollection#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1060C13-L1060C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#ICollection#Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1065C13-L1065C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1073C13-L1075C33" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1083C13-L1085C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#AddRange(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1093C13-L1095C41" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#Insert(System.Int32,`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1103C13-L1105C48" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1113C13-L1115C51" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#Remove(`0,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1123C13-L1125C57" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#RemoveAll(System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1133C13-L1135C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#RemoveRange(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1143C13-L1145C62" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#RemoveRange(System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1153C13-L1155C51" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#RemoveAt(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1163C13-L1165C41" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#SetItem(System.Int32,`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1173C13-L1175C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#Replace(`0,`0,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1183C13-L1185C71" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#Add(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1198C13-L1198C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1207C13-L1207C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#Contains(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1226C13-L1232C26" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#IndexOf(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1244C13-L1250C23" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#Insert(System.Int32,System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1261C13-L1261C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#get_IsFixedSize", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1273C19-L1273C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1285C19-L1285C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#ICollection#get_Count", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1297C17-L1299C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#ICollection#get_IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1312C17-L1312C29" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#ICollection#get_SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1322C19-L1322C53" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#Remove(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1332C13-L1332C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#RemoveAt(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1342C13-L1342C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#get_Item(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1359C17-L1361C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#set_Item(System.Int32,System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1363C19-L1363C53" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1373C13-L1376C10" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1386C13-L1406C54" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IStructuralEquatable#GetHashCode(System.Collections.IEqualityComparer)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1416C13-L1418C83" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1436C13-L1466C81" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AsSpan(System.Range)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.netcoreapp.cs#L17C13-L21C67" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.op_Equality(System.Collections.Immutable.ImmutableArray{`0},System.Collections.Immutable.ImmutableArray{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L77C13-L77C39" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.op_Inequality(System.Collections.Immutable.ImmutableArray{`0},System.Collections.Immutable.ImmutableArray{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L89C13-L89C40" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.op_Equality(System.Nullable{System.Collections.Immutable.ImmutableArray{`0}},System.Nullable{System.Collections.Immutable.ImmutableArray{`0}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L100C13-L100C79" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.op_Inequality(System.Nullable{System.Collections.Immutable.ImmutableArray{`0}},System.Nullable{System.Collections.Immutable.ImmutableArray{`0}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L111C13-L111C80" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.ItemRef(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L147C13-L147C43" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableArray#get_Array", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L206C19-L206C37" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.CopyTo(`0[])", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L228C13-L231C10" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.CopyTo(`0[],System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L240C13-L243C10" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.CopyTo(System.Int32,`0[],System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L254C13-L257C10" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.ToBuilder", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L265C13-L273C28" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L283C13-L285C48" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.GetHashCode", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L296C13-L297C70" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Equals(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L309C13-L309C78" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Equals(System.Collections.Immutable.ImmutableArray{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L322C13-L322C46" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.CastUp``1(System.Collections.Immutable.ImmutableArray{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L341C13-L341C55" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.CastArray``1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L355C13-L355C73" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.As``1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L379C13-L379C73" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L389C13-L391C57" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L401C13-L403C57" + }, + { + "DocsId": "F:System.Collections.Immutable.ImmutableArray`1.Empty", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#IList#Item(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L28C17-L30C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#ICollection#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L44C19-L44C31" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#ICollection#Count", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L56C17-L58C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#IReadOnlyCollection#Count", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L71C17-L73C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#IReadOnlyList#Item(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L89C17-L91C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#IsFixedSize", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1273C19-L1273C31" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1285C19-L1285C31" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#ICollection#Count", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1297C17-L1299C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#ICollection#IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1312C17-L1312C29" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#ICollection#SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1322C19-L1322C53" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#Item(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1359C17-L1361C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.Item(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L131C17-L131C43" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.IsEmpty", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L157C19-L157C50" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.Length", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L174C17-L174C43" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.IsDefault", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L184C19-L184C45" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.IsDefaultOrEmpty", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L195C17-L196C69" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableArray#Array", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L206C19-L206C37" + }, + { + "DocsId": "T:System.Collections.Immutable.ImmutableArray`1.Builder", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs" + }, + { + "DocsId": "T:System.Collections.Immutable.ImmutableArray`1.Enumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Enumerator.cs" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableArray`1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.ItemRef(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L170C17-L175C50" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.System#Collections#Generic#ICollection#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L185C23-L185C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.ToImmutable", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L194C17-L194C62" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.MoveToImmutable", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L205C17-L213C52" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.DrainToImmutable", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L227C17-L237C54" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L245C17-L246C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Insert(System.Int32,`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L255C17-L265C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L274C17-L294C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.InsertRange(System.Int32,System.Collections.Immutable.ImmutableArray{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L303C17-L320C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L328C17-L332C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.AddRange(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L340C17-L358C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.AddRange(`0[])", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L366C17-L372C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.AddRange``1(``0[])", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L381C17-L387C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.AddRange(`0[],System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L396C17-L403C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.AddRange(System.Collections.Immutable.ImmutableArray{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L411C17-L412C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.AddRange(System.Collections.Immutable.ImmutableArray{`0},System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L421C17-L427C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.AddRange(System.ReadOnlySpan{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L435C17-L439C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.AddRange``1(System.ReadOnlySpan{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L448C17-L456C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.AddRange``1(System.Collections.Immutable.ImmutableArray{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L465C17-L469C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.AddRange(System.Collections.Immutable.ImmutableArray`1.Builder{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L477C17-L479C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.AddRange``1(System.Collections.Immutable.ImmutableArray`1.Builder{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L488C17-L490C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L500C17-L507C30" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Remove(`0,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L522C17-L530C30" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.RemoveAll(System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L543C17-L557C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.RemoveAt(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L565C17-L573C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.RemoveRange(System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L582C17-L603C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.RemoveRange(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L611C17-L612C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.RemoveRange(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L624C17-L637C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Replace(`0,`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L646C17-L647C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Replace(`0,`0,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L660C17-L666C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Contains(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L677C17-L677C48" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.ToArray", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L685C17-L692C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.CopyTo(`0[],System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L702C17-L705C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.CopyTo(`0[])", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L713C17-L715C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.CopyTo(System.Int32,`0[],System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L726C17-L731C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.IndexOf(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L755C17-L755C83" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.IndexOf(`0,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L766C17-L766C109" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.IndexOf(`0,System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L778C17-L778C91" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.IndexOf(`0,System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L794C17-L817C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.IndexOf(`0,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L833C17-L833C98" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.LastIndexOf(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L843C17-L848C104" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.LastIndexOf(`0,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L859C17-L866C104" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.LastIndexOf(`0,System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L878C17-L878C95" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.LastIndexOf(`0,System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L891C17-L914C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Reverse", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L924C17-L940C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Sort", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L947C17-L951C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Sort(System.Comparison{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L963C17-L979C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Sort(System.Collections.Generic.IComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L987C17-L991C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L1003C17-L1010C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.CopyTo(System.Span{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L1018C17-L1020C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.System#Collections#Generic#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L1040C17-L1040C45" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.System#Collections#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L1049C17-L1049C45" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.Builder.Capacity", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L55C23-L55C47" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.Builder.Count", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L94C21-L94C35" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.Builder.Item(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L142C21-L147C45" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.Builder.System#Collections#Generic#ICollection#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L185C23-L185C36" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableArray`1.Builder", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Enumerator.MoveNext", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Enumerator.cs#L64C17-L64C49" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.Enumerator.Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Enumerator.cs#L54C21-L54C43" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableArray`1.Enumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Enumerator.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.Create``2", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L23C13-L23C60" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.Create``2(System.Collections.Generic.IEqualityComparer{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L37C13-L37C87" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.Create``2(System.Collections.Generic.IEqualityComparer{``0},System.Collections.Generic.IEqualityComparer{``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L52C13-L52C102" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.CreateRange``2(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L64C13-L64C76" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.CreateRange``2(System.Collections.Generic.IEqualityComparer{``0},System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L77C13-L77C103" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.CreateRange``2(System.Collections.Generic.IEqualityComparer{``0},System.Collections.Generic.IEqualityComparer{``1},System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L91C13-L91C118" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.CreateBuilder``2", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L102C13-L102C55" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.CreateBuilder``2(System.Collections.Generic.IEqualityComparer{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L114C13-L114C66" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.CreateBuilder``2(System.Collections.Generic.IEqualityComparer{``0},System.Collections.Generic.IEqualityComparer{``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L127C13-L127C81" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.ToImmutableDictionary``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1},System.Collections.Generic.IEqualityComparer{``2})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L144C13-L149C133" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.ToImmutableDictionary``2(System.Collections.Immutable.ImmutableDictionary`2.Builder{``0,``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L159C13-L161C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.ToImmutableDictionary``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L177C13-L177C99" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.ToImmutableDictionary``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L190C13-L190C83" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.ToImmutableDictionary``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L204C13-L204C90" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.ToImmutableDictionary``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L219C13-L219C92" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.ToImmutableDictionary``2(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}},System.Collections.Generic.IEqualityComparer{``0},System.Collections.Generic.IEqualityComparer{``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L233C13-L240C119" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.ToImmutableDictionary``2(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}},System.Collections.Generic.IEqualityComparer{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L253C13-L253C69" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.ToImmutableDictionary``2(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L265C13-L265C62" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.Contains``2(System.Collections.Immutable.IImmutableDictionary{``0,``1},``0,``1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L281C13-L283C77" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.GetValueOrDefault``2(System.Collections.Immutable.IImmutableDictionary{``0,``1},``0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L294C13-L294C73" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.GetValueOrDefault``2(System.Collections.Immutable.IImmutableDictionary{``0,``1},``0,``1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L310C13-L319C33" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableDictionary", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L125C13-L125C73" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Immutable#IImmutableDictionary#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L206C13-L206C33" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#IDictionary#get_Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L218C19-L218C73" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#IDictionary#get_Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L226C19-L226C75" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#IDictionary#get_Item(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L263C19-L263C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#IDictionary#set_Item(`0,`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L264C19-L264C53" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#ICollection>#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L271C19-L271C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.ToBuilder", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L292C13-L292C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Add(`0,`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L300C13-L303C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.AddRange(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L311C13-L313C48" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.SetItem(`0,`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L321C13-L324C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.SetItems(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L334C13-L337C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L345C13-L348C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.RemoveRange(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L356C13-L376C43" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.ContainsKey(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L388C13-L389C50" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Contains(System.Collections.Generic.KeyValuePair{`0,`1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L401C13-L401C48" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.TryGetValue(`0,`1@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L409C13-L410C62" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.TryGetKey(`0,`0@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L418C13-L419C68" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.WithComparers(System.Collections.Generic.IEqualityComparer{`0},System.Collections.Generic.IEqualityComparer{`1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L427C13-L450C28" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.WithComparers(System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L459C13-L459C78" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.ContainsValue(`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L476C57-L484C10" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L494C13-L494C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Immutable#IImmutableDictionary#Add(`0,`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L506C13-L506C41" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Immutable#IImmutableDictionary#SetItem(`0,`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L514C13-L514C45" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Immutable#IImmutableDictionary#SetItems(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L524C13-L524C41" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Immutable#IImmutableDictionary#AddRange(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L532C13-L532C41" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Immutable#IImmutableDictionary#RemoveRange(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L540C13-L540C43" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Immutable#IImmutableDictionary#Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L548C13-L548C37" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#IDictionary#Add(`0,`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L570C13-L570C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#IDictionary#Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L587C13-L587C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#ICollection>#Add(System.Collections.Generic.KeyValuePair{`0,`1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L596C13-L596C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#ICollection>#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L601C13-L601C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#ICollection>#Remove(System.Collections.Generic.KeyValuePair{`0,`1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L606C13-L606C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#ICollection>#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L611C13-L619C10" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#get_IsFixedSize", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L631C19-L631C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L641C19-L641C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#get_Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L652C19-L652C73" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#get_Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L663C19-L663C75" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#Add(System.Object,System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L685C13-L685C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#Contains(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L697C13-L697C48" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L708C13-L708C81" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#Remove(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L717C13-L717C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#get_Item(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L727C19-L727C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#set_Item(System.Object,System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L728C19-L728C53" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L737C13-L737C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L751C13-L759C10" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#ICollection#get_SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L772C19-L772C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#ICollection#get_IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L785C17-L785C29" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#IEnumerable>#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L801C13-L803C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L818C13-L818C41" + }, + { + "DocsId": "F:System.Collections.Immutable.ImmutableDictionary`2.Empty", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Count", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L133C19-L133C33" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.IsEmpty", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L144C19-L144C42" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.KeyComparer", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L152C19-L152C49" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.ValueComparer", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L160C19-L160C51" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#IDictionary#Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L218C19-L218C73" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#IDictionary#Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L226C19-L226C75" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Item(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L246C17-L254C30" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#IDictionary#Item(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L263C19-L263C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#ICollection>#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L271C19-L271C31" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#IsFixedSize", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L631C19-L631C31" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L641C19-L641C31" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L652C19-L652C73" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L663C19-L663C75" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#Item(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L727C19-L727C42" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#ICollection#SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L772C19-L772C31" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#ICollection#IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L785C17-L785C29" + }, + { + "DocsId": "T:System.Collections.Immutable.ImmutableDictionary`2.Builder", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs" + }, + { + "DocsId": "T:System.Collections.Immutable.ImmutableDictionary`2.Enumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableDictionary`2", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#Generic#ICollection>#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L151C23-L151C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#Generic#IDictionary#get_Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L174C23-L174C60" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#Generic#IDictionary#get_Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L197C23-L197C62" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#get_IsFixedSize", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L210C23-L210C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L220C23-L220C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#get_Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L231C23-L231C60" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#get_Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L242C23-L242C62" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#ICollection#get_SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L258C21-L263C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#ICollection#get_IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L274C23-L274C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#Add(System.Object,System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L288C17-L289C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#Contains(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L300C17-L300C52" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L311C17-L311C85" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#Remove(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L320C17-L321C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#get_Item(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L330C23-L330C46" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#set_Item(System.Object,System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L331C23-L331C58" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L345C17-L353C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.AddRange(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L435C17-L437C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.RemoveRange(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L445C17-L451C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L461C17-L461C52" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.GetValueOrDefault(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L471C17-L471C70" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.GetValueOrDefault(`0,`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L484C17-L492C37" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.ToImmutable", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L508C17-L508C105" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.Add(`0,`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L525C17-L527C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.ContainsKey(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L539C17-L539C88" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.ContainsValue(`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L556C61-L564C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L578C17-L579C43" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.TryGetValue(`0,`1@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L593C17-L593C100" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.TryGetKey(`0,`0@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L601C17-L601C106" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.Add(System.Collections.Generic.KeyValuePair{`0,`1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L611C17-L612C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L620C17-L622C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.Contains(System.Collections.Generic.KeyValuePair{`0,`1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L633C17-L633C86" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#Generic#ICollection>#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L641C17-L647C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.Remove(System.Collections.Generic.KeyValuePair{`0,`1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L664C17-L669C30" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#Generic#IEnumerable>#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L684C17-L684C45" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L695C17-L695C45" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.KeyComparer", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L87C21-L87C51" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.ValueComparer", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L117C21-L117C53" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.Count", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L142C23-L142C37" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#Generic#ICollection>#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L151C23-L151C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#Generic#IDictionary#Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L174C23-L174C60" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#Generic#IDictionary#Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L197C23-L197C62" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#IsFixedSize", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L210C23-L210C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L220C23-L220C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L231C23-L231C60" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L242C23-L242C62" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#ICollection#SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L258C21-L263C38" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#ICollection#IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L274C23-L274C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#Item(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L330C23-L330C46" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.Item(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L412C21-L417C34" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableDictionary`2.Builder", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Enumerator.System#Collections#IEnumerator#get_Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs#L68C23-L68C43" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Enumerator.MoveNext", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs#L80C17-L93C30" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Enumerator.Reset", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs#L102C17-L108C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Enumerator.Dispose", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs#L115C17-L117C14" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Enumerator.Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs#L58C21-L59C54" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Enumerator.System#Collections#IEnumerator#Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs#L68C23-L68C43" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableDictionary`2.Enumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.Create``1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L20C13-L20C46" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.Create``1(System.Collections.Generic.IEqualityComparer{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L33C13-L33C77" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.Create``1(``0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L44C13-L44C56" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.Create``1(System.Collections.Generic.IEqualityComparer{``0},``0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L56C13-L56C87" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.CreateRange``1(System.Collections.Generic.IEnumerable{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L67C13-L67C59" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.CreateRange``1(System.Collections.Generic.IEqualityComparer{``0},System.Collections.Generic.IEnumerable{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L79C13-L79C90" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.Create``1(``0[])", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L90C13-L92C51" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.Create``1(System.ReadOnlySpan{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L103C13-L103C59" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.Create``1(System.Collections.Generic.IEqualityComparer{``0},``0[])", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L115C13-L117C69" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.Create``1(System.Collections.Generic.IEqualityComparer{``0},System.ReadOnlySpan{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L129C13-L129C90" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.CreateBuilder``1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L139C13-L139C44" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.CreateBuilder``1(System.Collections.Generic.IEqualityComparer{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L152C13-L152C60" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.ToImmutableHashSet``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L164C13-L169C97" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.ToImmutableHashSet``1(System.Collections.Immutable.ImmutableHashSet`1.Builder{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L179C13-L181C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.ToImmutableHashSet``1(System.Collections.Generic.IEnumerable{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L193C13-L193C53" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableHashSet", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.Update``1(``0@,System.Func{``0,``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L36C13-L55C25" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.Update``2(``0@,System.Func{``0,``1,``0},``1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L83C13-L102C25" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.Update``1(System.Collections.Immutable.ImmutableArray{``0}@,System.Func{System.Collections.Immutable.ImmutableArray{``0},System.Collections.Immutable.ImmutableArray{``0}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L125C13-L144C25" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.Update``2(System.Collections.Immutable.ImmutableArray{``0}@,System.Func{System.Collections.Immutable.ImmutableArray{``0},``1,System.Collections.Immutable.ImmutableArray{``0}},``1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L172C13-L191C25" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.InterlockedExchange``1(System.Collections.Immutable.ImmutableArray{``0}@,System.Collections.Immutable.ImmutableArray{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L205C13-L205C114" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.InterlockedCompareExchange``1(System.Collections.Immutable.ImmutableArray{``0}@,System.Collections.Immutable.ImmutableArray{``0},System.Collections.Immutable.ImmutableArray{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L219C13-L219C138" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.InterlockedInitialize``1(System.Collections.Immutable.ImmutableArray{``0}@,System.Collections.Immutable.ImmutableArray{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L232C13-L232C106" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.GetOrAdd``3(System.Collections.Immutable.ImmutableDictionary{``0,``1}@,``0,System.Func{``0,``2,``1},``2)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L256C13-L268C55" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.GetOrAdd``2(System.Collections.Immutable.ImmutableDictionary{``0,``1}@,``0,System.Func{``0,``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L285C13-L297C55" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.GetOrAdd``2(System.Collections.Immutable.ImmutableDictionary{``0,``1}@,``0,``1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L311C13-L331C26" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.AddOrUpdate``2(System.Collections.Immutable.ImmutableDictionary{``0,``1}@,``0,System.Func{``0,``1},System.Func{``0,``1,``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L346C13-L379C29" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.AddOrUpdate``2(System.Collections.Immutable.ImmutableDictionary{``0,``1}@,``0,``1,System.Func{``0,``1,``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L394C13-L426C29" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.TryAdd``2(System.Collections.Immutable.ImmutableDictionary{``0,``1}@,``0,``1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L440C13-L457C25" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.TryUpdate``2(System.Collections.Immutable.ImmutableDictionary{``0,``1}@,``0,``1,``1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L472C13-L492C25" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.TryRemove``2(System.Collections.Immutable.ImmutableDictionary{``0,``1}@,``0,``1@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L506C13-L523C25" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.TryPop``1(System.Collections.Immutable.ImmutableStack{``0}@,``0@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L539C13-L557C25" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.Push``1(System.Collections.Immutable.ImmutableStack{``0}@,``0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L568C13-L579C10" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.TryDequeue``1(System.Collections.Immutable.ImmutableQueue{``0}@,``0@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L594C13-L612C25" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.Enqueue``1(System.Collections.Immutable.ImmutableQueue{``0}@,``0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L623C13-L634C10" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableInterlocked", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableList.Create``1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L18C55-L18C77" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList.Create``1(``0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L26C61-L26C93" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList.CreateRange``1(System.Collections.Generic.IEnumerable{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L34C80-L34C118" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList.Create``1(``0[])", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L44C13-L46C51" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList.Create``1(System.ReadOnlySpan{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L55C83-L55C121" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList.CreateBuilder``1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L62C70-L62C93" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList.ToImmutableList``1(System.Collections.Generic.IEnumerable{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L72C13-L77C66" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList.ToImmutableList``1(System.Collections.Immutable.ImmutableList`1.Builder{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L87C13-L89C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList.Replace``1(System.Collections.Immutable.IImmutableList{``0},``0,``0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L102C13-L103C82" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList.Remove``1(System.Collections.Immutable.IImmutableList{``0},``0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L114C13-L115C68" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList.RemoveRange``1(System.Collections.Immutable.IImmutableList{``0},System.Collections.Generic.IEnumerable{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L128C13-L129C73" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList.IndexOf``1(System.Collections.Immutable.IImmutableList{``0},``0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L148C13-L149C83" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList.IndexOf``1(System.Collections.Immutable.IImmutableList{``0},``0,System.Collections.Generic.IEqualityComparer{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L169C13-L170C72" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList.IndexOf``1(System.Collections.Immutable.IImmutableList{``0},``0,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L194C13-L195C105" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList.IndexOf``1(System.Collections.Immutable.IImmutableList{``0},``0,System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L222C13-L223C87" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList.LastIndexOf``1(System.Collections.Immutable.IImmutableList{``0},``0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L241C13-L249C100" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList.LastIndexOf``1(System.Collections.Immutable.IImmutableList{``0},``0,System.Collections.Generic.IEqualityComparer{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L268C13-L276C89" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList.LastIndexOf``1(System.Collections.Immutable.IImmutableList{``0},``0,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L299C13-L306C100" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList.LastIndexOf``1(System.Collections.Immutable.IImmutableList{``0},``0,System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L332C13-L333C91" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableList", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L51C44-L51C49" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.BinarySearch(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L69C44-L69C73" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.BinarySearch(`0,System.Collections.Generic.IComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L91C68-L91C116" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.BinarySearch(System.Int32,System.Int32,`0,System.Collections.Generic.IComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L124C90-L124C138" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L137C56-L137C68" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#ICollection#get_SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L152C40-L152C44" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#ICollection#get_IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L161C44-L161C48" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.ItemRef(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L181C57-L181C77" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.ToBuilder", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L201C13-L201C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L209C13-L210C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.AddRange(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L218C13-L228C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Insert(System.Int32,`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L261C13-L262C57" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L270C13-L275C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L281C52-L281C99" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Remove(`0,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L288C13-L289C60" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.RemoveRange(System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L300C13-L310C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.RemoveRange(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L320C70-L320C122" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.RemoveRange(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L335C13-L355C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.RemoveAt(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L363C13-L365C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.RemoveAll(System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L381C13-L383C54" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.SetItem(System.Int32,`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L389C64-L389C104" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Replace(`0,`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L394C68-L394C129" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Replace(`0,`0,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L401C13-L407C50" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Reverse", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L414C46-L414C72" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Reverse(System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L422C66-L422C104" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Sort", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L428C43-L428C66" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Sort(System.Comparison{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L441C13-L442C54" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Sort(System.Collections.Generic.IComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L454C65-L454C96" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L473C13-L477C66" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.ForEach(System.Action{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L490C13-L496C10" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.CopyTo(`0[])", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L507C42-L507C61" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.CopyTo(`0[],System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L521C58-L521C89" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.CopyTo(System.Int32,`0[],System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L539C80-L539C125" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.GetRange(System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L556C13-L559C73" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.ConvertAll``1(System.Func{`0,``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L579C13-L580C81" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Exists(System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L596C51-L596C70" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Find(System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L610C47-L610C64" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.FindAll(System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L625C64-L625C84" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.FindIndex(System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L640C53-L640C75" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.FindIndex(System.Int32,System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L654C69-L654C103" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.FindIndex(System.Int32,System.Int32,System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L669C80-L669C121" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.FindLast(System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L683C51-L683C72" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.FindLastIndex(System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L698C57-L698C83" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.FindLastIndex(System.Int32,System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L713C73-L713C111" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.FindLastIndex(System.Int32,System.Int32,System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L731C84-L731C129" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.IndexOf(`0,System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L757C101-L757C152" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.LastIndexOf(`0,System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L779C105-L779C160" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.TrueForAll(System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L794C55-L794C78" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Contains(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L803C42-L803C92" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.IndexOf(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L808C40-L808C88" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L813C61-L813C76" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#AddRange(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L818C79-L818C99" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#Insert(System.Int32,`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L826C74-L826C98" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L836C13-L836C51" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#Remove(`0,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L842C104-L842C140" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#RemoveAll(System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L847C78-L847C99" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#RemoveRange(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L852C122-L852C163" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#RemoveRange(System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L857C82-L857C112" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#RemoveAt(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L864C68-L864C88" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#SetItem(System.Int32,`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L872C76-L872C102" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#Replace(`0,`0,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L885C120-L885C170" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Generic#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L899C13-L901C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L914C90-L914C110" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Generic#IList#Insert(System.Int32,`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L926C52-L926C85" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Generic#IList#RemoveAt(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L933C46-L933C79" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Generic#IList#get_Item(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L942C20-L942C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Generic#IList#set_Item(System.Int32,`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L943C20-L943C53" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Generic#ICollection#Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L955C44-L955C77" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Generic#ICollection#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L961C40-L961C73" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Generic#ICollection#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L968C43-L968C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Generic#ICollection#Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L976C47-L976C80" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L985C84-L985C115" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#Add(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L999C41-L999C74" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#RemoveAt(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1006C43-L1006C76" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1012C31-L1012C64" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#Contains(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1021C47-L1021C100" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#IndexOf(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1030C45-L1030C101" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#Insert(System.Int32,System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1038C56-L1038C89" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#get_IsFixedSize", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1044C35-L1044C39" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1051C34-L1051C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#Remove(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1058C45-L1058C78" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#get_Item(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1072C20-L1072C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#set_Item(System.Int32,System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1073C20-L1073C53" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1091C46-L1091C67" + }, + { + "DocsId": "F:System.Collections.Immutable.ImmutableList`1.Empty", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableList`1.IsEmpty", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L132C32-L132C45" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Count", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L142C29-L142C40" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableList`1.System#Collections#ICollection#SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L152C40-L152C44" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableList`1.System#Collections#ICollection#IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L161C44-L161C48" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Item(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L173C37-L173C57" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableList`1.System#Collections#Generic#IList#Item(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L942C20-L942C31" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableList`1.System#Collections#Generic#ICollection#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L968C43-L968C47" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#IsFixedSize", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1044C35-L1044C39" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1051C34-L1051C38" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#Item(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1072C20-L1072C31" + }, + { + "DocsId": "T:System.Collections.Immutable.ImmutableList`1.Builder", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs" + }, + { + "DocsId": "T:System.Collections.Immutable.ImmutableList`1.Enumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableList`1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#Generic#ICollection#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L81C23-L81C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.ItemRef(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L147C17-L147C53" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.IndexOf(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L159C17-L159C77" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Insert(System.Int32,`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L167C17-L168C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.RemoveAt(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L175C17-L176C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L183C17-L184C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L191C17-L192C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Contains(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L199C17-L199C48" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L207C17-L214C29" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L225C17-L225C54" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#Generic#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L236C17-L236C45" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L247C17-L247C45" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.ForEach(System.Action{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L260C17-L266C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.CopyTo(`0[])", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L277C46-L277C65" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.CopyTo(`0[],System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L291C62-L291C93" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.CopyTo(System.Int32,`0[],System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L309C84-L309C129" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.GetRange(System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L326C17-L329C93" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.ConvertAll``1(System.Func{`0,``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L349C17-L350C85" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Exists(System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L366C55-L366C74" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Find(System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L380C51-L380C68" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.FindAll(System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L395C68-L395C88" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.FindIndex(System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L410C57-L410C79" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.FindIndex(System.Int32,System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L424C73-L424C107" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.FindIndex(System.Int32,System.Int32,System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L439C84-L439C125" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.FindLast(System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L453C55-L453C76" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.FindLastIndex(System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L468C61-L468C87" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.FindLastIndex(System.Int32,System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L483C77-L483C115" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.FindLastIndex(System.Int32,System.Int32,System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L501C88-L501C133" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.IndexOf(`0,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L522C17-L522C92" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.IndexOf(`0,System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L546C17-L546C79" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.IndexOf(`0,System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L574C17-L574C68" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.LastIndexOf(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L593C17-L598C105" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.LastIndexOf(`0,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L619C17-L624C105" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.LastIndexOf(`0,System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L645C17-L645C88" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.LastIndexOf(`0,System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L666C17-L666C77" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.TrueForAll(System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L681C59-L681C82" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.AddRange(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L697C17-L700C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L716C17-L720C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.RemoveAll(System.Predicate{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L735C17-L739C43" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Remove(`0,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L753C17-L760C30" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.RemoveRange(System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L770C17-L778C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.RemoveRange(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L790C17-L800C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.RemoveRange(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L808C17-L809C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Replace(`0,`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L819C17-L820C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Replace(`0,`0,System.Collections.Generic.IEqualityComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L834C17-L841C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Reverse", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L848C17-L849C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Reverse(System.Int32,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L858C17-L863C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Sort", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L871C17-L872C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Sort(System.Comparison{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L884C17-L886C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Sort(System.Collections.Generic.IComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L898C17-L899C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L917C17-L921C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.BinarySearch(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L941C17-L941C54" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.BinarySearch(`0,System.Collections.Generic.IComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L966C17-L966C73" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.BinarySearch(System.Int32,System.Int32,`0,System.Collections.Generic.IComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1000C17-L1000C77" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.ToImmutable", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1016C17-L1016C76" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#Add(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1032C17-L1033C39" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1041C17-L1042C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#Contains(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1053C17-L1058C30" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#IndexOf(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1070C17-L1075C27" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#Insert(System.Int32,System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1085C17-L1086C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#get_IsFixedSize", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1094C23-L1094C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1104C23-L1104C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#Remove(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1113C17-L1117C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#get_Item(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1129C23-L1129C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#set_Item(System.Int32,System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1130C23-L1130C49" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1144C17-L1145C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#ICollection#get_IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1154C23-L1154C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#ICollection#get_SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1166C21-L1171C38" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Builder.Count", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L72C23-L72C46" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#Generic#ICollection#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L81C23-L81C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Builder.Item(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L132C21-L132C53" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#IsFixedSize", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1094C23-L1094C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1104C23-L1104C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#Item(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1129C23-L1129C42" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#ICollection#IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1154C23-L1154C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#ICollection#SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1166C21-L1171C38" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableList`1.Builder", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Enumerator.System#Collections#Immutable#ISecurePooledObjectUser#get_PoolUserId", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L117C55-L117C66" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Enumerator.System#Collections#IEnumerator#get_Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L139C63-L139C75" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Enumerator.Dispose", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L146C17-L155C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Enumerator.MoveNext", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L163C17-L180C30" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Enumerator.Reset", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L188C17-L196C14" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Enumerator.System#Collections#Immutable#ISecurePooledObjectUser#PoolUserId", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L117C55-L117C66" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Enumerator.Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L126C21-L132C59" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Enumerator.System#Collections#IEnumerator#Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L139C63-L139C75" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableList`1.Enumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableQueue.Create``1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue.cs#L22C13-L22C44" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableQueue.Create``1(``0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue.cs#L31C62-L31C99" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableQueue.CreateRange``1(System.Collections.Generic.IEnumerable{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue.cs#L41C13-L65C10" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableQueue.Create``1(``0[])", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue.cs#L75C13-L77C51" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableQueue.Create``1(System.ReadOnlySpan{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue.cs#L88C13-L100C98" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableQueue.Dequeue``1(System.Collections.Immutable.IImmutableQueue{``0},``0@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue.cs#L113C13-L116C36" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableQueue", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L65C13-L65C26" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.System#Collections#Immutable#IImmutableQueue#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L101C13-L101C33" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.Peek", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L127C13-L132C37" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.PeekRef", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L141C13-L146C44" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.Enqueue(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L158C13-L164C81" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.System#Collections#Immutable#IImmutableQueue#Enqueue(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L177C13-L177C40" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.Dequeue", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L187C13-L203C95" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.Dequeue(`0@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L215C13-L216C35" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.System#Collections#Immutable#IImmutableQueue#Dequeue", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L226C13-L226C35" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L237C13-L237C41" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.System#Collections#Generic#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L248C13-L250C44" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.System#Collections#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L261C13-L261C47" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableQueue`1.IsEmpty", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L79C17-L79C42" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableQueue`1.Empty", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L91C17-L91C37" + }, + { + "DocsId": "T:System.Collections.Immutable.ImmutableQueue`1.Enumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.Enumerator.cs" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableQueue`1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.Enumerator.MoveNext", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.Enumerator.cs#L81C17-L97C95" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableQueue`1.Enumerator.Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.Enumerator.cs#L53C21-L70C63" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableQueue`1.Enumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.Enumerator.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.Create``2", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L23C13-L23C66" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.Create``2(System.Collections.Generic.IComparer{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L35C13-L35C93" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.Create``2(System.Collections.Generic.IComparer{``0},System.Collections.Generic.IEqualityComparer{``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L48C13-L48C108" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.CreateRange``2(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L60C13-L60C82" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.CreateRange``2(System.Collections.Generic.IComparer{``0},System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L73C13-L73C109" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.CreateRange``2(System.Collections.Generic.IComparer{``0},System.Collections.Generic.IEqualityComparer{``1},System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L87C13-L87C124" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.CreateBuilder``2", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L98C13-L98C55" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.CreateBuilder``2(System.Collections.Generic.IComparer{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L110C13-L110C66" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.CreateBuilder``2(System.Collections.Generic.IComparer{``0},System.Collections.Generic.IEqualityComparer{``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L123C13-L123C81" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.ToImmutableSortedDictionary``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IComparer{``1},System.Collections.Generic.IEqualityComparer{``2})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L140C13-L145C133" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.ToImmutableSortedDictionary``2(System.Collections.Immutable.ImmutableSortedDictionary`2.Builder{``0,``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L155C13-L157C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.ToImmutableSortedDictionary``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IComparer{``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L173C13-L173C105" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.ToImmutableSortedDictionary``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L188C13-L188C98" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.ToImmutableSortedDictionary``2(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}},System.Collections.Generic.IComparer{``0},System.Collections.Generic.IEqualityComparer{``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L202C13-L209C125" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.ToImmutableSortedDictionary``2(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}},System.Collections.Generic.IComparer{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L222C13-L222C75" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.ToImmutableSortedDictionary``2(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L234C13-L234C68" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableSortedDictionary", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L84C13-L84C93" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Immutable#IImmutableDictionary#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L134C13-L134C33" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#IDictionary#get_Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L146C19-L146C73" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#IDictionary#get_Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L154C19-L154C75" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#ICollection>#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L163C19-L163C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.ValueRef(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L207C13-L209C58" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#IDictionary#get_Item(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L219C19-L219C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#IDictionary#set_Item(`0,`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L220C19-L220C53" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.ToBuilder", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L239C13-L239C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Add(`0,`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L247C13-L249C50" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.SetItem(`0,`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L257C13-L260C83" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.SetItems(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L270C13-L272C94" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.AddRange(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L280C13-L282C95" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L290C13-L292C50" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.RemoveRange(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L300C13-L315C45" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.WithComparers(System.Collections.Generic.IComparer{`0},System.Collections.Generic.IEqualityComparer{`1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L323C13-L345C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.WithComparers(System.Collections.Generic.IComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L354C13-L354C68" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.ContainsValue(`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L371C13-L371C63" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Immutable#IImmutableDictionary#Add(`0,`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L383C13-L383C41" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Immutable#IImmutableDictionary#SetItem(`0,`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L391C13-L391C45" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Immutable#IImmutableDictionary#SetItems(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L401C13-L401C41" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Immutable#IImmutableDictionary#AddRange(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L409C13-L409C41" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Immutable#IImmutableDictionary#RemoveRange(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L417C13-L417C43" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Immutable#IImmutableDictionary#Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L425C13-L425C37" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.ContainsKey(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L433C13-L434C57" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Contains(System.Collections.Generic.KeyValuePair{`0,`1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L442C13-L442C71" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.TryGetValue(`0,`1@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L450C13-L451C69" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.TryGetKey(`0,`0@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L459C13-L460C75" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#IDictionary#Add(`0,`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L482C13-L482C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#IDictionary#Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L499C13-L499C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#ICollection>#Add(System.Collections.Generic.KeyValuePair{`0,`1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L508C13-L508C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#ICollection>#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L513C13-L513C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#ICollection>#Remove(System.Collections.Generic.KeyValuePair{`0,`1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L518C13-L518C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#ICollection>#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L523C13-L531C10" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#get_IsFixedSize", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L543C19-L543C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L553C19-L553C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#get_Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L564C19-L564C73" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#get_Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L575C19-L575C75" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#Add(System.Object,System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L589C13-L589C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#Contains(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L601C13-L601C48" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L612C13-L612C81" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#Remove(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L621C13-L621C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#get_Item(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L631C19-L631C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#set_Item(System.Object,System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L632C19-L632C53" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L641C13-L641C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L655C13-L656C10" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#ICollection#get_SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L669C19-L669C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#ICollection#get_IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L682C17-L682C29" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#IEnumerable>#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L698C13-L700C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L715C13-L715C41" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L728C13-L728C42" + }, + { + "DocsId": "F:System.Collections.Immutable.ImmutableSortedDictionary`2.Empty", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.ValueComparer", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L94C19-L94C41" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.IsEmpty", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L102C19-L102C40" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Count", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L110C19-L110C33" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L118C19-L118C37" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L126C19-L126C39" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#IDictionary#Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L146C19-L146C73" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#IDictionary#Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L154C19-L154C75" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#ICollection>#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L163C19-L163C31" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.KeyComparer", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L175C19-L175C39" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Item(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L189C17-L197C30" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#IDictionary#Item(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L219C19-L219C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#IsFixedSize", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L543C19-L543C31" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L553C19-L553C31" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L564C19-L564C73" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L575C19-L575C75" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#Item(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L631C19-L631C42" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#ICollection#SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L669C19-L669C31" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#ICollection#IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L682C17-L682C29" + }, + { + "DocsId": "T:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs" + }, + { + "DocsId": "T:System.Collections.Immutable.ImmutableSortedDictionary`2.Enumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableSortedDictionary`2", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#Generic#IDictionary#get_Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L88C23-L88C65" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#Generic#IDictionary#get_Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L104C23-L104C67" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#Generic#ICollection>#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L129C23-L129C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.ValueRef(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L206C17-L208C62" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#get_IsFixedSize", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L221C23-L221C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L231C23-L231C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#get_Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L242C23-L242C60" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#get_Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L253C23-L253C62" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#ICollection#get_SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L269C21-L274C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#ICollection#get_IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L285C23-L285C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#Add(System.Object,System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L363C17-L364C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#Contains(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L375C17-L375C52" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L386C17-L386C85" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#Remove(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L395C17-L396C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#get_Item(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L405C23-L405C46" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#set_Item(System.Object,System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L406C23-L406C58" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L420C17-L421C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.Add(`0,`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L433C17-L438C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.ContainsKey(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L445C17-L445C65" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L454C17-L460C32" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.TryGetValue(`0,`1@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L468C17-L468C77" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.TryGetKey(`0,`0@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L476C17-L477C83" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.Add(System.Collections.Generic.KeyValuePair{`0,`1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L485C17-L486C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L493C17-L495C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.Contains(System.Collections.Generic.KeyValuePair{`0,`1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L502C17-L502C79" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#Generic#ICollection>#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L510C17-L511C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.Remove(System.Collections.Generic.KeyValuePair{`0,`1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L518C17-L523C30" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L531C17-L531C54" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#Generic#IEnumerable>#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L539C17-L539C45" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L547C17-L547C45" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.ContainsValue(`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L568C17-L568C67" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.AddRange(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L577C17-L583C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.RemoveRange(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L591C17-L597C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.GetValueOrDefault(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L606C17-L606C70" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.GetValueOrDefault(`0,`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L619C17-L627C37" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.ToImmutable", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L643C17-L643C93" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#Generic#IDictionary#Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L88C23-L88C65" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L96C23-L96C45" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#Generic#IDictionary#Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L104C23-L104C67" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L112C23-L112C47" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.Count", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L120C23-L120C37" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#Generic#ICollection>#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L129C23-L129C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.Item(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L181C21-L186C34" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#IsFixedSize", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L221C23-L221C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L231C23-L231C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L242C23-L242C60" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L253C23-L253C62" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#ICollection#SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L269C21-L274C38" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#ICollection#IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L285C23-L285C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.KeyComparer", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L298C21-L298C41" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.ValueComparer", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L335C21-L335C43" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#Item(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L405C23-L405C46" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Enumerator.System#Collections#Immutable#ISecurePooledObjectUser#get_PoolUserId", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L105C23-L105C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Enumerator.System#Collections#IEnumerator#get_Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L113C23-L113C43" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Enumerator.Dispose", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L121C17-L130C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Enumerator.MoveNext", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L138C17-L154C30" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Enumerator.Reset", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L162C17-L172C14" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Enumerator.Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L92C21-L98C59" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Enumerator.System#Collections#Immutable#ISecurePooledObjectUser#PoolUserId", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L105C23-L105C42" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Enumerator.System#Collections#IEnumerator#Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L113C23-L113C43" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableSortedDictionary`2.Enumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.Create``1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L20C13-L20C48" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.Create``1(System.Collections.Generic.IComparer{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L33C13-L33C71" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.Create``1(``0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L44C13-L44C58" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.Create``1(System.Collections.Generic.IComparer{``0},``0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L56C13-L56C81" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.CreateRange``1(System.Collections.Generic.IEnumerable{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L67C13-L67C61" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.CreateRange``1(System.Collections.Generic.IComparer{``0},System.Collections.Generic.IEnumerable{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L79C13-L79C84" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.Create``1(``0[])", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L90C13-L91C51" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.Create``1(System.ReadOnlySpan{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L102C13-L102C61" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.Create``1(System.Collections.Generic.IComparer{``0},``0[])", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L114C13-L116C61" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.Create``1(System.Collections.Generic.IComparer{``0},System.ReadOnlySpan{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L128C13-L128C84" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.CreateBuilder``1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L138C13-L138C44" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.CreateBuilder``1(System.Collections.Generic.IComparer{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L151C13-L151C52" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.ToImmutableSortedSet``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IComparer{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L163C13-L168C91" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.ToImmutableSortedSet``1(System.Collections.Generic.IEnumerable{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L179C13-L179C55" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.ToImmutableSortedSet``1(System.Collections.Immutable.ImmutableSortedSet`1.Builder{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L189C13-L191C42" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableSortedSet", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L81C13-L81C73" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.ItemRef(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L152C13-L152C45" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.ToBuilder", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L173C13-L173C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L181C13-L181C66" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L189C13-L189C69" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.TryGetValue(`0,`0@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L206C13-L215C29" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Intersect(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L224C13-L236C27" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Except(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L244C13-L253C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.SymmetricExcept(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L263C13-L284C27" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Union(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L292C13-L324C49" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.WithComparer(System.Collections.Generic.IComparer{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L349C13-L360C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.SetEquals(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L371C13-L396C10" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.IsProperSubsetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L405C13-L446C10" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.IsProperSupersetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L455C13-L473C10" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.IsSubsetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L482C13-L507C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.IsSupersetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L517C13-L528C10" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Overlaps(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L537C13-L553C10" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Reverse", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L565C13-L565C49" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.IndexOf(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L584C13-L584C51" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Contains(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L596C13-L596C53" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Immutable#IImmutableSet#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L604C13-L604C33" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Immutable#IImmutableSet#Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L612C13-L612C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Immutable#IImmutableSet#Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L620C13-L620C39" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Immutable#IImmutableSet#Intersect(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L628C13-L628C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Immutable#IImmutableSet#Except(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L636C13-L636C39" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Immutable#IImmutableSet#SymmetricExcept(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L646C13-L646C48" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Immutable#IImmutableSet#Union(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L654C13-L654C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#ISet#Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L666C13-L666C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#ISet#ExceptWith(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L674C13-L674C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#ISet#IntersectWith(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L682C13-L682C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#ISet#SymmetricExceptWith(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L690C13-L690C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#ISet#UnionWith(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L698C13-L698C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#ICollection#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L710C19-L710C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#ICollection#CopyTo(`0[],System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L718C13-L719C10" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#ICollection#Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L726C13-L726C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#ICollection#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L734C13-L734C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#ICollection#Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L742C13-L742C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#IList#get_Item(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L754C19-L754C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#IList#set_Item(System.Int32,`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L755C19-L755C53" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#IList#Insert(System.Int32,`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L763C13-L763C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#IList#RemoveAt(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L771C13-L771C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#get_IsFixedSize", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L784C19-L784C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L794C19-L794C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#ICollection#get_SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L807C19-L807C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#ICollection#get_IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L819C17-L819C29" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#Add(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L837C13-L837C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L846C13-L846C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#Contains(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L865C13-L869C26" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#IndexOf(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L881C13-L885C23" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#Insert(System.Int32,System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L896C13-L896C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#Remove(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L906C13-L906C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#RemoveAt(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L916C13-L916C47" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#get_Item(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L929C19-L929C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#set_Item(System.Int32,System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L930C19-L930C53" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L944C13-L945C10" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L959C13-L961C38" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L976C13-L976C41" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L996C13-L996C42" + }, + { + "DocsId": "F:System.Collections.Immutable.ImmutableSortedSet`1.Empty", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Max", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L90C19-L90C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Min", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L99C19-L99C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.IsEmpty", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L109C19-L109C40" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Count", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L117C19-L117C38" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.KeyComparer", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L127C19-L127C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Item(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L141C17-L141C45" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#ICollection#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L710C19-L710C31" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#IList#Item(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L754C19-L754C38" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#IsFixedSize", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L784C19-L784C31" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L794C19-L794C31" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#ICollection#SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L807C19-L807C31" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#ICollection#IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L819C17-L819C29" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#Item(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L929C19-L929C38" + }, + { + "DocsId": "T:System.Collections.Immutable.ImmutableSortedSet`1.Builder", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs" + }, + { + "DocsId": "T:System.Collections.Immutable.ImmutableSortedSet`1.Enumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableSortedSet`1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.System#Collections#Generic#ICollection#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L87C23-L87C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.ItemRef(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L113C17-L113C49" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L215C17-L216C32" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.ExceptWith(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L225C17-L231C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.IntersectWith(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L239C17-L252C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.IsProperSubsetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L261C17-L261C67" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.IsProperSupersetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L271C17-L271C69" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.IsSubsetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L281C17-L281C61" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.IsSupersetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L291C17-L291C63" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.Overlaps(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L301C17-L301C59" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.SetEquals(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L311C17-L311C60" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.SymmetricExceptWith(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L320C17-L321C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.UnionWith(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L329C17-L335C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.System#Collections#Generic#ICollection#Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L344C17-L345C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L352C17-L353C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.Contains(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L362C17-L362C60" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.System#Collections#Generic#ICollection#CopyTo(`0[],System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L370C17-L371C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L381C17-L382C32" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L391C17-L391C54" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.System#Collections#Generic#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L400C17-L400C50" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.System#Collections#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L409C17-L409C45" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.IndexOf(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L430C17-L430C59" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.Reverse", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L443C17-L443C53" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.ToImmutable", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L459C17-L459C88" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.TryGetValue(`0,`0@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L470C17-L478C30" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L490C17-L491C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.System#Collections#ICollection#get_IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L500C23-L500C36" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.System#Collections#ICollection#get_SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L512C21-L517C38" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Builder.Count", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L78C23-L78C46" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Builder.System#Collections#Generic#ICollection#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L87C23-L87C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Builder.Item(System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L103C23-L103C51" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Builder.Max", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L122C23-L122C40" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Builder.Min", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L131C23-L131C40" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Builder.KeyComparer", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L146C21-L146C38" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Builder.System#Collections#ICollection#IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L500C23-L500C36" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Builder.System#Collections#ICollection#SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L512C21-L517C38" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableSortedSet`1.Builder", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Enumerator.System#Collections#Immutable#ISecurePooledObjectUser#get_PoolUserId", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L99C23-L99C42" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Enumerator.System#Collections#IEnumerator#get_Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L124C23-L124C43" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Enumerator.Dispose", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L132C17-L140C14" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Enumerator.MoveNext", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L148C17-L162C34" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Enumerator.Reset", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L171C17-L178C14" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Enumerator.System#Collections#Immutable#ISecurePooledObjectUser#PoolUserId", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L99C23-L99C42" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Enumerator.Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L109C21-L115C59" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Enumerator.System#Collections#IEnumerator#Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L124C23-L124C43" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableSortedSet`1.Enumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableStack.Create``1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs#L21C13-L21C44" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableStack.Create``1(``0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs#L32C13-L32C55" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableStack.CreateRange``1(System.Collections.Generic.IEnumerable{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs#L43C13-L51C26" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableStack.Create``1(``0[])", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs#L62C13-L64C51" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableStack.Create``1(System.ReadOnlySpan{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs#L75C13-L81C26" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableStack.Pop``1(System.Collections.Immutable.IImmutableStack{``0},``0@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs#L96C13-L99C32" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableStack", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L78C13-L78C26" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.System#Collections#Immutable#IImmutableStack#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L86C13-L86C33" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.Peek", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L109C13-L114C27" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.PeekRef", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L126C13-L131C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.Push(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L141C13-L141C55" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.System#Collections#Immutable#IImmutableStack#Push(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L151C13-L151C37" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.Pop", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L161C13-L167C26" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.Pop(`0@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L179C13-L180C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.System#Collections#Immutable#IImmutableStack#Pop", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L190C13-L190C31" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L201C13-L201C41" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.System#Collections#Generic#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L212C13-L214C44" + }, + { + "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.System#Collections#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L225C13-L225C47" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableStack`1.Empty", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L68C17-L68C37" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableStack`1.IsEmpty", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L97C19-L97C40" + }, + { + "DocsId": "T:System.Collections.Immutable.ImmutableStack`1.Enumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableStack`1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.Enumerator.MoveNext", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs#L62C17-L72C49" + }, + { + "DocsId": "P:System.Collections.Immutable.ImmutableStack`1.Enumerator.Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs#L45C21-L51C55" + } + ], + "DocsId": "T:System.Collections.Immutable.ImmutableStack`1.Enumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary.ToFrozenDictionary``2(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}},System.Collections.Generic.IEqualityComparer{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L31C13-L32C48" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary.ToFrozenDictionary``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L44C13-L44C84" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary.ToFrozenDictionary``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L58C13-L58C101" + } + ], + "DocsId": "T:System.Collections.Frozen.FrozenDictionary", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IDictionary#get_Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L290C13-L290C70" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IReadOnlyDictionary#get_Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L294C13-L294C51" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#get_Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L297C41-L297C45" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IDictionary#get_Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L311C13-L311C78" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#get_Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L314C43-L314C49" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IReadOnlyDictionary#get_Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L318C13-L318C53" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L331C13-L333C10" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.CopyTo(System.Span{System.Collections.Generic.KeyValuePair{`0,`1}})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L339C13-L352C10" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L357C13-L412C10" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#ICollection>#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L415C68-L415C72" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L418C40-L418C44" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#get_IsFixedSize", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L421C41-L421C45" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#ICollection#get_IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L424C44-L424C49" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#ICollection#get_SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L427C40-L427C44" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#get_Item(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L434C17-L437C35" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#set_Item(System.Object,System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L439C20-L439C53" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.GetValueRefOrNullRef(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L448C13-L453C54" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IDictionary#get_Item(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L534C20-L534C29" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IDictionary#set_Item(`0,`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L535C20-L535C53" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IReadOnlyDictionary#get_Item(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L540C13-L540C22" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.ContainsKey(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L546C13-L546C78" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#Contains(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L551C13-L552C58" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#ICollection>#Contains(System.Collections.Generic.KeyValuePair{`0,`1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L557C13-L558C71" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.TryGetValue(`0,`1@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L569C13-L578C26" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L583C46-L583C65" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IEnumerable>#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L590C13-L591C28" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L595C13-L596C28" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L600C13-L600C68" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IDictionary#Add(`0,`1)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L603C71-L603C104" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#ICollection>#Add(System.Collections.Generic.KeyValuePair{`0,`1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L606C94-L606C127" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#Add(System.Object,System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L609C60-L609C93" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IDictionary#Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L612C60-L612C93" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#ICollection>#Remove(System.Collections.Generic.KeyValuePair{`0,`1})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L615C97-L615C130" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#Remove(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L618C48-L618C81" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#ICollection>#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L621C65-L621C98" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L624C37-L624C70" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.Empty", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L272C62-L272C66" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.Comparer", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L275C51-L275C55" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L283C45-L283C99" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IDictionary#Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L290C13-L290C70" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IReadOnlyDictionary#Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L294C13-L294C51" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#Keys", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L297C41-L297C45" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L305C49-L305C105" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IDictionary#Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L311C13-L311C78" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L314C43-L314C49" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IReadOnlyDictionary#Values", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L318C13-L318C53" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.Count", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L321C29-L321C38" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#ICollection>#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L415C68-L415C72" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L418C40-L418C44" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#IsFixedSize", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L421C41-L421C45" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#ICollection#IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L424C44-L424C49" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#ICollection#SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L427C40-L427C44" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#Item(System.Object)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L434C17-L437C35" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.Item(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L520C17-L527C37" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IDictionary#Item(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L534C20-L534C29" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IReadOnlyDictionary#Item(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L540C13-L540C22" + }, + { + "DocsId": "T:System.Collections.Frozen.FrozenDictionary`2.Enumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs" + } + ], + "DocsId": "T:System.Collections.Frozen.FrozenDictionary`2", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.Enumerator.MoveNext", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L645C17-L652C30" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.Enumerator.System#Collections#IEnumerator#get_Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L670C43-L670C50" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.Enumerator.System#Collections#IEnumerator#Reset", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L673C41-L673C52" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.Enumerator.System#IDisposable#Dispose", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L676C42-L676C43" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.Enumerator.Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L660C21-L665C91" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.Enumerator.System#Collections#IEnumerator#Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L670C43-L670C50" + } + ], + "DocsId": "T:System.Collections.Frozen.FrozenDictionary`2.Enumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Frozen.FrozenSet.Create``1(System.ReadOnlySpan{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L22C80-L22C100" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet.Create``1(System.Collections.Generic.IEqualityComparer{``0},System.ReadOnlySpan{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L31C13-L49C55" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet.ToFrozenSet``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L58C13-L59C35" + } + ], + "DocsId": "T:System.Collections.Frozen.FrozenSet", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.CopyTo(`0[],System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L274C13-L276C10" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.CopyTo(System.Span{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L281C13-L281C47" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L286C13-L293C10" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#Generic#ICollection#get_IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L296C43-L296C47" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#ICollection#get_IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L299C44-L299C49" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#ICollection#get_SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L302C40-L302C44" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.Contains(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L308C13-L308C37" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.TryGetValue(`0,`0@)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L316C13-L324C26" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L385C46-L385C65" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#Generic#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L392C13-L393C28" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#IEnumerable#GetEnumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L397C13-L398C28" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#Generic#ISet#Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L401C37-L401C70" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#Generic#ISet#ExceptWith(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L404C58-L404C91" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#Generic#ISet#IntersectWith(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L407C61-L407C94" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#Generic#ISet#SymmetricExceptWith(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L410C67-L410C100" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#Generic#ISet#UnionWith(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L413C57-L413C90" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#Generic#ICollection#Add(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L416C44-L416C77" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#Generic#ICollection#Clear", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L419C40-L419C73" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#Generic#ICollection#Remove(`0)", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L422C47-L422C80" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.IsProperSubsetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L427C13-L428C48" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.IsProperSupersetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L437C13-L438C50" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.IsSubsetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L447C13-L448C42" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.IsSupersetOf(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L457C13-L458C44" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.Overlaps(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L467C13-L468C40" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.SetEquals(System.Collections.Generic.IEnumerable{`0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L477C13-L478C41" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenSet`1.Empty", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L251C44-L251C48" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenSet`1.Comparer", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L254C48-L254C52" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenSet`1.Items", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L258C43-L258C98" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenSet`1.Count", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L264C29-L264C38" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenSet`1.System#Collections#Generic#ICollection#IsReadOnly", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L296C43-L296C47" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenSet`1.System#Collections#ICollection#IsSynchronized", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L299C44-L299C49" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenSet`1.System#Collections#ICollection#SyncRoot", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L302C40-L302C44" + }, + { + "DocsId": "T:System.Collections.Frozen.FrozenSet`1.Enumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs" + } + ], + "DocsId": "T:System.Collections.Frozen.FrozenSet`1", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs" + }, + { + "Members": [ + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.Enumerator.MoveNext", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L499C17-L506C30" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.Enumerator.System#Collections#IEnumerator#get_Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L524C43-L524C51" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.Enumerator.System#Collections#IEnumerator#Reset", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L527C41-L527C52" + }, + { + "DocsId": "M:System.Collections.Frozen.FrozenSet`1.Enumerator.System#IDisposable#Dispose", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L530C42-L530C43" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenSet`1.Enumerator.Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L514C21-L519C45" + }, + { + "DocsId": "P:System.Collections.Frozen.FrozenSet`1.Enumerator.System#Collections#IEnumerator#Current", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L524C43-L524C51" + } + ], + "DocsId": "T:System.Collections.Frozen.FrozenSet`1.Enumerator", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs" + } + ] +} \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.ComponentModel.Composition.Registration.json b/xml/SourceLinkInformation/net-8.0-pp/System.ComponentModel.Composition.Registration.json index 361718d71ba..8b0a804904e 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.ComponentModel.Composition.Registration.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.ComponentModel.Composition.Registration.json @@ -1,271 +1,271 @@ { "Assembly": "System.ComponentModel.Composition.Registration", - "GUID": "2FEFC2575FAD4D3BBCA190C8F0D439FBFFFFFFFF", + "GUID": "7DE2867BF3354E4086DFC613EB81EF2CFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L16C9-L16C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L16C9-L16C35" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AsContractType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L20C13-L20C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L20C13-L20C46" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AsContractType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L25C13-L26C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L25C13-L26C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AsContractName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L31C13-L32C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L31C13-L32C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.Inherited", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L37C13-L38C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L37C13-L38C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AddMetadata(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L43C13-L46C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L43C13-L46C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AddMetadata(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L51C13-L54C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L51C13-L54C25" } ], "DocsId": "T:System.ComponentModel.Composition.Registration.ExportBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L21C9-L21C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L21C9-L21C35" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AsContractType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L25C13-L25C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L25C13-L25C46" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AsContractType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L30C13-L31C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L30C13-L31C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AsContractName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L36C13-L37C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L36C13-L37C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AsMany(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L42C13-L44C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L42C13-L44C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AllowDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L49C13-L50C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L49C13-L50C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AllowRecomposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L55C13-L56C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L55C13-L56C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.RequiredCreationPolicy(System.ComponentModel.Composition.CreationPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L61C13-L62C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L61C13-L62C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.Source(System.ComponentModel.Composition.ImportSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L67C13-L68C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L67C13-L68C25" } ], "DocsId": "T:System.ComponentModel.Composition.Registration.ImportBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Registration.ParameterImportBuilder.Import``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs#L11C13-L11C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs#L11C13-L11C28" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ParameterImportBuilder.Import``1(System.Action{System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs#L16C13-L16C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs#L16C13-L16C28" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ParameterImportBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs" } ], "DocsId": "T:System.ComponentModel.Composition.Registration.ParameterImportBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.Export", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L47C13-L47C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L47C13-L47C33" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.Export(System.Action{System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L52C13-L56C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L52C13-L56C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.Export``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L61C13-L61C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L61C13-L61C36" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.Export``1(System.Action{System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L66C13-L70C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L66C13-L70C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.SelectConstructor(System.Func{System.Reflection.ConstructorInfo[],System.Reflection.ConstructorInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L76C13-L76C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L76C13-L76C63" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.SelectConstructor(System.Func{System.Reflection.ConstructorInfo[],System.Reflection.ConstructorInfo},System.Action{System.Reflection.ParameterInfo,System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L82C13-L85C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L82C13-L85C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportInterfaces(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L91C13-L91C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L91C13-L91C60" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportInterfaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L96C13-L96C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L96C13-L96C54" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportInterfaces(System.Predicate{System.Type},System.Action{System.Type,System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L102C13-L109C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L102C13-L109C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportProperties(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L115C13-L120C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L115C13-L120C59" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportProperties(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L126C13-L133C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L126C13-L133C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportProperties``1(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L139C13-L144C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L139C13-L144C62" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportProperties``1(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L150C13-L157C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L150C13-L157C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ImportProperties(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L163C13-L168C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L163C13-L168C59" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ImportProperties(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L174C13-L180C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L174C13-L180C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ImportProperties``1(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L186C13-L191C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L186C13-L191C62" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ImportProperties``1(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L197C13-L203C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L197C13-L203C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.SetCreationPolicy(System.ComponentModel.Composition.CreationPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L208C13-L210C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L208C13-L210C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.AddMetadata(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L215C13-L218C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L215C13-L218C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.AddMetadata(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L223C13-L226C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L223C13-L226C25" } ], "DocsId": "T:System.ComponentModel.Composition.Registration.PartBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.SelectConstructor(System.Linq.Expressions.Expression{System.Func{System.ComponentModel.Composition.Registration.ParameterImportBuilder,`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L156C13-L164C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L156C13-L164C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ExportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L170C13-L170C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L170C13-L170C57" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ExportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L177C13-L185C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L177C13-L185C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ExportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L190C13-L190C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L190C13-L190C68" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ExportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L196C13-L204C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L196C13-L204C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ImportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L209C13-L209C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L209C13-L209C57" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ImportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L215C13-L223C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L215C13-L223C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ImportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L228C13-L228C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L228C13-L228C68" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ImportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L234C13-L242C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L234C13-L242C25" } ], "DocsId": "T:System.ComponentModel.Composition.Registration.PartBuilder`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L23C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L23C9-L31C10" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForTypesDerivedFrom``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L35C13-L38C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L35C13-L38C32" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForTypesDerivedFrom(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L43C13-L51C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L43C13-L51C32" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L56C13-L59C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L56C13-L59C32" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L64C13-L72C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L64C13-L72C32" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForTypesMatching``1(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L77C13-L85C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L77C13-L85C32" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForTypesMatching(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L90C13-L98C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L90C13-L98C32" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.GetCustomAttributes(System.Reflection.MemberInfo,System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L132C13-L217C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L132C13-L217C96" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.GetCustomAttributes(System.Reflection.ParameterInfo,System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L223C13-L226C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L223C13-L226C96" } ], "DocsId": "T:System.ComponentModel.Composition.Registration.RegistrationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.ComponentModel.Composition.json b/xml/SourceLinkInformation/net-8.0-pp/System.ComponentModel.Composition.json index 21201192c79..ec410f675c9 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.ComponentModel.Composition.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.ComponentModel.Composition.json @@ -1,2131 +1,2131 @@ { "Assembly": "System.ComponentModel.Composition", - "GUID": "E89C98867F5D4408B16E82C0008ABFA6FFFFFFFF", + "GUID": "B958F60E26E245B1995E5CD7BCAF9415FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.GetMetadataView``1(System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L21C13-L23C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L21C13-L23C82" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePart(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L28C13-L30C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L28C13-L30C72" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePart(System.Object,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L35C13-L38C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L35C13-L38C91" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePart(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L43C13-L52C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L43C13-L52C108" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePartDefinition(System.Type,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L57C13-L59C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L57C13-L59C86" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePartDefinition(System.Type,System.ComponentModel.Composition.Primitives.ICompositionElement,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L64C13-L71C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L64C13-L71C97" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.GetTypeIdentity(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L77C13-L79C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L77C13-L79C63" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.GetTypeIdentity(System.Reflection.MethodInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L84C13-L86C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L84C13-L86C75" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.GetContractName(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L91C13-L93C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L91C13-L93C66" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.AddExportedValue``1(System.ComponentModel.Composition.Hosting.CompositionBatch,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L98C13-L102C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L98C13-L102C75" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.ComposeExportedValue``1(System.ComponentModel.Composition.Hosting.CompositionContainer,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L107C13-L112C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L107C13-L112C10" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.AddExportedValue``1(System.ComponentModel.Composition.Hosting.CompositionBatch,System.String,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L116C13-L123C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L116C13-L123C93" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.ComposeExportedValue``1(System.ComponentModel.Composition.Hosting.CompositionContainer,System.String,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L128C13-L133C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L128C13-L133C10" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.AddPart(System.ComponentModel.Composition.Hosting.CompositionBatch,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L137C13-L145C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L137C13-L145C25" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.ComposeParts(System.ComponentModel.Composition.Hosting.CompositionContainer,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L150C13-L158C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L150C13-L158C10" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.SatisfyImportsOnce(System.ComponentModel.Composition.ICompositionService,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L180C13-L187C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L180C13-L187C25" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.SatisfyImportsOnce(System.ComponentModel.Composition.ICompositionService,System.Object,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L211C13-L219C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L211C13-L219C25" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Exports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L232C13-L235C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L232C13-L235C88" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Exports``1(System.ComponentModel.Composition.Primitives.ComposablePartDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L248C13-L250C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L248C13-L250C44" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Imports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L263C13-L266C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L263C13-L266C88" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Imports``1(System.ComponentModel.Composition.Primitives.ComposablePartDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L279C13-L281C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L279C13-L281C44" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Imports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Type,System.ComponentModel.Composition.Primitives.ImportCardinality)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L295C13-L298C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L295C13-L298C107" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Imports``1(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.ComponentModel.Composition.Primitives.ImportCardinality)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L312C13-L314C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L312C13-L314C63" } ], "DocsId": "T:System.ComponentModel.Composition.AttributedModelServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.CatalogReflectionContextAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CatalogReflectionContextAttribute.cs#L18C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CatalogReflectionContextAttribute.cs#L18C9-L23C10" }, { "DocsId": "M:System.ComponentModel.Composition.CatalogReflectionContextAttribute.CreateReflectionContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CatalogReflectionContextAttribute.cs#L27C13-L46C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CatalogReflectionContextAttribute.cs#L27C13-L46C38" } ], "DocsId": "T:System.ComponentModel.Composition.CatalogReflectionContextAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CatalogReflectionContextAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CatalogReflectionContextAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ChangeRejectedException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L19C15-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L19C15-L21C10" }, { "DocsId": "M:System.ComponentModel.Composition.ChangeRejectedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L27C15-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L27C15-L29C10" }, { "DocsId": "M:System.ComponentModel.Composition.ChangeRejectedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L35C15-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L35C15-L37C10" }, { "DocsId": "M:System.ComponentModel.Composition.ChangeRejectedException.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.CompositionError})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L44C15-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L44C15-L46C10" }, { "DocsId": "P:System.ComponentModel.Composition.ChangeRejectedException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L59C17-L61C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L59C17-L61C35" } ], "DocsId": "T:System.ComponentModel.Composition.ChangeRejectedException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.CompositionContractMismatchException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L21C15-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L21C15-L23C10" }, { "DocsId": "M:System.ComponentModel.Composition.CompositionContractMismatchException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L35C15-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L35C15-L37C10" }, { "DocsId": "M:System.ComponentModel.Composition.CompositionContractMismatchException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L55C15-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L55C15-L57C10" }, { "DocsId": "M:System.ComponentModel.Composition.CompositionContractMismatchException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L85C15-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L85C15-L87C10" } ], "DocsId": "T:System.ComponentModel.Composition.CompositionContractMismatchException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.CompositionError.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L32C15-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L32C15-L34C10" }, { "DocsId": "M:System.ComponentModel.Composition.CompositionError.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L53C15-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L53C15-L55C10" }, { "DocsId": "M:System.ComponentModel.Composition.CompositionError.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L73C15-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L73C15-L75C10" }, { "DocsId": "M:System.ComponentModel.Composition.CompositionError.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L99C15-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L99C15-L101C10" }, { "DocsId": "M:System.ComponentModel.Composition.CompositionError.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L165C13-L165C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L165C13-L165C32" }, { "DocsId": "P:System.ComponentModel.Composition.CompositionError.Element", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L120C19-L120C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L120C19-L120C35" }, { "DocsId": "P:System.ComponentModel.Composition.CompositionError.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L132C19-L132C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L132C19-L132C39" }, { "DocsId": "P:System.ComponentModel.Composition.CompositionError.Exception", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L144C19-L144C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L144C19-L144C37" } ], "DocsId": "T:System.ComponentModel.Composition.CompositionError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.CompositionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L30C19-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L30C19-L32C10" }, { "DocsId": "M:System.ComponentModel.Composition.CompositionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L44C15-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L44C15-L46C10" }, { "DocsId": "M:System.ComponentModel.Composition.CompositionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L64C15-L66C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L64C15-L66C10" }, { "DocsId": "M:System.ComponentModel.Composition.CompositionException.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.CompositionError})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L87C15-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L87C15-L89C10" }, { "DocsId": "P:System.ComponentModel.Composition.CompositionException.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L108C19-L108C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L108C19-L108C34" }, { "DocsId": "P:System.ComponentModel.Composition.CompositionException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L122C17-L130C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L122C17-L130C46" }, { "DocsId": "P:System.ComponentModel.Composition.CompositionException.RootCauses", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L138C17-L156C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L138C17-L156C65" } ], "DocsId": "T:System.ComponentModel.Composition.CompositionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs" }, { "Members": [ { "DocsId": "F:System.ComponentModel.Composition.CreationPolicy.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" }, { "DocsId": "F:System.ComponentModel.Composition.CreationPolicy.Any", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" }, { "DocsId": "F:System.ComponentModel.Composition.CreationPolicy.Shared", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" }, { "DocsId": "F:System.ComponentModel.Composition.CreationPolicy.NonShared", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" } ], "DocsId": "T:System.ComponentModel.Composition.CreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ExportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L31C15-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L31C15-L33C10" }, { "DocsId": "M:System.ComponentModel.Composition.ExportAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L62C15-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L62C15-L64C10" }, { "DocsId": "M:System.ComponentModel.Composition.ExportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L87C15-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L87C15-L89C10" }, { "DocsId": "M:System.ComponentModel.Composition.ExportAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L116C9-L120C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L116C9-L120C10" }, { "DocsId": "P:System.ComponentModel.Composition.ExportAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L129C39-L129C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L129C39-L129C43" }, { "DocsId": "P:System.ComponentModel.Composition.ExportAttribute.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L139C37-L139C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L139C37-L139C41" } ], "DocsId": "T:System.ComponentModel.Composition.ExportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ExportFactory`1.#ctor(System.Func{System.Tuple{`0,System.Action}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfT.cs#L10C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfT.cs#L10C9-L15C10" }, { "DocsId": "M:System.ComponentModel.Composition.ExportFactory`1.CreateExport", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfT.cs#L19C13-L20C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfT.cs#L19C13-L20C109" } ], "DocsId": "T:System.ComponentModel.Composition.ExportFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfT.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ExportFactory`2.#ctor(System.Func{System.Tuple{`0,System.Action}},`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfTTMetadata.cs#L11C15-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfTTMetadata.cs#L11C15-L14C10" }, { "DocsId": "P:System.ComponentModel.Composition.ExportFactory`2.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfTTMetadata.cs#L18C19-L18C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfTTMetadata.cs#L18C19-L18C36" } ], "DocsId": "T:System.ComponentModel.Composition.ExportFactory`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfTTMetadata.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfTTMetadata.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ExportLifetimeContext`1.#ctor(`0,System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs#L11C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs#L11C9-L15C10" }, { "DocsId": "M:System.ComponentModel.Composition.ExportLifetimeContext`1.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs#L27C13-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs#L27C13-L28C10" }, { "DocsId": "P:System.ComponentModel.Composition.ExportLifetimeContext`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs#L21C17-L21C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs#L21C17-L21C31" } ], "DocsId": "T:System.ComponentModel.Composition.ExportLifetimeContext`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ExportMetadataAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L27C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L27C9-L31C10" }, { "DocsId": "P:System.ComponentModel.Composition.ExportMetadataAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L41C13-L41C17" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L41C13-L41C17" }, { "DocsId": "P:System.ComponentModel.Composition.ExportMetadataAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L53C13-L53C17" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L53C13-L53C17" }, { "DocsId": "P:System.ComponentModel.Composition.ExportMetadataAttribute.IsMultiple", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L59C13-L59C17" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L59C13-L59C17" } ], "DocsId": "T:System.ComponentModel.Composition.ExportMetadataAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ICompositionService.SatisfyImportsOnce(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ICompositionService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ICompositionService.cs" } ], "DocsId": "T:System.ComponentModel.Composition.ICompositionService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ICompositionService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ICompositionService.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L32C15-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L32C15-L34C10" }, { "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L61C15-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L61C15-L63C10" }, { "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L85C15-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L85C15-L87C10" }, { "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L89C9-L93C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L89C9-L93C10" }, { "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.System#ComponentModel#Composition#IAttributedImport#get_Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L186C17-L190C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L186C17-L190C53" }, { "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L102C39-L102C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L102C39-L102C43" }, { "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L113C37-L113C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L113C37-L113C41" }, { "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.AllowDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L135C36-L135C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L135C36-L135C40" }, { "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.AllowRecomposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L148C42-L148C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L148C42-L148C46" }, { "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.RequiredCreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L164C56-L164C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L164C56-L164C60" }, { "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L180C38-L180C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L180C38-L180C42" }, { "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.System#ComponentModel#Composition#IAttributedImport#Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L186C17-L190C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L186C17-L190C53" } ], "DocsId": "T:System.ComponentModel.Composition.ImportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ImportCardinalityMismatchException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L24C15-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L24C15-L26C10" }, { "DocsId": "M:System.ComponentModel.Composition.ImportCardinalityMismatchException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L38C15-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L38C15-L40C10" }, { "DocsId": "M:System.ComponentModel.Composition.ImportCardinalityMismatchException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L58C15-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L58C15-L60C10" }, { "DocsId": "M:System.ComponentModel.Composition.ImportCardinalityMismatchException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L88C15-L90C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L88C15-L90C10" } ], "DocsId": "T:System.ComponentModel.Composition.ImportCardinalityMismatchException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ImportingConstructorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportingConstructorAttribute.cs#L22C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportingConstructorAttribute.cs#L22C9-L24C10" } ], "DocsId": "T:System.ComponentModel.Composition.ImportingConstructorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportingConstructorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportingConstructorAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L32C15-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L32C15-L34C10" }, { "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L61C15-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L61C15-L63C10" }, { "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L85C15-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L85C15-L87C10" }, { "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L89C9-L93C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L89C9-L93C10" }, { "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.System#ComponentModel#Composition#IAttributedImport#get_Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L162C19-L162C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L162C19-L162C55" }, { "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L102C39-L102C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L102C39-L102C43" }, { "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L113C37-L113C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L113C37-L113C41" }, { "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.AllowRecomposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L126C42-L126C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L126C42-L126C46" }, { "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.RequiredCreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L142C56-L142C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L142C56-L142C60" }, { "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L158C38-L158C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L158C38-L158C42" }, { "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.System#ComponentModel#Composition#IAttributedImport#Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L162C19-L162C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L162C19-L162C55" } ], "DocsId": "T:System.ComponentModel.Composition.ImportManyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs" }, { "Members": [ { "DocsId": "F:System.ComponentModel.Composition.ImportSource.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" }, { "DocsId": "F:System.ComponentModel.Composition.ImportSource.Any", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" }, { "DocsId": "F:System.ComponentModel.Composition.ImportSource.Local", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" }, { "DocsId": "F:System.ComponentModel.Composition.ImportSource.NonLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" } ], "DocsId": "T:System.ComponentModel.Composition.ImportSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.InheritedExportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L30C15-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L30C15-L32C10" }, { "DocsId": "M:System.ComponentModel.Composition.InheritedExportAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L60C15-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L60C15-L62C10" }, { "DocsId": "M:System.ComponentModel.Composition.InheritedExportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L85C15-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L85C15-L87C10" }, { "DocsId": "M:System.ComponentModel.Composition.InheritedExportAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L115C15-L117C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L115C15-L117C10" } ], "DocsId": "T:System.ComponentModel.Composition.InheritedExportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.IPartImportsSatisfiedNotification.OnImportsSatisfied", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/IPartImportsSatisfiedNotification.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/IPartImportsSatisfiedNotification.cs" } ], "DocsId": "T:System.ComponentModel.Composition.IPartImportsSatisfiedNotification", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/IPartImportsSatisfiedNotification.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/IPartImportsSatisfiedNotification.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.MetadataAttributeAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataAttributeAttribute.cs#L16C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataAttributeAttribute.cs#L16C9-L18C10" } ], "DocsId": "T:System.ComponentModel.Composition.MetadataAttributeAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataAttributeAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataAttributeAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.MetadataViewImplementationAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataViewImplementationAttribute.cs#L26C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataViewImplementationAttribute.cs#L26C9-L29C10" }, { "DocsId": "P:System.ComponentModel.Composition.MetadataViewImplementationAttribute.ImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataViewImplementationAttribute.cs#L39C43-L39C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataViewImplementationAttribute.cs#L39C43-L39C47" } ], "DocsId": "T:System.ComponentModel.Composition.MetadataViewImplementationAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataViewImplementationAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataViewImplementationAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.PartCreationPolicyAttribute.#ctor(System.ComponentModel.Composition.CreationPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartCreationPolicyAttribute.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartCreationPolicyAttribute.cs#L18C9-L21C10" }, { "DocsId": "P:System.ComponentModel.Composition.PartCreationPolicyAttribute.CreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartCreationPolicyAttribute.cs#L31C48-L31C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartCreationPolicyAttribute.cs#L31C48-L31C52" } ], "DocsId": "T:System.ComponentModel.Composition.PartCreationPolicyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartCreationPolicyAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartCreationPolicyAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.PartMetadataAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs#L25C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs#L25C9-L29C10" }, { "DocsId": "P:System.ComponentModel.Composition.PartMetadataAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs#L39C13-L39C17" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs#L39C13-L39C17" }, { "DocsId": "P:System.ComponentModel.Composition.PartMetadataAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs#L51C13-L51C17" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs#L51C13-L51C17" } ], "DocsId": "T:System.ComponentModel.Composition.PartMetadataAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.PartNotDiscoverableAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartNotDiscoverableAttribute.cs#L16C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartNotDiscoverableAttribute.cs#L16C9-L18C10" } ], "DocsId": "T:System.ComponentModel.Composition.PartNotDiscoverableAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartNotDiscoverableAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartNotDiscoverableAttribute.cs" }, { "Members": [ { "DocsId": "F:System.ComponentModel.Composition.AdaptationConstants.AdapterContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" }, { "DocsId": "F:System.ComponentModel.Composition.AdaptationConstants.AdapterFromContractMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" }, { "DocsId": "F:System.ComponentModel.Composition.AdaptationConstants.AdapterToContractMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" } ], "DocsId": "T:System.ComponentModel.Composition.AdaptationConstants", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.#ctor(System.Reflection.MemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L19C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L19C13-L43C10" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.#ctor(System.Reflection.MemberTypes,System.Reflection.MemberInfo[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L47C13-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L47C13-L59C10" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.#ctor(System.Reflection.MemberTypes,System.Func{System.Reflection.MemberInfo[]})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L63C13-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L63C13-L69C10" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.GetAccessors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L78C13-L91C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L78C13-L91C32" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L96C13-L106C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L96C13-L106C73" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L110C13-L110C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L110C13-L110C57" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.Equals(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L118C13-L134C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L118C13-L134C63" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.op_Equality(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L139C13-L139C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L139C13-L139C39" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.op_Inequality(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L144C13-L144C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L144C13-L144C40" }, { "DocsId": "P:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.MemberType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L73C19-L73C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L73C19-L73C38" } ], "DocsId": "T:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetPartType(System.ComponentModel.Composition.Primitives.ComposablePartDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L19C13-L27C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L19C13-L27C63" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.IsDisposalRequired(System.ComponentModel.Composition.Primitives.ComposablePartDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L32C13-L40C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L32C13-L40C64" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetExportingMember(System.ComponentModel.Composition.Primitives.ExportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L45C13-L55C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L45C13-L55C67" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetImportingMember(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L60C13-L70C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L60C13-L70C73" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetImportingParameter(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L75C13-L86C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L75C13-L86C79" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.IsImportingParameter(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L91C13-L101C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L91C13-L101C78" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.IsExportFactoryImportDefinition(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L106C13-L108C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L106C13-L108C71" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetExportFactoryProductImportDefinition(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L113C13-L123C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L113C13-L123C72" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreatePartDefinition(System.Lazy{System.Type},System.Boolean,System.Lazy{System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ImportDefinition}},System.Lazy{System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ExportDefinition}},System.Lazy{System.Collections.Generic.IDictionary{System.String,System.Object}},System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L134C13-L143C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L134C13-L143C30" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateExportDefinition(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.String,System.Lazy{System.Collections.Generic.IDictionary{System.String,System.Object}},System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L152C13-L158C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L152C13-L158C25" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.ComponentModel.Composition.CreationPolicy,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L171C13-L171C214" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L171C13-L171C214" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.ComponentModel.Composition.CreationPolicy,System.Collections.Generic.IDictionary{System.String,System.Object},System.Boolean,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L186C13-L197C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L186C13-L197C25" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean,System.ComponentModel.Composition.CreationPolicy,System.Collections.Generic.IDictionary{System.String,System.Object},System.Boolean,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L213C13-L243C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L213C13-L243C29" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.Lazy{System.Reflection.ParameterInfo},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.ComponentModel.Composition.CreationPolicy,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L256C13-L256C192" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L256C13-L256C192" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.Lazy{System.Reflection.ParameterInfo},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.ComponentModel.Composition.CreationPolicy,System.Collections.Generic.IDictionary{System.String,System.Object},System.Boolean,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L270C13-L298C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L270C13-L298C29" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.TryMakeGenericPartDefinition(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Collections.Generic.IEnumerable{System.Type},System.ComponentModel.Composition.Primitives.ComposablePartDefinition@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L304C13-L313C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L304C13-L313C123" } ], "DocsId": "T:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePart.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs#L17C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs#L17C9-L19C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePart.Activate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs#L127C9-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs#L127C9-L127C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePart.GetExportedValue(System.ComponentModel.Composition.Primitives.ExportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePart.SetImport(System.ComponentModel.Composition.Primitives.ImportDefinition,System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.Export})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePart.ExportDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePart.ImportDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePart.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs#L111C17-L111C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs#L111C17-L111C55" } ], "DocsId": "T:System.ComponentModel.Composition.Primitives.ComposablePart", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L32C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L32C9-L34C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L99C13-L117C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L99C13-L117C49" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L130C13-L132C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L130C13-L132C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L136C13-L137C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L136C13-L137C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L160C13-L165C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L160C13-L165C42" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L170C13-L170C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L170C13-L170C36" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.Parts", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L56C17-L67C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L56C17-L67C40" } ], "DocsId": "T:System.ComponentModel.Composition.Primitives.ComposablePartCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs#L21C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs#L21C9-L23C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.CreatePart", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.ExportDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.ImportDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs#L85C19-L85C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs#L85C19-L85C57" } ], "DocsId": "T:System.ComponentModel.Composition.Primitives.ComposablePartDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L25C15-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L25C15-L27C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L54C95-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L54C95-L57C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L69C15-L71C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L69C15-L71C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L90C15-L92C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L90C15-L92C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L110C15-L112C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L110C15-L112C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L136C15-L139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L136C15-L139C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L173C13-L175C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L173C13-L175C10" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartException.Element", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L150C19-L150C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L150C19-L150C35" } ], "DocsId": "T:System.ComponentModel.Composition.Primitives.ComposablePartException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L24C9-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L24C9-L44C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.#ctor(System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean,System.ComponentModel.Composition.CreationPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L103C15-L105C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L103C15-L105C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.#ctor(System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean,System.ComponentModel.Composition.CreationPolicy,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L24C9-L177C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L24C9-L177C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.IsConstraintSatisfiedBy(System.ComponentModel.Composition.Primitives.ExportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L297C13-L304C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L297C13-L304C60" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L362C13-L379C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L362C13-L379C34" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.RequiredTypeIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L189C19-L189C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L189C19-L189C48" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.RequiredMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L213C17-L216C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L213C17-L216C42" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.RequiredCreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L252C19-L252C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L252C19-L252C50" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.Constraint", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L273C13-L273C142" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L273C13-L273C142" } ], "DocsId": "T:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L21C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L21C9-L34C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.#ctor(System.String,System.Func{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L59C15-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L59C15-L61C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Func{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L92C15-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L92C15-L94C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.#ctor(System.ComponentModel.Composition.Primitives.ExportDefinition,System.Func{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L21C9-L122C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L21C9-L122C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.GetExportedValueCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L237C13-L242C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L237C13-L242C89" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.Export.Definition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L144C17-L149C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L144C17-L149C83" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.Export.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L175C17-L175C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L175C17-L175C44" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.Export.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L202C17-L208C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L202C17-L208C39" } ], "DocsId": "T:System.ComponentModel.Composition.Primitives.Export", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L17C9-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L17C9-L32C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportDefinition.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L17C9-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L17C9-L64C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportDefinition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L133C13-L133C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L133C13-L133C33" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ExportDefinition.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L86C17-L91C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L86C17-L91C85" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ExportDefinition.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L121C17-L121C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L121C17-L121C34" } ], "DocsId": "T:System.ComponentModel.Composition.Primitives.ExportDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportedDelegate.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs#L16C9-L16C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs#L16C9-L16C41" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportedDelegate.#ctor(System.Object,System.Reflection.MethodInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs#L18C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs#L18C9-L24C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportedDelegate.CreateDelegate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs#L28C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs#L28C13-L43C10" } ], "DocsId": "T:System.ComponentModel.Composition.Primitives.ExportedDelegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs" }, { "Members": [ { "DocsId": "P:System.ComponentModel.Composition.Primitives.ICompositionElement.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ICompositionElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ICompositionElement.cs" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ICompositionElement.Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ICompositionElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ICompositionElement.cs" } ], "DocsId": "T:System.ComponentModel.Composition.Primitives.ICompositionElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ICompositionElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ICompositionElement.cs" }, { "Members": [ { "DocsId": "F:System.ComponentModel.Composition.Primitives.ImportCardinality.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Primitives.ImportCardinality.ZeroOrOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Primitives.ImportCardinality.ExactlyOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Primitives.ImportCardinality.ZeroOrMore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" } ], "DocsId": "T:System.ComponentModel.Composition.Primitives.ImportCardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L20C9-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L20C9-L40C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.#ctor(System.Linq.Expressions.Expression{System.Func{System.ComponentModel.Composition.Primitives.ExportDefinition,System.Boolean}},System.String,System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L82C15-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L82C15-L87C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.#ctor(System.Linq.Expressions.Expression{System.Func{System.ComponentModel.Composition.Primitives.ExportDefinition,System.Boolean}},System.String,System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L90C15-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L90C15-L95C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.IsConstraintSatisfiedBy(System.ComponentModel.Composition.Primitives.ExportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L264C13-L268C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L264C13-L268C65" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L279C13-L279C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L279C13-L279C47" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L135C17-L135C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L135C17-L135C38" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L165C17-L165C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L165C17-L165C34" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L180C19-L180C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L180C19-L180C39" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.Constraint", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L204C17-L209C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L204C17-L209C83" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.IsPrerequisite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L224C19-L224C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L224C19-L224C42" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.IsRecomposable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L237C19-L237C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L237C19-L237C42" } ], "DocsId": "T:System.ComponentModel.Composition.Primitives.ImportDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L28C15-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L28C15-L30C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L47C15-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L47C15-L49C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePartCatalog})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L63C9-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L63C9-L68C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L121C13-L152C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L121C13-L152C70" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L180C17-L192C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L180C17-L192C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L196C13-L196C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L196C13-L196C77" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.OnChanged(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L207C13-L208C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L207C13-L208C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.OnChanging(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L218C13-L219C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L218C13-L219C10" }, { "DocsId": "E:System.ComponentModel.Composition.Hosting.AggregateCatalog.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L77C17-L78C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L77C17-L78C14" }, { "DocsId": "E:System.ComponentModel.Composition.Hosting.AggregateCatalog.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L92C17-L93C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L92C17-L93C14" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.AggregateCatalog.Catalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L169C17-L172C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L169C17-L172C34" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.AggregateCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L37C9-L66C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L37C9-L66C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Hosting.ExportProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L83C15-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L83C15-L85C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L92C13-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L92C13-L94C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L102C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L102C13-L113C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L158C13-L203C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L158C13-L203C36" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.AggregateExportProvider.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L129C17-L132C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L129C17-L132C43" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.AggregateExportProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L23C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L23C40" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.#ctor(System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L30C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.#ctor(System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L37C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.#ctor(System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L46C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L111C17-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L111C17-L127C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L131C13-L133C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L131C13-L133C49" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L157C13-L161C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L157C13-L161C56" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L184C13-L184C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L184C13-L184C37" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L195C19-L195C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L195C19-L195C43" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L206C19-L206C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L206C19-L206C31" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.ApplicationCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L195C19-L195C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L195C19-L195C43" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.ApplicationCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L206C19-L206C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L206C19-L206C31" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.ApplicationCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L79C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.String,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L137C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L137C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L193C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L193C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.String,System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L259C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L259C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.Reflection.Assembly,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L292C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L292C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.Reflection.Assembly,System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L333C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L333C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L356C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L356C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.Reflection.Assembly,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L387C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L387C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L427C13-L427C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L427C13-L427C56" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L484C19-L484C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L484C19-L484C43" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L495C19-L495C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L495C19-L495C31" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L506C13-L506C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L506C13-L506C37" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L513C17-L525C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L513C17-L525C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L529C13-L529C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L529C13-L529C49" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.AssemblyCatalog.Assembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L472C17-L472C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L472C17-L472C34" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.AssemblyCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L484C19-L484C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L484C19-L484C43" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.AssemblyCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L495C19-L495C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L495C19-L495C31" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.AssemblyCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L47C15-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L47C15-L49C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.#ctor(System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L51C9-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L51C9-L60C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.SetValue(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L64C13-L71C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L64C13-L71C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.TryGetValue``1(System.Object,``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L75C13-L75C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L75C13-L75C55" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.TryGetValue``1(System.Object,System.Boolean,``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L80C13-L85C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L80C13-L85C84" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.AddCompleteAction(System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L90C13-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L90C13-L98C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.AddRevertAction(System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L102C13-L110C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L102C13-L110C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.Complete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L114C13-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L114C13-L127C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L131C13-L133C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L131C13-L133C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L137C13-L183C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L137C13-L183C10" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.AtomicComposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L63C15-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L63C15-L65C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L68C15-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L68C15-L70C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.ComponentModel.Composition.Hosting.CompositionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L39C9-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L39C9-L97C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L204C13-L206C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L204C13-L206C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L214C13-L275C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L214C13-L275C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L299C13-L308C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L299C13-L308C29" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.CatalogExportProvider.Catalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L115C17-L118C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L115C17-L118C33" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.CatalogExportProvider.SourceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L154C17-L159C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L154C17-L159C14" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.CatalogExportProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExtensions.CreateCompositionService(System.ComponentModel.Composition.Primitives.ComposablePartCatalog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExtensions.cs#L18C13-L20C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExtensions.cs#L18C13-L20C66" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.CatalogExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExtensions.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePartDefinition},System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePartDefinition},System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L41C9-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L41C9-L50C10" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs.AddedDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L65C17-L65C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L65C17-L65C42" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs.RemovedDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L82C17-L82C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L82C17-L82C44" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs.AtomicComposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L98C55-L98C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L98C55-L98C59" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L30C13-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L30C13-L32C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L35C15-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L35C15-L37C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.#ctor(System.ComponentModel.Composition.Hosting.CompositionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L17C9-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L17C9-L48C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L55C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L55C13-L57C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L65C13-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L65C13-L97C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L199C13-L228C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L199C13-L228C28" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.Compose(System.ComponentModel.Composition.Hosting.CompositionBatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L233C13-L313C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L233C13-L313C10" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.SourceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L131C17-L133C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L131C17-L133C40" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L26C13-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L26C13-L28C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePart},System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePart})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L14C9-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L14C9-L64C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.AddPart(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L111C13-L122C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L111C13-L122C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.RemovePart(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L135C13-L146C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L135C13-L146C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.AddExport(System.ComponentModel.Composition.Primitives.Export)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L165C13-L171C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L165C13-L171C25" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionBatch.PartsToAdd", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L74C17-L80C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L74C17-L80C14" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionBatch.PartsToRemove", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L91C17-L97C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L91C17-L97C14" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionBatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs" }, { "Members": [ { "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.PartCreationPolicyMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.ImportSourceMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.IsGenericPartMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.GenericContractMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.GenericParametersMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.ExportTypeIdentityMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionConstants", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L36C15-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L36C15-L38C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L54C13-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L54C13-L56C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Hosting.CompositionOptions,System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L75C13-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L75C13-L77C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L94C13-L96C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L94C13-L96C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Boolean,System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L116C15-L118C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L116C15-L118C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.ComponentModel.Composition.Hosting.CompositionOptions,System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L29C9-L227C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L29C9-L227C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L298C13-L300C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L298C13-L300C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L308C13-L366C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L308C13-L366C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.Compose(System.ComponentModel.Composition.Hosting.CompositionBatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L370C13-L374C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L370C13-L374C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExport(System.ComponentModel.Composition.Primitives.Export)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L397C13-L403C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L397C13-L403C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExport``1(System.Lazy{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L426C13-L432C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L426C13-L432C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExports(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.Export})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L447C13-L453C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L447C13-L453C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExports``1(System.Collections.Generic.IEnumerable{System.Lazy{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L468C13-L474C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L468C13-L474C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExports``2(System.Collections.Generic.IEnumerable{System.Lazy{``0,``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L489C13-L495C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L489C13-L495C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.SatisfyImportsOnce(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L516C13-L534C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L516C13-L534C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L568C13-L598C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L568C13-L598C28" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionContainer.Catalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L254C17-L256C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L254C17-L256C56" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionContainer.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L286C17-L289C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L286C17-L289C35" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs" }, { "Members": [ { "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.DisableSilentRejection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.IsThreadSafe", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.ExportCompositionService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L18C9-L24C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L18C9-L24C51" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Hosting.CompositionScopeDefinition})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L18C9-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L18C9-L37C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Hosting.CompositionScopeDefinition},System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ExportDefinition})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L18C9-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L18C9-L52C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L87C17-L103C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L87C17-L103C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L152C13-L152C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L152C13-L152C45" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L181C13-L184C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L181C13-L184C52" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.OnChanged(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L226C13-L227C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L226C13-L227C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.OnChanging(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L235C13-L236C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L235C13-L236C10" }, { "DocsId": "E:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs" }, { "DocsId": "E:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L113C17-L115C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L113C17-L115C34" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.PublicSurface", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L135C17-L141C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L135C17-L141C39" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionService.SatisfyImportsOnce(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionService.cs#L49C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionService.cs#L49C13-L55C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionService.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionService.cs#L59C13-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionService.cs#L59C13-L70C10" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionService.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L73C15-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L73C15-L75C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L112C15-L114C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L112C15-L114C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L150C15-L152C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L150C15-L152C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L193C15-L195C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L193C15-L195C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L237C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L237C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L282C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L282C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.String,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L332C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L332C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.String,System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L387C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L387C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L459C17-L496C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L459C17-L496C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L500C13-L500C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L500C13-L500C127" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L524C13-L528C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L524C13-L528C93" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.OnChanged(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L539C13-L540C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L539C13-L540C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.OnChanging(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L550C13-L551C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L550C13-L551C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Refresh", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L568C13-L648C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L568C13-L648C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L658C13-L658C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L658C13-L658C37" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L790C19-L790C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L790C19-L790C43" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L801C19-L801C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L801C19-L801C31" }, { "DocsId": "E:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs" }, { "DocsId": "E:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.FullPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L398C17-L398C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L398C17-L398C34" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.LoadedFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L409C17-L414C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L409C17-L414C14" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L426C17-L426C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L426C17-L426C30" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.SearchPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L437C17-L437C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L437C17-L437C39" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L790C19-L790C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L790C19-L790C43" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L801C19-L801C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L801C19-L801C31" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.DirectoryCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L21C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L21C9-L23C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L65C13-L65C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L65C13-L65C49" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L99C13-L114C139" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L99C13-L114C139" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.TryGetExports(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition,System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.Export}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L146C13-L149C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L146C13-L149C67" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.OnExportsChanged(System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L184C13-L190C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L184C13-L190C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.OnExportsChanging(System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L200C13-L206C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L200C13-L206C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExport``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L61C13-L61C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L61C13-L61C48" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExport``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L112C13-L112C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L112C13-L112C51" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExport``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L162C13-L162C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L162C13-L162C63" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExport``2(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L213C13-L213C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L213C13-L213C66" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(System.Type,System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L263C13-L272C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L263C13-L272C27" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L309C13-L309C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L309C13-L309C49" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L350C13-L350C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L350C13-L350C52" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L388C13-L388C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L388C13-L388C64" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports``2(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L430C13-L430C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L430C13-L430C67" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValue``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L478C13-L478C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L478C13-L478C55" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValue``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L528C13-L528C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L528C13-L528C88" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValueOrDefault``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L578C13-L578C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L578C13-L578C64" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValueOrDefault``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L628C13-L628C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L628C13-L628C87" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValues``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L667C13-L667C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L667C13-L667C56" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValues``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L708C13-L708C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L708C13-L708C59" }, { "DocsId": "E:System.ComponentModel.Composition.Hosting.ExportProvider.ExportsChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" }, { "DocsId": "E:System.ComponentModel.Composition.Hosting.ExportProvider.ExportsChanging", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.ExportProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ExportDefinition},System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ExportDefinition},System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L44C9-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L44C9-L53C10" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.AddedExports", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L68C17-L68C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L68C17-L68C38" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.RemovedExports", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L85C17-L85C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L85C17-L85C40" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.ChangedContractNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L97C13-L101C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L97C13-L101C49" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.AtomicComposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L116C55-L116C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L116C55-L116C59" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Func{System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L28C13-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L28C13-L30C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L56C17-L88C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L56C17-L88C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L92C13-L92C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L92C13-L92C65" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L151C13-L163C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L151C13-L163C28" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.OnChanged(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L182C13-L183C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L182C13-L183C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.OnChanging(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L191C13-L192C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L191C13-L192C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.IncludeDependencies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L19C13-L19C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L19C13-L19C92" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.IncludeDependencies(System.Func{System.ComponentModel.Composition.Primitives.ImportDefinition,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L30C13-L33C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L30C13-L33C76" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.IncludeDependents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L42C13-L42C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L42C13-L42C90" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.IncludeDependents(System.Func{System.ComponentModel.Composition.Primitives.ImportDefinition,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L53C13-L56C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L53C13-L56C74" }, { "DocsId": "E:System.ComponentModel.Composition.Hosting.FilteredCatalog.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.IComposablePartCatalogTraversal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.IComposablePartCatalogTraversal.cs" }, { "DocsId": "E:System.ComponentModel.Composition.Hosting.FilteredCatalog.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.IComposablePartCatalogTraversal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.IComposablePartCatalogTraversal.cs" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.FilteredCatalog.Complement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L103C17-L121C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L103C17-L121C36" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.FilteredCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L38C15-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L38C15-L40C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L43C15-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L43C15-L45C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider,System.ComponentModel.Composition.Hosting.CompositionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L24C9-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L24C9-L55C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.PreviewImports(System.ComponentModel.Composition.Primitives.ComposablePart,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L85C13-L134C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L85C13-L134C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.SatisfyImports(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L158C13-L174C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L158C13-L174C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.SatisfyImportsOnce(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L195C13-L211C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L195C13-L211C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.ReleaseImports(System.ComponentModel.Composition.Primitives.ComposablePart,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L229C13-L241C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L229C13-L241C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L248C13-L250C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L248C13-L250C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L258C13-L288C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L258C13-L288C10" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.ImportEngine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs" }, { "Members": [ { "DocsId": "E:System.ComponentModel.Composition.Hosting.INotifyComposablePartCatalogChanged.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/INotifyComposablePartCatalogChanged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/INotifyComposablePartCatalogChanged.cs" }, { "DocsId": "E:System.ComponentModel.Composition.Hosting.INotifyComposablePartCatalogChanged.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/INotifyComposablePartCatalogChanged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/INotifyComposablePartCatalogChanged.cs" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.INotifyComposablePartCatalogChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/INotifyComposablePartCatalogChanged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/INotifyComposablePartCatalogChanged.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.Exports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L21C13-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L21C13-L32C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.Imports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L44C13-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L44C13-L56C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.Imports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String,System.ComponentModel.Composition.Primitives.ImportCardinality)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L69C13-L81C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L69C13-L81C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.ContainsPartMetadataWithKey(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L93C13-L96C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L93C13-L96C51" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.ContainsPartMetadata``1(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L111C13-L126C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L111C13-L126C26" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.Filter(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Func{System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L137C13-L140C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L137C13-L140C57" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.ScopingExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Type[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L52C51-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L52C51-L54C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Collections.Generic.IEnumerable{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L82C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L82C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Collections.Generic.IEnumerable{System.Type},System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L110C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L110C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Collections.Generic.IEnumerable{System.Type},System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L139C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Collections.Generic.IEnumerable{System.Type},System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L172C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L172C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L225C13-L226C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L225C13-L226C50" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L237C19-L237C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L237C19-L237C43" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L248C19-L248C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L248C19-L248C31" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L344C13-L344C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L344C13-L344C37" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L349C13-L355C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L349C13-L355C10" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.TypeCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L237C19-L237C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L237C19-L237C43" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.TypeCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L248C19-L248C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L248C19-L248C31" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.TypeCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Composition.AttributedModel.json b/xml/SourceLinkInformation/net-8.0-pp/System.Composition.AttributedModel.json index ab75d942060..c80d3b697fe 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Composition.AttributedModel.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Composition.AttributedModel.json @@ -1,221 +1,221 @@ { "Assembly": "System.Composition.AttributedModel", - "GUID": "EC8F2487CBE445D0BE6742B7E4CBE0A3FFFFFFFF", + "GUID": "FA6128779D234C89B9AB60E7171F56B4FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Composition.ExportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L19C36-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L19C36-L21C10" }, { "DocsId": "M:System.Composition.ExportAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L33C53-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L33C53-L35C10" }, { "DocsId": "M:System.Composition.ExportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L46C55-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L46C55-L48C10" }, { "DocsId": "M:System.Composition.ExportAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L64C9-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L64C9-L68C10" }, { "DocsId": "P:System.Composition.ExportAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L77C38-L77C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L77C38-L77C42" }, { "DocsId": "P:System.Composition.ExportAttribute.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L87C36-L87C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L87C36-L87C40" } ], "DocsId": "T:System.Composition.ExportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.ExportMetadataAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs#L27C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs#L27C9-L31C10" }, { "DocsId": "P:System.Composition.ExportMetadataAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs#L39C30-L39C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs#L39C30-L39C34" }, { "DocsId": "P:System.Composition.ExportMetadataAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs#L47C31-L47C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs#L47C31-L47C35" } ], "DocsId": "T:System.Composition.ExportMetadataAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.ImportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L19C36-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L19C36-L21C10" }, { "DocsId": "M:System.Composition.ImportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L31C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L31C9-L34C10" }, { "DocsId": "P:System.Composition.ImportAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L43C38-L43C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L43C38-L43C42" }, { "DocsId": "P:System.Composition.ImportAttribute.AllowDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L50C36-L50C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L50C36-L50C40" } ], "DocsId": "T:System.Composition.ImportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.ImportingConstructorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportingConstructorAttribute.cs#L20C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportingConstructorAttribute.cs#L20C9-L22C10" } ], "DocsId": "T:System.Composition.ImportingConstructorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportingConstructorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportingConstructorAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.ImportManyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs#L19C40-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs#L19C40-L21C10" }, { "DocsId": "M:System.Composition.ImportManyAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs#L31C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs#L31C9-L34C10" }, { "DocsId": "P:System.Composition.ImportManyAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs#L43C38-L43C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs#L43C38-L43C42" } ], "DocsId": "T:System.Composition.ImportManyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.ImportMetadataConstraintAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs#L17C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs#L17C9-L21C10" }, { "DocsId": "P:System.Composition.ImportMetadataConstraintAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs#L26C30-L26C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs#L26C30-L26C34" }, { "DocsId": "P:System.Composition.ImportMetadataConstraintAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs#L31C31-L31C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs#L31C31-L31C35" } ], "DocsId": "T:System.Composition.ImportMetadataConstraintAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.MetadataAttributeAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/MetadataAttributeAttribute.cs#L17C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/MetadataAttributeAttribute.cs#L17C9-L19C10" } ], "DocsId": "T:System.Composition.MetadataAttributeAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/MetadataAttributeAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/MetadataAttributeAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.OnImportsSatisfiedAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/OnImportsSatisfiedAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/OnImportsSatisfiedAttribute.cs" } ], "DocsId": "T:System.Composition.OnImportsSatisfiedAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/OnImportsSatisfiedAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/OnImportsSatisfiedAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.PartMetadataAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs#L24C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs#L24C9-L28C10" }, { "DocsId": "P:System.Composition.PartMetadataAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs#L36C30-L36C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs#L36C30-L36C34" }, { "DocsId": "P:System.Composition.PartMetadataAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs#L44C31-L44C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs#L44C31-L44C35" } ], "DocsId": "T:System.Composition.PartMetadataAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.PartNotDiscoverableAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartNotDiscoverableAttribute.cs#L15C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartNotDiscoverableAttribute.cs#L15C9-L17C10" } ], "DocsId": "T:System.Composition.PartNotDiscoverableAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartNotDiscoverableAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartNotDiscoverableAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.SharedAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs#L23C36-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs#L23C36-L25C10" }, { "DocsId": "M:System.Composition.SharedAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs#L32C62-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs#L32C62-L34C10" }, { "DocsId": "P:System.Composition.SharedAttribute.SharingBoundary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs#L39C42-L39C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs#L39C42-L39C60" } ], "DocsId": "T:System.Composition.SharedAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.SharingBoundaryAttribute.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs#L30C9-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs#L30C9-L33C10" }, { "DocsId": "P:System.Composition.SharingBoundaryAttribute.SharingBoundaryNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs#L38C67-L38C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs#L38C67-L38C106" } ], "DocsId": "T:System.Composition.SharingBoundaryAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Convention.AttributedModelProvider.GetCustomAttributes(System.Type,System.Reflection.MemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" }, { "DocsId": "M:System.Composition.Convention.AttributedModelProvider.GetCustomAttributes(System.Type,System.Reflection.ParameterInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" }, { "DocsId": "M:System.Composition.Convention.AttributedModelProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" } ], "DocsId": "T:System.Composition.Convention.AttributedModelProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Composition.Convention.json b/xml/SourceLinkInformation/net-8.0-pp/System.Composition.Convention.json index d6b71777e38..95cf9280529 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Composition.Convention.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Composition.Convention.json @@ -1,267 +1,267 @@ { "Assembly": "System.Composition.Convention", - "GUID": "F582D569145D4C738530792313209C00FFFFFFFF", + "GUID": "02F41D15650F48D3A3EA6E9E5068F69EFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Composition.Convention.ConventionBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L16C9-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L16C9-L27C10" }, { "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForTypesDerivedFrom``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L37C13-L39C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L37C13-L39C32" }, { "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForTypesDerivedFrom(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L50C13-L57C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L50C13-L57C32" }, { "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L67C13-L69C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L67C13-L69C32" }, { "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L79C13-L86C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L79C13-L86C32" }, { "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForTypesMatching``1(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L98C13-L105C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L98C13-L105C32" }, { "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForTypesMatching(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L116C13-L123C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L116C13-L123C32" }, { "DocsId": "M:System.Composition.Convention.ConventionBuilder.GetCustomAttributes(System.Type,System.Reflection.MemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L161C13-L244C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L161C13-L244C110" }, { "DocsId": "M:System.Composition.Convention.ConventionBuilder.GetCustomAttributes(System.Type,System.Reflection.ParameterInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L301C13-L308C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L301C13-L308C96" } ], "DocsId": "T:System.Composition.Convention.ConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AsContractType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L33C13-L33C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L33C13-L33C46" }, { "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AsContractType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L43C13-L49C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L43C13-L49C25" }, { "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AsContractName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L59C13-L69C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L59C13-L69C25" }, { "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AsContractName(System.Func{System.Type,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L79C13-L85C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L79C13-L85C25" }, { "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AddMetadata(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L96C13-L108C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L96C13-L108C25" }, { "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AddMetadata(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L119C13-L135C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L119C13-L135C25" } ], "DocsId": "T:System.Composition.Convention.ExportConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AsContractName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L33C13-L43C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L33C13-L43C25" }, { "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AsContractName(System.Func{System.Type,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L53C13-L59C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L53C13-L59C25" }, { "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AsMany", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L68C13-L68C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L68C13-L68C33" }, { "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AsMany(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L78C13-L79C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L78C13-L79C25" }, { "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AllowDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L89C13-L90C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L89C13-L90C25" }, { "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AddMetadataConstraint(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L101C13-L113C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L101C13-L113C25" }, { "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AddMetadataConstraint(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L124C13-L140C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L124C13-L140C25" } ], "DocsId": "T:System.Composition.Convention.ImportConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Convention.ParameterImportConventionBuilder.Import``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ParameterImportConventionBuilder.cs#L21C13-L21C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ParameterImportConventionBuilder.cs#L21C13-L21C28" }, { "DocsId": "M:System.Composition.Convention.ParameterImportConventionBuilder.Import``1(System.Action{System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ParameterImportConventionBuilder.cs#L32C13-L32C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ParameterImportConventionBuilder.cs#L32C13-L32C28" } ], "DocsId": "T:System.Composition.Convention.ParameterImportConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ParameterImportConventionBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ParameterImportConventionBuilder.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Export", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L56C13-L58C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L56C13-L58C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Export(System.Action{System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L68C13-L76C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L68C13-L76C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Export``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L85C13-L87C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L85C13-L87C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Export``1(System.Action{System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L97C13-L105C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L97C13-L105C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.SelectConstructor(System.Func{System.Collections.Generic.IEnumerable{System.Reflection.ConstructorInfo},System.Reflection.ConstructorInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L115C13-L121C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L115C13-L121C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.SelectConstructor(System.Func{System.Collections.Generic.IEnumerable{System.Reflection.ConstructorInfo},System.Reflection.ConstructorInfo},System.Action{System.Reflection.ParameterInfo,System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L133C13-L140C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L133C13-L140C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportInterfaces(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L150C13-L155C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L150C13-L155C64" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportInterfaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L164C13-L164C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L164C13-L164C48" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportInterfaces(System.Predicate{System.Type},System.Action{System.Type,System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L176C13-L185C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L176C13-L185C79" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportProperties(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L202C13-L207C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L202C13-L207C63" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportProperties(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L219C13-L228C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L219C13-L228C78" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportProperties``1(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L246C13-L251C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L246C13-L251C66" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportProperties``1(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L264C13-L273C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L264C13-L273C81" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ImportProperties(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L290C13-L295C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L290C13-L295C63" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ImportProperties(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L307C13-L316C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L307C13-L316C78" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ImportProperties``1(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L334C13-L339C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L334C13-L339C66" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ImportProperties``1(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L352C13-L361C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L352C13-L361C81" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.NotifyImportsSatisfied(System.Predicate{System.Reflection.MethodInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L378C13-L379C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L378C13-L379C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Shared", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L388C13-L388C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L388C13-L388C37" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Shared(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L398C13-L408C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L398C13-L408C48" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.AddPartMetadata(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L426C13-L438C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L426C13-L438C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.AddPartMetadata(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L449C13-L465C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L449C13-L465C25" } ], "DocsId": "T:System.Composition.Convention.PartConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.SelectConstructor(System.Linq.Expressions.Expression{System.Func{System.Composition.Convention.ParameterImportConventionBuilder,`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L220C13-L227C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L220C13-L227C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ExportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L237C13-L237C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L237C13-L237C59" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ExportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L250C13-L257C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L250C13-L257C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ExportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L269C13-L269C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L269C13-L269C70" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ExportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L283C13-L290C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L283C13-L290C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ImportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L300C13-L300C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L300C13-L300C59" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ImportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L313C13-L320C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L313C13-L320C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ImportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L331C13-L331C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L331C13-L331C70" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ImportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L345C13-L352C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L345C13-L352C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.NotifyImportsSatisfied(System.Linq.Expressions.Expression{System.Action{`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L361C13-L368C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L361C13-L368C25" } ], "DocsId": "T:System.Composition.Convention.PartConventionBuilder`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Composition.Hosting.json b/xml/SourceLinkInformation/net-8.0-pp/System.Composition.Hosting.json index 355d0428820..97036dbe87d 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Composition.Hosting.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Composition.Hosting.json @@ -1,253 +1,253 @@ { "Assembly": "System.Composition.Hosting", - "GUID": "62CE983722784B8D965FCC79180C7AECFFFFFFFF", + "GUID": "D4EBCC416A7A42488FEF8E8A84F35796FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Composition.Hosting.CompositionHost.CreateCompositionHost(System.Composition.Hosting.Core.ExportDescriptorProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L37C13-L37C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L37C13-L37C92" }, { "DocsId": "M:System.Composition.Hosting.CompositionHost.CreateCompositionHost(System.Collections.Generic.IEnumerable{System.Composition.Hosting.Core.ExportDescriptorProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L46C13-L63C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L46C13-L63C51" }, { "DocsId": "M:System.Composition.Hosting.CompositionHost.TryGetExport(System.Composition.Hosting.Core.CompositionContract,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L76C13-L76C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L76C13-L76C76" }, { "DocsId": "M:System.Composition.Hosting.CompositionHost.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L84C13-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L84C13-L85C10" } ], "DocsId": "T:System.Composition.Hosting.CompositionHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Hosting.Core.CompositeActivator.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositeActivator.Invoke(System.Composition.Hosting.Core.LifetimeContext,System.Composition.Hosting.Core.CompositionOperation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositeActivator.BeginInvoke(System.Composition.Hosting.Core.LifetimeContext,System.Composition.Hosting.Core.CompositionOperation,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositeActivator.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" } ], "DocsId": "T:System.Composition.Hosting.Core.CompositeActivator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Hosting.Core.CompositionDependency.Satisfied(System.Composition.Hosting.Core.CompositionContract,System.Composition.Hosting.Core.ExportDescriptorPromise,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L42C13-L55C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L42C13-L55C86" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionDependency.Missing(System.Composition.Hosting.Core.CompositionContract,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L67C13-L76C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L67C13-L76C62" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionDependency.Oversupplied(System.Composition.Hosting.Core.CompositionContract,System.Collections.Generic.IEnumerable{System.Composition.Hosting.Core.ExportDescriptorPromise},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L89C13-L102C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L89C13-L102C71" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionDependency.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L156C13-L159C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L156C13-L159C98" }, { "DocsId": "P:System.Composition.Hosting.Core.CompositionDependency.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L130C55-L130C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L130C55-L130C70" }, { "DocsId": "P:System.Composition.Hosting.Core.CompositionDependency.IsPrerequisite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L137C44-L137C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L137C44-L137C67" }, { "DocsId": "P:System.Composition.Hosting.Core.CompositionDependency.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L143C36-L143C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L143C36-L143C49" }, { "DocsId": "P:System.Composition.Hosting.Core.CompositionDependency.Contract", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L148C53-L148C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L148C53-L148C70" } ], "DocsId": "T:System.Composition.Hosting.Core.CompositionDependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Hosting.Core.CompositionOperation.Run(System.Composition.Hosting.Core.LifetimeContext,System.Composition.Hosting.Core.CompositeActivator)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L33C13-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L33C13-L48C10" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionOperation.AddNonPrerequisiteAction(System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L57C13-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L57C13-L65C10" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionOperation.AddPostCompositionAction(System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L74C13-L82C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L74C13-L82C10" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionOperation.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L128C13-L130C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L128C13-L130C10" } ], "DocsId": "T:System.Composition.Hosting.Core.CompositionOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.GetPromises(System.Composition.Hosting.Core.CompositionContract)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs" }, { "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.ResolveDependencies(System.Object,System.Composition.Hosting.Core.CompositionContract,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs#L30C13-L34C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs#L30C13-L34C27" }, { "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.ResolveRequiredDependency(System.Object,System.Composition.Hosting.Core.CompositionContract,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs#L47C13-L50C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs#L47C13-L50C27" }, { "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.TryResolveOptionalDependency(System.Object,System.Composition.Hosting.Core.CompositionContract,System.Boolean,System.Composition.Hosting.Core.CompositionDependency@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs#L63C13-L77C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs#L63C13-L77C25" }, { "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs" } ], "DocsId": "T:System.Composition.Hosting.Core.DependencyAccessor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptor.Create(System.Composition.Hosting.Core.CompositeActivator,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs#L33C13-L33C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs#L33C13-L33C68" }, { "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" }, { "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptor.Activator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" }, { "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptor.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" } ], "DocsId": "T:System.Composition.Hosting.Core.ExportDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorPromise.#ctor(System.Composition.Hosting.Core.CompositionContract,System.String,System.Boolean,System.Func{System.Collections.Generic.IEnumerable{System.Composition.Hosting.Core.CompositionDependency}},System.Func{System.Collections.Generic.IEnumerable{System.Composition.Hosting.Core.CompositionDependency},System.Composition.Hosting.Core.ExportDescriptor})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L36C9-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L36C9-L48C10" }, { "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorPromise.GetDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L78C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L78C13-L95C10" }, { "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorPromise.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L103C13-L103C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L103C13-L103C84" }, { "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptorPromise.Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L54C38-L54C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L54C38-L54C53" }, { "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptorPromise.IsShared", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L60C38-L60C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L60C38-L60C55" }, { "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptorPromise.Dependencies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L65C79-L65C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L65C79-L65C106" }, { "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptorPromise.Contract", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L70C53-L70C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L70C53-L70C70" } ], "DocsId": "T:System.Composition.Hosting.Core.ExportDescriptorPromise", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorProvider.GetExportDescriptors(System.Composition.Hosting.Core.CompositionContract,System.Composition.Hosting.Core.DependencyAccessor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" }, { "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" }, { "DocsId": "F:System.Composition.Hosting.Core.ExportDescriptorProvider.NoExportDescriptors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" }, { "DocsId": "F:System.Composition.Hosting.Core.ExportDescriptorProvider.NoMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" }, { "DocsId": "F:System.Composition.Hosting.Core.ExportDescriptorProvider.NoDependencies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" } ], "DocsId": "T:System.Composition.Hosting.Core.ExportDescriptorProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.AllocateSharingId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L51C13-L51C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L51C13-L51C63" }, { "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.FindContextWithin(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L77C13-L97C22" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L77C13-L97C22" }, { "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L106C13-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L106C13-L121C10" }, { "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.AddBoundInstance(System.IDisposable)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L130C13-L137C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L130C13-L137C10" }, { "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.GetOrCreate(System.Int32,System.Composition.Hosting.Core.CompositionOperation,System.Composition.Hosting.Core.CompositeActivator)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L155C13-L184C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L155C13-L184C27" }, { "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.TryGetExport(System.Composition.Hosting.Core.CompositionContract,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L198C13-L205C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L198C13-L205C25" }, { "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L214C13-L220C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L214C13-L220C76" } ], "DocsId": "T:System.Composition.Hosting.Core.LifetimeContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Composition.Runtime.json b/xml/SourceLinkInformation/net-8.0-pp/System.Composition.Runtime.json index 830367b5d3d..13d58235c70 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Composition.Runtime.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Composition.Runtime.json @@ -1,187 +1,187 @@ { "Assembly": "System.Composition.Runtime", - "GUID": "D9BB1B8AE3AA436EA3CD354D0513BBBCFFFFFFFF", + "GUID": "D882C3F4B82B40DBB56481957A5999D9FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Composition.CompositionContext.TryGetExport(System.Composition.Hosting.Core.CompositionContract,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs" }, { "DocsId": "M:System.Composition.CompositionContext.GetExport``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L36C13-L36C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L36C13-L36C45" }, { "DocsId": "M:System.Composition.CompositionContext.GetExport``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L49C13-L49C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L49C13-L49C70" }, { "DocsId": "M:System.Composition.CompositionContext.TryGetExport(System.Type,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L62C13-L62C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L62C13-L62C63" }, { "DocsId": "M:System.Composition.CompositionContext.TryGetExport(System.Type,System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L76C13-L80C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L76C13-L80C26" }, { "DocsId": "M:System.Composition.CompositionContext.TryGetExport``1(``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L93C13-L93C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L93C13-L93C51" }, { "DocsId": "M:System.Composition.CompositionContext.TryGetExport``1(System.String,``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L107C13-L114C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L107C13-L114C25" }, { "DocsId": "M:System.Composition.CompositionContext.GetExport(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L126C13-L126C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L126C13-L126C48" }, { "DocsId": "M:System.Composition.CompositionContext.GetExport(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L139C13-L139C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L139C13-L139C81" }, { "DocsId": "M:System.Composition.CompositionContext.GetExport(System.Composition.Hosting.Core.CompositionContract)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L151C13-L154C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L151C13-L154C119" }, { "DocsId": "M:System.Composition.CompositionContext.GetExports(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L165C13-L165C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L165C13-L165C49" }, { "DocsId": "M:System.Composition.CompositionContext.GetExports(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L178C13-L183C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L178C13-L183C65" }, { "DocsId": "M:System.Composition.CompositionContext.GetExports``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L195C13-L195C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L195C13-L195C46" }, { "DocsId": "M:System.Composition.CompositionContext.GetExports``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L208C13-L208C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L208C13-L208C84" }, { "DocsId": "M:System.Composition.CompositionContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs" } ], "DocsId": "T:System.Composition.CompositionContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs" }, { "Members": [ { "DocsId": "M:System.Composition.ExportFactory`1.#ctor(System.Func{System.Tuple{`0,System.Action}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfT.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfT.cs#L18C9-L21C10" }, { "DocsId": "M:System.Composition.ExportFactory`1.CreateExport", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfT.cs#L29C13-L30C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfT.cs#L29C13-L30C94" } ], "DocsId": "T:System.Composition.ExportFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfT.cs" }, { "Members": [ { "DocsId": "M:System.Composition.ExportFactory`2.#ctor(System.Func{System.Tuple{`0,System.Action}},`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfTTMetadata.cs#L19C15-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfTTMetadata.cs#L19C15-L22C10" }, { "DocsId": "P:System.Composition.ExportFactory`2.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfTTMetadata.cs#L27C37-L27C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfTTMetadata.cs#L27C37-L27C41" } ], "DocsId": "T:System.Composition.ExportFactory`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfTTMetadata.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfTTMetadata.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Export`1.#ctor(`0,System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs#L20C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs#L20C9-L24C10" }, { "DocsId": "M:System.Composition.Export`1.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs#L34C34-L34C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs#L34C34-L34C58" }, { "DocsId": "P:System.Composition.Export`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs#L29C26-L29C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs#L29C26-L29C30" } ], "DocsId": "T:System.Composition.Export`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Hosting.CompositionFailedException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs#L17C15-L18C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs#L17C15-L18C12" }, { "DocsId": "M:System.Composition.Hosting.CompositionFailedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs#L25C15-L26C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs#L25C15-L26C12" }, { "DocsId": "M:System.Composition.Hosting.CompositionFailedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs#L34C15-L35C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs#L34C15-L35C12" } ], "DocsId": "T:System.Composition.Hosting.CompositionFailedException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L25C15-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L25C15-L27C10" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L35C15-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L35C15-L37C10" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.#ctor(System.Type,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L45C9-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L45C9-L53C10" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L78C13-L82C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L78C13-L82C86" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L91C13-L96C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L91C13-L96C23" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L105C13-L115C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L105C13-L115C27" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.ChangeType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L127C13-L128C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L127C13-L128C98" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.TryUnwrapMetadataConstraint``1(System.String,``0@,System.Composition.Hosting.Core.CompositionContract@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L143C13-L172C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L143C13-L172C25" }, { "DocsId": "P:System.Composition.Hosting.Core.CompositionContract.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L58C37-L58C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L58C37-L58C50" }, { "DocsId": "P:System.Composition.Hosting.Core.CompositionContract.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L63C39-L63C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L63C39-L63C52" }, { "DocsId": "P:System.Composition.Hosting.Core.CompositionContract.MetadataConstraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L69C81-L69C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L69C81-L69C101" } ], "DocsId": "T:System.Composition.Hosting.Core.CompositionContract", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Composition.TypedParts.json b/xml/SourceLinkInformation/net-8.0-pp/System.Composition.TypedParts.json index 190c192491c..bc3cc4ad54b 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Composition.TypedParts.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Composition.TypedParts.json @@ -1,103 +1,103 @@ { "Assembly": "System.Composition.TypedParts", - "GUID": "60811E1B69914C1790A913509D0F1957FFFFFFFF", + "GUID": "236A5F63E19C420E937598E7E5C7E997FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Composition.CompositionContextExtensions.SatisfyImports(System.Composition.CompositionContext,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/CompositionContextExtensions.cs#L30C13-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/CompositionContextExtensions.cs#L30C13-L31C10" }, { "DocsId": "M:System.Composition.CompositionContextExtensions.SatisfyImports(System.Composition.CompositionContext,System.Object,System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/CompositionContextExtensions.cs#L42C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/CompositionContextExtensions.cs#L42C13-L43C10" } ], "DocsId": "T:System.Composition.CompositionContextExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/CompositionContextExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/CompositionContextExtensions.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.CreateContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L33C13-L42C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L33C13-L42C79" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithProvider(System.Composition.Hosting.Core.ExportDescriptorProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L52C13-L58C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L52C13-L58C25" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithDefaultConventions(System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L70C13-L79C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L70C13-L79C25" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithPart(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L90C13-L90C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L90C13-L90C45" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithPart(System.Type,System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L102C13-L103C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L102C13-L103C63" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithPart``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L114C13-L114C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L114C13-L114C42" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithPart``1(System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L126C13-L126C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L126C13-L126C57" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithParts(System.Type[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L137C13-L137C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L137C13-L137C60" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithParts(System.Collections.Generic.IEnumerable{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L148C13-L148C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L148C13-L148C47" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithParts(System.Collections.Generic.IEnumerable{System.Type},System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L160C13-L166C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L160C13-L166C25" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithAssembly(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L177C13-L177C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L177C13-L177C49" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithAssembly(System.Reflection.Assembly,System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L189C13-L189C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L189C13-L189C68" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithAssemblies(System.Collections.Generic.IEnumerable{System.Reflection.Assembly})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L200C13-L200C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L200C13-L200C53" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithAssemblies(System.Collections.Generic.IEnumerable{System.Reflection.Assembly},System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L212C13-L217C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L212C13-L217C113" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithExport``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L228C13-L233C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L228C13-L233C61" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithExport``1(``0,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L246C13-L251C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L246C13-L251C90" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithExport(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L262C13-L271C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L262C13-L271C75" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithExport(System.Type,System.Object,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L284C13-L293C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L284C13-L293C127" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L23C9-L24C153" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L23C9-L24C153" } ], "DocsId": "T:System.Composition.Hosting.ContainerConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Configuration.ConfigurationManager.json b/xml/SourceLinkInformation/net-8.0-pp/System.Configuration.ConfigurationManager.json index 5c444abf12d..f671802f25a 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Configuration.ConfigurationManager.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Configuration.ConfigurationManager.json @@ -1,5203 +1,5203 @@ { "Assembly": "System.Configuration.ConfigurationManager", - "GUID": "7C04FE12296A4D669D3E7101E74D0312FFFFFFFF", + "GUID": "CE83F37FBEBA4A4F94C00EFC4B05FFC4FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:System.UriIdnScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" }, { "DocsId": "F:System.UriIdnScope.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" }, { "DocsId": "F:System.UriIdnScope.AllExceptIntranet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" }, { "DocsId": "F:System.UriIdnScope.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" } ], "DocsId": "T:System.UriIdnScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.TraceConfiguration.Register", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Diagnostics/TraceConfiguration.cs#L16C13-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Diagnostics/TraceConfiguration.cs#L16C13-L27C10" } ], "DocsId": "T:System.Diagnostics.TraceConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Diagnostics/TraceConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Diagnostics/TraceConfiguration.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Configuration.SystemDrawingSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs" }, { "DocsId": "P:System.Drawing.Configuration.SystemDrawingSection.BitmapSuffix", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs#L17C20-L17C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs#L17C20-L17C48" }, { "DocsId": "P:System.Drawing.Configuration.SystemDrawingSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs#L21C83-L21C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs#L21C83-L21C95" } ], "DocsId": "T:System.Drawing.Configuration.SystemDrawingSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.DictionarySectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs#L31C13-L79C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs#L31C13-L79C24" }, { "DocsId": "M:System.Configuration.DictionarySectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs" }, { "DocsId": "P:System.Configuration.DictionarySectionHandler.KeyAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs#L87C19-L87C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs#L87C19-L87C32" }, { "DocsId": "P:System.Configuration.DictionarySectionHandler.ValueAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs#L95C19-L95C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs#L95C19-L95C34" } ], "DocsId": "T:System.Configuration.DictionarySectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.DpapiProtectedConfigurationProvider.Decrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L20C13-L42C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L20C13-L42C48" }, { "DocsId": "M:System.Configuration.DpapiProtectedConfigurationProvider.Encrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L47C13-L56C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L47C13-L56C48" }, { "DocsId": "M:System.Configuration.DpapiProtectedConfigurationProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L95C13-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L95C13-L101C10" }, { "DocsId": "M:System.Configuration.DpapiProtectedConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L15C9-L15C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L15C9-L15C51" }, { "DocsId": "P:System.Configuration.DpapiProtectedConfigurationProvider.UseMachineProtection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L91C50-L91C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L91C50-L91C79" } ], "DocsId": "T:System.Configuration.DpapiProtectedConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.IConfigurationSystem.GetConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSystem.cs" }, { "DocsId": "M:System.Configuration.IConfigurationSystem.Init", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSystem.cs" } ], "DocsId": "T:System.Configuration.IConfigurationSystem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSystem.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.IdnElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs#L13C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs#L13C9-L22C10" }, { "DocsId": "P:System.Configuration.IdnElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs#L28C17-L28C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs#L28C17-L28C36" }, { "DocsId": "P:System.Configuration.IdnElement.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs#L35C19-L35C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs#L35C19-L35C54" } ], "DocsId": "T:System.Configuration.IdnElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.IPersistComponentSettings.LoadComponentSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" }, { "DocsId": "M:System.Configuration.IPersistComponentSettings.SaveComponentSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" }, { "DocsId": "M:System.Configuration.IPersistComponentSettings.ResetComponentSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" }, { "DocsId": "P:System.Configuration.IPersistComponentSettings.SaveSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" }, { "DocsId": "P:System.Configuration.IPersistComponentSettings.SettingsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" } ], "DocsId": "T:System.Configuration.IPersistComponentSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ApplicationSettingsBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L27C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L27C9-L35C10" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.#ctor(System.ComponentModel.IComponent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L42C63-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L42C63-L44C10" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L27C9-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L27C9-L52C10" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.#ctor(System.ComponentModel.IComponent,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L57C83-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L57C83-L85C10" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.GetPreviousVersion(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L283C13-L304C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L283C13-L304C25" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.OnPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L312C13-L313C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L312C13-L313C10" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.OnSettingChanging(System.Object,System.Configuration.SettingChangingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L320C13-L321C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L320C13-L321C10" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.OnSettingsLoaded(System.Object,System.Configuration.SettingsLoadedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L328C13-L329C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L328C13-L329C10" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.OnSettingsSaving(System.Object,System.ComponentModel.CancelEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L336C13-L337C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L336C13-L337C10" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L344C13-L351C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L344C13-L351C10" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L359C13-L368C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L359C13-L368C10" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L375C13-L382C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L375C13-L382C10" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.Upgrade", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L426C13-L435C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L426C13-L435C10" }, { "DocsId": "E:System.Configuration.ApplicationSettingsBase.PropertyChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L223C17-L224C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L223C17-L224C14" }, { "DocsId": "E:System.Configuration.ApplicationSettingsBase.SettingChanging", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L239C17-L240C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L239C17-L240C14" }, { "DocsId": "E:System.Configuration.ApplicationSettingsBase.SettingsLoaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L254C17-L255C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L254C17-L255C14" }, { "DocsId": "E:System.Configuration.ApplicationSettingsBase.SettingsSaving", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L269C17-L270C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L269C17-L270C14" }, { "DocsId": "P:System.Configuration.ApplicationSettingsBase.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L95C17-L116C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L95C17-L116C33" }, { "DocsId": "P:System.Configuration.ApplicationSettingsBase.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L130C17-L151C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L130C17-L151C34" }, { "DocsId": "P:System.Configuration.ApplicationSettingsBase.PropertyValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L163C17-L163C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L163C17-L163C44" }, { "DocsId": "P:System.Configuration.ApplicationSettingsBase.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L175C17-L195C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L175C17-L195C35" }, { "DocsId": "P:System.Configuration.ApplicationSettingsBase.SettingsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L207C17-L207C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L207C17-L207C37" }, { "DocsId": "P:System.Configuration.ApplicationSettingsBase.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L391C17-L403C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L391C17-L403C14" } ], "DocsId": "T:System.Configuration.ApplicationSettingsBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ApplicationScopedSettingAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationScopedSettingAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationScopedSettingAttribute.cs" } ], "DocsId": "T:System.Configuration.ApplicationScopedSettingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationScopedSettingAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationScopedSettingAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ApplicationSettingsGroup.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsGroup.cs" } ], "DocsId": "T:System.Configuration.ApplicationSettingsGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsGroup.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.AppSettingsReader.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsReader.cs#L19C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsReader.cs#L19C9-L22C10" }, { "DocsId": "M:System.Configuration.AppSettingsReader.GetValue(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsReader.cs#L33C13-L81C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsReader.cs#L33C13-L81C10" } ], "DocsId": "T:System.Configuration.AppSettingsReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsReader.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.AppSettingsSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L18C9-L21C10" }, { "DocsId": "M:System.Configuration.AppSettingsSection.GetRuntimeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L73C13-L74C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L73C13-L74C37" }, { "DocsId": "M:System.Configuration.AppSettingsSection.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L79C13-L86C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L79C13-L86C10" }, { "DocsId": "M:System.Configuration.AppSettingsSection.DeserializeElement(System.Xml.XmlReader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L90C13-L141C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L90C13-L141C10" }, { "DocsId": "P:System.Configuration.AppSettingsSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L23C83-L23C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L23C83-L23C108" }, { "DocsId": "P:System.Configuration.AppSettingsSection.Settings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L29C60-L29C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L29C60-L29C116" }, { "DocsId": "P:System.Configuration.AppSettingsSection.File", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L36C17-L37C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L36C17-L37C50" } ], "DocsId": "T:System.Configuration.AppSettingsSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.CallbackValidator.#ctor(System.Type,System.Configuration.ValidatorCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs#L11C75-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs#L11C75-L15C10" }, { "DocsId": "M:System.Configuration.CallbackValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs#L31C13-L31C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs#L31C13-L31C55" }, { "DocsId": "M:System.Configuration.CallbackValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs#L36C13-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs#L36C13-L37C10" } ], "DocsId": "T:System.Configuration.CallbackValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.CallbackValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L12C9-L12C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L12C9-L12C59" }, { "DocsId": "P:System.Configuration.CallbackValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L19C17-L41C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L19C17-L41C63" }, { "DocsId": "P:System.Configuration.CallbackValidatorAttribute.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L47C19-L47C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L47C19-L47C32" }, { "DocsId": "P:System.Configuration.CallbackValidatorAttribute.CallbackMethodName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L57C19-L57C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L57C19-L57C46" } ], "DocsId": "T:System.Configuration.CallbackValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ClientSettingsSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs#L14C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs#L14C9-L16C10" }, { "DocsId": "P:System.Configuration.ClientSettingsSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs#L22C17-L22C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs#L22C17-L22C37" }, { "DocsId": "P:System.Configuration.ClientSettingsSection.Settings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs#L31C17-L31C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs#L31C17-L31C71" } ], "DocsId": "T:System.Configuration.ClientSettingsSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.CommaDelimitedStringCollectionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs#L13C13-L15C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs#L13C13-L15C46" }, { "DocsId": "M:System.Configuration.CommaDelimitedStringCollectionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs#L20C13-L22C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs#L20C13-L22C40" }, { "DocsId": "M:System.Configuration.CommaDelimitedStringCollectionConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs" } ], "DocsId": "T:System.Configuration.CommaDelimitedStringCollectionConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Configuration.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L167C13-L169C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L167C13-L169C28" }, { "DocsId": "M:System.Configuration.Configuration.GetSectionGroup(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L174C13-L176C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L174C13-L176C33" }, { "DocsId": "M:System.Configuration.Configuration.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L181C13-L182C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L181C13-L182C10" }, { "DocsId": "M:System.Configuration.Configuration.Save(System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L186C13-L187C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L186C13-L187C10" }, { "DocsId": "M:System.Configuration.Configuration.Save(System.Configuration.ConfigurationSaveMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L191C13-L192C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L191C13-L192C10" }, { "DocsId": "M:System.Configuration.Configuration.SaveAs(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L196C13-L197C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L196C13-L197C10" }, { "DocsId": "M:System.Configuration.Configuration.SaveAs(System.String,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L201C13-L202C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L201C13-L202C10" }, { "DocsId": "M:System.Configuration.Configuration.SaveAs(System.String,System.Configuration.ConfigurationSaveMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L206C13-L209C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L206C13-L209C10" }, { "DocsId": "P:System.Configuration.Configuration.AppSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L78C50-L78C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L78C50-L78C95" }, { "DocsId": "P:System.Configuration.Configuration.ConnectionStrings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L80C62-L80C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L80C62-L80C119" }, { "DocsId": "P:System.Configuration.Configuration.FilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L82C35-L82C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L82C35-L82C70" }, { "DocsId": "P:System.Configuration.Configuration.HasFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L84C32-L84C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L84C32-L84C55" }, { "DocsId": "P:System.Configuration.Configuration.Locations", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L87C16-L87C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L87C16-L87C72" }, { "DocsId": "P:System.Configuration.Configuration.EvaluationContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L90C16-L90C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L90C16-L90C70" }, { "DocsId": "P:System.Configuration.Configuration.RootSectionGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L96C17-L102C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L96C17-L102C42" }, { "DocsId": "P:System.Configuration.Configuration.Sections", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L106C59-L106C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L106C59-L106C84" }, { "DocsId": "P:System.Configuration.Configuration.SectionGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L108C69-L108C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L108C69-L108C99" }, { "DocsId": "P:System.Configuration.Configuration.NamespaceDeclared", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L116C19-L116C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L116C19-L116C57" }, { "DocsId": "P:System.Configuration.Configuration.TypeStringTransformer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L122C19-L122C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L122C19-L122C49" }, { "DocsId": "P:System.Configuration.Configuration.AssemblyStringTransformer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L135C19-L135C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L135C19-L135C53" }, { "DocsId": "P:System.Configuration.Configuration.TargetFramework", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L148C13-L148C17" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L148C13-L148C17" } ], "DocsId": "T:System.Configuration.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" }, { "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.MachineOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" }, { "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.MachineToWebRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" }, { "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.MachineToApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" }, { "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.Everywhere", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" } ], "DocsId": "T:System.Configuration.ConfigurationAllowDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" }, { "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.MachineOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" }, { "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.MachineToApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" }, { "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.MachineToRoamingUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" }, { "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.MachineToLocalUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" } ], "DocsId": "T:System.Configuration.ConfigurationAllowExeDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationCollectionAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L57C13-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L57C13-L22C10" }, { "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.ItemType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L24C32-L24C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L24C32-L24C36" }, { "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.AddItemName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L28C19-L28C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L28C19-L28C92" }, { "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.RemoveItemName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L38C19-L38C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L38C19-L38C98" }, { "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.ClearItemsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L48C19-L48C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L48C19-L48C98" }, { "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.CollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L56C68-L56C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L56C68-L56C72" } ], "DocsId": "T:System.Configuration.ConfigurationCollectionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationConverterBase.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs#L12C13-L12C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs#L12C13-L12C43" }, { "DocsId": "M:System.Configuration.ConfigurationConverterBase.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs#L17C13-L17C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs#L17C13-L17C43" }, { "DocsId": "M:System.Configuration.ConfigurationConverterBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs" } ], "DocsId": "T:System.Configuration.ConfigurationConverterBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L53C9-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L53C9-L70C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.Init", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L241C13-L242C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L241C13-L242C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L414C13-L426C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L414C13-L426C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L430C13-L437C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L430C13-L437C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L441C13-L441C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L441C13-L441C30" }, { "DocsId": "M:System.Configuration.ConfigurationElement.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L446C13-L448C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L446C13-L448C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.ListErrors(System.Collections.IList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L496C55-L504C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L496C55-L504C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.InitializeDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L506C63-L506C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L506C63-L506C64" }, { "DocsId": "M:System.Configuration.ConfigurationElement.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L606C13-L670C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L606C13-L670C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L674C13-L696C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L674C13-L696C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L700C13-L706C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L700C13-L706C30" }, { "DocsId": "M:System.Configuration.ConfigurationElement.SetPropertyValue(System.Configuration.ConfigurationProperty,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L829C13-L846C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L829C13-L846C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L878C13-L1007C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L878C13-L1007C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.SerializeToXmlElement(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1011C13-L1035C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1011C13-L1035C32" }, { "DocsId": "M:System.Configuration.ConfigurationElement.SerializeElement(System.Xml.XmlWriter,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1040C13-L1177C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1040C13-L1177C32" }, { "DocsId": "M:System.Configuration.ConfigurationElement.DeserializeElement(System.Xml.XmlReader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1385C13-L1706C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1385C13-L1706C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.OnRequiredPropertyNotFound(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1833C13-L1835C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1833C13-L1835C43" }, { "DocsId": "M:System.Configuration.ConfigurationElement.PostDeserialize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1841C9-L1841C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1841C9-L1841C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.PreSerialize(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1846C9-L1846C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1846C9-L1846C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.OnDeserializeUnrecognizedAttribute(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1850C13-L1850C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1850C13-L1850C26" }, { "DocsId": "M:System.Configuration.ConfigurationElement.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1855C13-L1855C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1855C13-L1855C26" }, { "DocsId": "M:System.Configuration.ConfigurationElement.GetTransformedTypeString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1860C13-L1863C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1860C13-L1863C66" }, { "DocsId": "M:System.Configuration.ConfigurationElement.GetTransformedAssemblyString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1868C13-L1871C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1868C13-L1871C74" }, { "DocsId": "P:System.Configuration.ConfigurationElement.LockAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L89C62-L89C175" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L89C62-L89C175" }, { "DocsId": "P:System.Configuration.ConfigurationElement.LockAllAttributesExcept", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L91C71-L91C212" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L91C71-L91C212" }, { "DocsId": "P:System.Configuration.ConfigurationElement.LockElements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L93C60-L93C169" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L93C60-L93C169" }, { "DocsId": "P:System.Configuration.ConfigurationElement.LockAllElementsExcept", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L95C69-L95C216" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L95C69-L95C216" }, { "DocsId": "P:System.Configuration.ConfigurationElement.LockItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L99C19-L99C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L99C19-L99C82" }, { "DocsId": "P:System.Configuration.ConfigurationElement.Item(System.Configuration.ConfigurationProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L118C17-L160C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L118C17-L160C26" }, { "DocsId": "P:System.Configuration.ConfigurationElement.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L172C17-L178C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L172C17-L178C35" }, { "DocsId": "P:System.Configuration.ConfigurationElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L193C17-L196C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L193C17-L196C31" }, { "DocsId": "P:System.Configuration.ConfigurationElement.ElementInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L202C57-L202C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L202C57-L202C108" }, { "DocsId": "P:System.Configuration.ConfigurationElement.EvaluationContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L208C17-L219C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L208C17-L219C37" }, { "DocsId": "P:System.Configuration.ConfigurationElement.ElementProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L223C84-L223C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L223C84-L223C100" }, { "DocsId": "P:System.Configuration.ConfigurationElement.HasContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L225C38-L225C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L225C38-L225C59" }, { "DocsId": "P:System.Configuration.ConfigurationElement.CurrentConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L227C54-L227C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L227C54-L227C89" } ], "DocsId": "T:System.Configuration.ConfigurationElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationElementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L17C9-L30C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L17C9-L30C55" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.#ctor(System.Collections.IComparer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L17C9-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L17C9-L40C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L130C37-L132C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L130C37-L132C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L136C13-L136C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L136C13-L136C40" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L149C13-L162C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L149C13-L162C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L166C13-L176C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L166C13-L176C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L180C13-L180C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L180C13-L180C30" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L185C13-L193C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L185C13-L193C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L211C13-L235C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L211C13-L235C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L239C13-L245C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L239C13-L245C30" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L253C13-L454C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L253C13-L454C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L458C13-L485C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L458C13-L485C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.CopyTo(System.Configuration.ConfigurationElement[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L489C13-L490C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L489C13-L490C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L494C13-L495C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L494C13-L495C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Configuration.ConfigurationElement,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L499C13-L500C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L499C13-L500C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseIndexOf(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L587C13-L596C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L587C13-L596C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Int32,System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L677C13-L678C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L677C13-L678C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseRemove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L727C13-L728C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L727C13-L728C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L835C37-L839C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L835C37-L839C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseIsRemoved(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L843C37-L847C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L843C37-L847C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L851C13-L869C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L851C13-L869C90" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseGetAllKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L874C13-L882C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L874C13-L882C25" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseGetKey(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L887C13-L905C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L887C13-L905C39" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L910C13-L959C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L910C13-L959C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseRemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L963C13-L1028C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L963C13-L1028C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.SerializeElement(System.Xml.XmlWriter,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1032C13-L1091C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1032C13-L1091C32" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1096C13-L1162C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1096C13-L1162C25" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.CreateNewElement(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1183C13-L1183C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1183C13-L1183C39" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.IsElementRemovable(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1199C13-L1199C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1199C13-L1199C25" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.IsElementName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1210C13-L1210C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1210C13-L1210C26" }, { "DocsId": "P:System.Configuration.ConfigurationElementCollection.AddElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L46C19-L46C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L46C19-L46C38" }, { "DocsId": "P:System.Configuration.ConfigurationElementCollection.RemoveElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L57C19-L57C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L57C19-L57C41" }, { "DocsId": "P:System.Configuration.ConfigurationElementCollection.ClearElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L68C19-L68C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L68C19-L68C40" }, { "DocsId": "P:System.Configuration.ConfigurationElementCollection.EmitClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L79C19-L79C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L79C19-L79C40" }, { "DocsId": "P:System.Configuration.ConfigurationElementCollection.ElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L93C49-L93C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L93C49-L93C51" }, { "DocsId": "P:System.Configuration.ConfigurationElementCollection.ThrowOnDuplicate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L116C16-L117C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L116C16-L117C94" }, { "DocsId": "P:System.Configuration.ConfigurationElementCollection.CollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L120C16-L120C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L120C16-L120C68" }, { "DocsId": "P:System.Configuration.ConfigurationElementCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L122C29-L122C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L122C29-L122C60" }, { "DocsId": "P:System.Configuration.ConfigurationElementCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L124C39-L124C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L124C39-L124C44" }, { "DocsId": "P:System.Configuration.ConfigurationElementCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L126C35-L126C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L126C35-L126C39" } ], "DocsId": "T:System.Configuration.ConfigurationElementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" }, { "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.BasicMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" }, { "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" }, { "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.BasicMapAlternate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" }, { "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMapAlternate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" } ], "DocsId": "T:System.Configuration.ConfigurationElementCollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationElementProperty.#ctor(System.Configuration.ConfigurationValidatorBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementProperty.cs#L12C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementProperty.cs#L12C9-L20C10" }, { "DocsId": "P:System.Configuration.ConfigurationElementProperty.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementProperty.cs#L22C55-L22C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementProperty.cs#L22C55-L22C59" } ], "DocsId": "T:System.Configuration.ConfigurationElementProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementProperty.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementProperty.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L36C15-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L36C15-L40C10" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L43C13-L44C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L43C13-L44C12" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L47C13-L48C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L47C13-L48C12" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L51C13-L52C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L51C13-L52C12" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L55C13-L56C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L55C13-L56C12" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L59C13-L60C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L59C13-L60C12" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L63C13-L64C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L63C13-L64C12" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L67C13-L68C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L67C13-L68C12" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L71C13-L72C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L71C13-L72C12" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L109C13-L139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L109C13-L139C10" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L205C13-L228C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L205C13-L228C10" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetLineNumber(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L233C13-L233C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L233C13-L233C75" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetFilename(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L238C13-L238C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L238C13-L238C73" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetLineNumber(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L244C13-L244C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L244C13-L244C77" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetFilename(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L249C13-L249C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L249C13-L249C75" }, { "DocsId": "P:System.Configuration.ConfigurationErrorsException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L147C17-L157C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L147C17-L157C35" }, { "DocsId": "P:System.Configuration.ConfigurationErrorsException.Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L161C44-L161C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L161C44-L161C58" }, { "DocsId": "P:System.Configuration.ConfigurationErrorsException.Line", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L163C37-L163C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L163C37-L163C47" }, { "DocsId": "P:System.Configuration.ConfigurationErrorsException.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L169C17-L175C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L169C17-L175C26" } ], "DocsId": "T:System.Configuration.ConfigurationErrorsException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L32C15-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L32C15-L35C10" }, { "DocsId": "M:System.Configuration.ConfigurationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L38C43-L38C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L38C43-L38C72" }, { "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L41C57-L41C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L41C57-L41C89" }, { "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L44C74-L44C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L44C74-L44C107" }, { "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L48C15-L49C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L48C15-L49C12" }, { "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L53C15-L54C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L53C15-L54C12" }, { "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L57C84-L57C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L57C84-L57C123" }, { "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L60C101-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L60C101-L63C10" }, { "DocsId": "M:System.Configuration.ConfigurationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L104C13-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L104C13-L107C10" }, { "DocsId": "M:System.Configuration.ConfigurationException.GetXmlNodeFilename(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L110C66-L110C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L110C66-L110C118" }, { "DocsId": "M:System.Configuration.ConfigurationException.GetXmlNodeLineNumber(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L113C65-L113C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L113C65-L113C108" }, { "DocsId": "P:System.Configuration.ConfigurationException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L71C17-L81C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L71C17-L81C35" }, { "DocsId": "P:System.Configuration.ConfigurationException.BareMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L85C46-L85C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L85C46-L85C58" }, { "DocsId": "P:System.Configuration.ConfigurationException.Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L87C43-L87C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L87C43-L87C52" }, { "DocsId": "P:System.Configuration.ConfigurationException.Line", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L89C36-L89C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L89C36-L89C41" } ], "DocsId": "T:System.Configuration.ConfigurationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationFileMap.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L20C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L20C9-L23C10" }, { "DocsId": "M:System.Configuration.ConfigurationFileMap.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L25C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L25C9-L35C10" }, { "DocsId": "M:System.Configuration.ConfigurationFileMap.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L51C13-L51C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L51C13-L51C51" }, { "DocsId": "P:System.Configuration.ConfigurationFileMap.MachineConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L45C19-L45C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L45C19-L45C46" } ], "DocsId": "T:System.Configuration.ConfigurationFileMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationLocation.OpenConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocation.cs#L20C13-L20C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocation.cs#L20C13-L20C60" }, { "DocsId": "P:System.Configuration.ConfigurationLocation.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocation.cs#L16C30-L16C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocation.cs#L16C30-L16C34" } ], "DocsId": "T:System.Configuration.ConfigurationLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocation.cs" }, { "Members": [ { "DocsId": "P:System.Configuration.ConfigurationLocationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocationCollection.cs#L15C57-L15C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocationCollection.cs#L15C57-L15C96" } ], "DocsId": "T:System.Configuration.ConfigurationLocationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocationCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocationCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationLockCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L112C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L112C13-L113C10" }, { "DocsId": "M:System.Configuration.ConfigurationLockCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L117C13-L117C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L117C13-L117C55" }, { "DocsId": "M:System.Configuration.ConfigurationLockCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L127C13-L193C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L127C13-L193C10" }, { "DocsId": "M:System.Configuration.ConfigurationLockCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L252C13-L275C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L252C13-L275C10" }, { "DocsId": "M:System.Configuration.ConfigurationLockCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L302C13-L303C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L302C13-L303C10" }, { "DocsId": "M:System.Configuration.ConfigurationLockCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L307C13-L308C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L307C13-L308C55" }, { "DocsId": "M:System.Configuration.ConfigurationLockCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L313C13-L314C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L313C13-L314C10" }, { "DocsId": "M:System.Configuration.ConfigurationLockCollection.IsReadOnly(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L323C13-L326C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L323C13-L326C111" }, { "DocsId": "M:System.Configuration.ConfigurationLockCollection.SetFromList(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L331C13-L338C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L331C13-L338C10" }, { "DocsId": "P:System.Configuration.ConfigurationLockCollection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L60C34-L60C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L60C34-L60C38" }, { "DocsId": "P:System.Configuration.ConfigurationLockCollection.AttributeList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L68C17-L75C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L68C17-L75C38" }, { "DocsId": "P:System.Configuration.ConfigurationLockCollection.HasParentElements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L84C17-L100C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L84C17-L100C31" }, { "DocsId": "P:System.Configuration.ConfigurationLockCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L104C29-L104C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L104C29-L104C54" }, { "DocsId": "P:System.Configuration.ConfigurationLockCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L106C39-L106C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L106C39-L106C44" }, { "DocsId": "P:System.Configuration.ConfigurationLockCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L108C35-L108C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L108C35-L108C39" } ], "DocsId": "T:System.Configuration.ConfigurationLockCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationManager.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L150C13-L155C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L150C13-L155C28" }, { "DocsId": "M:System.Configuration.ConfigurationManager.RefreshSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L162C13-L167C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L162C13-L167C10" }, { "DocsId": "M:System.Configuration.ConfigurationManager.OpenMachineConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L171C13-L171C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L171C13-L171C92" }, { "DocsId": "M:System.Configuration.ConfigurationManager.OpenMappedMachineConfiguration(System.Configuration.ConfigurationFileMap)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L176C13-L176C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L176C13-L176C95" }, { "DocsId": "M:System.Configuration.ConfigurationManager.OpenExeConfiguration(System.Configuration.ConfigurationUserLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L181C13-L181C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L181C13-L181C75" }, { "DocsId": "M:System.Configuration.ConfigurationManager.OpenExeConfiguration(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L186C13-L186C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L186C13-L186C96" }, { "DocsId": "M:System.Configuration.ConfigurationManager.OpenMappedExeConfiguration(System.Configuration.ExeConfigurationFileMap,System.Configuration.ConfigurationUserLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L192C13-L192C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L192C13-L192C78" }, { "DocsId": "M:System.Configuration.ConfigurationManager.OpenMappedExeConfiguration(System.Configuration.ExeConfigurationFileMap,System.Configuration.ConfigurationUserLevel,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L198C13-L198C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L198C13-L198C87" }, { "DocsId": "P:System.Configuration.ConfigurationManager.AppSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L37C17-L45C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L37C17-L45C53" }, { "DocsId": "P:System.Configuration.ConfigurationManager.ConnectionStrings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L53C17-L64C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L53C17-L64C67" } ], "DocsId": "T:System.Configuration.ConfigurationManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L20C9-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L20C9-L36C10" }, { "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L39C15-L40C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L39C15-L40C12" }, { "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object,System.Configuration.ConfigurationPropertyOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L43C15-L44C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L43C15-L44C12" }, { "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object,System.ComponentModel.TypeConverter,System.Configuration.ConfigurationValidatorBase,System.Configuration.ConfigurationPropertyOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L52C15-L53C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L52C15-L53C12" }, { "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object,System.ComponentModel.TypeConverter,System.Configuration.ConfigurationValidatorBase,System.Configuration.ConfigurationPropertyOptions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L55C9-L66C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L55C9-L66C10" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L163C30-L163C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L163C30-L163C34" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L165C37-L165C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L165C37-L165C41" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L182C28-L182C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L182C28-L182C32" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.DefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L184C38-L184C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L184C38-L184C42" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.IsRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L186C35-L186C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L186C35-L186C92" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.IsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L188C30-L188C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L188C30-L188C82" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.IsDefaultCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L190C44-L190C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L190C44-L190C110" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.IsTypeStringTransformationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L193C16-L193C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L193C16-L193C97" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.IsAssemblyStringTransformationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L196C16-L196C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L196C16-L196C101" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.IsVersionCheckRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L198C47-L198C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L198C47-L198C116" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.Converter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L204C17-L205C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L204C17-L205C35" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L209C55-L209C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L209C55-L209C59" } ], "DocsId": "T:System.Configuration.ConfigurationProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationPropertyAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L18C52-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L18C52-L14C10" }, { "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L16C30-L16C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L16C30-L16C34" }, { "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.DefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L18C38-L18C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L18C38-L18C42" }, { "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L20C55-L20C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L20C55-L20C59" }, { "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.IsDefaultCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L24C19-L24C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L24C19-L24C92" }, { "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.IsRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L35C19-L35C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L35C19-L35C83" }, { "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.IsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L45C19-L45C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L45C19-L45C78" } ], "DocsId": "T:System.Configuration.ConfigurationPropertyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L36C13-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L36C13-L37C10" }, { "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L41C13-L41C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L41C13-L41C43" }, { "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.CopyTo(System.Configuration.ConfigurationProperty[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L46C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L46C13-L47C10" }, { "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L51C18-L56C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L51C18-L56C26" }, { "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.Add(System.Configuration.ConfigurationProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L61C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L61C13-L62C10" }, { "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L66C18-L74C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L66C18-L74C26" }, { "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L79C13-L80C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L79C13-L80C10" }, { "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L10C9-L10C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L10C9-L10C61" }, { "DocsId": "P:System.Configuration.ConfigurationPropertyCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L19C22-L24C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L19C22-L24C29" }, { "DocsId": "P:System.Configuration.ConfigurationPropertyCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L28C29-L28C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L28C29-L28C41" }, { "DocsId": "P:System.Configuration.ConfigurationPropertyCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L30C39-L30C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L30C39-L30C44" }, { "DocsId": "P:System.Configuration.ConfigurationPropertyCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L32C35-L32C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L32C35-L32C41" } ], "DocsId": "T:System.Configuration.ConfigurationPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" }, { "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" }, { "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" }, { "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" }, { "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" }, { "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsTypeStringTransformationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" }, { "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsAssemblyStringTransformationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" }, { "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsVersionCheckRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" } ], "DocsId": "T:System.Configuration.ConfigurationPropertyOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.ConfigurationSaveMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" }, { "DocsId": "F:System.Configuration.ConfigurationSaveMode.Modified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" }, { "DocsId": "F:System.Configuration.ConfigurationSaveMode.Minimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" }, { "DocsId": "F:System.Configuration.ConfigurationSaveMode.Full", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" } ], "DocsId": "T:System.Configuration.ConfigurationSaveMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L13C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L13C9-L16C10" }, { "DocsId": "M:System.Configuration.ConfigurationSection.GetRuntimeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L22C13-L22C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L22C13-L22C25" }, { "DocsId": "M:System.Configuration.ConfigurationSection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L27C13-L28C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L27C13-L28C35" }, { "DocsId": "M:System.Configuration.ConfigurationSection.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L33C13-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L33C13-L35C10" }, { "DocsId": "M:System.Configuration.ConfigurationSection.DeserializeSection(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L39C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L39C13-L43C10" }, { "DocsId": "M:System.Configuration.ConfigurationSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L48C13-L77C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L48C13-L77C41" }, { "DocsId": "M:System.Configuration.ConfigurationSection.ShouldSerializePropertyInTargetVersion(System.Configuration.ConfigurationProperty,System.String,System.Runtime.Versioning.FrameworkName,System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L83C13-L83C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L83C13-L83C25" }, { "DocsId": "M:System.Configuration.ConfigurationSection.ShouldSerializeElementInTargetVersion(System.Configuration.ConfigurationElement,System.String,System.Runtime.Versioning.FrameworkName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L89C13-L89C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L89C13-L89C25" }, { "DocsId": "M:System.Configuration.ConfigurationSection.ShouldSerializeSectionInTargetVersion(System.Runtime.Versioning.FrameworkName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L94C13-L94C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L94C13-L94C25" }, { "DocsId": "P:System.Configuration.ConfigurationSection.SectionInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L18C56-L18C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L18C56-L18C60" } ], "DocsId": "T:System.Configuration.ConfigurationSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Add(System.String,System.Configuration.ConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L50C13-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L50C13-L54C10" }, { "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L58C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L58C13-L62C10" }, { "DocsId": "M:System.Configuration.ConfigurationSectionCollection.CopyTo(System.Configuration.ConfigurationSection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L66C13-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L66C13-L75C10" }, { "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Get(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L79C13-L79C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L79C13-L79C39" }, { "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L84C13-L100C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L84C13-L100C78" }, { "DocsId": "M:System.Configuration.ConfigurationSectionCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs" }, { "DocsId": "M:System.Configuration.ConfigurationSectionCollection.GetKey(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L113C13-L113C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L113C13-L113C38" }, { "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L125C13-L134C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L125C13-L134C10" }, { "DocsId": "M:System.Configuration.ConfigurationSectionCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L138C13-L141C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L138C13-L141C10" }, { "DocsId": "P:System.Configuration.ConfigurationSectionCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L28C58-L28C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L28C58-L28C67" }, { "DocsId": "P:System.Configuration.ConfigurationSectionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L30C56-L30C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L30C56-L30C66" } ], "DocsId": "T:System.Configuration.ConfigurationSectionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationSectionGroup.ForceDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L145C13-L146C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L145C13-L146C10" }, { "DocsId": "M:System.Configuration.ConfigurationSectionGroup.ForceDeclaration(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L152C13-L163C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L152C13-L163C10" }, { "DocsId": "M:System.Configuration.ConfigurationSectionGroup.ShouldSerializeSectionGroupInTargetVersion(System.Runtime.Versioning.FrameworkName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L167C13-L167C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L167C13-L167C25" }, { "DocsId": "M:System.Configuration.ConfigurationSectionGroup.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L23C64-L25C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L23C64-L25C64" }, { "DocsId": "P:System.Configuration.ConfigurationSectionGroup.IsDeclared", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L17C34-L17C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L17C34-L17C38" }, { "DocsId": "P:System.Configuration.ConfigurationSectionGroup.IsDeclarationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L21C45-L21C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L21C45-L21C49" }, { "DocsId": "P:System.Configuration.ConfigurationSectionGroup.SectionGroupName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L23C42-L23C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L23C42-L23C46" }, { "DocsId": "P:System.Configuration.ConfigurationSectionGroup.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L25C30-L25C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L25C30-L25C34" }, { "DocsId": "P:System.Configuration.ConfigurationSectionGroup.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L29C19-L29C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L29C19-L29C36" }, { "DocsId": "P:System.Configuration.ConfigurationSectionGroup.Sections", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L69C17-L75C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L69C17-L75C40" }, { "DocsId": "P:System.Configuration.ConfigurationSectionGroup.SectionGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L83C17-L89C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L83C17-L89C45" } ], "DocsId": "T:System.Configuration.ConfigurationSectionGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Add(System.String,System.Configuration.ConfigurationSectionGroup)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L51C13-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L51C13-L54C10" }, { "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L58C13-L66C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L58C13-L66C10" }, { "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.CopyTo(System.Configuration.ConfigurationSectionGroup[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L70C13-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L70C13-L79C10" }, { "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Get(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L83C13-L83C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L83C13-L83C39" }, { "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L88C13-L104C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L88C13-L104C61" }, { "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs" }, { "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.GetKey(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L115C13-L115C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L115C13-L115C38" }, { "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L128C13-L135C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L128C13-L135C10" }, { "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L139C13-L142C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L139C13-L142C10" }, { "DocsId": "P:System.Configuration.ConfigurationSectionGroupCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L30C63-L30C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L30C63-L30C72" }, { "DocsId": "P:System.Configuration.ConfigurationSectionGroupCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L33C61-L33C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L33C61-L33C71" } ], "DocsId": "T:System.Configuration.ConfigurationSectionGroupCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationSettings.GetConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSettings.cs#L24C13-L24C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSettings.cs#L24C13-L24C65" }, { "DocsId": "P:System.Configuration.ConfigurationSettings.AppSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSettings.cs#L17C17-L17C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSettings.cs#L17C17-L17C57" } ], "DocsId": "T:System.Configuration.ConfigurationSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSettings.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.ConfigurationUserLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" }, { "DocsId": "F:System.Configuration.ConfigurationUserLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" }, { "DocsId": "F:System.Configuration.ConfigurationUserLevel.PerUserRoaming", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" }, { "DocsId": "F:System.Configuration.ConfigurationUserLevel.PerUserRoamingAndLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" } ], "DocsId": "T:System.Configuration.ConfigurationUserLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L13C9-L13C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L13C9-L13C56" }, { "DocsId": "M:System.Configuration.ConfigurationValidatorAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L15C9-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L15C9-L26C10" }, { "DocsId": "P:System.Configuration.ConfigurationValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L29C16-L29C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L29C16-L29C82" }, { "DocsId": "P:System.Configuration.ConfigurationValidatorAttribute.ValidatorType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L31C37-L31C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L31C37-L31C41" } ], "DocsId": "T:System.Configuration.ConfigurationValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationValidatorBase.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs#L10C13-L10C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs#L10C13-L10C26" }, { "DocsId": "M:System.Configuration.ConfigurationValidatorBase.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs" }, { "DocsId": "M:System.Configuration.ConfigurationValidatorBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs" } ], "DocsId": "T:System.Configuration.ConfigurationValidatorBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigXmlDocument.System#Configuration#Internal#IConfigErrorInfo#get_LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L27C17-L37C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L27C17-L37C43" }, { "DocsId": "M:System.Configuration.ConfigXmlDocument.System#Configuration#Internal#IConfigErrorInfo#get_Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L50C19-L50C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L50C19-L50C36" }, { "DocsId": "M:System.Configuration.ConfigXmlDocument.Load(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L55C13-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L55C13-L70C10" }, { "DocsId": "M:System.Configuration.ConfigXmlDocument.LoadSingleElement(System.String,System.Xml.XmlTextReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L74C13-L91C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L74C13-L91C10" }, { "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateAttribute(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L95C13-L95C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L95C13-L95C105" }, { "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateElement(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L100C13-L100C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L100C13-L100C103" }, { "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateTextNode(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L105C13-L105C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L105C13-L105C73" }, { "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateCDataSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L110C13-L110C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L110C13-L110C81" }, { "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateComment(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L115C13-L115C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L115C13-L115C76" }, { "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateSignificantWhitespace(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L120C13-L120C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L120C13-L120C90" }, { "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateWhitespace(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L125C13-L125C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L125C13-L125C79" }, { "DocsId": "M:System.Configuration.ConfigXmlDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs" }, { "DocsId": "P:System.Configuration.ConfigXmlDocument.System#Configuration#Internal#IConfigErrorInfo#LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L27C17-L37C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L27C17-L37C43" }, { "DocsId": "P:System.Configuration.ConfigXmlDocument.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L41C39-L41C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L41C39-L41C82" }, { "DocsId": "P:System.Configuration.ConfigXmlDocument.Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L45C19-L45C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L45C19-L45C36" }, { "DocsId": "P:System.Configuration.ConfigXmlDocument.System#Configuration#Internal#IConfigErrorInfo#Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L50C19-L50C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L50C19-L50C36" } ], "DocsId": "T:System.Configuration.ConfigXmlDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConnectionStringSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L21C9-L21C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L21C9-L21C46" }, { "DocsId": "M:System.Configuration.ConnectionStringSettings.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L24C15-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L24C15-L28C10" }, { "DocsId": "M:System.Configuration.ConnectionStringSettings.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L31C15-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L31C15-L36C10" }, { "DocsId": "M:System.Configuration.ConnectionStringSettings.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L66C13-L66C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L66C13-L66C37" }, { "DocsId": "P:System.Configuration.ConnectionStringSettings.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L40C83-L40C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L40C83-L40C95" }, { "DocsId": "P:System.Configuration.ConnectionStringSettings.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L46C19-L46C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L46C19-L46C51" }, { "DocsId": "P:System.Configuration.ConnectionStringSettings.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L53C19-L53C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L53C19-L53C63" }, { "DocsId": "P:System.Configuration.ConnectionStringSettings.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L60C19-L60C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L60C19-L60C59" } ], "DocsId": "T:System.Configuration.ConnectionStringSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L12C15-L13C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L12C15-L13C12" }, { "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.IndexOf(System.Configuration.ConnectionStringSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L31C13-L31C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L31C13-L31C42" }, { "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.BaseAdd(System.Int32,System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L40C13-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L40C13-L42C10" }, { "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.Add(System.Configuration.ConnectionStringSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L46C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L46C13-L47C10" }, { "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.Remove(System.Configuration.ConnectionStringSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L51C13-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L51C13-L52C10" }, { "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L56C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L56C13-L57C10" }, { "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L61C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L61C13-L62C10" }, { "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L66C13-L66C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L66C13-L66C51" }, { "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L71C13-L71C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L71C13-L71C60" }, { "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L76C13-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L76C13-L77C10" }, { "DocsId": "P:System.Configuration.ConnectionStringSettingsCollection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L15C83-L15C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L15C83-L15C95" }, { "DocsId": "P:System.Configuration.ConnectionStringSettingsCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L19C19-L19C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L19C19-L19C67" }, { "DocsId": "P:System.Configuration.ConnectionStringSettingsCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L27C66-L27C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L27C66-L27C105" } ], "DocsId": "T:System.Configuration.ConnectionStringSettingsCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConnectionStringsSection.GetRuntimeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs#L22C13-L23C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs#L22C13-L23C25" }, { "DocsId": "M:System.Configuration.ConnectionStringsSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs" }, { "DocsId": "P:System.Configuration.ConnectionStringsSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs#L14C83-L14C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs#L14C83-L14C95" }, { "DocsId": "P:System.Configuration.ConnectionStringsSection.ConnectionStrings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs#L18C16-L18C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs#L18C16-L18C81" } ], "DocsId": "T:System.Configuration.ConnectionStringsSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ContextInformation.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs#L52C13-L52C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs#L52C13-L52C58" }, { "DocsId": "P:System.Configuration.ContextInformation.HostingContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs#L27C17-L35C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs#L27C17-L35C40" }, { "DocsId": "P:System.Configuration.ContextInformation.IsMachineLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs#L42C39-L42C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs#L42C39-L42C68" } ], "DocsId": "T:System.Configuration.ContextInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.DefaultSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L13C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L13C9-L18C10" }, { "DocsId": "M:System.Configuration.DefaultSection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L35C13-L35C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L35C13-L35C32" }, { "DocsId": "M:System.Configuration.DefaultSection.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L40C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L40C13-L41C10" }, { "DocsId": "M:System.Configuration.DefaultSection.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L45C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L45C13-L47C10" }, { "DocsId": "M:System.Configuration.DefaultSection.DeserializeSection(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L51C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L51C13-L55C10" }, { "DocsId": "M:System.Configuration.DefaultSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L60C13-L60C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L60C13-L60C28" }, { "DocsId": "P:System.Configuration.DefaultSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L20C83-L20C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L20C83-L20C108" } ], "DocsId": "T:System.Configuration.DefaultSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.DefaultSettingValueAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSettingValueAttribute.cs#L20C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSettingValueAttribute.cs#L20C9-L23C10" }, { "DocsId": "P:System.Configuration.DefaultSettingValueAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSettingValueAttribute.cs#L32C17-L32C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSettingValueAttribute.cs#L32C17-L32C31" } ], "DocsId": "T:System.Configuration.DefaultSettingValueAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSettingValueAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSettingValueAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.DefaultValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs#L12C13-L12C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs#L12C13-L12C25" }, { "DocsId": "M:System.Configuration.DefaultValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs#L18C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs#L18C9-L18C10" }, { "DocsId": "M:System.Configuration.DefaultValidator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs" } ], "DocsId": "T:System.Configuration.DefaultValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs" }, { "Members": [ { "DocsId": "P:System.Configuration.ElementInformation.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L20C16-L20C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L20C16-L20C87" }, { "DocsId": "P:System.Configuration.ElementInformation.IsPresent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L22C34-L22C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L22C34-L22C61" }, { "DocsId": "P:System.Configuration.ElementInformation.IsLocked", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L24C33-L25C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L24C33-L25C81" }, { "DocsId": "P:System.Configuration.ElementInformation.IsCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L31C17-L40C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L31C17-L40C43" }, { "DocsId": "P:System.Configuration.ElementInformation.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L44C33-L44C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L44C33-L44C105" }, { "DocsId": "P:System.Configuration.ElementInformation.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L49C34-L49C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L49C34-L49C113" }, { "DocsId": "P:System.Configuration.ElementInformation.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L51C29-L51C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L51C29-L51C51" }, { "DocsId": "P:System.Configuration.ElementInformation.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L53C56-L53C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L53C56-L53C94" }, { "DocsId": "P:System.Configuration.ElementInformation.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L55C38-L55C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L55C38-L55C73" } ], "DocsId": "T:System.Configuration.ElementInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ExeConfigurationFileMap.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L8C9-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L8C9-L13C10" }, { "DocsId": "M:System.Configuration.ExeConfigurationFileMap.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L16C15-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L16C15-L21C10" }, { "DocsId": "M:System.Configuration.ExeConfigurationFileMap.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L40C13-L41C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L40C13-L41C42" }, { "DocsId": "P:System.Configuration.ExeConfigurationFileMap.ExeConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L32C43-L32C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L32C43-L32C47" }, { "DocsId": "P:System.Configuration.ExeConfigurationFileMap.RoamingUserConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L34C51-L34C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L34C51-L34C55" }, { "DocsId": "P:System.Configuration.ExeConfigurationFileMap.LocalUserConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L36C49-L36C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L36C49-L36C53" } ], "DocsId": "T:System.Configuration.ExeConfigurationFileMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs" }, { "Members": [ { "DocsId": "P:System.Configuration.ExeContext.UserLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeContext.cs#L20C51-L20C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeContext.cs#L20C51-L20C55" }, { "DocsId": "P:System.Configuration.ExeContext.ExePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeContext.cs#L22C33-L22C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeContext.cs#L22C33-L22C37" } ], "DocsId": "T:System.Configuration.ExeContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeContext.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.GenericEnumConverter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs#L14C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs#L14C9-L20C10" }, { "DocsId": "M:System.Configuration.GenericEnumConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs#L24C13-L24C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs#L24C13-L24C37" }, { "DocsId": "M:System.Configuration.GenericEnumConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs#L30C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs#L30C13-L47C10" } ], "DocsId": "T:System.Configuration.GenericEnumConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.IApplicationSettingsProvider.GetPreviousVersion(System.Configuration.SettingsContext,System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" }, { "DocsId": "M:System.Configuration.IApplicationSettingsProvider.Reset(System.Configuration.SettingsContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" }, { "DocsId": "M:System.Configuration.IApplicationSettingsProvider.Upgrade(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" } ], "DocsId": "T:System.Configuration.IApplicationSettingsProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.IConfigurationSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSectionHandler.cs" } ], "DocsId": "T:System.Configuration.IConfigurationSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSectionHandler.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.IgnoreSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L13C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L13C9-L18C10" }, { "DocsId": "M:System.Configuration.IgnoreSection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L35C13-L35C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L35C13-L35C32" }, { "DocsId": "M:System.Configuration.IgnoreSection.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L40C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L40C13-L41C10" }, { "DocsId": "M:System.Configuration.IgnoreSection.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L45C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L45C13-L47C10" }, { "DocsId": "M:System.Configuration.IgnoreSection.DeserializeSection(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L51C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L51C13-L55C10" }, { "DocsId": "M:System.Configuration.IgnoreSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L60C13-L60C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L60C13-L60C28" }, { "DocsId": "P:System.Configuration.IgnoreSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L20C83-L20C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L20C83-L20C108" } ], "DocsId": "T:System.Configuration.IgnoreSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.IgnoreSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSectionHandler.cs#L16C13-L16C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSectionHandler.cs#L16C13-L16C25" }, { "DocsId": "M:System.Configuration.IgnoreSectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSectionHandler.cs" } ], "DocsId": "T:System.Configuration.IgnoreSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSectionHandler.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.InfiniteIntConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs#L14C13-L16C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs#L14C13-L16C114" }, { "DocsId": "M:System.Configuration.InfiniteIntConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs#L23C13-L23C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs#L23C13-L23C98" }, { "DocsId": "M:System.Configuration.InfiniteIntConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs" } ], "DocsId": "T:System.Configuration.InfiniteIntConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.InfiniteTimeSpanConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs#L15C13-L19C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs#L15C13-L19C71" }, { "DocsId": "M:System.Configuration.InfiniteTimeSpanConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs#L24C13-L26C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs#L24C13-L26C80" }, { "DocsId": "M:System.Configuration.InfiniteTimeSpanConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs" } ], "DocsId": "T:System.Configuration.InfiniteTimeSpanConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.IntegerValidator.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L14C13-L15C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L14C13-L15C12" }, { "DocsId": "M:System.Configuration.IntegerValidator.#ctor(System.Int32,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L18C13-L19C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L18C13-L19C12" }, { "DocsId": "M:System.Configuration.IntegerValidator.#ctor(System.Int32,System.Int32,System.Boolean,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L21C9-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L21C9-L33C10" }, { "DocsId": "M:System.Configuration.IntegerValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L37C13-L37C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L37C13-L37C40" }, { "DocsId": "M:System.Configuration.IntegerValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L42C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L42C13-L49C10" } ], "DocsId": "T:System.Configuration.IntegerValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.IntegerValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L9C9-L10C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L9C9-L10C41" }, { "DocsId": "P:System.Configuration.IntegerValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L12C73-L12C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L12C73-L12C119" }, { "DocsId": "P:System.Configuration.IntegerValidatorAttribute.MinValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L16C19-L16C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L16C19-L16C31" }, { "DocsId": "P:System.Configuration.IntegerValidatorAttribute.MaxValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L28C19-L28C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L28C19-L28C31" }, { "DocsId": "P:System.Configuration.IntegerValidatorAttribute.ExcludeRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L38C36-L38C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L38C36-L38C40" } ], "DocsId": "T:System.Configuration.IntegerValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.IriParsingElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs#L10C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs#L10C9-L19C10" }, { "DocsId": "P:System.Configuration.IriParsingElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs#L25C17-L25C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs#L25C17-L25C36" }, { "DocsId": "P:System.Configuration.IriParsingElement.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs#L32C19-L32C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs#L32C19-L32C47" } ], "DocsId": "T:System.Configuration.IriParsingElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ISettingsProviderService.GetSettingsProvider(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ISettingsProviderService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ISettingsProviderService.cs" } ], "DocsId": "T:System.Configuration.ISettingsProviderService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ISettingsProviderService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ISettingsProviderService.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L12C13-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L12C13-L15C10" }, { "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.Add(System.Configuration.KeyValueConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L28C13-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L28C13-L44C10" }, { "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.Add(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L48C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L48C13-L50C10" }, { "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L54C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L54C13-L55C10" }, { "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L59C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L59C13-L60C10" }, { "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L64C13-L64C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L64C13-L64C55" }, { "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L69C13-L69C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L69C13-L69C64" }, { "DocsId": "P:System.Configuration.KeyValueConfigurationCollection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L17C83-L17C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L17C83-L17C95" }, { "DocsId": "P:System.Configuration.KeyValueConfigurationCollection.ThrowOnDuplicate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L19C53-L19C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L19C53-L19C58" }, { "DocsId": "P:System.Configuration.KeyValueConfigurationCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L21C69-L21C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L21C69-L21C111" }, { "DocsId": "P:System.Configuration.KeyValueConfigurationCollection.AllKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L23C36-L23C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L23C36-L23C89" } ], "DocsId": "T:System.Configuration.KeyValueConfigurationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.KeyValueConfigurationElement.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L24C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L24C9-L29C10" }, { "DocsId": "M:System.Configuration.KeyValueConfigurationElement.Init", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L45C13-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L45C13-L56C10" }, { "DocsId": "P:System.Configuration.KeyValueConfigurationElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L31C83-L31C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L31C83-L31C95" }, { "DocsId": "P:System.Configuration.KeyValueConfigurationElement.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L34C30-L34C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L34C30-L34C53" }, { "DocsId": "P:System.Configuration.KeyValueConfigurationElement.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L39C19-L39C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L39C19-L39C52" } ], "DocsId": "T:System.Configuration.KeyValueConfigurationElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.LocalFileSettingsProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L51C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L51C13-L57C10" }, { "DocsId": "M:System.Configuration.LocalFileSettingsProvider.GetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L64C13-L143C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L64C13-L143C27" }, { "DocsId": "M:System.Configuration.LocalFileSettingsProvider.SetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L151C13-L197C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L151C13-L197C10" }, { "DocsId": "M:System.Configuration.LocalFileSettingsProvider.Reset(System.Configuration.SettingsContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L205C13-L210C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L205C13-L210C10" }, { "DocsId": "M:System.Configuration.LocalFileSettingsProvider.Upgrade(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L221C13-L247C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L221C13-L247C10" }, { "DocsId": "M:System.Configuration.LocalFileSettingsProvider.GetPreviousVersion(System.Configuration.SettingsContext,System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L254C13-L268C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L254C13-L268C30" }, { "DocsId": "M:System.Configuration.LocalFileSettingsProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L18C9-L18C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L18C9-L18C48" }, { "DocsId": "P:System.Configuration.LocalFileSettingsProvider.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L31C17-L31C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L31C17-L31C33" } ], "DocsId": "T:System.Configuration.LocalFileSettingsProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.LongValidator.#ctor(System.Int64,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L14C15-L15C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L14C15-L15C12" }, { "DocsId": "M:System.Configuration.LongValidator.#ctor(System.Int64,System.Int64,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L18C15-L19C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L18C15-L19C12" }, { "DocsId": "M:System.Configuration.LongValidator.#ctor(System.Int64,System.Int64,System.Boolean,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L21C9-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L21C9-L33C10" }, { "DocsId": "M:System.Configuration.LongValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L37C13-L37C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L37C13-L37C41" }, { "DocsId": "M:System.Configuration.LongValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L42C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L42C13-L49C10" } ], "DocsId": "T:System.Configuration.LongValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.LongValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L9C9-L10C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L9C9-L10C43" }, { "DocsId": "P:System.Configuration.LongValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L12C73-L12C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L12C73-L12C116" }, { "DocsId": "P:System.Configuration.LongValidatorAttribute.MinValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L16C19-L16C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L16C19-L16C31" }, { "DocsId": "P:System.Configuration.LongValidatorAttribute.MaxValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L27C19-L27C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L27C19-L27C31" }, { "DocsId": "P:System.Configuration.LongValidatorAttribute.ExcludeRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L36C36-L36C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L36C36-L36C40" } ], "DocsId": "T:System.Configuration.LongValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.NameValueConfigurationCollection.Add(System.Configuration.NameValueConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L33C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L33C13-L34C10" }, { "DocsId": "M:System.Configuration.NameValueConfigurationCollection.Remove(System.Configuration.NameValueConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L38C13-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L38C13-L40C10" }, { "DocsId": "M:System.Configuration.NameValueConfigurationCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L44C13-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L44C13-L45C10" }, { "DocsId": "M:System.Configuration.NameValueConfigurationCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L49C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L49C13-L50C10" }, { "DocsId": "M:System.Configuration.NameValueConfigurationCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L54C13-L54C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L54C13-L54C56" }, { "DocsId": "M:System.Configuration.NameValueConfigurationCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L59C13-L59C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L59C13-L59C66" }, { "DocsId": "M:System.Configuration.NameValueConfigurationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs" }, { "DocsId": "P:System.Configuration.NameValueConfigurationCollection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L11C83-L11C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L11C83-L11C95" }, { "DocsId": "P:System.Configuration.NameValueConfigurationCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L15C19-L15C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L15C19-L15C71" }, { "DocsId": "P:System.Configuration.NameValueConfigurationCollection.AllKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L29C36-L29C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L29C36-L29C89" } ], "DocsId": "T:System.Configuration.NameValueConfigurationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.NameValueConfigurationElement.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L18C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L18C9-L22C10" }, { "DocsId": "P:System.Configuration.NameValueConfigurationElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L24C83-L24C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L24C83-L24C95" }, { "DocsId": "P:System.Configuration.NameValueConfigurationElement.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L27C31-L27C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L27C31-L27C55" }, { "DocsId": "P:System.Configuration.NameValueConfigurationElement.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L32C19-L32C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L32C19-L32C52" } ], "DocsId": "T:System.Configuration.NameValueConfigurationElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.NameValueFileSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueFileSectionHandler.cs#L22C13-L67C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueFileSectionHandler.cs#L22C13-L67C27" }, { "DocsId": "M:System.Configuration.NameValueFileSectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueFileSectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueFileSectionHandler.cs" } ], "DocsId": "T:System.Configuration.NameValueFileSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueFileSectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueFileSectionHandler.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.NameValueSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs#L18C13-L18C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs#L18C13-L18C88" }, { "DocsId": "M:System.Configuration.NameValueSectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs" }, { "DocsId": "P:System.Configuration.NameValueSectionHandler.KeyAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs#L88C19-L88C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs#L88C19-L88C46" }, { "DocsId": "P:System.Configuration.NameValueSectionHandler.ValueAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs#L96C19-L96C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs#L96C19-L96C48" } ], "DocsId": "T:System.Configuration.NameValueSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.OverrideMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" }, { "DocsId": "F:System.Configuration.OverrideMode.Inherit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" }, { "DocsId": "F:System.Configuration.OverrideMode.Allow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" }, { "DocsId": "F:System.Configuration.OverrideMode.Deny", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" } ], "DocsId": "T:System.Configuration.OverrideMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.PositiveTimeSpanValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs#L10C13-L10C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs#L10C13-L10C45" }, { "DocsId": "M:System.Configuration.PositiveTimeSpanValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs#L15C13-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs#L15C13-L22C10" }, { "DocsId": "M:System.Configuration.PositiveTimeSpanValidator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs" } ], "DocsId": "T:System.Configuration.PositiveTimeSpanValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.PositiveTimeSpanValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidatorAttribute.cs" }, { "DocsId": "P:System.Configuration.PositiveTimeSpanValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidatorAttribute.cs#L9C73-L9C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidatorAttribute.cs#L9C73-L9C104" } ], "DocsId": "T:System.Configuration.PositiveTimeSpanValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidatorAttribute.cs" }, { "Members": [ { "DocsId": "P:System.Configuration.PropertyInformation.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L24C30-L24C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L24C30-L24C34" }, { "DocsId": "P:System.Configuration.PropertyInformation.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L32C19-L32C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L32C19-L32C45" }, { "DocsId": "P:System.Configuration.PropertyInformation.DefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L36C39-L36C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L36C39-L36C56" }, { "DocsId": "P:System.Configuration.PropertyInformation.ValueOrigin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L42C17-L43C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L42C17-L43C124" }, { "DocsId": "P:System.Configuration.PropertyInformation.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L47C35-L47C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L47C35-L47C108" }, { "DocsId": "P:System.Configuration.PropertyInformation.IsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L49C30-L49C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L49C30-L49C40" }, { "DocsId": "P:System.Configuration.PropertyInformation.IsRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L51C35-L51C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L51C35-L51C50" }, { "DocsId": "P:System.Configuration.PropertyInformation.IsLocked", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L54C13-L60C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L54C13-L60C82" }, { "DocsId": "P:System.Configuration.PropertyInformation.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L67C17-L69C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L67C17-L69C66" }, { "DocsId": "P:System.Configuration.PropertyInformation.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L80C17-L82C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L80C17-L82C45" }, { "DocsId": "P:System.Configuration.PropertyInformation.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L86C29-L86C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L86C29-L86C38" }, { "DocsId": "P:System.Configuration.PropertyInformation.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L88C56-L88C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L88C56-L88C70" }, { "DocsId": "P:System.Configuration.PropertyInformation.Converter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L90C43-L90C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L90C43-L90C57" }, { "DocsId": "P:System.Configuration.PropertyInformation.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L92C38-L92C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L92C38-L92C54" } ], "DocsId": "T:System.Configuration.PropertyInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.PropertyInformationCollection.CopyTo(System.Configuration.PropertyInformation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs#L44C13-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs#L44C13-L52C10" }, { "DocsId": "M:System.Configuration.PropertyInformationCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs" }, { "DocsId": "P:System.Configuration.PropertyInformationCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs#L25C17-L35C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs#L25C17-L35C31" } ], "DocsId": "T:System.Configuration.PropertyInformationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.PropertyValueOrigin.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" }, { "DocsId": "F:System.Configuration.PropertyValueOrigin.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" }, { "DocsId": "F:System.Configuration.PropertyValueOrigin.Inherited", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" }, { "DocsId": "F:System.Configuration.PropertyValueOrigin.SetHere", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" } ], "DocsId": "T:System.Configuration.PropertyValueOrigin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.ProtectedConfiguration.RsaProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" }, { "DocsId": "F:System.Configuration.ProtectedConfiguration.DataProtectionProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" }, { "DocsId": "F:System.Configuration.ProtectedConfiguration.ProtectedDataSectionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" }, { "DocsId": "P:System.Configuration.ProtectedConfiguration.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs#L12C17-L16C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs#L12C17-L16C115" }, { "DocsId": "P:System.Configuration.ProtectedConfiguration.DefaultProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs#L28C17-L32C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs#L28C17-L32C69" } ], "DocsId": "T:System.Configuration.ProtectedConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ProtectedConfigurationProvider.Encrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" }, { "DocsId": "M:System.Configuration.ProtectedConfigurationProvider.Decrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" }, { "DocsId": "M:System.Configuration.ProtectedConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" } ], "DocsId": "T:System.Configuration.ProtectedConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ProtectedConfigurationProviderCollection.Add(System.Configuration.Provider.ProviderBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs#L14C13-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs#L14C13-L27C10" }, { "DocsId": "M:System.Configuration.ProtectedConfigurationProviderCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs" }, { "DocsId": "P:System.Configuration.ProtectedConfigurationProviderCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs#L10C72-L10C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs#L10C72-L10C114" } ], "DocsId": "T:System.Configuration.ProtectedConfigurationProviderCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ProtectedConfigurationSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L30C9-L30C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L30C9-L30C51" }, { "DocsId": "P:System.Configuration.ProtectedConfigurationSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L32C83-L32C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L32C83-L32C95" }, { "DocsId": "P:System.Configuration.ProtectedConfigurationSection.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L37C56-L37C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L37C56-L37C84" }, { "DocsId": "P:System.Configuration.ProtectedConfigurationSection.DefaultProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L42C19-L42C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L42C19-L42C62" } ], "DocsId": "T:System.Configuration.ProtectedConfigurationSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ProtectedProviderSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs#L8C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs#L8C9-L21C10" }, { "DocsId": "P:System.Configuration.ProtectedProviderSettings.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs#L23C83-L23C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs#L23C83-L23C94" }, { "DocsId": "P:System.Configuration.ProtectedProviderSettings.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs#L26C56-L26C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs#L26C56-L26C104" } ], "DocsId": "T:System.Configuration.ProtectedProviderSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ProviderSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L13C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L13C9-L30C10" }, { "DocsId": "M:System.Configuration.ProviderSettings.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L32C61-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L32C61-L36C10" }, { "DocsId": "M:System.Configuration.ProviderSettings.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L86C13-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L86C13-L94C10" }, { "DocsId": "M:System.Configuration.ProviderSettings.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L98C13-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L98C13-L102C10" }, { "DocsId": "M:System.Configuration.ProviderSettings.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L149C13-L149C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L149C13-L149C68" }, { "DocsId": "M:System.Configuration.ProviderSettings.OnDeserializeUnrecognizedAttribute(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L181C13-L185C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L181C13-L185C25" }, { "DocsId": "P:System.Configuration.ProviderSettings.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L42C17-L43C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L42C17-L43C36" }, { "DocsId": "P:System.Configuration.ProviderSettings.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L50C19-L50C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L50C19-L50C50" }, { "DocsId": "P:System.Configuration.ProviderSettings.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L57C19-L57C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L57C19-L57C50" }, { "DocsId": "P:System.Configuration.ProviderSettings.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L65C17-L78C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L65C17-L78C48" } ], "DocsId": "T:System.Configuration.ProviderSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ProviderSettingsCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L12C13-L13C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L12C13-L13C12" }, { "DocsId": "M:System.Configuration.ProviderSettingsCollection.Add(System.Configuration.ProviderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L33C13-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L33C13-L38C10" }, { "DocsId": "M:System.Configuration.ProviderSettingsCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L42C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L42C13-L43C10" }, { "DocsId": "M:System.Configuration.ProviderSettingsCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L47C13-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L47C13-L48C10" }, { "DocsId": "M:System.Configuration.ProviderSettingsCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L52C13-L52C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L52C13-L52C43" }, { "DocsId": "M:System.Configuration.ProviderSettingsCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L57C13-L57C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L57C13-L57C53" }, { "DocsId": "P:System.Configuration.ProviderSettingsCollection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L15C83-L15C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L15C83-L15C95" }, { "DocsId": "P:System.Configuration.ProviderSettingsCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L17C57-L17C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L17C57-L17C87" }, { "DocsId": "P:System.Configuration.ProviderSettingsCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L21C19-L21C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L21C19-L21C59" } ], "DocsId": "T:System.Configuration.ProviderSettingsCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.RegexStringValidator.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs#L13C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs#L13C9-L19C10" }, { "DocsId": "M:System.Configuration.RegexStringValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs#L23C13-L23C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs#L23C13-L23C43" }, { "DocsId": "M:System.Configuration.RegexStringValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs#L28C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs#L28C13-L34C10" } ], "DocsId": "T:System.Configuration.RegexStringValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.RegexStringValidatorAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs#L9C9-L12C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs#L9C9-L12C10" }, { "DocsId": "P:System.Configuration.RegexStringValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs#L14C73-L14C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs#L14C73-L14C104" }, { "DocsId": "P:System.Configuration.RegexStringValidatorAttribute.Regex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs#L16C31-L16C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs#L16C31-L16C35" } ], "DocsId": "T:System.Configuration.RegexStringValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.Decrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L20C13-L20C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L20C13-L20C55" }, { "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.Encrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L25C13-L25C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L25C13-L25C55" }, { "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.AddKey(System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L30C13-L30C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L30C13-L30C55" }, { "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.DeleteKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L35C13-L35C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L35C13-L35C55" }, { "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.ImportKey(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L40C13-L40C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L40C13-L40C55" }, { "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.ExportKey(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L45C13-L45C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L45C13-L45C55" }, { "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs" }, { "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.KeyContainerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L48C48-L48C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L48C48-L48C90" }, { "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.CspProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L49C47-L49C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L49C47-L49C89" }, { "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.UseMachineContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L50C49-L50C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L50C49-L50C91" }, { "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.UseOAEP", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L51C37-L51C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L51C37-L51C79" }, { "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.UseFIPS", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L52C37-L52C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L52C37-L52C79" }, { "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.RsaPublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L53C51-L53C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L53C51-L53C93" } ], "DocsId": "T:System.Configuration.RsaProtectedConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SchemeSettingElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs" }, { "DocsId": "P:System.Configuration.SchemeSettingElement.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs#L19C19-L19C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs#L19C19-L19C47" }, { "DocsId": "P:System.Configuration.SchemeSettingElement.GenericUriParserOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs#L26C19-L26C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs#L26C19-L26C83" }, { "DocsId": "P:System.Configuration.SchemeSettingElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs#L31C19-L31C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs#L31C19-L31C39" } ], "DocsId": "T:System.Configuration.SchemeSettingElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SchemeSettingElementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L17C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L17C9-L22C10" }, { "DocsId": "M:System.Configuration.SchemeSettingElementCollection.IndexOf(System.Configuration.SchemeSettingElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L41C13-L41C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L41C13-L41C41" }, { "DocsId": "M:System.Configuration.SchemeSettingElementCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L46C13-L46C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L46C13-L46C47" }, { "DocsId": "M:System.Configuration.SchemeSettingElementCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L51C13-L51C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L51C13-L51C57" }, { "DocsId": "P:System.Configuration.SchemeSettingElementCollection.CollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L26C19-L26C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L26C19-L26C79" }, { "DocsId": "P:System.Configuration.SchemeSettingElementCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L31C19-L31C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L31C19-L31C63" }, { "DocsId": "P:System.Configuration.SchemeSettingElementCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L36C19-L36C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L36C19-L36C62" } ], "DocsId": "T:System.Configuration.SchemeSettingElementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SectionInformation.ForceDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L565C13-L566C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L565C13-L566C10" }, { "DocsId": "M:System.Configuration.SectionInformation.ForceDeclaration(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L572C13-L596C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L572C13-L596C10" }, { "DocsId": "M:System.Configuration.SectionInformation.ProtectSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L603C13-L624C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L603C13-L624C10" }, { "DocsId": "M:System.Configuration.SectionInformation.UnprotectSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L628C13-L634C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L628C13-L634C10" }, { "DocsId": "M:System.Configuration.SectionInformation.GetParentSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L638C13-L656C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L638C13-L656C29" }, { "DocsId": "M:System.Configuration.SectionInformation.GetRawXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L661C13-L664C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L661C13-L664C66" }, { "DocsId": "M:System.Configuration.SectionInformation.SetRawXml(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L669C13-L673C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L669C13-L673C10" }, { "DocsId": "M:System.Configuration.SectionInformation.RevertToParent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L677C13-L681C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L677C13-L681C10" }, { "DocsId": "P:System.Configuration.SectionInformation.SectionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L80C38-L80C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L80C38-L80C47" }, { "DocsId": "P:System.Configuration.SectionInformation.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L82C30-L82C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L82C30-L82C34" }, { "DocsId": "P:System.Configuration.SectionInformation.AllowDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L86C19-L86C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L86C19-L86C43" }, { "DocsId": "P:System.Configuration.SectionInformation.AllowExeDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L107C19-L107C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L107C19-L107C46" }, { "DocsId": "P:System.Configuration.SectionInformation.OverrideModeDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L128C19-L128C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L128C19-L128C60" }, { "DocsId": "P:System.Configuration.SectionInformation.AllowLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L154C19-L154C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L154C19-L154C52" }, { "DocsId": "P:System.Configuration.SectionInformation.AllowOverride", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L175C19-L175C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L175C19-L175C54" }, { "DocsId": "P:System.Configuration.SectionInformation.OverrideMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L187C19-L187C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L187C19-L187C53" }, { "DocsId": "P:System.Configuration.SectionInformation.OverrideModeEffective", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L216C54-L216C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L216C54-L216C121" }, { "DocsId": "P:System.Configuration.SectionInformation.ConfigSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L231C19-L231C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L231C19-L231C56" }, { "DocsId": "P:System.Configuration.SectionInformation.InheritInChildApplications", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L257C19-L257C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L257C19-L257C57" }, { "DocsId": "P:System.Configuration.SectionInformation.IsDeclared", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L271C17-L273C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L271C17-L273C45" }, { "DocsId": "P:System.Configuration.SectionInformation.IsDeclarationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L283C17-L285C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L283C17-L285C56" }, { "DocsId": "P:System.Configuration.SectionInformation.IsLocked", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L295C33-L296C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L295C33-L296C62" }, { "DocsId": "P:System.Configuration.SectionInformation.IsProtected", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L298C36-L298C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L298C36-L298C62" }, { "DocsId": "P:System.Configuration.SectionInformation.ProtectionProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L304C17-L310C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L304C17-L310C44" }, { "DocsId": "P:System.Configuration.SectionInformation.RestartOnExternalChanges", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L318C19-L318C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L318C19-L318C63" }, { "DocsId": "P:System.Configuration.SectionInformation.RequirePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L339C19-L339C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L339C19-L339C56" }, { "DocsId": "P:System.Configuration.SectionInformation.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L361C19-L361C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L361C19-L361C36" }, { "DocsId": "P:System.Configuration.SectionInformation.ForceSave", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L394C19-L394C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L394C19-L394C48" } ], "DocsId": "T:System.Configuration.SectionInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingAttribute.cs" } ], "DocsId": "T:System.Configuration.SettingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingChangingEventArgs.#ctor(System.String,System.String,System.String,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L18C133-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L18C133-L24C10" }, { "DocsId": "P:System.Configuration.SettingChangingEventArgs.NewValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L30C17-L30C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L30C17-L30C34" }, { "DocsId": "P:System.Configuration.SettingChangingEventArgs.SettingClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L38C17-L38C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L38C17-L38C38" }, { "DocsId": "P:System.Configuration.SettingChangingEventArgs.SettingName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L46C17-L46C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L46C17-L46C37" }, { "DocsId": "P:System.Configuration.SettingChangingEventArgs.SettingKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L54C17-L54C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L54C17-L54C36" } ], "DocsId": "T:System.Configuration.SettingChangingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingChangingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" }, { "DocsId": "M:System.Configuration.SettingChangingEventHandler.Invoke(System.Object,System.Configuration.SettingChangingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" }, { "DocsId": "M:System.Configuration.SettingChangingEventHandler.BeginInvoke(System.Object,System.Configuration.SettingChangingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" }, { "DocsId": "M:System.Configuration.SettingChangingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" } ], "DocsId": "T:System.Configuration.SettingChangingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L27C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L27C9-L29C10" }, { "DocsId": "M:System.Configuration.SettingElement.#ctor(System.String,System.Configuration.SettingsSerializeAs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L31C79-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L31C79-L35C10" }, { "DocsId": "M:System.Configuration.SettingElement.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L47C13-L48C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L47C13-L48C95" }, { "DocsId": "M:System.Configuration.SettingElement.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L53C13-L53C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L53C13-L53C61" }, { "DocsId": "P:System.Configuration.SettingElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L60C17-L60C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L60C17-L60C37" }, { "DocsId": "P:System.Configuration.SettingElement.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L69C17-L69C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L69C17-L69C49" }, { "DocsId": "P:System.Configuration.SettingElement.SerializeAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L82C17-L82C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L82C17-L82C69" }, { "DocsId": "P:System.Configuration.SettingElement.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L95C17-L95C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L95C17-L95C63" } ], "DocsId": "T:System.Configuration.SettingElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingElementCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L26C13-L26C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L26C13-L26C41" }, { "DocsId": "M:System.Configuration.SettingElementCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L31C13-L31C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L31C13-L31C50" }, { "DocsId": "M:System.Configuration.SettingElementCollection.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L36C13-L36C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L36C13-L36C56" }, { "DocsId": "M:System.Configuration.SettingElementCollection.Add(System.Configuration.SettingElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L41C13-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L41C13-L42C10" }, { "DocsId": "M:System.Configuration.SettingElementCollection.Remove(System.Configuration.SettingElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L46C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L46C13-L47C10" }, { "DocsId": "M:System.Configuration.SettingElementCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L51C13-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L51C13-L52C10" }, { "DocsId": "M:System.Configuration.SettingElementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs" }, { "DocsId": "P:System.Configuration.SettingElementCollection.CollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L12C17-L12C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L12C17-L12C68" }, { "DocsId": "P:System.Configuration.SettingElementCollection.ElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L20C17-L20C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L20C17-L20C34" } ], "DocsId": "T:System.Configuration.SettingElementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsAttributeDictionary.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs#L11C48-L11C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs#L11C48-L11C58" }, { "DocsId": "M:System.Configuration.SettingsAttributeDictionary.#ctor(System.Configuration.SettingsAttributeDictionary)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs#L13C86-L13C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs#L13C86-L13C106" }, { "DocsId": "M:System.Configuration.SettingsAttributeDictionary.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs#L15C9-L17C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs#L15C9-L17C55" } ], "DocsId": "T:System.Configuration.SettingsAttributeDictionary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L16C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L16C9-L19C10" }, { "DocsId": "M:System.Configuration.SettingsBase.Initialize(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection,System.Configuration.SettingsProviderCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L103C13-L106C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L103C13-L106C10" }, { "DocsId": "M:System.Configuration.SettingsBase.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L110C13-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L110C13-L121C10" }, { "DocsId": "M:System.Configuration.SettingsBase.Synchronized(System.Configuration.SettingsBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L176C13-L177C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L176C13-L177C33" }, { "DocsId": "P:System.Configuration.SettingsBase.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L25C17-L36C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L25C17-L36C14" }, { "DocsId": "P:System.Configuration.SettingsBase.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L147C70-L147C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L147C70-L147C89" }, { "DocsId": "P:System.Configuration.SettingsBase.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L148C69-L148C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L148C69-L148C87" }, { "DocsId": "P:System.Configuration.SettingsBase.PropertyValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L149C79-L149C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L149C79-L149C102" }, { "DocsId": "P:System.Configuration.SettingsBase.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L150C56-L150C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L150C56-L150C72" }, { "DocsId": "P:System.Configuration.SettingsBase.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L181C44-L181C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L181C44-L181C67" } ], "DocsId": "T:System.Configuration.SettingsBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsContext.cs#L11C36-L11C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsContext.cs#L11C36-L11C46" }, { "DocsId": "M:System.Configuration.SettingsContext.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsContext.cs#L13C9-L15C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsContext.cs#L13C9-L15C55" } ], "DocsId": "T:System.Configuration.SettingsContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsContext.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsDescriptionAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsDescriptionAttribute.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsDescriptionAttribute.cs#L17C9-L20C10" }, { "DocsId": "P:System.Configuration.SettingsDescriptionAttribute.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsDescriptionAttribute.cs#L29C17-L29C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsDescriptionAttribute.cs#L29C17-L29C37" } ], "DocsId": "T:System.Configuration.SettingsDescriptionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsDescriptionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsDescriptionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsGroupDescriptionAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupDescriptionAttribute.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupDescriptionAttribute.cs#L17C9-L20C10" }, { "DocsId": "P:System.Configuration.SettingsGroupDescriptionAttribute.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupDescriptionAttribute.cs#L29C17-L29C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupDescriptionAttribute.cs#L29C17-L29C37" } ], "DocsId": "T:System.Configuration.SettingsGroupDescriptionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupDescriptionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupDescriptionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsGroupNameAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupNameAttribute.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupNameAttribute.cs#L17C9-L20C10" }, { "DocsId": "P:System.Configuration.SettingsGroupNameAttribute.GroupName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupNameAttribute.cs#L29C17-L29C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupNameAttribute.cs#L29C17-L29C35" } ], "DocsId": "T:System.Configuration.SettingsGroupNameAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupNameAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupNameAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsLoadedEventArgs.#ctor(System.Configuration.SettingsProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventArgs.cs#L13C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventArgs.cs#L13C9-L16C10" }, { "DocsId": "P:System.Configuration.SettingsLoadedEventArgs.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventArgs.cs#L22C17-L22C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventArgs.cs#L22C17-L22C34" } ], "DocsId": "T:System.Configuration.SettingsLoadedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsLoadedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" }, { "DocsId": "M:System.Configuration.SettingsLoadedEventHandler.Invoke(System.Object,System.Configuration.SettingsLoadedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" }, { "DocsId": "M:System.Configuration.SettingsLoadedEventHandler.BeginInvoke(System.Object,System.Configuration.SettingsLoadedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" }, { "DocsId": "M:System.Configuration.SettingsLoadedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" } ], "DocsId": "T:System.Configuration.SettingsLoadedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.SettingsManageability.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageability.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageability.cs" }, { "DocsId": "F:System.Configuration.SettingsManageability.Roaming", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageability.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageability.cs" } ], "DocsId": "T:System.Configuration.SettingsManageability", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageability.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageability.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsManageabilityAttribute.#ctor(System.Configuration.SettingsManageability)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageabilityAttribute.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageabilityAttribute.cs#L17C9-L20C10" }, { "DocsId": "P:System.Configuration.SettingsManageabilityAttribute.Manageability", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageabilityAttribute.cs#L29C17-L29C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageabilityAttribute.cs#L29C17-L29C39" } ], "DocsId": "T:System.Configuration.SettingsManageabilityAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageabilityAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageabilityAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsPropertyCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L13C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L13C9-L16C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.Add(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L20C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L20C13-L34C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L38C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L38C13-L55C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L67C13-L67C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L67C13-L67C54" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L72C13-L72C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L72C13-L72C63" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L77C13-L80C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L77C13-L80C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L84C13-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L84C13-L89C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnAdd(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L96C67-L96C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L96C67-L96C68" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnAddComplete(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L98C75-L98C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L98C75-L98C76" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L100C44-L100C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L100C44-L100C45" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L102C52-L102C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L102C52-L102C53" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnRemove(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L104C70-L104C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L104C70-L104C71" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnRemoveComplete(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L106C78-L106C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L106C78-L106C79" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L115C13-L116C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L115C13-L116C10" }, { "DocsId": "P:System.Configuration.SettingsPropertyCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L61C17-L61C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L61C17-L61C61" }, { "DocsId": "P:System.Configuration.SettingsPropertyCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L109C34-L109C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L109C34-L109C58" }, { "DocsId": "P:System.Configuration.SettingsPropertyCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L110C44-L110C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L110C44-L110C57" }, { "DocsId": "P:System.Configuration.SettingsPropertyCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L111C40-L111C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L111C40-L111C52" } ], "DocsId": "T:System.Configuration.SettingsPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L14C16-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L14C16-L16C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L19C16-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L19C16-L21C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L28C16-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L28C16-L30C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L32C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L32C9-L34C10" } ], "DocsId": "T:System.Configuration.SettingsPropertyIsReadOnlyException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsPropertyNotFoundException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L14C15-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L14C15-L16C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyNotFoundException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L19C15-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L19C15-L21C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L28C15-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L28C15-L30C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyNotFoundException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L32C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L32C9-L34C10" } ], "DocsId": "T:System.Configuration.SettingsPropertyNotFoundException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L14C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L14C9-L18C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.Add(System.Configuration.SettingsPropertyValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L22C13-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L22C13-L36C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L40C13-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L40C13-L64C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L86C13-L86C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L86C13-L86C44" }, { "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L91C13-L91C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L91C13-L91C75" }, { "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L96C13-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L96C13-L101C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L105C13-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L105C13-L107C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L117C13-L118C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L117C13-L118C10" }, { "DocsId": "P:System.Configuration.SettingsPropertyValueCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L70C17-L80C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L70C17-L80C61" }, { "DocsId": "P:System.Configuration.SettingsPropertyValueCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L109C34-L109C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L109C34-L109C55" }, { "DocsId": "P:System.Configuration.SettingsPropertyValueCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L111C44-L111C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L111C44-L111C57" }, { "DocsId": "P:System.Configuration.SettingsPropertyValueCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L113C40-L113C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L113C40-L113C52" } ], "DocsId": "T:System.Configuration.SettingsPropertyValueCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsPropertyWrongTypeException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L14C15-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L14C15-L16C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyWrongTypeException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L19C16-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L19C16-L21C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyWrongTypeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L28C16-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L28C16-L30C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyWrongTypeException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L32C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L32C9-L34C10" } ], "DocsId": "T:System.Configuration.SettingsPropertyWrongTypeException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsProvider.GetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" }, { "DocsId": "M:System.Configuration.SettingsProvider.SetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" }, { "DocsId": "M:System.Configuration.SettingsProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" }, { "DocsId": "P:System.Configuration.SettingsProvider.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" } ], "DocsId": "T:System.Configuration.SettingsProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsProviderAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs#L17C9-L20C10" }, { "DocsId": "M:System.Configuration.SettingsProviderAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs#L25C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs#L25C9-L31C10" }, { "DocsId": "P:System.Configuration.SettingsProviderAttribute.ProviderTypeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs#L40C17-L40C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs#L40C17-L40C42" } ], "DocsId": "T:System.Configuration.SettingsProviderAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsProviderCollection.Add(System.Configuration.Provider.ProviderBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs#L12C13-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs#L12C13-L23C10" }, { "DocsId": "M:System.Configuration.SettingsProviderCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs" }, { "DocsId": "P:System.Configuration.SettingsProviderCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs#L29C17-L29C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs#L29C17-L29C53" } ], "DocsId": "T:System.Configuration.SettingsProviderCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsSavingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" }, { "DocsId": "M:System.Configuration.SettingsSavingEventHandler.Invoke(System.Object,System.ComponentModel.CancelEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" }, { "DocsId": "M:System.Configuration.SettingsSavingEventHandler.BeginInvoke(System.Object,System.ComponentModel.CancelEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" }, { "DocsId": "M:System.Configuration.SettingsSavingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" } ], "DocsId": "T:System.Configuration.SettingsSavingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsSerializeAsAttribute.#ctor(System.Configuration.SettingsSerializeAs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAsAttribute.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAsAttribute.cs#L17C9-L20C10" }, { "DocsId": "P:System.Configuration.SettingsSerializeAsAttribute.SerializeAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAsAttribute.cs#L29C17-L29C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAsAttribute.cs#L29C17-L29C37" } ], "DocsId": "T:System.Configuration.SettingsSerializeAsAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAsAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAsAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingValueElement.DeserializeElement(System.Xml.XmlReader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L34C13-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L34C13-L35C10" }, { "DocsId": "M:System.Configuration.SettingValueElement.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L39C13-L40C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L39C13-L40C64" }, { "DocsId": "M:System.Configuration.SettingValueElement.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L45C13-L45C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L45C13-L45C49" }, { "DocsId": "M:System.Configuration.SettingValueElement.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L50C13-L50C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L50C13-L50C32" }, { "DocsId": "M:System.Configuration.SettingValueElement.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L55C13-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L55C13-L56C10" }, { "DocsId": "M:System.Configuration.SettingValueElement.SerializeToXmlElement(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L60C13-L69C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L60C13-L69C26" }, { "DocsId": "M:System.Configuration.SettingValueElement.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L74C13-L76C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L74C13-L76C10" }, { "DocsId": "M:System.Configuration.SettingValueElement.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L81C13-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L81C13-L83C10" }, { "DocsId": "M:System.Configuration.SettingValueElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs" }, { "DocsId": "P:System.Configuration.SettingValueElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L17C13-L17C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L17C13-L17C66" }, { "DocsId": "P:System.Configuration.SettingValueElement.ValueXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L23C17-L23C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L23C17-L23C34" } ], "DocsId": "T:System.Configuration.SettingValueElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SingleTagSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SingleTagSectionHandler.cs#L29C13-L46C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SingleTagSectionHandler.cs#L29C13-L46C27" }, { "DocsId": "M:System.Configuration.SingleTagSectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SingleTagSectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SingleTagSectionHandler.cs" } ], "DocsId": "T:System.Configuration.SingleTagSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SingleTagSectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SingleTagSectionHandler.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.SpecialSetting.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" }, { "DocsId": "F:System.Configuration.SpecialSetting.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" }, { "DocsId": "F:System.Configuration.SpecialSetting.WebServiceUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" } ], "DocsId": "T:System.Configuration.SpecialSetting", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SpecialSettingAttribute.#ctor(System.Configuration.SpecialSetting)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSettingAttribute.cs#L16C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSettingAttribute.cs#L16C9-L19C10" }, { "DocsId": "P:System.Configuration.SpecialSettingAttribute.SpecialSetting", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSettingAttribute.cs#L28C17-L28C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSettingAttribute.cs#L28C17-L28C40" } ], "DocsId": "T:System.Configuration.SpecialSettingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSettingAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSettingAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L14C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L14C9-L19C10" }, { "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L56C13-L70C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L56C13-L70C58" }, { "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L86C13-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L86C13-L87C10" }, { "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L91C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L91C13-L95C10" }, { "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.AddRange(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L99C13-L106C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L99C13-L106C10" }, { "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L110C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L110C13-L113C10" }, { "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Insert(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L117C13-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L117C13-L121C10" }, { "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L125C13-L129C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L125C13-L129C10" }, { "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L133C13-L143C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L133C13-L143C25" }, { "DocsId": "P:System.Configuration.CommaDelimitedStringCollection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L21C35-L21C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L21C35-L21C79" }, { "DocsId": "P:System.Configuration.CommaDelimitedStringCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L23C38-L23C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L23C38-L23C42" }, { "DocsId": "P:System.Configuration.CommaDelimitedStringCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L27C19-L27C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L27C19-L27C38" } ], "DocsId": "T:System.Configuration.CommaDelimitedStringCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.StringValidator.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L13C15-L14C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L13C15-L14C12" }, { "DocsId": "M:System.Configuration.StringValidator.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L17C15-L18C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L17C15-L18C12" }, { "DocsId": "M:System.Configuration.StringValidator.#ctor(System.Int32,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L20C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L20C9-L25C10" }, { "DocsId": "M:System.Configuration.StringValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L29C13-L29C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L29C13-L29C43" }, { "DocsId": "M:System.Configuration.StringValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L34C13-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L34C13-L54C10" } ], "DocsId": "T:System.Configuration.StringValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.StringValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L9C9-L9C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L9C9-L9C47" }, { "DocsId": "P:System.Configuration.StringValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L13C16-L13C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L13C16-L13C78" }, { "DocsId": "P:System.Configuration.StringValidatorAttribute.MinLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L17C19-L17C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L17C19-L17C37" }, { "DocsId": "P:System.Configuration.StringValidatorAttribute.MaxLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L29C19-L29C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L29C19-L29C37" }, { "DocsId": "P:System.Configuration.StringValidatorAttribute.InvalidCharacters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L39C43-L39C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L39C43-L39C47" } ], "DocsId": "T:System.Configuration.StringValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SubclassTypeValidator.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs#L11C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs#L11C9-L17C10" }, { "DocsId": "M:System.Configuration.SubclassTypeValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs#L21C13-L21C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs#L21C13-L21C41" }, { "DocsId": "M:System.Configuration.SubclassTypeValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs#L26C13-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs#L26C13-L36C10" } ], "DocsId": "T:System.Configuration.SubclassTypeValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SubclassTypeValidatorAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs#L9C9-L12C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs#L9C9-L12C10" }, { "DocsId": "P:System.Configuration.SubclassTypeValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs#L14C73-L14C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs#L14C73-L14C109" }, { "DocsId": "P:System.Configuration.SubclassTypeValidatorAttribute.BaseClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs#L16C33-L16C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs#L16C33-L16C37" } ], "DocsId": "T:System.Configuration.SubclassTypeValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.TimeSpanMinutesConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs#L13C13-L16C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs#L13C13-L16C64" }, { "DocsId": "M:System.Configuration.TimeSpanMinutesConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs#L21C13-L22C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs#L21C13-L22C46" }, { "DocsId": "M:System.Configuration.TimeSpanMinutesConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs" } ], "DocsId": "T:System.Configuration.TimeSpanMinutesConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.TimeSpanMinutesOrInfiniteConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs#L13C13-L15C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs#L13C13-L15C109" }, { "DocsId": "M:System.Configuration.TimeSpanMinutesOrInfiniteConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs#L20C13-L20C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs#L20C13-L20C101" }, { "DocsId": "M:System.Configuration.TimeSpanMinutesOrInfiniteConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs" } ], "DocsId": "T:System.Configuration.TimeSpanMinutesOrInfiniteConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.TimeSpanSecondsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs#L13C13-L17C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs#L13C13-L17C64" }, { "DocsId": "M:System.Configuration.TimeSpanSecondsConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs#L25C17-L31C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs#L25C17-L31C46" }, { "DocsId": "M:System.Configuration.TimeSpanSecondsConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs" } ], "DocsId": "T:System.Configuration.TimeSpanSecondsConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.TimeSpanSecondsOrInfiniteConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs#L13C13-L15C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs#L13C13-L15C109" }, { "DocsId": "M:System.Configuration.TimeSpanSecondsOrInfiniteConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs#L20C13-L20C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs#L20C13-L20C101" }, { "DocsId": "M:System.Configuration.TimeSpanSecondsOrInfiniteConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs" } ], "DocsId": "T:System.Configuration.TimeSpanSecondsOrInfiniteConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.TimeSpanValidator.#ctor(System.TimeSpan,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L14C15-L15C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L14C15-L15C12" }, { "DocsId": "M:System.Configuration.TimeSpanValidator.#ctor(System.TimeSpan,System.TimeSpan,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L18C15-L19C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L18C15-L19C12" }, { "DocsId": "M:System.Configuration.TimeSpanValidator.#ctor(System.TimeSpan,System.TimeSpan,System.Boolean,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L21C9-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L21C9-L33C10" }, { "DocsId": "M:System.Configuration.TimeSpanValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L37C13-L37C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L37C13-L37C45" }, { "DocsId": "M:System.Configuration.TimeSpanValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L42C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L42C13-L49C10" } ], "DocsId": "T:System.Configuration.TimeSpanValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.TimeSpanValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L17C58-L19C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L17C58-L19C75" }, { "DocsId": "F:System.Configuration.TimeSpanValidatorAttribute.TimeSpanMinValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs" }, { "DocsId": "F:System.Configuration.TimeSpanValidatorAttribute.TimeSpanMaxValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs" }, { "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L15C16-L15C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L15C16-L15C71" }, { "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.MinValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L17C36-L17C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L17C36-L17C40" }, { "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.MaxValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L19C36-L19C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L19C36-L19C40" }, { "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.MinValueString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L23C19-L23C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L23C19-L23C46" }, { "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.MaxValueString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L37C19-L37C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L37C19-L37C46" }, { "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.ExcludeRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L49C36-L49C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L49C36-L49C40" } ], "DocsId": "T:System.Configuration.TimeSpanValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.TypeNameConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs#L14C13-L20C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs#L14C13-L20C27" }, { "DocsId": "M:System.Configuration.TypeNameConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs#L25C13-L29C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs#L25C13-L29C27" }, { "DocsId": "M:System.Configuration.TypeNameConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs" } ], "DocsId": "T:System.Configuration.TypeNameConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.UriSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs" }, { "DocsId": "P:System.Configuration.UriSection.Idn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L28C34-L28C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L28C34-L28C56" }, { "DocsId": "P:System.Configuration.UriSection.IriParsing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L31C48-L31C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L31C48-L31C84" }, { "DocsId": "P:System.Configuration.UriSection.SchemeSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L34C65-L34C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L34C65-L34C118" }, { "DocsId": "P:System.Configuration.UriSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L36C83-L36C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L36C83-L36C94" } ], "DocsId": "T:System.Configuration.UriSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.UserScopedSettingAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserScopedSettingAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserScopedSettingAttribute.cs" } ], "DocsId": "T:System.Configuration.UserScopedSettingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserScopedSettingAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserScopedSettingAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.UserSettingsGroup.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserSettingsGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserSettingsGroup.cs" } ], "DocsId": "T:System.Configuration.UserSettingsGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserSettingsGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserSettingsGroup.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ValidatorCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" }, { "DocsId": "M:System.Configuration.ValidatorCallback.Invoke(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" }, { "DocsId": "M:System.Configuration.ValidatorCallback.BeginInvoke(System.Object,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" }, { "DocsId": "M:System.Configuration.ValidatorCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" } ], "DocsId": "T:System.Configuration.ValidatorCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.WhiteSpaceTrimStringConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs#L13C13-L15C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs#L13C13-L15C74" }, { "DocsId": "M:System.Configuration.WhiteSpaceTrimStringConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs#L20C13-L20C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs#L20C13-L20C42" }, { "DocsId": "M:System.Configuration.WhiteSpaceTrimStringConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs" } ], "DocsId": "T:System.Configuration.WhiteSpaceTrimStringConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsProperty.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L20C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L20C9-L24C10" }, { "DocsId": "M:System.Configuration.SettingsProperty.#ctor(System.String,System.Type,System.Configuration.SettingsProvider,System.Boolean,System.Object,System.Configuration.SettingsSerializeAs,System.Configuration.SettingsAttributeDictionary,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L26C9-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L26C9-L62C10" }, { "DocsId": "M:System.Configuration.SettingsProperty.#ctor(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L64C9-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L64C9-L75C10" }, { "DocsId": "P:System.Configuration.SettingsProperty.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L10C38-L10C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L10C38-L10C42" }, { "DocsId": "P:System.Configuration.SettingsProperty.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L11C42-L11C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L11C42-L11C46" }, { "DocsId": "P:System.Configuration.SettingsProperty.DefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L12C46-L12C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L12C46-L12C50" }, { "DocsId": "P:System.Configuration.SettingsProperty.PropertyType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L13C44-L13C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L13C44-L13C48" }, { "DocsId": "P:System.Configuration.SettingsProperty.SerializeAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L14C58-L14C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L14C58-L14C62" }, { "DocsId": "P:System.Configuration.SettingsProperty.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L15C52-L15C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L15C52-L15C56" }, { "DocsId": "P:System.Configuration.SettingsProperty.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L16C65-L16C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L16C65-L16C69" }, { "DocsId": "P:System.Configuration.SettingsProperty.ThrowOnErrorDeserializing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L17C49-L17C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L17C49-L17C53" }, { "DocsId": "P:System.Configuration.SettingsProperty.ThrowOnErrorSerializing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L18C47-L18C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L18C47-L18C51" } ], "DocsId": "T:System.Configuration.SettingsProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsPropertyValue.#ctor(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L26C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L26C9-L29C10" }, { "DocsId": "P:System.Configuration.SettingsPropertyValue.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L20C31-L20C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L20C31-L20C44" }, { "DocsId": "P:System.Configuration.SettingsPropertyValue.IsDirty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L21C31-L21C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L21C31-L21C35" }, { "DocsId": "P:System.Configuration.SettingsPropertyValue.Property", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L22C44-L22C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L22C44-L22C48" }, { "DocsId": "P:System.Configuration.SettingsPropertyValue.UsingDefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L23C41-L23C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L23C41-L23C45" }, { "DocsId": "P:System.Configuration.SettingsPropertyValue.Deserialized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L24C36-L24C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L24C36-L24C40" }, { "DocsId": "P:System.Configuration.SettingsPropertyValue.PropertyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L35C17-L48C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L35C17-L48C31" }, { "DocsId": "P:System.Configuration.SettingsPropertyValue.SerializedValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L64C17-L69C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L64C17-L69C41" } ], "DocsId": "T:System.Configuration.SettingsPropertyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.SettingsSerializeAs.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" }, { "DocsId": "F:System.Configuration.SettingsSerializeAs.String", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" }, { "DocsId": "F:System.Configuration.SettingsSerializeAs.Xml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" }, { "DocsId": "F:System.Configuration.SettingsSerializeAs.Binary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" }, { "DocsId": "F:System.Configuration.SettingsSerializeAs.ProviderSpecific", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" } ], "DocsId": "T:System.Configuration.SettingsSerializeAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.NoSettingsVersionUpgradeAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NoSettingsVersionUpgradeAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NoSettingsVersionUpgradeAttribute.cs" } ], "DocsId": "T:System.Configuration.NoSettingsVersionUpgradeAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NoSettingsVersionUpgradeAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NoSettingsVersionUpgradeAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs#L21C13-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs#L21C13-L39C10" }, { "DocsId": "M:System.Configuration.Provider.ProviderBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs" }, { "DocsId": "P:System.Configuration.Provider.ProviderBase.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs#L15C39-L15C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs#L15C39-L15C44" }, { "DocsId": "P:System.Configuration.Provider.ProviderBase.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs#L17C46-L17C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs#L17C46-L17C102" } ], "DocsId": "T:System.Configuration.Provider.ProviderBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Provider.ProviderCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L13C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L13C9-L16C10" }, { "DocsId": "M:System.Configuration.Provider.ProviderCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L22C13-L22C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L22C13-L22C54" }, { "DocsId": "M:System.Configuration.Provider.ProviderCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L33C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L33C13-L34C10" }, { "DocsId": "M:System.Configuration.Provider.ProviderCollection.Add(System.Configuration.Provider.ProviderBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L38C13-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L38C13-L48C10" }, { "DocsId": "M:System.Configuration.Provider.ProviderCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L52C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L52C13-L55C10" }, { "DocsId": "M:System.Configuration.Provider.ProviderCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L59C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L59C13-L62C10" }, { "DocsId": "M:System.Configuration.Provider.ProviderCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L66C13-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L66C13-L69C10" }, { "DocsId": "M:System.Configuration.Provider.ProviderCollection.CopyTo(System.Configuration.Provider.ProviderBase[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L73C13-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L73C13-L74C10" }, { "DocsId": "P:System.Configuration.Provider.ProviderCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L18C50-L18C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L18C50-L18C82" }, { "DocsId": "P:System.Configuration.Provider.ProviderCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L25C29-L25C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L25C29-L25C45" }, { "DocsId": "P:System.Configuration.Provider.ProviderCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L27C39-L27C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L27C39-L27C44" }, { "DocsId": "P:System.Configuration.Provider.ProviderCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L29C35-L29C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L29C35-L29C39" } ], "DocsId": "T:System.Configuration.Provider.ProviderCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Provider.ProviderException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L13C9-L13C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L13C9-L13C39" }, { "DocsId": "M:System.Configuration.Provider.ProviderException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L16C15-L17C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L16C15-L17C12" }, { "DocsId": "M:System.Configuration.Provider.ProviderException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L20C15-L21C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L20C15-L21C12" }, { "DocsId": "M:System.Configuration.Provider.ProviderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L28C15-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L28C15-L30C10" } ], "DocsId": "T:System.Configuration.Provider.ProviderException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L26C9-L26C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L26C9-L26C45" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.Init(System.Configuration.Internal.IInternalConfigRoot,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L33C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L33C13-L34C10" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.InitForConfiguration(System.String@,System.String@,System.String@,System.Configuration.Internal.IInternalConfigRoot,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L40C13-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L40C13-L42C10" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsConfigRecordRequired(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L46C13-L46C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L46C13-L46C60" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L51C13-L51C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L51C13-L51C53" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L56C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L56C13-L57C10" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsSecondaryRoot(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L65C13-L65C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L65C13-L65C53" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetStreamName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L70C13-L70C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L70C13-L70C51" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetStreamNameForConfigSource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L75C13-L75C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L75C13-L75C80" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetStreamVersion(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L80C13-L80C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L80C13-L80C54" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForRead(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L85C13-L85C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L85C13-L85C55" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForRead(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L90C13-L90C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L90C13-L90C74" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L95C13-L95C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L95C13-L95C94" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L101C13-L101C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L101C13-L101C113" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.WriteCompleted(System.String,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L106C13-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L106C13-L107C10" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.WriteCompleted(System.String,System.Boolean,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L111C13-L112C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L111C13-L112C10" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.DeleteStream(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L116C13-L117C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L116C13-L117C10" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L121C13-L121C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L121C13-L121C44" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.StartMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L128C13-L128C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L128C13-L128C79" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.StopMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L133C13-L134C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L133C13-L134C10" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsAboveApplication(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L144C13-L144C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L144C13-L144C56" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L150C13-L150C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L150C13-L150C94" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.VerifyDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L156C13-L157C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L156C13-L157C10" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetConfigPathFromLocationSubPath(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L161C13-L161C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L161C13-L161C87" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsLocationApplicable(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L166C13-L166C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L166C13-L166C58" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.PrefetchAll(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L171C13-L171C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L171C13-L171C61" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.PrefetchSection(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L176C13-L176C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L176C13-L176C72" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.CreateDeprecatedConfigContext(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L181C13-L181C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L181C13-L181C67" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.CreateConfigurationContext(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L187C13-L187C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L187C13-L187C81" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.DecryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L193C13-L193C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L193C13-L193C98" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.EncryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L199C13-L199C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L199C13-L199C98" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetConfigType(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L204C13-L204C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L204C13-L204C63" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetConfigTypeName(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L209C13-L209C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L209C13-L209C46" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.RefreshConfigPaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L219C13-L220C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L219C13-L220C10" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsTrustedConfigPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L228C71-L228C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L228C71-L228C75" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L230C106-L230C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L230C106-L230C110" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.Impersonate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L232C53-L232C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L232C53-L232C74" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet@,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L237C13-L239C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L237C13-L239C10" }, { "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L29C46-L29C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L29C46-L29C50" }, { "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.SupportsChangeNotifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L124C60-L124C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L124C60-L124C92" }, { "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.SupportsRefresh", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L136C48-L136C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L136C48-L136C68" }, { "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.SupportsPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L138C45-L138C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L138C45-L138C62" }, { "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.SupportsLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L140C49-L140C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L140C49-L140C70" }, { "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.IsRemote", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L212C41-L212C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L212C41-L212C54" }, { "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.HasLocalConfig", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L222C47-L222C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L222C47-L222C71" }, { "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.HasRoamingConfig", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L224C49-L224C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L224C49-L224C75" }, { "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.IsAppConfigHttp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L226C48-L226C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L226C48-L226C73" } ], "DocsId": "T:System.Configuration.Internal.DelegatingConfigHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs" }, { "Members": [ { "DocsId": "P:System.Configuration.Internal.IConfigErrorInfo.Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigErrorInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigErrorInfo.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigErrorInfo.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigErrorInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigErrorInfo.cs" } ], "DocsId": "T:System.Configuration.Internal.IConfigErrorInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigErrorInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigErrorInfo.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.IConfigSystem.Init(System.Type,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigSystem.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigSystem.Root", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" } ], "DocsId": "T:System.Configuration.Internal.IConfigSystem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.IConfigurationManagerHelper.EnsureNetConfigLoaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerHelper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerHelper.cs" } ], "DocsId": "T:System.Configuration.Internal.IConfigurationManagerHelper", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerHelper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerHelper.cs" }, { "Members": [ { "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.SupportsUserConfig", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.SetConfigurationSystemInProgress", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.MachineConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ApplicationConfigUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeProductName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeProductVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeRoamingConfigDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeRoamingConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeLocalConfigDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeLocalConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.UserConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" } ], "DocsId": "T:System.Configuration.Internal.IConfigurationManagerInternal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.IsExeConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.IsRoamingUserConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.IsLocalUserConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.GetExeConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.GetRoamingUserConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.GetLocalUserConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" } ], "DocsId": "T:System.Configuration.Internal.IInternalConfigClientHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.IInternalConfigConfigurationFactory.Create(System.Type,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigConfigurationFactory.NormalizeLocationSubPath(System.String,System.Configuration.Internal.IConfigErrorInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs" } ], "DocsId": "T:System.Configuration.Internal.IInternalConfigConfigurationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.Init(System.Configuration.Internal.IInternalConfigRoot,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.InitForConfiguration(System.String@,System.String@,System.String@,System.Configuration.Internal.IInternalConfigRoot,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsConfigRecordRequired(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsSecondaryRoot(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetStreamName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetStreamNameForConfigSource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetStreamVersion(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForRead(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForRead(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.WriteCompleted(System.String,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.WriteCompleted(System.String,System.Boolean,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.DeleteStream(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.StartMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.StopMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsAboveApplication(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetConfigPathFromLocationSubPath(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsLocationApplicable(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.VerifyDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.PrefetchAll(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.PrefetchSection(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.CreateDeprecatedConfigContext(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.CreateConfigurationContext(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.DecryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.EncryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetConfigType(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetConfigTypeName(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsTrustedConfigPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.Impersonate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet@,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.SupportsChangeNotifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.SupportsRefresh", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.SupportsPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.SupportsLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.IsRemote", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" } ], "DocsId": "T:System.Configuration.Internal.IInternalConfigHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.ThrowIfInitErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.GetLkgSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.RefreshSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.Remove", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" }, { "DocsId": "P:System.Configuration.Internal.IInternalConfigRecord.ConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" }, { "DocsId": "P:System.Configuration.Internal.IInternalConfigRecord.StreamName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" }, { "DocsId": "P:System.Configuration.Internal.IInternalConfigRecord.HasInitErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" } ], "DocsId": "T:System.Configuration.Internal.IInternalConfigRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.Init(System.Configuration.Internal.IInternalConfigHost,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.GetSection(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.GetUniqueConfigPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.GetUniqueConfigRecord(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.GetConfigRecord(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.RemoveConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" }, { "DocsId": "E:System.Configuration.Internal.IInternalConfigRoot.ConfigChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" }, { "DocsId": "E:System.Configuration.Internal.IInternalConfigRoot.ConfigRemoved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" }, { "DocsId": "P:System.Configuration.Internal.IInternalConfigRoot.IsDesignTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" } ], "DocsId": "T:System.Configuration.Internal.IInternalConfigRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.IInternalConfigSettingsFactory.SetConfigurationSystem(System.Configuration.Internal.IInternalConfigSystem,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSettingsFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSettingsFactory.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigSettingsFactory.CompleteInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSettingsFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSettingsFactory.cs" } ], "DocsId": "T:System.Configuration.Internal.IInternalConfigSettingsFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSettingsFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSettingsFactory.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.IInternalConfigSystem.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigSystem.RefreshConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" }, { "DocsId": "P:System.Configuration.Internal.IInternalConfigSystem.SupportsUserConfig", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" } ], "DocsId": "T:System.Configuration.Internal.IInternalConfigSystem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.InternalConfigEventArgs.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventArgs.cs#L8C9-L11C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventArgs.cs#L8C9-L11C10" }, { "DocsId": "P:System.Configuration.Internal.InternalConfigEventArgs.ConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventArgs.cs#L13C36-L13C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventArgs.cs#L13C36-L13C40" } ], "DocsId": "T:System.Configuration.Internal.InternalConfigEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.InternalConfigEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" }, { "DocsId": "M:System.Configuration.Internal.InternalConfigEventHandler.Invoke(System.Object,System.Configuration.Internal.InternalConfigEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" }, { "DocsId": "M:System.Configuration.Internal.InternalConfigEventHandler.BeginInvoke(System.Object,System.Configuration.Internal.InternalConfigEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" }, { "DocsId": "M:System.Configuration.Internal.InternalConfigEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" } ], "DocsId": "T:System.Configuration.Internal.InternalConfigEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.StreamChangeCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" }, { "DocsId": "M:System.Configuration.Internal.StreamChangeCallback.Invoke(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" }, { "DocsId": "M:System.Configuration.Internal.StreamChangeCallback.BeginInvoke(System.String,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" }, { "DocsId": "M:System.Configuration.Internal.StreamChangeCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" } ], "DocsId": "T:System.Configuration.Internal.StreamChangeCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Data.Odbc.json b/xml/SourceLinkInformation/net-8.0-pp/System.Data.Odbc.json index cd35ebfd1eb..f4317672eb8 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Data.Odbc.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Data.Odbc.json @@ -1,1335 +1,1335 @@ { "Assembly": "System.Data.Odbc", - "GUID": "B4C34051E73540AEB7B20E459D0D444AFFFFFFFF", + "GUID": "39798AE51E3C4E2D9B8BC99CE1C9AA0AFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "T:System.Data.Odbc.ODBC32.RETCODE", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" } ], "DocsId": "T:System.Data.Odbc.ODBC32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/Odbc32.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/Odbc32.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcCommand.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L24C9-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L24C9-L47C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L49C47-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L49C47-L54C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.#ctor(System.String,System.Data.Odbc.OdbcConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L56C75-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L56C75-L60C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.#ctor(System.String,System.Data.Odbc.OdbcConnection,System.Data.Odbc.OdbcTransaction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L62C105-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L62C105-L67C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L137C13-L149C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L137C13-L149C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.ResetCommandTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L200C13-L205C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L200C13-L205C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.Cancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L438C13-L463C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L438C13-L463C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L468C13-L484C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L468C13-L484C26" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.CreateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L531C13-L531C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L531C13-L531C40" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.CreateDbParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L536C13-L536C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L536C13-L536C38" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteDbDataReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L541C13-L541C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L541C13-L541C44" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteNonQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L546C20-L551C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L546C20-L551C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L555C13-L555C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L555C13-L555C56" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L561C13-L561C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L561C13-L561C75" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteScalar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L846C13-L855C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L846C13-L855C26" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.Prepare", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L882C13-L907C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L882C13-L907C10" }, { "DocsId": "P:System.Data.Odbc.OdbcCommand.CommandText", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L166C17-L166C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L166C17-L166C53" }, { "DocsId": "P:System.Data.Odbc.OdbcCommand.CommandTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L182C17-L182C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L182C17-L182C40" }, { "DocsId": "P:System.Data.Odbc.OdbcCommand.CommandType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L219C17-L220C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L219C17-L220C70" }, { "DocsId": "P:System.Data.Odbc.OdbcCommand.Connection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L245C17-L245C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L245C17-L245C36" }, { "DocsId": "P:System.Data.Odbc.OdbcCommand.DbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L264C17-L264C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L264C17-L264C35" }, { "DocsId": "P:System.Data.Odbc.OdbcCommand.DbParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L276C17-L276C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L276C17-L276C35" }, { "DocsId": "P:System.Data.Odbc.OdbcCommand.DbTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L284C17-L284C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L284C17-L284C36" }, { "DocsId": "P:System.Data.Odbc.OdbcCommand.DesignTimeVisible", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L306C17-L306C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L306C17-L306C46" }, { "DocsId": "P:System.Data.Odbc.OdbcCommand.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L330C17-L334C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L330C17-L334C45" }, { "DocsId": "P:System.Data.Odbc.OdbcCommand.Transaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L346C17-L350C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L346C17-L350C37" }, { "DocsId": "P:System.Data.Odbc.OdbcCommand.UpdatedRowSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L369C17-L369C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L369C17-L369C42" } ], "DocsId": "T:System.Data.Odbc.OdbcCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L12C39-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L12C39-L15C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.#ctor(System.Data.Odbc.OdbcDataAdapter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L17C63-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L17C63-L20C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetInsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L41C13-L41C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L41C13-L41C57" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetInsertCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L45C13-L45C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L45C13-L45C84" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetUpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L50C13-L50C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L50C13-L50C57" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetUpdateCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L54C13-L54C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L54C13-L54C84" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetDeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L59C13-L59C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L59C13-L59C57" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetDeleteCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L63C13-L63C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L63C13-L63C84" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetParameterName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L68C13-L68C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L68C13-L68C103" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetParameterName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L72C13-L72C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L72C13-L72C34" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetParameterPlaceholder(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L77C13-L77C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L77C13-L77C24" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.ApplyParameterInfo(System.Data.Common.DbParameter,System.Data.DataRow,System.Data.StatementType,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L82C13-L99C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L82C13-L99C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.DeriveParameters(System.Data.Odbc.OdbcCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L105C13-L153C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L105C13-L153C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.QuoteIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L251C13-L251C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L251C13-L251C122" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.QuoteIdentifier(System.String,System.Data.Odbc.OdbcConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L256C13-L287C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L256C13-L287C43" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.SetRowUpdatingHandler(System.Data.Common.DbDataAdapter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L294C13-L302C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L294C13-L302C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.UnquoteIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L306C13-L306C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L306C13-L306C122" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.UnquoteIdentifier(System.String,System.Data.Odbc.OdbcConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L311C13-L336C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L311C13-L336C40" }, { "DocsId": "P:System.Data.Odbc.OdbcCommandBuilder.DataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L26C17-L26C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L26C17-L26C62" } ], "DocsId": "T:System.Data.Odbc.OdbcCommandBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcConnection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L24C59-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L24C59-L27C10" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.BeginTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L288C13-L288C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L288C13-L288C65" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.BeginTransaction(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L293C13-L293C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L293C13-L293C80" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.ChangeDatabase(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L308C13-L309C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L308C13-L309C10" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L322C13-L323C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L322C13-L323C26" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.CreateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L347C13-L347C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L347C13-L347C56" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L357C13-L379C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L357C13-L379C10" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L564C17-L577C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L564C17-L577C10" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.ReleaseObjectPool", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L601C13-L602C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L601C13-L602C10" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.BeginDbTransaction(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L885C13-L893C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L885C13-L893C32" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L17C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L17C9-L25C10" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.CreateDbCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L155C13-L158C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L155C13-L158C28" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L164C13-L171C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L164C13-L171C10" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L177C13-L177C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L177C13-L177C88" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.GetSchema(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L182C13-L182C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L182C13-L182C57" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.GetSchema(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L189C13-L189C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L189C13-L189C118" }, { "DocsId": "E:System.Data.Odbc.OdbcConnection.InfoMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L252C17-L253C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L252C17-L253C14" }, { "DocsId": "P:System.Data.Odbc.OdbcConnection.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L55C17-L55C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L55C17-L55C47" }, { "DocsId": "P:System.Data.Odbc.OdbcConnection.ConnectionTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L71C17-L71C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L71C17-L71C43" }, { "DocsId": "P:System.Data.Odbc.OdbcConnection.Database", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L90C17-L99C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L90C17-L99C37" }, { "DocsId": "P:System.Data.Odbc.OdbcConnection.DataSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L111C17-L118C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L111C17-L118C37" }, { "DocsId": "P:System.Data.Odbc.OdbcConnection.ServerVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L130C17-L130C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L130C17-L130C54" }, { "DocsId": "P:System.Data.Odbc.OdbcConnection.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L142C17-L142C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L142C17-L142C46" }, { "DocsId": "P:System.Data.Odbc.OdbcConnection.DbProviderFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L150C17-L150C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L150C17-L150C45" }, { "DocsId": "P:System.Data.Odbc.OdbcConnection.Driver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L210C17-L215C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L210C17-L215C37" } ], "DocsId": "T:System.Data.Odbc.OdbcConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L39C48-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L39C48-L41C10" }, { "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L36C9-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L36C9-L49C10" }, { "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L178C13-L184C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L178C13-L184C10" }, { "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L188C13-L189C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L188C13-L189C81" }, { "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L211C13-L226C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L211C13-L226C26" }, { "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.TryGetValue(System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L252C13-L259C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L252C13-L259C57" }, { "DocsId": "P:System.Data.Odbc.OdbcConnectionStringBuilder.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L56C17-L64C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L56C17-L64C42" }, { "DocsId": "P:System.Data.Odbc.OdbcConnectionStringBuilder.Driver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L101C19-L101C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L101C19-L101C34" }, { "DocsId": "P:System.Data.Odbc.OdbcConnectionStringBuilder.Dsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L112C19-L112C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L112C19-L112C31" }, { "DocsId": "P:System.Data.Odbc.OdbcConnectionStringBuilder.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L124C17-L172C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L124C17-L172C70" } ], "DocsId": "T:System.Data.Odbc.OdbcConnectionStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L18C36-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L18C36-L21C10" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.#ctor(System.Data.Odbc.OdbcCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L23C62-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L23C62-L26C10" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.#ctor(System.String,System.Data.Odbc.OdbcConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L28C95-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L28C95-L31C10" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L33C93-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L33C93-L37C10" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#get_DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L54C19-L54C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L54C19-L54C41" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#set_DeleteCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L55C19-L55C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L55C19-L55C58" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#get_InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L68C19-L68C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L68C19-L68C41" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#set_InsertCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L69C19-L69C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L69C19-L69C58" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#get_SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L82C19-L82C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L82C19-L82C41" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#set_SelectCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L83C19-L83C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L83C19-L83C58" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#get_UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L96C19-L96C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L96C19-L96C41" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#set_UpdateCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L97C19-L97C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L97C19-L97C58" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L140C13-L140C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L140C13-L140C46" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.CreateRowUpdatedEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L145C13-L145C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L145C13-L145C95" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.CreateRowUpdatingEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L150C13-L150C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L150C13-L150C96" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.OnRowUpdated(System.Data.Common.RowUpdatedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L155C13-L161C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L155C13-L161C10" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.OnRowUpdating(System.Data.Common.RowUpdatingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L165C13-L171C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L165C13-L171C10" }, { "DocsId": "E:System.Data.Odbc.OdbcDataAdapter.RowUpdated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L104C17-L105C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L104C17-L105C14" }, { "DocsId": "E:System.Data.Odbc.OdbcDataAdapter.RowUpdating", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L116C17-L130C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L116C17-L130C14" }, { "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L48C19-L48C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L48C19-L48C41" }, { "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L54C19-L54C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L54C19-L54C41" }, { "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L62C19-L62C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L62C19-L62C41" }, { "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L68C19-L68C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L68C19-L68C41" }, { "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L76C19-L76C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L76C19-L76C41" }, { "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L82C19-L82C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L82C19-L82C41" }, { "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L90C19-L90C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L90C19-L90C41" }, { "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L96C19-L96C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L96C19-L96C41" } ], "DocsId": "T:System.Data.Odbc.OdbcDataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcDataReader.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L314C13-L315C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L314C13-L315C10" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L392C13-L398C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L392C13-L398C10" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDataTypeName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L402C13-L407C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L402C13-L407C42" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L412C13-L412C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L412C13-L412C108" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetFieldType(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L417C13-L422C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L417C13-L422C42" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L427C13-L432C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L427C13-L432C42" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetOrdinal(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L437C13-L445C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L437C13-L445C55" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetValue(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L556C13-L564C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L556C13-L564C42" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetValues(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L569C13-L578C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L569C13-L578C42" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.IsDBNull(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L628C13-L657C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L628C13-L657C66" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetByte(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L663C13-L663C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L663C13-L663C45" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetChar(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L684C13-L684C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L684C13-L684C45" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetInt16(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L704C13-L704C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L704C13-L704C47" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetInt32(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L724C13-L724C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L724C13-L724C45" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetInt64(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L744C13-L744C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L744C13-L744C46" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetBoolean(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L772C13-L772C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L772C13-L772C48" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetFloat(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L792C13-L792C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L792C13-L792C47" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDate(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L812C13-L812C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L812C13-L812C49" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDateTime(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L833C13-L833C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L833C13-L833C53" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDecimal(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L854C13-L854C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L854C13-L854C51" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDouble(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L892C13-L892C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L892C13-L892C49" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetGuid(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L912C13-L912C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L912C13-L912C45" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetString(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L933C13-L933C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L933C13-L933C49" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetTime(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1040C13-L1040C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1040C13-L1040C49" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1073C13-L1073C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1073C13-L1073C105" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1077C13-L1077C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1077C13-L1077C104" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1806C13-L1878C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1806C13-L1878C28" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.NextResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1903C13-L1903C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1903C13-L1903C45" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetSchemaTable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L2224C13-L2303C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L2224C13-L2303C32" }, { "DocsId": "P:System.Data.Odbc.OdbcDataReader.Depth", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L155C17-L159C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L155C17-L159C26" }, { "DocsId": "P:System.Data.Odbc.OdbcDataReader.FieldCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L167C17-L183C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L167C17-L183C71" }, { "DocsId": "P:System.Data.Odbc.OdbcDataReader.HasRows", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L197C17-L206C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L197C17-L206C60" }, { "DocsId": "P:System.Data.Odbc.OdbcDataReader.IsClosed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L253C17-L253C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L253C17-L253C34" }, { "DocsId": "P:System.Data.Odbc.OdbcDataReader.RecordsAffected", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L292C17-L292C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L292C17-L292C40" }, { "DocsId": "P:System.Data.Odbc.OdbcDataReader.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L300C17-L300C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L300C17-L300C36" }, { "DocsId": "P:System.Data.Odbc.OdbcDataReader.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L308C17-L308C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L308C17-L308C52" } ], "DocsId": "T:System.Data.Odbc.OdbcDataReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcError.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L63C13-L63C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L63C13-L63C28" }, { "DocsId": "P:System.Data.Odbc.OdbcError.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L28C17-L28C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L28C17-L28C49" }, { "DocsId": "P:System.Data.Odbc.OdbcError.SQLState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L36C17-L36C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L36C17-L36C31" }, { "DocsId": "P:System.Data.Odbc.OdbcError.NativeError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L44C17-L44C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L44C17-L44C37" }, { "DocsId": "P:System.Data.Odbc.OdbcError.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L52C17-L52C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L52C17-L52C48" } ], "DocsId": "T:System.Data.Odbc.OdbcError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L20C19-L20C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L20C19-L20C31" }, { "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L25C19-L25C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L25C19-L25C32" }, { "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L51C13-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L51C13-L52C10" }, { "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.CopyTo(System.Data.Odbc.OdbcError[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L56C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L56C13-L57C10" }, { "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L61C13-L61C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L61C13-L61C43" }, { "DocsId": "P:System.Data.Odbc.OdbcErrorCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L20C19-L20C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L20C19-L20C31" }, { "DocsId": "P:System.Data.Odbc.OdbcErrorCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L25C19-L25C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L25C19-L25C32" }, { "DocsId": "P:System.Data.Odbc.OdbcErrorCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L32C17-L32C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L32C17-L32C37" }, { "DocsId": "P:System.Data.Odbc.OdbcErrorCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L40C17-L40C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L40C17-L40C46" } ], "DocsId": "T:System.Data.Odbc.OdbcErrorCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs#L62C13-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs#L62C13-L65C10" }, { "DocsId": "P:System.Data.Odbc.OdbcException.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs#L52C17-L52C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs#L52C17-L52C36" }, { "DocsId": "P:System.Data.Odbc.OdbcException.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs#L72C17-L77C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs#L72C17-L77C27" } ], "DocsId": "T:System.Data.Odbc.OdbcException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L18C13-L18C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L18C13-L18C38" }, { "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateCommandBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L23C13-L23C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L23C13-L23C45" }, { "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L28C13-L28C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L28C13-L28C41" }, { "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateConnectionStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L33C13-L33C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L33C13-L33C54" }, { "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateDataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L38C13-L38C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L38C13-L38C42" }, { "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L43C13-L43C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L43C13-L43C40" }, { "DocsId": "F:System.Data.Odbc.OdbcFactory.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs" } ], "DocsId": "T:System.Data.Odbc.OdbcFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" }, { "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventHandler.Invoke(System.Object,System.Data.Odbc.OdbcInfoMessageEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" }, { "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventHandler.BeginInvoke(System.Object,System.Data.Odbc.OdbcInfoMessageEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" }, { "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" } ], "DocsId": "T:System.Data.Odbc.OdbcInfoMessageEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventArgs.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs#L41C13-L41C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs#L41C13-L41C28" }, { "DocsId": "P:System.Data.Odbc.OdbcInfoMessageEventArgs.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs#L21C19-L21C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs#L21C19-L21C34" }, { "DocsId": "P:System.Data.Odbc.OdbcInfoMessageEventArgs.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs#L28C17-L34C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs#L28C17-L34C43" } ], "DocsId": "T:System.Data.Odbc.OdbcInfoMessageEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" }, { "Members": [ { "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Columns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Indexes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Procedures", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.ProcedureColumns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.ProcedureParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Tables", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Views", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" } ], "DocsId": "T:System.Data.Odbc.OdbcMetaDataCollectionNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" }, { "Members": [ { "DocsId": "F:System.Data.Odbc.OdbcMetaDataColumnNames.BooleanFalseLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcMetaDataColumnNames.BooleanTrueLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcMetaDataColumnNames.SQLType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" } ], "DocsId": "T:System.Data.Odbc.OdbcMetaDataColumnNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L71C34-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L71C34-L74C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L76C61-L80C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L76C61-L80C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L82C61-L86C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L82C61-L86C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L88C71-L93C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L88C71-L93C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L95C93-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L95C93-L101C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType,System.Int32,System.Data.ParameterDirection,System.Boolean,System.Byte,System.Byte,System.String,System.Data.DataRowVersion,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L115C34-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L115C34-L127C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType,System.Int32,System.Data.ParameterDirection,System.Byte,System.Byte,System.String,System.Data.DataRowVersion,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L135C51-L147C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L135C51-L147C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameter.ResetDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L172C13-L173C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L172C13-L173C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameter.ResetOdbcType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L202C13-L205C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L202C13-L205C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameter.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L584C13-L584C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L584C13-L584C44" }, { "DocsId": "M:System.Data.Odbc.OdbcParameter.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L215C13-L215C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L215C13-L215C34" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.DbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L153C17-L157C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L153C17-L157C50" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.OdbcType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L183C17-L187C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L183C17-L187C52" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.ParameterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L228C17-L228C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L228C17-L228C55" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.Precision", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L244C17-L244C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L244C17-L244C42" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.Scale", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L280C17-L280C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L280C17-L280C38" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L1117C17-L1117C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L1117C17-L1117C31" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L54C17-L55C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L54C17-L55C82" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.IsNullable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L81C17-L81C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L81C17-L81C36" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.Offset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L94C17-L94C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L94C17-L94C32" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L110C17-L115C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L110C17-L115C29" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.SourceColumn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L142C17-L142C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L142C17-L142C54" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.SourceColumnNullMapping", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L154C17-L154C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L154C17-L154C49" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.SourceVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L166C17-L167C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L166C17-L167C88" } ], "DocsId": "T:System.Data.Odbc.OdbcParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L62C13-L63C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L62C13-L63C26" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L71C13-L71C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L71C13-L71C65" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.AddWithValue(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L77C13-L77C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L77C13-L77C65" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.String,System.Data.Odbc.OdbcType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L82C13-L82C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L82C13-L82C68" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.String,System.Data.Odbc.OdbcType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L87C13-L87C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L87C13-L87C74" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.String,System.Data.Odbc.OdbcType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L92C13-L92C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L92C13-L92C88" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.AddRange(System.Data.Odbc.OdbcParameter[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L98C13-L99C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L98C13-L99C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L142C13-L142C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L142C13-L142C43" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Contains(System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L147C13-L147C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L147C13-L147C43" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.CopyTo(System.Data.Odbc.OdbcParameter[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L152C13-L153C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L152C13-L153C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.IndexOf(System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L175C13-L175C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L175C13-L175C43" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Insert(System.Int32,System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L180C13-L181C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L180C13-L181C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Remove(System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L185C13-L186C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L185C13-L186C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L72C13-L76C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L72C13-L76C30" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.AddRange(System.Array)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L81C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L81C13-L95C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L109C13-L120C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L109C13-L120C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L124C13-L124C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L124C13-L124C43" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L129C13-L130C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L129C13-L130C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L134C13-L134C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L134C13-L134C80" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.GetParameter(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L139C13-L140C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L139C13-L140C37" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.GetParameter(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L145C13-L150C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L145C13-L150C37" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L183C13-L183C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L183C13-L183C54" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L188C13-L207C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L188C13-L207C23" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L212C13-L216C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L212C13-L216C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L228C13-L239C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L228C13-L239C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L243C13-L246C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L243C13-L246C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.RemoveAt(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L250C13-L253C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L250C13-L253C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.SetParameter(System.Int32,System.Data.Common.DbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L277C13-L280C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L277C13-L280C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.SetParameter(System.String,System.Data.Common.DbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L284C13-L291C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L284C13-L291C10" }, { "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L35C17-L35C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L35C17-L35C59" }, { "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L51C17-L51C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L51C17-L51C67" }, { "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L19C17-L19C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L19C17-L19C62" }, { "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L42C17-L42C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L42C17-L42C74" }, { "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L50C17-L50C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L50C17-L50C73" }, { "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L58C17-L58C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L58C17-L58C83" }, { "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L66C17-L66C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L66C17-L66C77" } ], "DocsId": "T:System.Data.Odbc.OdbcParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" }, { "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventHandler.Invoke(System.Object,System.Data.Odbc.OdbcRowUpdatingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" }, { "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventHandler.BeginInvoke(System.Object,System.Data.Odbc.OdbcRowUpdatingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" }, { "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" } ], "DocsId": "T:System.Data.Odbc.OdbcRowUpdatingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" }, { "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventHandler.Invoke(System.Object,System.Data.Odbc.OdbcRowUpdatedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" }, { "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventHandler.BeginInvoke(System.Object,System.Data.Odbc.OdbcRowUpdatedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" }, { "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" } ], "DocsId": "T:System.Data.Odbc.OdbcRowUpdatedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L23C11-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L23C11-L25C10" }, { "DocsId": "P:System.Data.Odbc.OdbcRowUpdatingEventArgs.Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L29C19-L29C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L29C19-L29C56" }, { "DocsId": "P:System.Data.Odbc.OdbcRowUpdatingEventArgs.BaseCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L38C19-L38C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L38C19-L38C43" } ], "DocsId": "T:System.Data.Odbc.OdbcRowUpdatingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L50C11-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L50C11-L52C10" }, { "DocsId": "P:System.Data.Odbc.OdbcRowUpdatedEventArgs.Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L56C19-L56C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L56C19-L56C53" } ], "DocsId": "T:System.Data.Odbc.OdbcRowUpdatedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcTransaction.Commit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L70C13-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L70C13-L97C10" }, { "DocsId": "M:System.Data.Odbc.OdbcTransaction.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L101C13-L140C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L101C13-L140C10" }, { "DocsId": "M:System.Data.Odbc.OdbcTransaction.Rollback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L144C13-L168C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L144C13-L168C10" }, { "DocsId": "P:System.Data.Odbc.OdbcTransaction.Connection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L25C17-L25C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L25C17-L25C36" }, { "DocsId": "P:System.Data.Odbc.OdbcTransaction.DbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L33C17-L33C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L33C17-L33C35" }, { "DocsId": "P:System.Data.Odbc.OdbcTransaction.IsolationLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L41C17-L64C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L41C17-L64C34" } ], "DocsId": "T:System.Data.Odbc.OdbcTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs" }, { "Members": [ { "DocsId": "F:System.Data.Odbc.OdbcType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.BigInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Binary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Bit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Char", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.DateTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Decimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Numeric", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Double", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Image", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Int", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.NChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.NText", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.NVarChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Real", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.UniqueIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.SmallDateTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.SmallInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Timestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.TinyInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.VarBinary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.VarChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Date", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Time", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" } ], "DocsId": "T:System.Data.Odbc.OdbcType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "Members": [ { "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" }, { "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.SUCCESS", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" }, { "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.SUCCESS_WITH_INFO", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" }, { "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.ERROR", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" }, { "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.INVALID_HANDLE", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" }, { "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.NO_DATA", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" } ], "DocsId": "T:System.Data.Odbc.ODBC32.RETCODE", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Data.OleDb.json b/xml/SourceLinkInformation/net-8.0-pp/System.Data.OleDb.json index 9704978b716..bb5e0e96ab8 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Data.OleDb.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Data.OleDb.json @@ -1,1733 +1,1733 @@ { "Assembly": "System.Data.OleDb", - "GUID": "281E7B28C211409DB6D058767AC39E8FFFFFFFFF", + "GUID": "6D21D9FB650A44DC88457EF7CE94C313FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbParameter.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L219C13-L219C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L219C13-L219C34" }, { "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L25C35-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L25C35-L27C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L29C62-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L29C62-L36C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L38C67-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L38C67-L42C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L44C77-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L44C77-L49C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L51C96-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L51C96-L57C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType,System.Int32,System.Data.ParameterDirection,System.Boolean,System.Byte,System.Byte,System.String,System.Data.DataRowVersion,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L65C48-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L65C48-L77C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType,System.Int32,System.Data.ParameterDirection,System.Byte,System.Byte,System.String,System.Data.DataRowVersion,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L85C48-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L85C48-L97C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameter.ResetDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L126C13-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L126C13-L127C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameter.ResetOleDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L157C13-L162C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L157C13-L162C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameter.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L263C13-L263C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L263C13-L263C45" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L56C17-L57C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L56C17-L57C82" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.IsNullable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L83C17-L83C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L83C17-L83C36" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L97C17-L102C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L97C17-L102C29" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.SourceColumn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L137C17-L137C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L137C17-L137C54" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.SourceColumnNullMapping", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L149C17-L149C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L149C17-L149C49" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.SourceVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L161C17-L162C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L161C17-L162C88" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.DbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L111C17-L111C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L111C17-L111C54" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.OleDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L137C17-L137C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L137C17-L137C57" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.ParameterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L169C17-L169C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L169C17-L169C55" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.Precision", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L186C17-L186C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L186C17-L186C42" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.Scale", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L223C17-L223C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L223C17-L223C38" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L568C17-L568C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L568C17-L568C31" } ], "DocsId": "T:System.Data.OleDb.OleDbParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbCommand.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L22C9-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L22C9-L52C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L54C48-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L54C48-L57C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.#ctor(System.String,System.Data.OleDb.OleDbConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L59C77-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L59C77-L63C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.#ctor(System.String,System.Data.OleDb.OleDbConnection,System.Data.OleDb.OleDbTransaction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L65C108-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L65C108-L70C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.ResetCommandTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L149C13-L154C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L149C13-L154C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.Cancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L462C15-L493C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L462C15-L493C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L497C13-L498C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L497C13-L498C26" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L503C13-L503C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L503C13-L503C28" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.CreateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L571C13-L571C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L571C13-L571C41" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.CreateDbParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L576C13-L576C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L576C13-L576C38" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L581C13-L598C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L581C13-L598C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L602C13-L602C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L602C13-L602C59" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.System#Data#IDbCommand#ExecuteReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L607C13-L607C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L607C13-L607C59" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L612C13-L613C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L612C13-L613C72" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.System#Data#IDbCommand#ExecuteReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L618C13-L618C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L618C13-L618C44" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteDbDataReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L623C13-L623C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L623C13-L623C44" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteNonQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L942C13-L944C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L942C13-L944C56" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteScalar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L949C13-L958C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L949C13-L958C26" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.Prepare", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L1187C13-L1198C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L1187C13-L1198C10" }, { "DocsId": "P:System.Data.OleDb.OleDbCommand.CommandText", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L115C17-L115C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L115C17-L115C53" }, { "DocsId": "P:System.Data.OleDb.OleDbCommand.CommandTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L131C17-L131C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L131C17-L131C40" }, { "DocsId": "P:System.Data.OleDb.OleDbCommand.CommandType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L162C17-L163C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L162C17-L163C70" }, { "DocsId": "P:System.Data.OleDb.OleDbCommand.Connection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L188C17-L188C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L188C17-L188C36" }, { "DocsId": "P:System.Data.OleDb.OleDbCommand.DbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L228C17-L228C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L228C17-L228C35" }, { "DocsId": "P:System.Data.OleDb.OleDbCommand.DbParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L240C17-L240C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L240C17-L240C35" }, { "DocsId": "P:System.Data.OleDb.OleDbCommand.DbTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L248C17-L248C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L248C17-L248C36" }, { "DocsId": "P:System.Data.OleDb.OleDbCommand.DesignTimeVisible", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L270C17-L270C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L270C17-L270C46" }, { "DocsId": "P:System.Data.OleDb.OleDbCommand.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L286C17-L294C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L286C17-L294C30" }, { "DocsId": "P:System.Data.OleDb.OleDbCommand.Transaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L314C17-L320C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L314C17-L320C36" }, { "DocsId": "P:System.Data.OleDb.OleDbCommand.UpdatedRowSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L335C17-L335C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L335C17-L335C42" } ], "DocsId": "T:System.Data.OleDb.OleDbCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L13C40-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L13C40-L16C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.#ctor(System.Data.OleDb.OleDbDataAdapter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L18C65-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L18C65-L21C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetInsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L45C13-L45C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L45C13-L45C58" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetInsertCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L49C13-L49C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L49C13-L49C85" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetUpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L54C13-L54C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L54C13-L54C58" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetUpdateCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L58C13-L58C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L58C13-L58C85" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetDeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L63C13-L63C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L63C13-L63C58" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetDeleteCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L67C13-L67C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L67C13-L67C85" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetParameterName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L72C13-L72C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L72C13-L72C103" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetParameterName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L76C13-L76C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L76C13-L76C34" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetParameterPlaceholder(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L81C13-L81C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L81C13-L81C24" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.ApplyParameterInfo(System.Data.Common.DbParameter,System.Data.DataRow,System.Data.StatementType,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L86C13-L103C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L86C13-L103C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.DeriveParameters(System.Data.OleDb.OleDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L107C13-L146C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L107C13-L146C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.QuoteIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L359C13-L359C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L359C13-L359C122" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.QuoteIdentifier(System.String,System.Data.OleDb.OleDbConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L363C13-L387C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L363C13-L387C88" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.SetRowUpdatingHandler(System.Data.Common.DbDataAdapter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L393C13-L401C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L393C13-L401C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.UnquoteIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L405C13-L405C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L405C13-L405C122" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.UnquoteIdentifier(System.String,System.Data.OleDb.OleDbConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L410C13-L438C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L410C13-L438C40" }, { "DocsId": "P:System.Data.OleDb.OleDbCommandBuilder.DataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L28C17-L28C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L28C17-L28C63" } ], "DocsId": "T:System.Data.OleDb.OleDbCommandBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbConnection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L26C60-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L26C60-L29C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.ResetState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L224C13-L247C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L224C13-L247C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.BeginTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L316C13-L316C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L316C13-L316C65" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.BeginTransaction(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L321C13-L321C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L321C13-L321C87" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.ChangeDatabase(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L326C13-L332C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L326C13-L332C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L345C13-L346C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L345C13-L346C26" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L351C13-L353C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L351C13-L353C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.CreateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L357C13-L357C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L357C13-L357C47" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.BeginDbTransaction(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L377C13-L385C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L377C13-L385C32" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.GetOleDbSchemaTable(System.Guid,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L430C13-L471C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L430C13-L471C65" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L519C13-L528C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L519C13-L528C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.ReleaseObjectPool", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L641C13-L644C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L641C13-L644C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L21C36-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L21C36-L25C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.CreateDbCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L146C13-L149C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L146C13-L149C28" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L154C13-L162C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L154C13-L162C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.EnlistTransaction(System.Transactions.Transaction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L195C13-L223C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L195C13-L223C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L227C13-L227C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L227C13-L227C88" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.GetSchema(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L232C13-L232C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L232C13-L232C57" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.GetSchema(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L239C13-L239C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L239C13-L239C118" }, { "DocsId": "E:System.Data.OleDb.OleDbConnection.InfoMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L253C17-L254C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L253C17-L254C14" }, { "DocsId": "P:System.Data.OleDb.OleDbConnection.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L51C17-L51C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L51C17-L51C47" }, { "DocsId": "P:System.Data.OleDb.OleDbConnection.ConnectionTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L72C17-L87C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L72C17-L87C57" }, { "DocsId": "P:System.Data.OleDb.OleDbConnection.Database", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L97C17-L119C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L97C17-L119C79" }, { "DocsId": "P:System.Data.OleDb.OleDbConnection.DataSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L130C17-L148C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L130C17-L148C79" }, { "DocsId": "P:System.Data.OleDb.OleDbConnection.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L178C17-L179C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L178C17-L179C89" }, { "DocsId": "P:System.Data.OleDb.OleDbConnection.ServerVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L196C17-L196C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L196C17-L196C54" }, { "DocsId": "P:System.Data.OleDb.OleDbConnection.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L209C17-L209C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L209C17-L209C46" }, { "DocsId": "P:System.Data.OleDb.OleDbConnection.DbProviderFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L217C17-L217C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L217C17-L217C46" } ], "DocsId": "T:System.Data.OleDb.OleDbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L57C49-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L57C49-L60C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L48C9-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L48C9-L68C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L270C13-L271C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L270C13-L271C81" }, { "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L289C13-L296C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L289C13-L296C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L320C13-L332C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L320C13-L332C26" }, { "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.TryGetValue(System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L390C13-L408C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L390C13-L408C25" }, { "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L75C17-L88C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L75C17-L88C30" }, { "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.DataSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L140C19-L140C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L140C19-L140C38" }, { "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.FileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L155C19-L155C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L155C19-L155C36" }, { "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.OleDbServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L168C19-L168C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L168C19-L168C41" }, { "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.PersistSecurityInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L180C19-L180C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L180C19-L180C47" }, { "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L193C19-L193C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L193C19-L193C36" }, { "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L206C17-L264C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L206C17-L264C89" } ], "DocsId": "T:System.Data.OleDb.OleDbConnectionStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L20C37-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L20C37-L23C10" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.#ctor(System.Data.OleDb.OleDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L25C64-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L25C64-L28C10" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L30C94-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L30C94-L34C10" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.#ctor(System.String,System.Data.OleDb.OleDbConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L36C97-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L36C97-L39C10" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#get_DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L57C19-L57C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L57C19-L57C41" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#set_DeleteCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L58C19-L58C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L58C19-L58C59" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#get_InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L72C19-L72C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L72C19-L72C41" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#set_InsertCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L73C19-L73C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L73C19-L73C59" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#get_SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L87C19-L87C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L87C19-L87C41" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#set_SelectCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L88C19-L88C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L88C19-L88C59" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#get_UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L102C19-L102C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L102C19-L102C41" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#set_UpdateCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L103C19-L103C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L103C19-L103C59" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L135C13-L135C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L135C13-L135C47" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.CreateRowUpdatedEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L140C13-L140C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L140C13-L140C96" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.CreateRowUpdatingEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L145C13-L145C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L145C13-L145C97" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.Fill(System.Data.DataTable,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L156C13-L164C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L156C13-L164C82" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.Fill(System.Data.DataSet,System.Object,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L169C13-L181C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L169C13-L181C83" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.OnRowUpdated(System.Data.Common.RowUpdatedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L433C13-L439C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L433C13-L439C10" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.OnRowUpdating(System.Data.Common.RowUpdatingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L443C13-L449C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L443C13-L449C10" }, { "DocsId": "E:System.Data.OleDb.OleDbDataAdapter.RowUpdated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L108C19-L108C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L108C19-L108C63" }, { "DocsId": "E:System.Data.OleDb.OleDbDataAdapter.RowUpdating", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L116C17-L129C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L116C17-L129C14" }, { "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L51C19-L51C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L51C19-L51C41" }, { "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L57C19-L57C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L57C19-L57C41" }, { "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L66C19-L66C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L66C19-L66C41" }, { "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L72C19-L72C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L72C19-L72C41" }, { "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L81C19-L81C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L81C19-L81C41" }, { "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L87C19-L87C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L87C19-L87C41" }, { "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L96C19-L96C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L96C19-L96C41" }, { "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L102C19-L102C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L102C19-L102C41" } ], "DocsId": "T:System.Data.OleDb.OleDbDataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetSchemaTable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L258C13-L277C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L258C13-L277C32" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L640C13-L718C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L640C13-L718C10" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetBoolean(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L822C13-L823C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L822C13-L823C43" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetByte(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L828C13-L829C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L828C13-L829C40" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L856C13-L887C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L856C13-L887C30" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L892C13-L924C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L892C13-L924C30" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetChar(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L930C13-L930C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L930C13-L930C38" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetData(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L936C13-L937C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L936C13-L937C43" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDbDataReader(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L942C13-L942C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L942C13-L942C37" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDataTypeName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L981C13-L985C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L981C13-L985C42" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDateTime(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L990C13-L991C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L990C13-L991C44" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDecimal(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L996C13-L997C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L996C13-L997C43" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDouble(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1002C13-L1003C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1002C13-L1003C42" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1008C13-L1008C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1008C13-L1008C108" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetFieldType(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1013C13-L1019C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1013C13-L1019C42" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetFloat(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1024C13-L1025C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1024C13-L1025C42" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetGuid(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1030C13-L1031C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1030C13-L1031C40" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetInt16(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1036C13-L1037C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1036C13-L1037C41" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetInt32(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1042C13-L1043C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1042C13-L1043C41" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetInt64(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1048C13-L1049C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1048C13-L1049C41" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1054C13-L1059C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1054C13-L1059C42" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetOrdinal(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1064C13-L1072C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1064C13-L1072C54" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetString(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1077C13-L1078C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1077C13-L1078C42" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetTimeSpan(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1083C13-L1083C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1083C13-L1083C48" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetValue(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1149C13-L1151C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1149C13-L1151C26" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetValues(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1156C13-L1167C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1156C13-L1167C26" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.IsDBNull(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1177C13-L1178C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1177C13-L1178C42" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.NextResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1302C13-L1360C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1302C13-L1360C28" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1365C13-L1395C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1365C13-L1395C28" }, { "DocsId": "P:System.Data.OleDb.OleDbDataReader.Depth", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L137C17-L141C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L137C17-L141C31" }, { "DocsId": "P:System.Data.OleDb.OleDbDataReader.FieldCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L149C17-L154C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L149C17-L154C67" }, { "DocsId": "P:System.Data.OleDb.OleDbDataReader.HasRows", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L162C17-L166C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L162C17-L166C33" }, { "DocsId": "P:System.Data.OleDb.OleDbDataReader.IsClosed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L178C17-L178C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L178C17-L178C34" }, { "DocsId": "P:System.Data.OleDb.OleDbDataReader.RecordsAffected", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L191C17-L191C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L191C17-L191C60" }, { "DocsId": "P:System.Data.OleDb.OleDbDataReader.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L206C17-L206C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L206C17-L206C40" }, { "DocsId": "P:System.Data.OleDb.OleDbDataReader.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L214C17-L215C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L214C17-L215C42" }, { "DocsId": "P:System.Data.OleDb.OleDbDataReader.VisibleFieldCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1205C17-L1209C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1205C17-L1209C43" } ], "DocsId": "T:System.Data.OleDb.OleDbDataReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbEnumerator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L11C9-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L11C9-L13C10" }, { "DocsId": "M:System.Data.OleDb.OleDbEnumerator.GetElements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L17C13-L21C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L17C13-L21C30" }, { "DocsId": "M:System.Data.OleDb.OleDbEnumerator.GetEnumerator(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L26C13-L26C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L26C13-L26C48" }, { "DocsId": "M:System.Data.OleDb.OleDbEnumerator.GetRootEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L74C13-L75C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L74C13-L75C52" } ], "DocsId": "T:System.Data.OleDb.OleDbEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbError.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbError.cs#L107C13-L107C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbError.cs#L107C13-L107C28" }, { "DocsId": "P:System.Data.OleDb.OleDbError.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbError.cs#L77C17-L77C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbError.cs#L77C17-L77C53" }, { "DocsId": "P:System.Data.OleDb.OleDbError.NativeError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbError.cs#L85C17-L85C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbError.cs#L85C17-L85C41" }, { "DocsId": "P:System.Data.OleDb.OleDbError.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbError.cs#L93C17-L93C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbError.cs#L93C17-L93C52" }, { "DocsId": "P:System.Data.OleDb.OleDbError.SQLState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbError.cs#L101C17-L101C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbError.cs#L101C17-L101C54" } ], "DocsId": "T:System.Data.OleDb.OleDbError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbError.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbError.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L34C19-L34C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L34C19-L34C32" }, { "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L39C19-L39C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L39C19-L39C31" }, { "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L66C13-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L66C13-L67C10" }, { "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.CopyTo(System.Data.OleDb.OleDbError[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L71C13-L72C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L71C13-L72C10" }, { "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L76C13-L76C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L76C13-L76C47" }, { "DocsId": "P:System.Data.OleDb.OleDbErrorCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L34C19-L34C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L34C19-L34C32" }, { "DocsId": "P:System.Data.OleDb.OleDbErrorCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L39C19-L39C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L39C19-L39C31" }, { "DocsId": "P:System.Data.OleDb.OleDbErrorCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L46C17-L47C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L46C17-L47C60" }, { "DocsId": "P:System.Data.OleDb.OleDbErrorCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L55C17-L55C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L55C17-L55C59" } ], "DocsId": "T:System.Data.OleDb.OleDbErrorCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbException.cs#L44C13-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbException.cs#L44C13-L48C10" }, { "DocsId": "P:System.Data.OleDb.OleDbException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbException.cs#L55C17-L55C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbException.cs#L55C17-L55C39" }, { "DocsId": "P:System.Data.OleDb.OleDbException.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbException.cs#L64C17-L64C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbException.cs#L64C17-L64C75" } ], "DocsId": "T:System.Data.OleDb.OleDbException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbException.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L18C13-L18C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L18C13-L18C39" }, { "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateCommandBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L23C13-L23C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L23C13-L23C46" }, { "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L28C13-L28C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L28C13-L28C42" }, { "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateConnectionStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L33C13-L33C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L33C13-L33C55" }, { "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateDataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L38C13-L38C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L38C13-L38C43" }, { "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L43C13-L43C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L43C13-L43C41" }, { "DocsId": "F:System.Data.OleDb.OleDbFactory.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbFactory.cs" } ], "DocsId": "T:System.Data.OleDb.OleDbFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbFactory.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventArgs.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L52C13-L52C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L52C13-L52C28" }, { "DocsId": "P:System.Data.OleDb.OleDbInfoMessageEventArgs.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L22C17-L22C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L22C17-L22C49" }, { "DocsId": "P:System.Data.OleDb.OleDbInfoMessageEventArgs.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L30C17-L30C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L30C17-L30C46" }, { "DocsId": "P:System.Data.OleDb.OleDbInfoMessageEventArgs.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L38C17-L38C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L38C17-L38C47" }, { "DocsId": "P:System.Data.OleDb.OleDbInfoMessageEventArgs.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L46C17-L46C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L46C17-L46C46" } ], "DocsId": "T:System.Data.OleDb.OleDbInfoMessageEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" }, { "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventHandler.Invoke(System.Object,System.Data.OleDb.OleDbInfoMessageEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" }, { "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventHandler.BeginInvoke(System.Object,System.Data.OleDb.OleDbInfoMessageEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" }, { "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" } ], "DocsId": "T:System.Data.OleDb.OleDbInfoMessageEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" }, { "Members": [ { "DocsId": "F:System.Data.OleDb.OleDbLiteral.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Invalid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Binary_Literal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Catalog_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Catalog_Separator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Char_Literal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Column_Alias", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Column_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Correlation_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Cursor_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Escape_Percent_Prefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Escape_Underscore_Prefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Index_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Like_Percent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Like_Underscore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Procedure_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Quote_Prefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Schema_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Table_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Text_Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.User_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.View_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Cube_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Dimension_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Hierarchy_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Level_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Member_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Property_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Schema_Separator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Quote_Suffix", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Escape_Percent_Suffix", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Escape_Underscore_Suffix", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" } ], "DocsId": "T:System.Data.OleDb.OleDbLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "Members": [ { "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Catalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Collations", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Columns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Indexes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Procedures", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.ProcedureColumns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.ProcedureParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Tables", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Views", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" } ], "DocsId": "T:System.Data.OleDb.OleDbMetaDataCollectionNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" }, { "Members": [ { "DocsId": "F:System.Data.OleDb.OleDbMetaDataColumnNames.BooleanFalseLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbMetaDataColumnNames.BooleanTrueLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbMetaDataColumnNames.NativeDataType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbMetaDataColumnNames.DateTimeDigits", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" } ], "DocsId": "T:System.Data.OleDb.OleDbMetaDataColumnNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L63C13-L64C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L63C13-L64C26" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L71C13-L71C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L71C13-L71C66" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.AddWithValue(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L76C13-L76C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L76C13-L76C66" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.String,System.Data.OleDb.OleDbType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L81C13-L81C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L81C13-L81C70" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.String,System.Data.OleDb.OleDbType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L86C13-L86C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L86C13-L86C76" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.String,System.Data.OleDb.OleDbType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L91C13-L91C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L91C13-L91C90" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.AddRange(System.Data.OleDb.OleDbParameter[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L96C13-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L96C13-L97C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L101C13-L101C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L101C13-L101C43" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Contains(System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L106C13-L106C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L106C13-L106C43" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.CopyTo(System.Data.OleDb.OleDbParameter[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L111C13-L112C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L111C13-L112C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.IndexOf(System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L116C13-L116C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L116C13-L116C43" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Insert(System.Int32,System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L121C13-L122C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L121C13-L122C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Remove(System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L132C13-L133C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L132C13-L133C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L73C13-L77C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L73C13-L77C30" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.AddRange(System.Array)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L82C13-L96C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L82C13-L96C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L110C13-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L110C13-L121C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L125C13-L125C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L125C13-L125C43" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L130C13-L131C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L130C13-L131C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L135C13-L135C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L135C13-L135C80" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.GetParameter(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L140C13-L141C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L140C13-L141C37" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.GetParameter(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L146C13-L151C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L146C13-L151C37" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L184C13-L184C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L184C13-L184C54" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L189C13-L208C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L189C13-L208C23" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L213C13-L217C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L213C13-L217C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L229C13-L240C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L229C13-L240C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L244C13-L247C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L244C13-L247C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.RemoveAt(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L251C13-L254C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L251C13-L254C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.SetParameter(System.Int32,System.Data.Common.DbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L278C13-L281C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L278C13-L281C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.SetParameter(System.String,System.Data.Common.DbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L285C13-L292C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L285C13-L292C10" }, { "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L37C17-L37C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L37C17-L37C60" }, { "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L53C17-L53C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L53C17-L53C68" }, { "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L20C17-L20C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L20C17-L20C62" }, { "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L43C17-L43C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L43C17-L43C74" }, { "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L51C17-L51C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L51C17-L51C73" }, { "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L59C17-L59C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L59C17-L59C83" }, { "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L67C17-L67C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L67C17-L67C77" } ], "DocsId": "T:System.Data.OleDb.OleDbParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEvent.cs#L11C11-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEvent.cs#L11C11-L13C10" }, { "DocsId": "P:System.Data.OleDb.OleDbRowUpdatedEventArgs.Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEvent.cs#L19C17-L19C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEvent.cs#L19C17-L19C52" } ], "DocsId": "T:System.Data.OleDb.OleDbRowUpdatedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEvent.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" }, { "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventHandler.Invoke(System.Object,System.Data.OleDb.OleDbRowUpdatedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" }, { "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventHandler.BeginInvoke(System.Object,System.Data.OleDb.OleDbRowUpdatedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" }, { "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" } ], "DocsId": "T:System.Data.OleDb.OleDbRowUpdatedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs#L11C11-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs#L11C11-L13C10" }, { "DocsId": "P:System.Data.OleDb.OleDbRowUpdatingEventArgs.Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs#L17C19-L17C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs#L17C19-L17C57" }, { "DocsId": "P:System.Data.OleDb.OleDbRowUpdatingEventArgs.BaseCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs#L23C19-L23C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs#L23C19-L23C43" } ], "DocsId": "T:System.Data.OleDb.OleDbRowUpdatingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" }, { "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventHandler.Invoke(System.Object,System.Data.OleDb.OleDbRowUpdatingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" }, { "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventHandler.BeginInvoke(System.Object,System.Data.OleDb.OleDbRowUpdatingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" }, { "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" } ], "DocsId": "T:System.Data.OleDb.OleDbRowUpdatingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbSchemaGuid.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs#L12C9-L12C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs#L12C9-L12C37" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Tables_Info", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Trustee", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Assertions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Catalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Character_Sets", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Collations", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Columns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Check_Constraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Constraint_Column_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Constraint_Table_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Key_Column_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Referential_Constraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Table_Constraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Column_Domain_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Indexes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Column_Privileges", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Table_Privileges", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Usage_Privileges", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Procedures", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Schemata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Sql_Languages", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Statistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Tables", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Translations", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Provider_Types", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Views", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.View_Column_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.View_Table_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Procedure_Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Foreign_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Primary_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Procedure_Columns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Table_Statistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Check_Constraints_By_Table", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.SchemaGuids", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.DbInfoKeywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.DbInfoLiterals", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" } ], "DocsId": "T:System.Data.OleDb.OleDbSchemaGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbTransaction.Begin(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L177C13-L203C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L177C13-L203C32" }, { "DocsId": "M:System.Data.OleDb.OleDbTransaction.Begin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L208C13-L208C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L208C13-L208C56" }, { "DocsId": "M:System.Data.OleDb.OleDbTransaction.Commit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L225C13-L230C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L225C13-L230C10" }, { "DocsId": "M:System.Data.OleDb.OleDbTransaction.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L274C13-L280C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L274C13-L280C10" }, { "DocsId": "M:System.Data.OleDb.OleDbTransaction.Rollback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L305C13-L311C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L305C13-L311C10" }, { "DocsId": "P:System.Data.OleDb.OleDbTransaction.Connection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L143C17-L143C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L143C17-L143C42" }, { "DocsId": "P:System.Data.OleDb.OleDbTransaction.DbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L151C17-L151C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L151C17-L151C35" }, { "DocsId": "P:System.Data.OleDb.OleDbTransaction.IsolationLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L159C17-L163C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L159C17-L163C40" } ], "DocsId": "T:System.Data.OleDb.OleDbTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs" }, { "Members": [ { "DocsId": "F:System.Data.OleDb.OleDbType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.BigInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Binary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Boolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.BSTR", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Char", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Currency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Date", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.DBDate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.DBTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.DBTimeStamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Decimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Double", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Filetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.IDispatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Integer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.IUnknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.LongVarBinary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.LongVarChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.LongVarWChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Numeric", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.PropVariant", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Single", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.SmallInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.TinyInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.UnsignedBigInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.UnsignedInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.UnsignedSmallInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.UnsignedTinyInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.VarBinary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.VarChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Variant", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.VarNumeric", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.VarWChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.WChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" } ], "DocsId": "T:System.Data.OleDb.OleDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Diagnostics.DiagnosticSource.json b/xml/SourceLinkInformation/net-8.0-pp/System.Diagnostics.DiagnosticSource.json index 514f1591b5b..18afe2ff49f 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Diagnostics.DiagnosticSource.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Diagnostics.DiagnosticSource.json @@ -1,1873 +1,1873 @@ { "Assembly": "System.Diagnostics.DiagnosticSource", - "GUID": "C2FA0520A6DCEAB87C7F96D431EAEDD5FFFFFFFF", + "GUID": "285D752C15EDCFA904C6B77A8FC4D9AEFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "P:System.Diagnostics.ActivityChangedEventArgs.Previous", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L31C37-L31C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L31C37-L31C41" }, { "DocsId": "P:System.Diagnostics.ActivityChangedEventArgs.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L36C36-L36C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L36C36-L36C40" } ], "DocsId": "T:System.Diagnostics.ActivityChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Activity.SetStatus(System.Diagnostics.ActivityStatusCode,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L162C13-L164C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L162C13-L164C25" }, { "DocsId": "M:System.Diagnostics.Activity.EnumerateTagObjects", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L413C83-L413C142" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L413C83-L413C142" }, { "DocsId": "M:System.Diagnostics.Activity.EnumerateEvents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L419C63-L419C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L419C63-L419C108" }, { "DocsId": "M:System.Diagnostics.Activity.EnumerateLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L425C61-L425C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L425C61-L425C104" }, { "DocsId": "M:System.Diagnostics.Activity.GetBaggageItem(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L433C64-L437C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L433C64-L437C10" }, { "DocsId": "M:System.Diagnostics.Activity.GetTagItem(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L445C50-L445C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L445C50-L445C73" }, { "DocsId": "M:System.Diagnostics.Activity.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L454C9-L466C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L454C9-L466C10" }, { "DocsId": "M:System.Diagnostics.Activity.AddTag(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L476C62-L476C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L476C62-L476C89" }, { "DocsId": "M:System.Diagnostics.Activity.AddTag(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L488C13-L495C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L488C13-L495C25" }, { "DocsId": "M:System.Diagnostics.Activity.SetTag(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L512C13-L519C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L512C13-L519C25" }, { "DocsId": "M:System.Diagnostics.Activity.AddEvent(System.Diagnostics.ActivityEvent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L529C13-L534C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L529C13-L534C25" }, { "DocsId": "M:System.Diagnostics.Activity.AddException(System.Exception,System.Diagnostics.TagList@,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L554C13-L603C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L554C13-L603C98" }, { "DocsId": "M:System.Diagnostics.Activity.AddLink(System.Diagnostics.ActivityLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L617C13-L622C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L617C13-L622C25" }, { "DocsId": "M:System.Diagnostics.Activity.AddBaggage(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L636C13-L643C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L636C13-L643C25" }, { "DocsId": "M:System.Diagnostics.Activity.SetBaggage(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L660C13-L667C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L660C13-L667C25" }, { "DocsId": "M:System.Diagnostics.Activity.SetParentId(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L681C13-L702C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L681C13-L702C25" }, { "DocsId": "M:System.Diagnostics.Activity.SetParentId(System.Diagnostics.ActivityTraceId,System.Diagnostics.ActivitySpanId,System.Diagnostics.ActivityTraceFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L711C13-L731C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L711C13-L731C25" }, { "DocsId": "M:System.Diagnostics.Activity.SetStartTime(System.DateTime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L741C13-L749C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L741C13-L749C25" }, { "DocsId": "M:System.Diagnostics.Activity.SetEndTime(System.DateTime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L761C13-L771C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L761C13-L771C25" }, { "DocsId": "M:System.Diagnostics.Activity.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L795C13-L838C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L795C13-L838C25" }, { "DocsId": "M:System.Diagnostics.Activity.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L850C13-L868C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L850C13-L868C10" }, { "DocsId": "M:System.Diagnostics.Activity.SetIdFormat(System.Diagnostics.ActivityIdFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1051C13-L1059C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1051C13-L1059C25" }, { "DocsId": "M:System.Diagnostics.Activity.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1115C13-L1122C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1115C13-L1122C10" }, { "DocsId": "M:System.Diagnostics.Activity.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1127C9-L1127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1127C9-L1127C10" }, { "DocsId": "M:System.Diagnostics.Activity.SetCustomProperty(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1137C13-L1153C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1137C13-L1153C10" }, { "DocsId": "M:System.Diagnostics.Activity.GetCustomProperty(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1164C13-L1175C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1164C13-L1175C24" }, { "DocsId": "E:System.Diagnostics.Activity.CurrentChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs" }, { "DocsId": "P:System.Diagnostics.Activity.ForceDefaultIdFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L89C51-L89C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L89C51-L89C55" }, { "DocsId": "P:System.Diagnostics.Activity.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L122C45-L122C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L122C45-L122C56" }, { "DocsId": "P:System.Diagnostics.Activity.StatusDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L127C45-L127C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L127C45-L127C63" }, { "DocsId": "P:System.Diagnostics.Activity.HasRemoteParent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L132C39-L132C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L132C39-L132C43" }, { "DocsId": "P:System.Diagnostics.Activity.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L140C19-L140C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L140C19-L140C42" }, { "DocsId": "P:System.Diagnostics.Activity.Kind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L170C36-L170C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L170C36-L170C40" }, { "DocsId": "P:System.Diagnostics.Activity.OperationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L178C39-L178C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L178C39-L178C43" }, { "DocsId": "P:System.Diagnostics.Activity.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L186C20-L186C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L186C20-L186C49" }, { "DocsId": "P:System.Diagnostics.Activity.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L195C40-L195C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L195C40-L195C44" }, { "DocsId": "P:System.Diagnostics.Activity.Parent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L203C35-L203C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L203C35-L203C39" }, { "DocsId": "P:System.Diagnostics.Activity.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L210C36-L210C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L210C36-L210C40" }, { "DocsId": "P:System.Diagnostics.Activity.StartTimeUtc", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L216C40-L216C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L216C40-L216C44" }, { "DocsId": "P:System.Diagnostics.Activity.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L240C17-L254C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L240C17-L254C28" }, { "DocsId": "P:System.Diagnostics.Activity.ParentId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L271C17-L291C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L271C17-L291C34" }, { "DocsId": "P:System.Diagnostics.Activity.RootId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L308C17-L326C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L308C17-L326C32" }, { "DocsId": "P:System.Diagnostics.Activity.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L338C20-L338C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L338C20-L338C72" }, { "DocsId": "P:System.Diagnostics.Activity.TagObjects", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L347C20-L347C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L347C20-L347C46" }, { "DocsId": "P:System.Diagnostics.Activity.Events", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L356C20-L356C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L356C20-L356C44" }, { "DocsId": "P:System.Diagnostics.Activity.Links", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L365C20-L365C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L365C20-L365C42" }, { "DocsId": "P:System.Diagnostics.Activity.Baggage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L380C22-L388C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L380C22-L388C43" }, { "DocsId": "P:System.Diagnostics.Activity.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L778C43-L778C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L778C43-L778C117" }, { "DocsId": "P:System.Diagnostics.Activity.TraceStateString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L889C22-L895C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L889C22-L895C29" }, { "DocsId": "P:System.Diagnostics.Activity.SpanId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L911C17-L921C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L911C17-L921C52" }, { "DocsId": "P:System.Diagnostics.Activity.TraceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L933C17-L938C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L933C17-L938C54" }, { "DocsId": "P:System.Diagnostics.Activity.Recorded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L945C39-L945C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L945C39-L945C94" }, { "DocsId": "P:System.Diagnostics.Activity.IsAllDataRequested", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L951C42-L951C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L951C42-L951C46" }, { "DocsId": "P:System.Diagnostics.Activity.ActivityTraceFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L960C17-L964C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L960C17-L964C87" }, { "DocsId": "P:System.Diagnostics.Activity.ParentSpanId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L980C17-L1001C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L980C17-L1001C58" }, { "DocsId": "P:System.Diagnostics.Activity.TraceIdGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1015C65-L1015C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1015C65-L1015C69" }, { "DocsId": "P:System.Diagnostics.Activity.DefaultIdFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1027C17-L1035C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1027C17-L1035C42" }, { "DocsId": "P:System.Diagnostics.Activity.IsStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1482C20-L1482C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1482C20-L1482C51" }, { "DocsId": "P:System.Diagnostics.Activity.IdFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1501C20-L1501C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1501C20-L1501C66" }, { "DocsId": "T:System.Diagnostics.Activity.Enumerator`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/HexConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/HexConverter.cs" } ], "DocsId": "T:System.Diagnostics.Activity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Activity.Enumerator`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1527C62-L1527C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1527C62-L1527C66" }, { "DocsId": "M:System.Diagnostics.Activity.Enumerator`1.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1542C17-L1550C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1542C17-L1550C29" }, { "DocsId": "P:System.Diagnostics.Activity.Enumerator`1.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1532C50-L1532C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1532C50-L1532C68" } ], "DocsId": "T:System.Diagnostics.Activity.Enumerator`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/HexConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/HexConverter.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.ActivityTraceFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/HexConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/HexConverter.cs" }, { "DocsId": "F:System.Diagnostics.ActivityTraceFlags.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/HexConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/HexConverter.cs" }, { "DocsId": "F:System.Diagnostics.ActivityTraceFlags.Recorded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/HexConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/HexConverter.cs" } ], "DocsId": "T:System.Diagnostics.ActivityTraceFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/HexConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/HexConverter.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.ActivityIdFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/HexConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/HexConverter.cs" }, { "DocsId": "F:System.Diagnostics.ActivityIdFormat.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/HexConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/HexConverter.cs" }, { "DocsId": "F:System.Diagnostics.ActivityIdFormat.Hierarchical", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/HexConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/HexConverter.cs" }, { "DocsId": "F:System.Diagnostics.ActivityIdFormat.W3C", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/HexConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/HexConverter.cs" } ], "DocsId": "T:System.Diagnostics.ActivityIdFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/HexConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/HexConverter.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.ActivityTraceId.CreateRandom", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1898C13-L1900C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1898C13-L1900C42" }, { "DocsId": "M:System.Diagnostics.ActivityTraceId.CreateFromBytes(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1904C13-L1910C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1904C13-L1910C98" }, { "DocsId": "M:System.Diagnostics.ActivityTraceId.CreateFromUtf8String(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1913C90-L1913C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1913C90-L1913C117" }, { "DocsId": "M:System.Diagnostics.ActivityTraceId.CreateFromString(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1917C13-L1920C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1917C13-L1920C59" }, { "DocsId": "M:System.Diagnostics.ActivityTraceId.ToHexString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1928C13-L1928C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1928C13-L1928C69" }, { "DocsId": "M:System.Diagnostics.ActivityTraceId.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1934C46-L1934C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1934C46-L1934C59" }, { "DocsId": "M:System.Diagnostics.ActivityTraceId.op_Equality(System.Diagnostics.ActivityTraceId,System.Diagnostics.ActivityTraceId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1938C13-L1938C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1938C13-L1938C63" }, { "DocsId": "M:System.Diagnostics.ActivityTraceId.op_Inequality(System.Diagnostics.ActivityTraceId,System.Diagnostics.ActivityTraceId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1942C13-L1942C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1942C13-L1942C63" }, { "DocsId": "M:System.Diagnostics.ActivityTraceId.Equals(System.Diagnostics.ActivityTraceId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1946C13-L1946C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1946C13-L1946C53" }, { "DocsId": "M:System.Diagnostics.ActivityTraceId.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1950C13-L1952C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1950C13-L1952C26" }, { "DocsId": "M:System.Diagnostics.ActivityTraceId.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1956C13-L1956C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1956C13-L1956C48" }, { "DocsId": "M:System.Diagnostics.ActivityTraceId.CopyTo(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2002C13-L2003C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2002C13-L2003C10" } ], "DocsId": "T:System.Diagnostics.ActivityTraceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.ActivitySpanId.CreateRandom", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2088C13-L2092C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2088C13-L2092C133" }, { "DocsId": "M:System.Diagnostics.ActivitySpanId.CreateFromBytes(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2097C13-L2103C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2097C13-L2103C97" }, { "DocsId": "M:System.Diagnostics.ActivitySpanId.CreateFromUtf8String(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2106C89-L2106C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2106C89-L2106C115" }, { "DocsId": "M:System.Diagnostics.ActivitySpanId.CreateFromString(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2110C13-L2113C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2110C13-L2113C58" }, { "DocsId": "M:System.Diagnostics.ActivitySpanId.ToHexString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2122C13-L2122C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2122C13-L2122C53" }, { "DocsId": "M:System.Diagnostics.ActivitySpanId.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2128C46-L2128C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2128C46-L2128C59" }, { "DocsId": "M:System.Diagnostics.ActivitySpanId.op_Equality(System.Diagnostics.ActivitySpanId,System.Diagnostics.ActivitySpanId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2132C13-L2132C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2132C13-L2132C62" }, { "DocsId": "M:System.Diagnostics.ActivitySpanId.op_Inequality(System.Diagnostics.ActivitySpanId,System.Diagnostics.ActivitySpanId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2136C13-L2136C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2136C13-L2136C62" }, { "DocsId": "M:System.Diagnostics.ActivitySpanId.Equals(System.Diagnostics.ActivitySpanId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2140C13-L2140C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2140C13-L2140C52" }, { "DocsId": "M:System.Diagnostics.ActivitySpanId.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2144C13-L2146C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2144C13-L2146C26" }, { "DocsId": "M:System.Diagnostics.ActivitySpanId.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2150C13-L2150C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2150C13-L2150C48" }, { "DocsId": "M:System.Diagnostics.ActivitySpanId.CopyTo(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2184C13-L2185C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2184C13-L2185C10" } ], "DocsId": "T:System.Diagnostics.ActivitySpanId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.ActivityStatusCode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/LocalAppContextSwitches.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/LocalAppContextSwitches.cs" }, { "DocsId": "F:System.Diagnostics.ActivityStatusCode.Unset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/LocalAppContextSwitches.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/LocalAppContextSwitches.cs" }, { "DocsId": "F:System.Diagnostics.ActivityStatusCode.Ok", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/LocalAppContextSwitches.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/LocalAppContextSwitches.cs" }, { "DocsId": "F:System.Diagnostics.ActivityStatusCode.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/LocalAppContextSwitches.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/LocalAppContextSwitches.cs" } ], "DocsId": "T:System.Diagnostics.ActivityStatusCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/LocalAppContextSwitches.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/LocalAppContextSwitches.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L24C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L24C9-L31C10" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L24C9-L51C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L24C9-L51C10" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L147C13-L159C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L147C13-L159C10" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.Add(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L167C13-L179C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L167C13-L179C10" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L184C32-L184C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L184C32-L184C45" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.Contains(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L186C69-L186C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L186C69-L186C89" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L193C48-L193C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L193C48-L193C67" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Object}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L200C86-L200C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L200C86-L200C117" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.System#Collections#Generic#IEnumerable>#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L205C114-L205C135" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L205C114-L205C135" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L210C46-L210C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L210C46-L210C67" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L215C52-L215C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L215C52-L215C73" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L224C13-L236C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L224C13-L236C26" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.Remove(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L244C67-L244C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L244C67-L244C85" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.TryGetValue(System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L254C13-L262C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L254C13-L262C26" }, { "DocsId": "P:System.Diagnostics.ActivityTagsCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L65C17-L66C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L65C17-L66C62" }, { "DocsId": "P:System.Diagnostics.ActivityTagsCollection.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L104C17-L109C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L104C17-L109C29" }, { "DocsId": "P:System.Diagnostics.ActivityTagsCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L120C17-L125C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L120C17-L125C29" }, { "DocsId": "P:System.Diagnostics.ActivityTagsCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L132C35-L132C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L132C35-L132C40" }, { "DocsId": "P:System.Diagnostics.ActivityTagsCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L137C29-L137C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L137C29-L137C40" }, { "DocsId": "T:System.Diagnostics.ActivityTagsCollection.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" } ], "DocsId": "T:System.Diagnostics.ActivityTagsCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.Enumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L290C43-L290C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L290C43-L290C77" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.Enumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L291C38-L291C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L291C38-L291C59" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L292C39-L292C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L292C39-L292C61" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.Enumerator.System#Collections#IEnumerator#Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L293C41-L293C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L293C41-L293C75" }, { "DocsId": "P:System.Diagnostics.ActivityTagsCollection.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L289C61-L289C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L289C61-L289C80" }, { "DocsId": "P:System.Diagnostics.ActivityTagsCollection.Enumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L290C43-L290C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L290C43-L290C77" } ], "DocsId": "T:System.Diagnostics.ActivityTagsCollection.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.ActivityContext.#ctor(System.Diagnostics.ActivityTraceId,System.Diagnostics.ActivitySpanId,System.Diagnostics.ActivityTraceFlags,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L28C13-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L28C13-L33C10" }, { "DocsId": "M:System.Diagnostics.ActivityContext.TryParse(System.String,System.String,System.Boolean,System.Diagnostics.ActivityContext@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L72C13-L78C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L72C13-L78C99" }, { "DocsId": "M:System.Diagnostics.ActivityContext.TryParse(System.String,System.String,System.Diagnostics.ActivityContext@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L87C110-L87C173" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L87C110-L87C173" }, { "DocsId": "M:System.Diagnostics.ActivityContext.Parse(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L99C13-L109C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L99C13-L109C28" }, { "DocsId": "M:System.Diagnostics.ActivityContext.Equals(System.Diagnostics.ActivityContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L112C54-L112C212" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L112C54-L112C212" }, { "DocsId": "M:System.Diagnostics.ActivityContext.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L114C73-L114C131" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L114C73-L114C131" }, { "DocsId": "M:System.Diagnostics.ActivityContext.op_Equality(System.Diagnostics.ActivityContext,System.Diagnostics.ActivityContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L115C88-L115C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L115C88-L115C106" }, { "DocsId": "M:System.Diagnostics.ActivityContext.op_Inequality(System.Diagnostics.ActivityContext,System.Diagnostics.ActivityContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L116C88-L116C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L116C88-L116C104" }, { "DocsId": "M:System.Diagnostics.ActivityContext.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.netcoreapp.cs#L12C46-L12C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.netcoreapp.cs#L12C46-L12C103" }, { "DocsId": "P:System.Diagnostics.ActivityContext.TraceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L38C42-L38C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L38C42-L38C46" }, { "DocsId": "P:System.Diagnostics.ActivityContext.SpanId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L43C40-L43C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L43C40-L43C44" }, { "DocsId": "P:System.Diagnostics.ActivityContext.TraceFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L48C48-L48C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L48C48-L48C52" }, { "DocsId": "P:System.Diagnostics.ActivityContext.TraceState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L53C37-L53C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L53C37-L53C41" }, { "DocsId": "P:System.Diagnostics.ActivityContext.IsRemote", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L61C32-L61C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L61C32-L61C36" } ], "DocsId": "T:System.Diagnostics.ActivityContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs" }, { "Members": [ { "DocsId": "P:System.Diagnostics.ActivityCreationOptions`1.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L88C40-L88C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L88C40-L88C44" }, { "DocsId": "P:System.Diagnostics.ActivityCreationOptions`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L93C30-L93C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L93C30-L93C34" }, { "DocsId": "P:System.Diagnostics.ActivityCreationOptions`1.Kind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L98C36-L98C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L98C36-L98C40" }, { "DocsId": "P:System.Diagnostics.ActivityCreationOptions`1.Parent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L103C27-L103C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L103C27-L103C31" }, { "DocsId": "P:System.Diagnostics.ActivityCreationOptions`1.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L108C67-L108C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L108C67-L108C71" }, { "DocsId": "P:System.Diagnostics.ActivityCreationOptions`1.Links", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L113C51-L113C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L113C51-L113C55" }, { "DocsId": "P:System.Diagnostics.ActivityCreationOptions`1.SamplingTags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L119C17-L125C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L119C17-L125C38" }, { "DocsId": "P:System.Diagnostics.ActivityCreationOptions`1.TraceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L133C17-L142C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L133C17-L142C41" }, { "DocsId": "P:System.Diagnostics.ActivityCreationOptions`1.TraceState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L151C20-L151C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L151C20-L151C31" } ], "DocsId": "T:System.Diagnostics.ActivityCreationOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.ActivitySamplingResult.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" }, { "DocsId": "F:System.Diagnostics.ActivitySamplingResult.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" }, { "DocsId": "F:System.Diagnostics.ActivitySamplingResult.PropagationData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" }, { "DocsId": "F:System.Diagnostics.ActivitySamplingResult.AllData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" }, { "DocsId": "F:System.Diagnostics.ActivitySamplingResult.AllDataAndRecorded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" } ], "DocsId": "T:System.Diagnostics.ActivitySamplingResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.ActivityEvent.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L21C45-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L21C45-L23C10" }, { "DocsId": "M:System.Diagnostics.ActivityEvent.#ctor(System.String,System.DateTimeOffset,System.Diagnostics.ActivityTagsCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L31C118-L31C180" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L31C118-L31C180" }, { "DocsId": "M:System.Diagnostics.ActivityEvent.EnumerateTagObjects", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L62C92-L62C160" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L62C92-L62C160" }, { "DocsId": "P:System.Diagnostics.ActivityEvent.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L46C30-L46C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L46C30-L46C34" }, { "DocsId": "P:System.Diagnostics.ActivityEvent.Timestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L51C43-L51C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L51C43-L51C47" }, { "DocsId": "P:System.Diagnostics.ActivityEvent.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L56C67-L56C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L56C67-L56C87" } ], "DocsId": "T:System.Diagnostics.ActivityEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.ActivityKind.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" }, { "DocsId": "F:System.Diagnostics.ActivityKind.Internal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" }, { "DocsId": "F:System.Diagnostics.ActivityKind.Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" }, { "DocsId": "F:System.Diagnostics.ActivityKind.Client", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" }, { "DocsId": "F:System.Diagnostics.ActivityKind.Producer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" }, { "DocsId": "F:System.Diagnostics.ActivityKind.Consumer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" } ], "DocsId": "T:System.Diagnostics.ActivityKind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.ActivityLink.#ctor(System.Diagnostics.ActivityContext,System.Diagnostics.ActivityTagsCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L26C13-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L26C13-L29C10" }, { "DocsId": "M:System.Diagnostics.ActivityLink.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L41C73-L41C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L41C73-L41C120" }, { "DocsId": "M:System.Diagnostics.ActivityLink.Equals(System.Diagnostics.ActivityLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L43C51-L43C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L43C51-L43C97" }, { "DocsId": "M:System.Diagnostics.ActivityLink.op_Equality(System.Diagnostics.ActivityLink,System.Diagnostics.ActivityLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L44C82-L44C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L44C82-L44C100" }, { "DocsId": "M:System.Diagnostics.ActivityLink.op_Inequality(System.Diagnostics.ActivityLink,System.Diagnostics.ActivityLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L45C82-L45C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L45C82-L45C101" }, { "DocsId": "M:System.Diagnostics.ActivityLink.EnumerateTagObjects", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L51C92-L51C160" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L51C92-L51C160" }, { "DocsId": "M:System.Diagnostics.ActivityLink.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.netcoreapp.cs#L18C13-L28C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.netcoreapp.cs#L18C13-L28C42" }, { "DocsId": "P:System.Diagnostics.ActivityLink.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L34C42-L34C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L34C42-L34C46" }, { "DocsId": "P:System.Diagnostics.ActivityLink.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L39C68-L39C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L39C68-L39C73" } ], "DocsId": "T:System.Diagnostics.ActivityLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.SampleActivity`1.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" }, { "DocsId": "M:System.Diagnostics.SampleActivity`1.Invoke(System.Diagnostics.ActivityCreationOptions{`0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" }, { "DocsId": "M:System.Diagnostics.SampleActivity`1.BeginInvoke(System.Diagnostics.ActivityCreationOptions{`0}@,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" }, { "DocsId": "M:System.Diagnostics.SampleActivity`1.EndInvoke(System.Diagnostics.ActivityCreationOptions{`0}@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" } ], "DocsId": "T:System.Diagnostics.SampleActivity`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.ExceptionRecorder.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" }, { "DocsId": "M:System.Diagnostics.ExceptionRecorder.Invoke(System.Diagnostics.Activity,System.Exception,System.Diagnostics.TagList@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" }, { "DocsId": "M:System.Diagnostics.ExceptionRecorder.BeginInvoke(System.Diagnostics.Activity,System.Exception,System.Diagnostics.TagList@,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" }, { "DocsId": "M:System.Diagnostics.ExceptionRecorder.EndInvoke(System.Diagnostics.TagList@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" } ], "DocsId": "T:System.Diagnostics.ExceptionRecorder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.ActivityListener.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L26C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L26C9-L28C10" }, { "DocsId": "M:System.Diagnostics.ActivityListener.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L63C34-L63C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L63C34-L63C69" }, { "DocsId": "P:System.Diagnostics.ActivityListener.ActivityStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L33C52-L33C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L33C52-L33C56" }, { "DocsId": "P:System.Diagnostics.ActivityListener.ActivityStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L38C52-L38C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L38C52-L38C56" }, { "DocsId": "P:System.Diagnostics.ActivityListener.ExceptionRecorder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L43C55-L43C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L43C55-L43C59" }, { "DocsId": "P:System.Diagnostics.ActivityListener.ShouldListenTo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L48C61-L48C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L48C61-L48C65" }, { "DocsId": "P:System.Diagnostics.ActivityListener.SampleUsingParentId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L53C62-L53C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L53C62-L53C66" }, { "DocsId": "P:System.Diagnostics.ActivityListener.Sample", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L58C58-L58C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L58C58-L58C62" } ], "DocsId": "T:System.Diagnostics.ActivityListener", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.ActivitySource.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L21C46-L21C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L21C46-L21C84" }, { "DocsId": "M:System.Diagnostics.ActivitySource.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L29C68-L29C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L29C68-L29C102" }, { "DocsId": "M:System.Diagnostics.ActivitySource.#ctor(System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L37C9-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L37C9-L70C10" }, { "DocsId": "M:System.Diagnostics.ActivitySource.HasListeners", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L95C13-L96C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L95C13-L96C61" }, { "DocsId": "M:System.Diagnostics.ActivitySource.CreateActivity(System.String,System.Diagnostics.ActivityKind)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L109C16-L109C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L109C16-L109C94" }, { "DocsId": "M:System.Diagnostics.ActivitySource.CreateActivity(System.String,System.Diagnostics.ActivityKind,System.Diagnostics.ActivityContext,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Collections.Generic.IEnumerable{System.Diagnostics.ActivityLink},System.Diagnostics.ActivityIdFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L126C16-L126C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L126C16-L126C111" }, { "DocsId": "M:System.Diagnostics.ActivitySource.CreateActivity(System.String,System.Diagnostics.ActivityKind,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Collections.Generic.IEnumerable{System.Diagnostics.ActivityLink},System.Diagnostics.ActivityIdFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L142C16-L142C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L142C16-L142C109" }, { "DocsId": "M:System.Diagnostics.ActivitySource.StartActivity(System.String,System.Diagnostics.ActivityKind)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L151C16-L151C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L151C16-L151C78" }, { "DocsId": "M:System.Diagnostics.ActivitySource.StartActivity(System.String,System.Diagnostics.ActivityKind,System.Diagnostics.ActivityContext,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Collections.Generic.IEnumerable{System.Diagnostics.ActivityLink},System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L164C16-L164C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L164C16-L164C87" }, { "DocsId": "M:System.Diagnostics.ActivitySource.StartActivity(System.String,System.Diagnostics.ActivityKind,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Collections.Generic.IEnumerable{System.Diagnostics.ActivityLink},System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L177C16-L177C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L177C16-L177C85" }, { "DocsId": "M:System.Diagnostics.ActivitySource.StartActivity(System.Diagnostics.ActivityKind,System.Diagnostics.ActivityContext,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Collections.Generic.IEnumerable{System.Diagnostics.ActivityLink},System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L190C16-L190C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L190C16-L190C87" }, { "DocsId": "M:System.Diagnostics.ActivitySource.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L328C13-L330C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L328C13-L330C10" }, { "DocsId": "M:System.Diagnostics.ActivitySource.AddActivityListener(System.Diagnostics.ActivityListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L338C13-L353C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L338C13-L353C10" }, { "DocsId": "P:System.Diagnostics.ActivitySource.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L75C30-L75C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L75C30-L75C34" }, { "DocsId": "P:System.Diagnostics.ActivitySource.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L80C34-L80C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L80C34-L80C38" }, { "DocsId": "P:System.Diagnostics.ActivitySource.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L85C67-L85C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L85C67-L85C71" } ], "DocsId": "T:System.Diagnostics.ActivitySource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.DiagnosticSource.Write(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs" }, { "DocsId": "M:System.Diagnostics.DiagnosticSource.Write``1(System.String,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs#L45C13-L45C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs#L45C13-L45C40" }, { "DocsId": "M:System.Diagnostics.DiagnosticSource.IsEnabled(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs" }, { "DocsId": "M:System.Diagnostics.DiagnosticSource.IsEnabled(System.String,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs#L71C13-L71C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs#L71C13-L71C36" }, { "DocsId": "M:System.Diagnostics.DiagnosticSource.StartActivity(System.Diagnostics.Activity,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L31C13-L33C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L31C13-L33C29" }, { "DocsId": "M:System.Diagnostics.DiagnosticSource.StartActivity``1(System.Diagnostics.Activity,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L40C16-L40C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L40C16-L40C54" }, { "DocsId": "M:System.Diagnostics.DiagnosticSource.StopActivity(System.Diagnostics.Activity,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L57C13-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L57C13-L61C10" }, { "DocsId": "M:System.Diagnostics.DiagnosticSource.StopActivity``1(System.Diagnostics.Activity,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L67C16-L67C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L67C16-L67C53" }, { "DocsId": "M:System.Diagnostics.DiagnosticSource.OnActivityImport(System.Diagnostics.Activity,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L93C84-L93C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L93C84-L93C85" }, { "DocsId": "M:System.Diagnostics.DiagnosticSource.OnActivityExport(System.Diagnostics.Activity,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L119C84-L119C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L119C84-L119C85" }, { "DocsId": "M:System.Diagnostics.DiagnosticSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs" } ], "DocsId": "T:System.Diagnostics.DiagnosticSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.DiagnosticListener.OnActivityImport(System.Diagnostics.Activity,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L126C18-L128C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L126C18-L128C10" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.OnActivityExport(System.Diagnostics.Activity,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L132C18-L134C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L132C18-L134C10" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.Subscribe(System.IObserver{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Func{System.String,System.Object,System.Object,System.Boolean},System.Action{System.Diagnostics.Activity,System.Object},System.Action{System.Diagnostics.Activity,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L146C13-L148C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L146C13-L148C126" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.Subscribe(System.IObserver{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Predicate{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L67C13-L77C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L67C13-L77C33" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.Subscribe(System.IObserver{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Func{System.String,System.Object,System.Object,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L110C13-L112C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L110C13-L112C102" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.Subscribe(System.IObserver{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L120C13-L120C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L120C13-L120C72" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L130C9-L148C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L130C9-L148C10" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L159C13-L193C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L159C13-L193C10" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L206C13-L206C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L206C13-L206C41" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.IsEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L222C13-L222C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L222C13-L222C43" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.IsEnabled(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L230C18-L235C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L230C18-L235C26" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.IsEnabled(System.String,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L244C18-L249C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L244C18-L249C26" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.Write(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L258C18-L260C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L258C18-L260C10" }, { "DocsId": "P:System.Diagnostics.DiagnosticListener.AllListeners", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L42C17-L45C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L42C17-L45C45" }, { "DocsId": "P:System.Diagnostics.DiagnosticListener.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L198C30-L198C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L198C30-L198C34" } ], "DocsId": "T:System.Diagnostics.DiagnosticListener", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.Inject(System.Diagnostics.Activity,System.Object,System.Diagnostics.DistributedContextPropagator.PropagatorSetterCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.ExtractTraceIdAndState(System.Object,System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.ExtractBaggage(System.Object,System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.CreateDefaultPropagator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs#L94C81-L94C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs#L94C81-L94C106" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.CreatePassThroughPropagator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs#L100C85-L100C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs#L100C85-L100C115" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.CreateNoOutputPropagator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs#L105C82-L105C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs#L105C82-L105C109" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "P:System.Diagnostics.DistributedContextPropagator.Fields", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "P:System.Diagnostics.DistributedContextPropagator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs#L77C17-L77C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs#L77C17-L77C34" }, { "DocsId": "T:System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "T:System.Diagnostics.DistributedContextPropagator.PropagatorSetterCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" } ], "DocsId": "T:System.Diagnostics.DistributedContextPropagator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback.Invoke(System.Object,System.String,System.String@,System.Collections.Generic.IEnumerable{System.String}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback.BeginInvoke(System.Object,System.String,System.String@,System.Collections.Generic.IEnumerable{System.String}@,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback.EndInvoke(System.String@,System.Collections.Generic.IEnumerable{System.String}@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" } ], "DocsId": "T:System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.PropagatorSetterCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.PropagatorSetterCallback.Invoke(System.Object,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.PropagatorSetterCallback.BeginInvoke(System.Object,System.String,System.String,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.PropagatorSetterCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" } ], "DocsId": "T:System.Diagnostics.DistributedContextPropagator.PropagatorSetterCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.TagList.#ctor(System.ReadOnlySpan{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L38C86-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L38C86-L47C10" }, { "DocsId": "M:System.Diagnostics.TagList.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L93C13-L93C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L93C13-L93C63" }, { "DocsId": "M:System.Diagnostics.TagList.Add(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L101C13-L111C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L101C13-L111C10" }, { "DocsId": "M:System.Diagnostics.TagList.CopyTo(System.Span{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L143C13-L149C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L143C13-L149C10" }, { "DocsId": "M:System.Diagnostics.TagList.CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Object}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L160C13-L164C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L160C13-L164C10" }, { "DocsId": "M:System.Diagnostics.TagList.Insert(System.Int32,System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L174C13-L206C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L174C13-L206C10" }, { "DocsId": "M:System.Diagnostics.TagList.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L215C13-L220C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L215C13-L220C10" }, { "DocsId": "M:System.Diagnostics.TagList.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L226C13-L226C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L226C13-L226C27" }, { "DocsId": "M:System.Diagnostics.TagList.Contains(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L234C13-L234C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L234C13-L234C31" }, { "DocsId": "M:System.Diagnostics.TagList.Remove(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L243C13-L250C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L243C13-L250C26" }, { "DocsId": "M:System.Diagnostics.TagList.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L257C87-L257C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L257C87-L257C110" }, { "DocsId": "M:System.Diagnostics.TagList.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L263C61-L263C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L263C61-L263C84" }, { "DocsId": "M:System.Diagnostics.TagList.IndexOf(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L272C13-L299C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L272C13-L299C23" }, { "DocsId": "P:System.Diagnostics.TagList.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L52C38-L52C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L52C38-L52C48" }, { "DocsId": "P:System.Diagnostics.TagList.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L57C44-L57C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L57C44-L57C49" }, { "DocsId": "P:System.Diagnostics.TagList.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L67C17-L69C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L67C17-L69C84" }, { "DocsId": "T:System.Diagnostics.TagList.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs" } ], "DocsId": "T:System.Diagnostics.TagList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.TagList.Enumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L327C43-L327C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L327C43-L327C59" }, { "DocsId": "M:System.Diagnostics.TagList.Enumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L329C37-L329C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L329C37-L329C63" }, { "DocsId": "M:System.Diagnostics.TagList.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L333C17-L334C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L333C17-L334C48" }, { "DocsId": "M:System.Diagnostics.TagList.Enumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L337C36-L337C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L337C36-L337C47" }, { "DocsId": "P:System.Diagnostics.TagList.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L325C61-L325C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L325C61-L325C77" }, { "DocsId": "P:System.Diagnostics.TagList.Enumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L327C43-L327C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L327C43-L327C59" } ], "DocsId": "T:System.Diagnostics.TagList.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.Counter`1.Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L31C37-L31C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L31C37-L31C61" }, { "DocsId": "M:System.Diagnostics.Metrics.Counter`1.Add(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L38C72-L38C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L38C72-L38C101" }, { "DocsId": "M:System.Diagnostics.Metrics.Counter`1.Add(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L46C109-L46C145" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L46C109-L46C145" }, { "DocsId": "M:System.Diagnostics.Metrics.Counter`1.Add(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L55C145-L55C187" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L55C145-L55C187" }, { "DocsId": "M:System.Diagnostics.Metrics.Counter`1.Add(`0,System.ReadOnlySpan{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L62C94-L62C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L62C94-L62C124" }, { "DocsId": "M:System.Diagnostics.Metrics.Counter`1.Add(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object}[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L69C82-L69C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L69C82-L69C121" }, { "DocsId": "M:System.Diagnostics.Metrics.Counter`1.Add(`0,System.Diagnostics.TagList@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L76C57-L76C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L76C57-L76C93" } ], "DocsId": "T:System.Diagnostics.Metrics.Counter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.Gauge`1.Record(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L29C40-L29C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L29C40-L29C64" }, { "DocsId": "M:System.Diagnostics.Metrics.Gauge`1.Record(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L36C75-L36C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L36C75-L36C104" }, { "DocsId": "M:System.Diagnostics.Metrics.Gauge`1.Record(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L44C112-L44C148" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L44C112-L44C148" }, { "DocsId": "M:System.Diagnostics.Metrics.Gauge`1.Record(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L53C148-L53C190" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L53C148-L53C190" }, { "DocsId": "M:System.Diagnostics.Metrics.Gauge`1.Record(`0,System.ReadOnlySpan{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L60C97-L60C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L60C97-L60C127" }, { "DocsId": "M:System.Diagnostics.Metrics.Gauge`1.Record(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object}[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L67C85-L67C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L67C85-L67C124" }, { "DocsId": "M:System.Diagnostics.Metrics.Gauge`1.Record(`0,System.Diagnostics.TagList@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L74C60-L74C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L74C60-L74C96" } ], "DocsId": "T:System.Diagnostics.Metrics.Gauge`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.Histogram`1.Record(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L33C40-L33C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L33C40-L33C64" }, { "DocsId": "M:System.Diagnostics.Metrics.Histogram`1.Record(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L40C75-L40C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L40C75-L40C104" }, { "DocsId": "M:System.Diagnostics.Metrics.Histogram`1.Record(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L48C112-L48C148" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L48C112-L48C148" }, { "DocsId": "M:System.Diagnostics.Metrics.Histogram`1.Record(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L57C148-L57C190" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L57C148-L57C190" }, { "DocsId": "M:System.Diagnostics.Metrics.Histogram`1.Record(`0,System.ReadOnlySpan{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L64C97-L64C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L64C97-L64C127" }, { "DocsId": "M:System.Diagnostics.Metrics.Histogram`1.Record(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object}[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L71C85-L71C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L71C85-L71C124" }, { "DocsId": "M:System.Diagnostics.Metrics.Histogram`1.Record(`0,System.Diagnostics.TagList@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L78C60-L78C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L78C60-L78C96" } ], "DocsId": "T:System.Diagnostics.Metrics.Histogram`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.InstrumentAdvice`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/InstrumentAdvice.cs#L20C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/InstrumentAdvice.cs#L20C9-L23C10" }, { "DocsId": "P:System.Diagnostics.Metrics.InstrumentAdvice`1.HistogramBucketBoundaries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/InstrumentAdvice.cs#L38C20-L38C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/InstrumentAdvice.cs#L38C20-L38C46" } ], "DocsId": "T:System.Diagnostics.Metrics.InstrumentAdvice`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/InstrumentAdvice.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/InstrumentAdvice.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.IMeterFactory.Create(System.Diagnostics.Metrics.MeterOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/artifacts/obj/System.Diagnostics.DiagnosticSource/Release/net8.0/ThisAssembly.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/artifacts/obj/System.Diagnostics.DiagnosticSource/Release/net8.0/ThisAssembly.cs" } ], "DocsId": "T:System.Diagnostics.Metrics.IMeterFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/artifacts/obj/System.Diagnostics.DiagnosticSource/Release/net8.0/ThisAssembly.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/artifacts/obj/System.Diagnostics.DiagnosticSource/Release/net8.0/ThisAssembly.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.Instrument.#ctor(System.Diagnostics.Metrics.Meter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L37C15-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L37C15-L39C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument.#ctor(System.Diagnostics.Metrics.Meter,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L50C15-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L50C15-L52C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument.#ctor(System.Diagnostics.Metrics.Meter,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L29C9-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L29C9-L79C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument.Publish", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L87C13-L110C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L87C13-L110C10" }, { "DocsId": "P:System.Diagnostics.Metrics.Instrument.Meter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L115C30-L115C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L115C30-L115C34" }, { "DocsId": "P:System.Diagnostics.Metrics.Instrument.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L120C30-L120C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L120C30-L120C34" }, { "DocsId": "P:System.Diagnostics.Metrics.Instrument.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L125C38-L125C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L125C38-L125C42" }, { "DocsId": "P:System.Diagnostics.Metrics.Instrument.Unit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L130C31-L130C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L130C31-L130C35" }, { "DocsId": "P:System.Diagnostics.Metrics.Instrument.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L135C67-L135C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L135C67-L135C71" }, { "DocsId": "P:System.Diagnostics.Metrics.Instrument.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L140C32-L140C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L140C32-L140C64" }, { "DocsId": "P:System.Diagnostics.Metrics.Instrument.IsObservable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L145C45-L145C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L145C45-L145C50" } ], "DocsId": "T:System.Diagnostics.Metrics.Instrument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.Instrument`1.#ctor(System.Diagnostics.Metrics.Meter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L29C15-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L29C15-L31C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument`1.#ctor(System.Diagnostics.Metrics.Meter,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L42C15-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L42C15-L44C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument`1.#ctor(System.Diagnostics.Metrics.Meter,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L56C15-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L56C15-L58C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument`1.#ctor(System.Diagnostics.Metrics.Meter,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Diagnostics.Metrics.InstrumentAdvice{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L76C15-L81C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L76C15-L81C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument`1.RecordMeasurement(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L87C60-L87C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L87C60-L87C121" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument`1.RecordMeasurement(`0,System.ReadOnlySpan{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L96C13-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L96C13-L102C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument`1.RecordMeasurement(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.netcore.cs#L24C13-L24C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.netcore.cs#L24C13-L24C50" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument`1.RecordMeasurement(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.netcore.cs#L33C13-L33C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.netcore.cs#L33C13-L33C57" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument`1.RecordMeasurement(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.netcore.cs#L43C13-L43C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.netcore.cs#L43C13-L43C63" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument`1.RecordMeasurement(`0,System.Diagnostics.TagList@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.netcore.cs#L51C13-L51C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.netcore.cs#L51C13-L51C57" }, { "DocsId": "P:System.Diagnostics.Metrics.Instrument`1.Advice", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L21C46-L21C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L21C46-L21C50" } ], "DocsId": "T:System.Diagnostics.Metrics.Instrument`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.Measurement`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L24C13-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L24C13-L26C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Measurement`1.#ctor(`0,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L35C13-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L35C13-L37C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Measurement`1.#ctor(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object}[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L46C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L46C13-L57C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Measurement`1.#ctor(`0,System.ReadOnlySpan{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L67C13-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L67C13-L69C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Measurement`1.#ctor(`0,System.Diagnostics.TagList@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L79C13-L90C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L79C13-L90C10" }, { "DocsId": "P:System.Diagnostics.Metrics.Measurement`1.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L95C68-L95C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L95C68-L95C82" }, { "DocsId": "P:System.Diagnostics.Metrics.Measurement`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L100C26-L100C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L100C26-L100C30" } ], "DocsId": "T:System.Diagnostics.Metrics.Measurement`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.Meter.#ctor(System.Diagnostics.Metrics.MeterOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L19C9-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L19C9-L45C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L51C37-L51C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L51C37-L51C69" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L58C54-L58C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L58C54-L58C89" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.#ctor(System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L19C9-L76C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L19C9-L76C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateCounter``1(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L134C126-L134C179" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L134C126-L134C179" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateCounter``1(System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L148C20-L148C166" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L148C20-L148C166" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateGauge``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L158C73-L158C136" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L158C73-L158C136" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateGauge``1(System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L172C20-L172C160" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L172C20-L172C160" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateHistogram``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L182C16-L182C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L182C16-L182C97" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateHistogram``1(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L195C16-L195C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L195C16-L195C85" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateHistogram``1(System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L209C20-L209C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L209C20-L209C83" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateHistogram``1(System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Diagnostics.Metrics.InstrumentAdvice{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L223C20-L223C180" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L223C20-L223C180" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateUpDownCounter``1(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L236C20-L236C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L236C20-L236C79" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateUpDownCounter``1(System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L250C20-L250C184" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L250C20-L250C184" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableUpDownCounter``1(System.String,System.Func{``0},System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L263C41-L263C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L263C41-L263C128" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableUpDownCounter``1(System.String,System.Func{``0},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L277C41-L277C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L277C41-L277C122" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableUpDownCounter``1(System.String,System.Func{System.Diagnostics.Metrics.Measurement{``0}},System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L291C41-L291C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L291C41-L291C128" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableUpDownCounter``1(System.String,System.Func{System.Diagnostics.Metrics.Measurement{``0}},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L305C41-L305C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L305C41-L305C122" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableUpDownCounter``1(System.String,System.Func{System.Collections.Generic.IEnumerable{System.Diagnostics.Metrics.Measurement{``0}}},System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L318C41-L318C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L318C41-L318C129" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableUpDownCounter``1(System.String,System.Func{System.Collections.Generic.IEnumerable{System.Diagnostics.Metrics.Measurement{``0}}},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L332C41-L332C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L332C41-L332C123" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableCounter``1(System.String,System.Func{``0},System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L345C41-L345C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L345C41-L345C122" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableCounter``1(System.String,System.Func{``0},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L359C41-L359C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L359C41-L359C116" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableCounter``1(System.String,System.Func{System.Diagnostics.Metrics.Measurement{``0}},System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L372C41-L372C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L372C41-L372C122" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableCounter``1(System.String,System.Func{System.Diagnostics.Metrics.Measurement{``0}},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L386C41-L386C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L386C41-L386C116" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableCounter``1(System.String,System.Func{System.Collections.Generic.IEnumerable{System.Diagnostics.Metrics.Measurement{``0}}},System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L400C41-L400C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L400C41-L400C123" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableCounter``1(System.String,System.Func{System.Collections.Generic.IEnumerable{System.Diagnostics.Metrics.Measurement{``0}}},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L414C41-L414C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L414C41-L414C117" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableGauge``1(System.String,System.Func{``0},System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L424C41-L424C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L424C41-L424C120" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableGauge``1(System.String,System.Func{``0},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L435C41-L435C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L435C41-L435C114" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableGauge``1(System.String,System.Func{System.Diagnostics.Metrics.Measurement{``0}},System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L445C41-L445C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L445C41-L445C120" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableGauge``1(System.String,System.Func{System.Diagnostics.Metrics.Measurement{``0}},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L456C41-L456C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L456C41-L456C114" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableGauge``1(System.String,System.Func{System.Collections.Generic.IEnumerable{System.Diagnostics.Metrics.Measurement{``0}}},System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L466C41-L466C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L466C41-L466C121" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableGauge``1(System.String,System.Func{System.Collections.Generic.IEnumerable{System.Diagnostics.Metrics.Measurement{``0}}},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L477C41-L477C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L477C41-L477C115" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L482C34-L482C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L482C34-L482C47" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L490C13-L522C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L490C13-L522C10" }, { "DocsId": "P:System.Diagnostics.Metrics.Meter.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L107C30-L107C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L107C30-L107C34" }, { "DocsId": "P:System.Diagnostics.Metrics.Meter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L112C34-L112C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L112C34-L112C38" }, { "DocsId": "P:System.Diagnostics.Metrics.Meter.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L117C67-L117C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L117C67-L117C71" }, { "DocsId": "P:System.Diagnostics.Metrics.Meter.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L122C32-L122C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L122C32-L122C36" } ], "DocsId": "T:System.Diagnostics.Metrics.Meter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.MeterFactoryExtensions.Create(System.Diagnostics.Metrics.IMeterFactory,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterFactoryExtensions.cs#L24C13-L34C16" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterFactoryExtensions.cs#L24C13-L34C16" } ], "DocsId": "T:System.Diagnostics.Metrics.MeterFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterFactoryExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterFactoryExtensions.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.MeasurementCallback`1.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs" }, { "DocsId": "M:System.Diagnostics.Metrics.MeasurementCallback`1.Invoke(System.Diagnostics.Metrics.Instrument,`0,System.ReadOnlySpan{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs" }, { "DocsId": "M:System.Diagnostics.Metrics.MeasurementCallback`1.BeginInvoke(System.Diagnostics.Metrics.Instrument,`0,System.ReadOnlySpan{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Object,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs" }, { "DocsId": "M:System.Diagnostics.Metrics.MeasurementCallback`1.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs" } ], "DocsId": "T:System.Diagnostics.Metrics.MeasurementCallback`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.MeterListener.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L24C9-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L24C9-L45C10" }, { "DocsId": "M:System.Diagnostics.Metrics.MeterListener.EnableMeasurementEvents(System.Diagnostics.Metrics.Instrument,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L65C13-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L65C13-L97C10" }, { "DocsId": "M:System.Diagnostics.Metrics.MeterListener.DisableMeasurementEvents(System.Diagnostics.Metrics.Instrument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L106C13-L124C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L106C13-L124C10" }, { "DocsId": "M:System.Diagnostics.Metrics.MeterListener.SetMeasurementEventCallback``1(System.Diagnostics.Metrics.MeasurementCallback{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L133C13-L170C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L133C13-L170C95" }, { "DocsId": "M:System.Diagnostics.Metrics.MeterListener.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L179C13-L206C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L179C13-L206C10" }, { "DocsId": "M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L213C13-L242C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L213C13-L242C10" }, { "DocsId": "M:System.Diagnostics.Metrics.MeterListener.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L249C13-L292C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L249C13-L292C10" }, { "DocsId": "P:System.Diagnostics.Metrics.MeterListener.InstrumentPublished", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L50C73-L50C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L50C73-L50C77" }, { "DocsId": "P:System.Diagnostics.Metrics.MeterListener.MeasurementsCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L56C69-L56C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L56C69-L56C73" } ], "DocsId": "T:System.Diagnostics.Metrics.MeterListener", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.MeterOptions.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs#L51C9-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs#L51C9-L56C10" }, { "DocsId": "P:System.Diagnostics.Metrics.MeterOptions.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs#L20C20-L20C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs#L20C20-L20C25" }, { "DocsId": "P:System.Diagnostics.Metrics.MeterOptions.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs#L35C34-L35C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs#L35C34-L35C38" }, { "DocsId": "P:System.Diagnostics.Metrics.MeterOptions.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs#L40C67-L40C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs#L40C67-L40C71" }, { "DocsId": "P:System.Diagnostics.Metrics.MeterOptions.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs#L45C32-L45C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs#L45C32-L45C36" } ], "DocsId": "T:System.Diagnostics.Metrics.MeterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.ObservableCounter`1.Observe", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableCounter.cs#L53C69-L53C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableCounter.cs#L53C69-L53C87" } ], "DocsId": "T:System.Diagnostics.Metrics.ObservableCounter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableCounter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableCounter.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.ObservableGauge`1.Observe", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableGauge.cs#L53C69-L53C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableGauge.cs#L53C69-L53C87" } ], "DocsId": "T:System.Diagnostics.Metrics.ObservableGauge`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableGauge.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableGauge.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.ObservableInstrument`1.#ctor(System.Diagnostics.Metrics.Meter,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableInstrument.cs#L25C103-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableInstrument.cs#L25C103-L27C10" }, { "DocsId": "M:System.Diagnostics.Metrics.ObservableInstrument`1.#ctor(System.Diagnostics.Metrics.Meter,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableInstrument.cs#L38C153-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableInstrument.cs#L38C153-L41C10" }, { "DocsId": "M:System.Diagnostics.Metrics.ObservableInstrument`1.Observe", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableInstrument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableInstrument.cs" }, { "DocsId": "P:System.Diagnostics.Metrics.ObservableInstrument`1.IsObservable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableInstrument.cs#L51C46-L51C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableInstrument.cs#L51C46-L51C50" } ], "DocsId": "T:System.Diagnostics.Metrics.ObservableInstrument`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableInstrument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableInstrument.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.ObservableUpDownCounter`1.Observe", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableUpDownCounter.cs#L53C69-L53C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableUpDownCounter.cs#L53C69-L53C87" } ], "DocsId": "T:System.Diagnostics.Metrics.ObservableUpDownCounter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableUpDownCounter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableUpDownCounter.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.UpDownCounter`1.Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L30C37-L30C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L30C37-L30C61" }, { "DocsId": "M:System.Diagnostics.Metrics.UpDownCounter`1.Add(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L37C72-L37C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L37C72-L37C101" }, { "DocsId": "M:System.Diagnostics.Metrics.UpDownCounter`1.Add(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L45C109-L45C145" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L45C109-L45C145" }, { "DocsId": "M:System.Diagnostics.Metrics.UpDownCounter`1.Add(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L54C145-L54C187" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L54C145-L54C187" }, { "DocsId": "M:System.Diagnostics.Metrics.UpDownCounter`1.Add(`0,System.ReadOnlySpan{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L61C94-L61C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L61C94-L61C124" }, { "DocsId": "M:System.Diagnostics.Metrics.UpDownCounter`1.Add(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object}[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L68C82-L68C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L68C82-L68C121" }, { "DocsId": "M:System.Diagnostics.Metrics.UpDownCounter`1.Add(`0,System.Diagnostics.TagList@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L75C57-L75C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L75C57-L75C93" } ], "DocsId": "T:System.Diagnostics.Metrics.UpDownCounter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Diagnostics.EventLog.json b/xml/SourceLinkInformation/net-8.0-pp/System.Diagnostics.EventLog.json index c7da3fb8e05..3644588d080 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Diagnostics.EventLog.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Diagnostics.EventLog.json @@ -1,1795 +1,1795 @@ { "Assembly": "System.Diagnostics.EventLog", - "GUID": "B69A0E9343EE4C0D8E802EEBF4008AA5FFFFFFFF", + "GUID": "4F80C9885DE5434CAD68E36879D9C0D8FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Diagnostics.EntryWrittenEventArgs.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs#L8C9-L10C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs#L8C9-L10C10" }, { "DocsId": "M:System.Diagnostics.EntryWrittenEventArgs.#ctor(System.Diagnostics.EventLogEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs#L12C9-L15C10" }, { "DocsId": "P:System.Diagnostics.EntryWrittenEventArgs.Entry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs#L17C38-L17C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs#L17C38-L17C42" } ], "DocsId": "T:System.Diagnostics.EntryWrittenEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.EntryWrittenEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" }, { "DocsId": "M:System.Diagnostics.EntryWrittenEventHandler.Invoke(System.Object,System.Diagnostics.EntryWrittenEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" }, { "DocsId": "M:System.Diagnostics.EntryWrittenEventHandler.BeginInvoke(System.Object,System.Diagnostics.EntryWrittenEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" }, { "DocsId": "M:System.Diagnostics.EntryWrittenEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" } ], "DocsId": "T:System.Diagnostics.EntryWrittenEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.EventInstance.#ctor(System.Int64,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L11C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L11C9-L18C10" }, { "DocsId": "M:System.Diagnostics.EventInstance.#ctor(System.Int64,System.Int32,System.Diagnostics.EventLogEntryType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L20C94-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L20C94-L23C10" }, { "DocsId": "P:System.Diagnostics.EventInstance.CategoryId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L27C20-L27C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L27C20-L27C35" }, { "DocsId": "P:System.Diagnostics.EventInstance.EntryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L39C20-L39C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L39C20-L39C30" }, { "DocsId": "P:System.Diagnostics.EventInstance.InstanceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L51C20-L51C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L51C20-L51C31" } ], "DocsId": "T:System.Diagnostics.EventInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.EventLog.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L33C29-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L33C29-L35C10" }, { "DocsId": "M:System.Diagnostics.EventLog.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L37C43-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L37C43-L39C10" }, { "DocsId": "M:System.Diagnostics.EventLog.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L41C63-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L41C63-L43C10" }, { "DocsId": "M:System.Diagnostics.EventLog.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L45C9-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L45C9-L48C10" }, { "DocsId": "M:System.Diagnostics.EventLog.BeginInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L222C13-L223C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L222C13-L223C10" }, { "DocsId": "M:System.Diagnostics.EventLog.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L227C13-L228C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L227C13-L228C10" }, { "DocsId": "M:System.Diagnostics.EventLog.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L232C13-L233C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L232C13-L233C10" }, { "DocsId": "M:System.Diagnostics.EventLog.CreateEventSource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L237C13-L238C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L237C13-L238C10" }, { "DocsId": "M:System.Diagnostics.EventLog.CreateEventSource(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L243C13-L244C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L243C13-L244C10" }, { "DocsId": "M:System.Diagnostics.EventLog.CreateEventSource(System.Diagnostics.EventSourceCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L248C13-L355C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L248C13-L355C10" }, { "DocsId": "M:System.Diagnostics.EventLog.Delete(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L359C13-L360C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L359C13-L360C10" }, { "DocsId": "M:System.Diagnostics.EventLog.Delete(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L364C13-L429C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L364C13-L429C10" }, { "DocsId": "M:System.Diagnostics.EventLog.DeleteEventSource(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L433C13-L434C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L433C13-L434C10" }, { "DocsId": "M:System.Diagnostics.EventLog.DeleteEventSource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L438C13-L481C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L438C13-L481C10" }, { "DocsId": "M:System.Diagnostics.EventLog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L485C13-L487C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L485C13-L487C10" }, { "DocsId": "M:System.Diagnostics.EventLog.EndInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L491C13-L492C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L491C13-L492C10" }, { "DocsId": "M:System.Diagnostics.EventLog.Exists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L496C13-L496C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L496C13-L496C41" }, { "DocsId": "M:System.Diagnostics.EventLog.Exists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L501C13-L524C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L501C13-L524C10" }, { "DocsId": "M:System.Diagnostics.EventLog.GetEventLogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L618C13-L618C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L618C13-L618C38" }, { "DocsId": "M:System.Diagnostics.EventLog.GetEventLogs(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L623C13-L667C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L623C13-L667C35" }, { "DocsId": "M:System.Diagnostics.EventLog.SourceExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L719C13-L719C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L719C13-L719C46" }, { "DocsId": "M:System.Diagnostics.EventLog.SourceExists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L724C13-L724C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L724C13-L724C61" }, { "DocsId": "M:System.Diagnostics.EventLog.LogNameFromSourceName(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L742C13-L742C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L742C13-L742C72" }, { "DocsId": "M:System.Diagnostics.EventLog.ModifyOverflowPolicy(System.Diagnostics.OverflowAction,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L763C13-L764C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L763C13-L764C10" }, { "DocsId": "M:System.Diagnostics.EventLog.RegisterDisplayName(System.String,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L768C13-L769C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L768C13-L769C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L976C13-L977C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L976C13-L977C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L981C13-L982C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L981C13-L982C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L986C13-L987C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L986C13-L987C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L991C13-L992C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L991C13-L992C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L996C13-L997C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L996C13-L997C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1001C13-L1002C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1001C13-L1002C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1006C13-L1007C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1006C13-L1007C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1011C13-L1012C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1011C13-L1012C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1016C20-L1020C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1016C20-L1020C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1024C13-L1025C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1024C13-L1025C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEvent(System.Diagnostics.EventInstance,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1029C13-L1030C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1029C13-L1030C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEvent(System.Diagnostics.EventInstance,System.Byte[],System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1034C13-L1035C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1034C13-L1035C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEvent(System.String,System.Diagnostics.EventInstance,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1039C20-L1043C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1039C20-L1043C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEvent(System.String,System.Diagnostics.EventInstance,System.Byte[],System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1047C20-L1051C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1047C20-L1051C10" }, { "DocsId": "E:System.Diagnostics.EventLog.EntryWritten", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L212C17-L213C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L212C17-L213C14" }, { "DocsId": "P:System.Diagnostics.EventLog.Entries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L59C17-L59C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L59C17-L59C52" }, { "DocsId": "P:System.Diagnostics.EventLog.LogDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L68C17-L68C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L68C17-L68C59" }, { "DocsId": "P:System.Diagnostics.EventLog.Log", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L82C17-L82C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L82C17-L82C48" }, { "DocsId": "P:System.Diagnostics.EventLog.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L110C17-L110C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L110C17-L110C56" }, { "DocsId": "P:System.Diagnostics.EventLog.MaximumKilobytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L132C20-L132C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L132C20-L132C56" }, { "DocsId": "P:System.Diagnostics.EventLog.OverflowAction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L139C20-L139C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L139C20-L139C54" }, { "DocsId": "P:System.Diagnostics.EventLog.MinimumRetentionDays", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L145C20-L145C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L145C20-L145C60" }, { "DocsId": "P:System.Diagnostics.EventLog.EnableRaisingEvents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L165C20-L165C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L165C20-L165C59" }, { "DocsId": "P:System.Diagnostics.EventLog.SynchronizingObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L176C20-L176C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L176C20-L176C59" }, { "DocsId": "P:System.Diagnostics.EventLog.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L188C20-L188C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L188C20-L188C46" } ], "DocsId": "T:System.Diagnostics.EventLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.EventLogEntry.Equals(System.Diagnostics.EventLogEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L303C13-L320C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L303C13-L320C25" }, { "DocsId": "M:System.Diagnostics.EventLogEntry.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L453C13-L453C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L453C13-L453C55" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L42C17-L55C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L42C17-L55C39" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L66C17-L70C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L66C17-L70C29" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.Index", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L81C17-L81C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L81C17-L81C80" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L92C17-L102C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L92C17-L102C33" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.CategoryNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L113C17-L113C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L113C17-L113C83" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.EventID", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L125C17-L125C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L125C17-L125C88" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.EntryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L136C17-L136C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L136C17-L136C98" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L149C17-L175C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L149C17-L175C32" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L186C17-L197C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L186C17-L197C39" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.ReplacementStrings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L208C17-L227C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L208C17-L227C32" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.InstanceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L238C17-L238C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L238C17-L238C81" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.TimeGenerated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L249C17-L249C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L249C17-L249C123" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.TimeWritten", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L260C17-L260C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L260C17-L260C121" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.UserName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L271C17-L292C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L271C17-L292C37" } ], "DocsId": "T:System.Diagnostics.EventLogEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.EventLogEntryCollection.CopyTo(System.Diagnostics.EventLogEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L35C13-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L35C13-L36C10" }, { "DocsId": "M:System.Diagnostics.EventLogEntryCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L40C13-L40C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L40C13-L40C48" }, { "DocsId": "M:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L52C17-L52C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L52C17-L52C30" }, { "DocsId": "M:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L60C17-L60C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L60C17-L60C29" }, { "DocsId": "M:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L66C13-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L66C13-L68C10" }, { "DocsId": "P:System.Diagnostics.EventLogEntryCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L21C17-L21C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L21C17-L21C40" }, { "DocsId": "P:System.Diagnostics.EventLogEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L29C17-L29C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L29C17-L29C47" }, { "DocsId": "P:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L52C17-L52C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L52C17-L52C30" }, { "DocsId": "P:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L60C17-L60C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L60C17-L60C29" } ], "DocsId": "T:System.Diagnostics.EventLogEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.EventLogEntryType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" }, { "DocsId": "F:System.Diagnostics.EventLogEntryType.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" }, { "DocsId": "F:System.Diagnostics.EventLogEntryType.Warning", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" }, { "DocsId": "F:System.Diagnostics.EventLogEntryType.Information", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" }, { "DocsId": "F:System.Diagnostics.EventLogEntryType.SuccessAudit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" }, { "DocsId": "F:System.Diagnostics.EventLogEntryType.FailureAudit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" } ], "DocsId": "T:System.Diagnostics.EventLogEntryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.EventSourceCreationData.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L23C47-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L23C47-L16C10" }, { "DocsId": "P:System.Diagnostics.EventSourceCreationData.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L23C33-L23C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L23C33-L23C37" }, { "DocsId": "P:System.Diagnostics.EventSourceCreationData.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L25C37-L25C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L25C37-L25C41" }, { "DocsId": "P:System.Diagnostics.EventSourceCreationData.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L27C32-L27C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L27C32-L27C36" }, { "DocsId": "P:System.Diagnostics.EventSourceCreationData.MessageResourceFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L29C45-L29C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L29C45-L29C49" }, { "DocsId": "P:System.Diagnostics.EventSourceCreationData.ParameterResourceFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L31C47-L31C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L31C47-L31C51" }, { "DocsId": "P:System.Diagnostics.EventSourceCreationData.CategoryResourceFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L33C46-L33C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L33C46-L33C50" }, { "DocsId": "P:System.Diagnostics.EventSourceCreationData.CategoryCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L37C19-L37C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L37C19-L37C41" } ], "DocsId": "T:System.Diagnostics.EventSourceCreationData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.EventLogTraceListener.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L14C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L14C9-L16C10" }, { "DocsId": "M:System.Diagnostics.EventLogTraceListener.#ctor(System.Diagnostics.EventLog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L19C15-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L19C15-L22C10" }, { "DocsId": "M:System.Diagnostics.EventLogTraceListener.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L24C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L24C9-L30C10" }, { "DocsId": "M:System.Diagnostics.EventLogTraceListener.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L58C41-L58C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L58C41-L58C58" }, { "DocsId": "M:System.Diagnostics.EventLogTraceListener.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L64C17-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L64C17-L74C10" }, { "DocsId": "M:System.Diagnostics.EventLogTraceListener.Write(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L76C55-L76C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L76C55-L76C84" }, { "DocsId": "M:System.Diagnostics.EventLogTraceListener.WriteLine(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L78C59-L78C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L78C59-L78C73" }, { "DocsId": "M:System.Diagnostics.EventLogTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L83C13-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L83C13-L107C10" }, { "DocsId": "M:System.Diagnostics.EventLogTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L112C13-L116C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L112C13-L116C10" }, { "DocsId": "M:System.Diagnostics.EventLogTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L121C13-L125C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L121C13-L125C10" }, { "DocsId": "M:System.Diagnostics.EventLogTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L130C13-L149C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L130C13-L149C10" }, { "DocsId": "P:System.Diagnostics.EventLogTraceListener.EventLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L34C13-L34C17" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L34C13-L34C17" }, { "DocsId": "P:System.Diagnostics.EventLogTraceListener.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L42C17-L48C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L42C17-L48C34" } ], "DocsId": "T:System.Diagnostics.EventLogTraceListener", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.OverflowAction.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" }, { "DocsId": "F:System.Diagnostics.OverflowAction.DoNotOverwrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" }, { "DocsId": "F:System.Diagnostics.OverflowAction.OverwriteAsNeeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" }, { "DocsId": "F:System.Diagnostics.OverflowAction.OverwriteOlder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" } ], "DocsId": "T:System.Diagnostics.OverflowAction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventBookmark.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventBookmark.cs#L24C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventBookmark.cs#L24C9-L29C10" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventBookmark.BookmarkXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventBookmark.cs#L34C37-L34C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventBookmark.cs#L34C37-L34C41" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventBookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventBookmark.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventBookmark.cs" }, { "Members": [ { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventKeyword.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs#L68C17-L69C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs#L68C17-L69C30" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventKeyword.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs#L73C29-L73C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs#L73C29-L73C33" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventKeyword.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs#L79C17-L80C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs#L79C17-L80C37" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventKeyword", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs" }, { "Members": [ { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLevel.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs#L66C17-L67C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs#L66C17-L67C30" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLevel.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs#L71C28-L71C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs#L71C28-L71C32" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLevel.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs#L77C17-L78C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs#L77C17-L78C37" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.Administrative", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.Operational", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.Analytical", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.Debug", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogIsolation.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogIsolation.Application", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogIsolation.System", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogIsolation.Custom", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogIsolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogMode.Circular", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogMode.AutoBackup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogMode.Retain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L50C56-L50C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L50C56-L50C79" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.#ctor(System.String,System.Diagnostics.Eventing.Reader.EventLogSession)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L46C9-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L46C9-L60C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.SaveChanges", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L256C13-L257C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L256C13-L257C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L261C13-L263C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L261C13-L263C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L267C13-L269C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L267C13-L269C10" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L62C33-L62C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L62C33-L62C37" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L68C17-L68C166" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L68C17-L68C166" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogIsolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L76C17-L76C176" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L76C17-L76C176" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.IsEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L84C17-L84C153" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L84C17-L84C153" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.IsClassicLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L96C17-L96C161" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L96C17-L96C161" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.SecurityDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L104C17-L104C154" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L104C17-L104C154" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogFilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L116C17-L116C166" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L116C17-L116C166" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.MaximumSizeInBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L128C17-L128C169" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L128C17-L128C169" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L140C17-L152C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L140C17-L152C46" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.OwningProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L178C17-L178C163" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L178C17-L178C163" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L186C17-L186C157" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L186C17-L186C157" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L194C17-L194C170" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L194C17-L194C170" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderKeywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L206C17-L206C175" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L206C17-L206C175" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderBufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L218C17-L218C175" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L218C17-L218C175" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderMinimumNumberOfBuffers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L226C17-L226C175" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L226C17-L226C175" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderMaximumNumberOfBuffers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L234C17-L234C175" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L234C17-L234C175" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderLatency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L242C17-L242C172" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L242C17-L242C172" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderControlGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L250C17-L250C170" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L250C17-L250C170" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L51C9-L51C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L51C9-L51C39" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L52C52-L52C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L52C52-L52C69" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L53C78-L53C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L53C78-L53C111" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L54C9-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L54C9-L58C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L76C15-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L76C15-L79C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L87C13-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L87C13-L89C10" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L64C17-L65C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L64C17-L65C47" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L98C9-L98C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L98C9-L98C47" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L99C60-L99C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L99C60-L99C77" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L100C86-L100C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L100C86-L100C119" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L106C119-L106C164" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L106C119-L106C164" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogNotFoundException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L117C9-L117C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L117C9-L117C46" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L118C59-L118C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L118C59-L118C76" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L119C85-L119C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L119C85-L119C118" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L125C118-L125C163" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L125C118-L125C163" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogReadingException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L136C9-L136C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L136C9-L136C55" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L137C68-L137C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L137C68-L137C85" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L138C94-L138C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L138C94-L138C127" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L144C127-L144C172" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L144C127-L144C172" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L153C9-L153C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L153C9-L153C50" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L154C63-L154C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L154C63-L154C80" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L155C89-L155C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L155C89-L155C122" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L161C122-L161C167" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L161C122-L161C167" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" }, { "Members": [ { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.CreationTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L31C41-L31C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L31C41-L31C45" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.LastAccessTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L32C43-L32C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L32C43-L32C47" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.LastWriteTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L33C42-L33C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L33C42-L33C46" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.FileSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L34C33-L34C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L34C33-L34C37" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L35C34-L35C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L35C34-L35C38" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.RecordCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L36C36-L36C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L36C36-L36C40" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.OldestRecordNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L37C43-L37C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L37C43-L37C47" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.IsLogFull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L38C34-L38C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L38C34-L38C38" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs" }, { "Members": [ { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogLink.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs#L77C17-L78C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs#L77C17-L78C37" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogLink.IsImported", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs#L86C17-L87C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs#L86C17-L87C36" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogLink.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs#L95C17-L96C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs#L95C17-L96C37" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogPropertySelector.#ctor(System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs#L16C9-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs#L16C9-L36C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogPropertySelector.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs#L42C13-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs#L42C13-L44C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogPropertySelector.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs#L48C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs#L48C13-L50C10" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogPropertySelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogQuery.#ctor(System.String,System.Diagnostics.Eventing.Reader.PathType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L16C15-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L16C15-L18C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogQuery.#ctor(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L20C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L20C9-L35C10" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogQuery.Session", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L37C42-L37C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L37C42-L37C46" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogQuery.TolerateQueryErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L39C43-L39C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L39C43-L39C47" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogQuery.ReverseDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L41C40-L41C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L41C40-L41C44" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L51C15-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L51C15-L53C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.String,System.Diagnostics.Eventing.Reader.PathType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L56C15-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L56C15-L58C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L61C15-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L61C15-L63C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery,System.Diagnostics.Eventing.Reader.EventBookmark)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L65C9-L111C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L65C9-L111C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.ReadEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L154C13-L154C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L154C13-L154C49" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.ReadEvent(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L159C13-L176C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L159C13-L176C34" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L181C13-L183C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L181C13-L183C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L189C17-L195C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L189C17-L195C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Seek(System.Diagnostics.Eventing.Reader.EventBookmark)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L230C13-L231C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L230C13-L231C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Seek(System.Diagnostics.Eventing.Reader.EventBookmark,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L235C13-L242C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L235C13-L242C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Seek(System.IO.SeekOrigin,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L250C21-L291C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L250C21-L291C28" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.CancelReading", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L297C13-L298C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L297C13-L298C10" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogReader.BatchSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L117C17-L117C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L117C17-L117C35" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogReader.LogStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L304C17-L321C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L304C17-L321C42" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.FormatDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L272C13-L272C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L272C13-L272C95" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.FormatDescription(System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L277C13-L298C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L277C13-L298C106" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.GetPropertyValues(System.Diagnostics.Eventing.Reader.EventLogPropertySelector)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L383C13-L385C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L383C13-L385C106" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L390C13-L391C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L390C13-L391C90" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L398C17-L405C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L398C17-L405C10" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L70C17-L73C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L70C17-L73C50" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L81C17-L82C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L81C17-L82C50" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L90C17-L91C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L90C17-L91C66" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L99C17-L100C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L99C17-L100C48" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Task", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L108C17-L109C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L108C17-L109C60" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Opcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L117C17-L118C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L117C17-L118C66" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L126C17-L127C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L126C17-L127C58" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.RecordId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L135C17-L136C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L135C17-L136C58" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L144C17-L145C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L144C17-L145C55" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ProviderId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L153C17-L154C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L153C17-L154C53" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L162C17-L163C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L162C17-L163C54" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ProcessId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L171C17-L172C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L171C17-L172C58" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ThreadId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L180C17-L181C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L180C17-L181C57" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L189C17-L190C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L189C17-L190C55" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.UserId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L198C17-L199C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L198C17-L199C49" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.TimeCreated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L207C17-L208C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L207C17-L208C54" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ActivityId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L216C17-L217C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L216C17-L217C53" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.RelatedActivityId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L225C17-L226C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L225C17-L226C60" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ContainerLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L234C17-L240C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L234C17-L240C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.MatchedQueryIds", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L247C17-L253C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L247C17-L253C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Bookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L260C24-L267C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L260C24-L267C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.LevelDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L305C17-L316C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L305C17-L316C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.OpcodeDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L323C17-L332C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L323C17-L332C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.TaskDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L339C17-L350C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L339C17-L350C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.KeywordsDisplayNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L357C17-L363C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L357C17-L363C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L370C17-L377C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L370C17-L377C29" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Negotiate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Kerberos", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Ntlm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.SessionAuthentication", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.Eventing.Reader.PathType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.PathType.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.PathType.FilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.PathType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L44C9-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L44C9-L87C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L91C13-L93C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L91C13-L93C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.#ctor(System.String,System.String,System.String,System.Security.SecureString,System.Diagnostics.Eventing.Reader.SessionAuthentication)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L44C9-L124C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L44C9-L124C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L130C13-L132C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L130C13-L132C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L136C13-L152C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L136C13-L152C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.CancelCurrentOperations", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L156C13-L157C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L156C13-L157C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.GetProviderNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L167C13-L183C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L167C13-L183C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.GetLogNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L187C13-L203C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L187C13-L203C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.GetLogInformation(System.String,System.Diagnostics.Eventing.Reader.PathType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L207C13-L209C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L207C13-L209C69" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLog(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L214C13-L215C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L214C13-L215C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLog(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L219C13-L232C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L219C13-L232C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLogAndMessages(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L236C13-L237C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L236C13-L237C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLogAndMessages(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String,System.Boolean,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L241C13-L244C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L241C13-L244C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ClearLog(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L248C13-L249C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L248C13-L249C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ClearLog(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L253C13-L256C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L253C13-L256C10" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogSession.GlobalSession", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L162C19-L162C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L162C19-L162C42" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogSession", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" }, { "Members": [ { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogStatus.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogStatus.cs#L22C33-L22C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogStatus.cs#L22C33-L22C37" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogStatus.StatusCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogStatus.cs#L24C33-L24C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogStatus.cs#L24C33-L24C37" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogStatus.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L38C15-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L38C15-L40C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L43C15-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L43C15-L45C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery,System.Diagnostics.Eventing.Reader.EventBookmark)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L48C15-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L48C15-L50C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery,System.Diagnostics.Eventing.Reader.EventBookmark,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L52C9-L73C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L52C9-L73C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L283C13-L285C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L283C13-L285C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L289C13-L306C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L289C13-L306C10" }, { "DocsId": "E:System.Diagnostics.Eventing.Reader.EventLogWatcher.EventRecordWritten", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogWatcher.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L79C17-L79C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L79C17-L79C39" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogWatcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs" }, { "Members": [ { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L46C26-L46C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L46C26-L46C30" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L48C31-L48C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L48C31-L48C35" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.LogLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L54C17-L54C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L54C17-L54C73" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L62C17-L62C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L62C17-L62C61" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Opcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L70C17-L70C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L70C17-L70C63" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Task", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L78C17-L78C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L78C17-L78C59" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L86C17-L106C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L86C17-L106C29" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Template", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L110C34-L110C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L110C34-L110C38" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L112C37-L112C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L112C37-L112C41" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs" }, { "Members": [ { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventOpcode.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs#L68C17-L69C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs#L68C17-L69C30" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventOpcode.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs#L77C17-L77C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs#L77C17-L77C31" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventOpcode.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs#L85C17-L86C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs#L85C17-L86C37" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventOpcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs" }, { "Members": [ { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventProperty.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventProperty.cs#L13C31-L13C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventProperty.cs#L13C31-L13C35" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventProperty.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventProperty.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.FormatDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.FormatDescription(System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs#L56C13-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs#L56C13-L58C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs#L59C58-L59C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs#L59C58-L59C59" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Task", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Opcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.RecordId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ProviderId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ProcessId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ThreadId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.UserId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.TimeCreated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ActivityId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.RelatedActivityId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.LevelDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.OpcodeDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.TaskDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.KeywordsDisplayNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Bookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "Members": [ { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecordWrittenEventArgs.EventRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecordWrittenEventArgs.cs#L18C42-L18C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecordWrittenEventArgs.cs#L18C42-L18C46" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecordWrittenEventArgs.EventException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecordWrittenEventArgs.cs#L25C43-L25C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecordWrittenEventArgs.cs#L25C43-L25C47" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventRecordWrittenEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecordWrittenEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecordWrittenEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventTask.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L70C17-L71C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L70C17-L71C30" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventTask.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L75C28-L75C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L75C28-L75C32" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventTask.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L81C17-L82C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L81C17-L82C37" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventTask.EventGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L90C17-L91C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L90C17-L91C30" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventTask", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.ProviderMetadata.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L47C15-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L47C15-L49C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.ProviderMetadata.#ctor(System.String,System.Diagnostics.Eventing.Reader.EventLogSession,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L52C15-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L52C15-L54C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.ProviderMetadata.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L537C13-L539C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L537C13-L539C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.ProviderMetadata.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L543C13-L545C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L543C13-L545C10" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L81C19-L81C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L81C19-L81C40" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L88C17-L88C171" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L88C17-L88C171" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.MessageFilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L96C17-L96C175" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L96C17-L96C175" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.ResourceFilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L104C17-L104C176" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L104C17-L104C176" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.ParameterFilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L112C17-L112C177" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L112C17-L112C177" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.HelpLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L120C17-L123C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L120C17-L123C45" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L139C17-L144C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L139C17-L144C71" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.LogLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L152C17-L227C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L152C17-L227C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Levels", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L419C17-L428C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L419C17-L428C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Opcodes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L436C17-L445C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L436C17-L445C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L453C17-L462C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L453C17-L462C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Tasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L470C17-L479C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L470C17-L479C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Events", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L486C17-L523C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L486C17-L523C14" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.ProviderMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.LogAlways", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Critical", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Warning", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Informational", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Verbose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.StandardEventLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventTask.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventTask.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.StandardEventTask", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Info", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.DataCollectionStart", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.DataCollectionStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Extension", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Reply", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Resume", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Suspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Send", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Receive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.StandardEventOpcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.ResponseTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.WdiContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.WdiDiagnostic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.Sqm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.AuditFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.AuditSuccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.CorrelationHint", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.CorrelationHint2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.EventLogClassic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.StandardEventKeywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Diagnostics.PerformanceCounter.json b/xml/SourceLinkInformation/net-8.0-pp/System.Diagnostics.PerformanceCounter.json index 837f8d7f08e..282680fce26 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Diagnostics.PerformanceCounter.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Diagnostics.PerformanceCounter.json @@ -1,975 +1,975 @@ { "Assembly": "System.Diagnostics.PerformanceCounter", - "GUID": "EF7F3215E57C402DACDB713072A06055FFFFFFFF", + "GUID": "FF98CDB7A14543ACBFDC8AF27DC6D094FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Diagnostics.CounterCreationData.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L13C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L13C9-L19C10" }, { "DocsId": "M:System.Diagnostics.CounterCreationData.#ctor(System.String,System.String,System.Diagnostics.PerformanceCounterType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L13C9-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L13C9-L26C10" }, { "DocsId": "P:System.Diagnostics.CounterCreationData.CounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L32C17-L32C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L32C17-L32C37" }, { "DocsId": "P:System.Diagnostics.CounterCreationData.CounterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L47C17-L47C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L47C17-L47C37" }, { "DocsId": "P:System.Diagnostics.CounterCreationData.CounterHelp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L60C17-L60C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L60C17-L60C37" } ], "DocsId": "T:System.Diagnostics.CounterCreationData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L11C9-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L11C9-L13C10" }, { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.#ctor(System.Diagnostics.CounterCreationDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L15C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L15C9-L18C10" }, { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.#ctor(System.Diagnostics.CounterCreationData[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L20C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L20C9-L23C10" }, { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.Add(System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L39C13-L39C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L39C13-L39C36" }, { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.AddRange(System.Diagnostics.CounterCreationData[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L44C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L44C13-L50C10" }, { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.AddRange(System.Diagnostics.CounterCreationDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L54C13-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L54C13-L61C10" }, { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.Contains(System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L65C13-L65C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L65C13-L65C41" }, { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.CopyTo(System.Diagnostics.CounterCreationData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L70C13-L71C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L70C13-L71C10" }, { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.IndexOf(System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L75C13-L75C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L75C13-L75C40" }, { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.Insert(System.Int32,System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L80C13-L81C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L80C13-L81C10" }, { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.Remove(System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L85C13-L86C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L85C13-L86C10" }, { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L90C13-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L90C13-L94C10" }, { "DocsId": "P:System.Diagnostics.CounterCreationDataCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L29C17-L29C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L29C17-L29C61" } ], "DocsId": "T:System.Diagnostics.CounterCreationDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.CounterSample.#ctor(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Diagnostics.PerformanceCounterType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L24C13-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L24C13-L32C10" }, { "DocsId": "M:System.Diagnostics.CounterSample.#ctor(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Diagnostics.PerformanceCounterType,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L36C13-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L36C13-L44C10" }, { "DocsId": "M:System.Diagnostics.CounterSample.Calculate(System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L147C13-L147C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L147C13-L147C79" }, { "DocsId": "M:System.Diagnostics.CounterSample.Calculate(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L155C13-L155C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L155C13-L155C98" }, { "DocsId": "M:System.Diagnostics.CounterSample.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L160C13-L160C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L160C13-L160C69" }, { "DocsId": "M:System.Diagnostics.CounterSample.Equals(System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L165C13-L172C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L165C13-L172C72" }, { "DocsId": "M:System.Diagnostics.CounterSample.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L177C13-L177C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L177C13-L177C44" }, { "DocsId": "M:System.Diagnostics.CounterSample.op_Equality(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L182C13-L182C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L182C13-L182C32" }, { "DocsId": "M:System.Diagnostics.CounterSample.op_Inequality(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L187C13-L187C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L187C13-L187C35" }, { "DocsId": "F:System.Diagnostics.CounterSample.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs" }, { "DocsId": "P:System.Diagnostics.CounterSample.RawValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L53C17-L53C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L53C17-L53C34" }, { "DocsId": "P:System.Diagnostics.CounterSample.BaseValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L72C17-L72C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L72C17-L72C35" }, { "DocsId": "P:System.Diagnostics.CounterSample.SystemFrequency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L83C17-L83C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L83C17-L83C41" }, { "DocsId": "P:System.Diagnostics.CounterSample.CounterFrequency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L94C17-L94C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L94C17-L94C42" }, { "DocsId": "P:System.Diagnostics.CounterSample.CounterTimeStamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L105C17-L105C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L105C17-L105C42" }, { "DocsId": "P:System.Diagnostics.CounterSample.TimeStamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L116C17-L116C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L116C17-L116C35" }, { "DocsId": "P:System.Diagnostics.CounterSample.TimeStamp100nSec", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L127C17-L127C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L127C17-L127C42" }, { "DocsId": "P:System.Diagnostics.CounterSample.CounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L138C17-L138C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L138C17-L138C37" } ], "DocsId": "T:System.Diagnostics.CounterSample", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.CounterSampleCalculator.ComputeCounterValue(System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSampleCalculator.cs#L53C13-L53C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSampleCalculator.cs#L53C13-L53C72" }, { "DocsId": "M:System.Diagnostics.CounterSampleCalculator.ComputeCounterValue(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSampleCalculator.cs#L61C13-L104C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSampleCalculator.cs#L61C13-L104C50" } ], "DocsId": "T:System.Diagnostics.CounterSampleCalculator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSampleCalculator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSampleCalculator.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.ICollectData.CollectData(System.Int32,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/ICollectData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/ICollectData.cs" }, { "DocsId": "M:System.Diagnostics.ICollectData.CloseData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/ICollectData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/ICollectData.cs" } ], "DocsId": "T:System.Diagnostics.ICollectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/ICollectData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/ICollectData.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.InstanceData.#ctor(System.String,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L11C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L11C9-L15C10" }, { "DocsId": "P:System.Diagnostics.InstanceData.InstanceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L17C38-L17C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L17C38-L17C42" }, { "DocsId": "P:System.Diagnostics.InstanceData.Sample", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L19C39-L19C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L19C39-L19C43" }, { "DocsId": "P:System.Diagnostics.InstanceData.RawValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L25C17-L25C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L25C17-L25C40" } ], "DocsId": "T:System.Diagnostics.InstanceData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.InstanceDataCollection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L18C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L18C9-L23C10" }, { "DocsId": "M:System.Diagnostics.InstanceDataCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L63C13-L66C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L63C13-L66C52" }, { "DocsId": "M:System.Diagnostics.InstanceDataCollection.CopyTo(System.Diagnostics.InstanceData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L71C13-L72C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L71C13-L72C10" }, { "DocsId": "P:System.Diagnostics.InstanceDataCollection.CounterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L25C37-L25C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L25C37-L25C41" }, { "DocsId": "P:System.Diagnostics.InstanceDataCollection.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L29C19-L29C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L29C19-L29C42" }, { "DocsId": "P:System.Diagnostics.InstanceDataCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L36C17-L36C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L36C17-L36C42" }, { "DocsId": "P:System.Diagnostics.InstanceDataCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L44C17-L51C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L44C17-L51C61" } ], "DocsId": "T:System.Diagnostics.InstanceDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.InstanceDataCollectionCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L19C53-L19C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L19C53-L19C63" }, { "DocsId": "M:System.Diagnostics.InstanceDataCollectionCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L54C13-L57C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L54C13-L57C52" }, { "DocsId": "M:System.Diagnostics.InstanceDataCollectionCollection.CopyTo(System.Diagnostics.InstanceDataCollection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L62C13-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L62C13-L63C10" }, { "DocsId": "P:System.Diagnostics.InstanceDataCollectionCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L25C17-L29C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L25C17-L29C71" }, { "DocsId": "P:System.Diagnostics.InstanceDataCollectionCollection.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L35C19-L35C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L35C19-L35C42" }, { "DocsId": "P:System.Diagnostics.InstanceDataCollectionCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L42C17-L42C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L42C17-L42C42" } ], "DocsId": "T:System.Diagnostics.InstanceDataCollectionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L30C9-L66C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L30C9-L66C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L72C15-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L72C15-L74C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L95C9-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L95C9-L97C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L30C9-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L30C9-L115C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L121C9-L123C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L121C9-L123C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L129C9-L131C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L129C9-L131C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.BeginInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L343C13-L344C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L343C13-L344C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L351C13-L356C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L351C13-L356C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.CloseSharedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L365C13-L366C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L365C13-L366C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L374C13-L381C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L374C13-L381C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.Decrement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L388C13-L393C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L388C13-L393C47" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.EndInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L400C13-L401C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L400C13-L401C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.IncrementBy(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L411C13-L416C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L411C13-L416C54" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.Increment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L424C13-L429C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L424C13-L429C47" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.NextSample", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L539C13-L564C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L539C13-L564C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.NextValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L574C13-L579C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L574C13-L579C27" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.RemoveInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L587C13-L592C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L587C13-L592C10" }, { "DocsId": "F:System.Diagnostics.PerformanceCounter.DefaultFileMappingSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs" }, { "DocsId": "P:System.Diagnostics.PerformanceCounter.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L140C17-L140C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L140C17-L140C38" }, { "DocsId": "P:System.Diagnostics.PerformanceCounter.CounterHelp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L162C17-L169C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L162C17-L169C33" }, { "DocsId": "P:System.Diagnostics.PerformanceCounter.CounterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L180C17-L180C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L180C17-L180C37" }, { "DocsId": "P:System.Diagnostics.PerformanceCounter.CounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L202C17-L217C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L202C17-L217C61" }, { "DocsId": "P:System.Diagnostics.PerformanceCounter.InstanceLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L223C19-L223C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L223C19-L223C44" }, { "DocsId": "P:System.Diagnostics.PerformanceCounter.InstanceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L243C17-L243C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L243C17-L243C38" }, { "DocsId": "P:System.Diagnostics.PerformanceCounter.ReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L267C17-L267C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L267C17-L267C36" }, { "DocsId": "P:System.Diagnostics.PerformanceCounter.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L291C17-L291C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L291C17-L291C37" }, { "DocsId": "P:System.Diagnostics.PerformanceCounter.RawValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L316C17-L325C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L316C17-L325C49" } ], "DocsId": "T:System.Diagnostics.PerformanceCounter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L26C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L26C9-L29C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L36C15-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L36C15-L38C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L44C9-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L44C9-L56C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.CounterExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L153C13-L158C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L153C13-L158C98" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.CounterExists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L166C13-L166C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L166C13-L166C66" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.CounterExists(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L174C13-L183C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L174C13-L183C96" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L192C13-L193C172" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L192C13-L193C172" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.Diagnostics.PerformanceCounterCategoryType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L201C13-L202C146" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L201C13-L202C146" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.Diagnostics.CounterCreationDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L211C13-L211C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L211C13-L211C108" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.Diagnostics.PerformanceCounterCategoryType,System.Diagnostics.CounterCreationDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L216C13-L248C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L216C13-L248C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Delete(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L378C13-L403C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L378C13-L403C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Exists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L410C13-L410C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L410C13-L410C46" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Exists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L418C13-L429C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L418C13-L429C84" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetCounters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L457C13-L459C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L457C13-L459C36" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetCounters(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L467C13-L480C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L467C13-L480C29" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetCategories", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L489C13-L489C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L489C13-L489C39" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetCategories(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L497C13-L505C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L497C13-L505C31" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetInstanceNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L513C13-L516C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L513C13-L516C69" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.InstanceExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L524C13-L533C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L524C13-L533C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.InstanceExists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L540C13-L540C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L540C13-L540C68" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.InstanceExists(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L548C13-L558C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L548C13-L558C58" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.ReadCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L567C13-L574C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L567C13-L574C10" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterCategory.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L65C17-L65C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L65C17-L65C38" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterCategory.CategoryHelp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L92C17-L97C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L92C17-L97C38" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterCategory.CategoryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L105C24-L121C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L105C24-L121C14" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterCategory.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L132C17-L132C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L132C17-L132C37" } ], "DocsId": "T:System.Diagnostics.PerformanceCounterCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.PerformanceCounterCategoryType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterCategoryType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterCategoryType.SingleInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterCategoryType.MultiInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" } ], "DocsId": "T:System.Diagnostics.PerformanceCounterCategoryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.PerformanceCounterInstanceLifetime.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterInstanceLifetime.Global", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterInstanceLifetime.Process", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" } ], "DocsId": "T:System.Diagnostics.PerformanceCounterInstanceLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.PerformanceCounterManager.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs#L11C9-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs#L11C9-L13C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterManager.System#Diagnostics#ICollectData#CollectData(System.Int32,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs#L18C13-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs#L18C13-L19C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterManager.System#Diagnostics#ICollectData#CloseData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs#L24C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs#L24C9-L24C10" } ], "DocsId": "T:System.Diagnostics.PerformanceCounterManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.PerformanceCounterType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.NumberOfItems32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.NumberOfItems64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.NumberOfItemsHEX32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.NumberOfItemsHEX64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.RateOfCountsPerSecond32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.RateOfCountsPerSecond64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.CountPerTimeInterval32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.CountPerTimeInterval64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.RawFraction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.RawBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.AverageTimer32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.AverageBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.AverageCount64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.SampleFraction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.SampleCounter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.SampleBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterTimerInverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.Timer100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.Timer100NsInverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.ElapsedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiTimerInverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiTimer100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiTimer100NsInverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterDelta32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterDelta64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" } ], "DocsId": "T:System.Diagnostics.PerformanceCounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.#ctor(System.Guid,System.Guid,System.Diagnostics.PerformanceData.CounterSetInstanceType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L34C9-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L34C9-L49C10" }, { "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L53C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L53C13-L55C10" }, { "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L59C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L59C13-L60C10" }, { "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L64C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L64C13-L84C10" }, { "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.AddCounter(System.Int32,System.Diagnostics.PerformanceData.CounterType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L93C13-L119C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L93C13-L119C10" }, { "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.AddCounter(System.Int32,System.Diagnostics.PerformanceData.CounterType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L129C13-L166C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L129C13-L166C10" }, { "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.CreateCounterSetInstance(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L175C13-L271C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L175C13-L271C29" } ], "DocsId": "T:System.Diagnostics.PerformanceData.CounterSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.PerformanceData.CounterSetInstance.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs#L77C13-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs#L77C13-L79C10" }, { "DocsId": "M:System.Diagnostics.PerformanceData.CounterSetInstance.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs#L83C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs#L83C13-L84C10" }, { "DocsId": "P:System.Diagnostics.PerformanceData.CounterSetInstance.Counters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs#L116C60-L116C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs#L116C60-L116C64" } ], "DocsId": "T:System.Diagnostics.PerformanceData.CounterSetInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.PerformanceData.CounterData.Increment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L54C17-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L54C17-L56C10" }, { "DocsId": "M:System.Diagnostics.PerformanceData.CounterData.Decrement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L62C17-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L62C17-L64C10" }, { "DocsId": "M:System.Diagnostics.PerformanceData.CounterData.IncrementBy(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L70C17-L72C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L70C17-L72C10" }, { "DocsId": "P:System.Diagnostics.PerformanceData.CounterData.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L38C21-L38C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L38C21-L38C61" }, { "DocsId": "P:System.Diagnostics.PerformanceData.CounterData.RawValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L85C21-L85C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L85C21-L85C39" } ], "DocsId": "T:System.Diagnostics.PerformanceData.CounterData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L165C13-L167C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L165C13-L167C10" }, { "DocsId": "M:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L171C13-L172C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L171C13-L172C10" }, { "DocsId": "P:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L199C17-L216C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L199C17-L216C14" }, { "DocsId": "P:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L228C17-L267C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L228C17-L267C14" } ], "DocsId": "T:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.Single", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.Multiple", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.GlobalAggregate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.GlobalAggregateWithHistory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.MultipleAggregate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.InstanceAggregate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" } ], "DocsId": "T:System.Diagnostics.PerformanceData.CounterSetInstanceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.QueueLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.LargeQueueLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.QueueLength100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.QueueLengthObjectTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawData32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawData64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawDataHex32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawDataHex64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RateOfCountPerSecond32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RateOfCountPerSecond64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawFraction32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawFraction64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawBase32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawBase64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.SampleFraction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.SampleCounter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.SampleBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.AverageTimer32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.AverageBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.AverageCount64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PercentageActive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PercentageNotActive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PercentageActive100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PercentageNotActive100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.ElapsedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageActive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageNotActive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageActive100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageNotActive100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.Delta32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.Delta64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.ObjectSpecificTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PrecisionSystemTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PrecisionTimer100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PrecisionObjectSpecificTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" } ], "DocsId": "T:System.Diagnostics.PerformanceData.CounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.DirectoryServices.AccountManagement.json b/xml/SourceLinkInformation/net-8.0-pp/System.DirectoryServices.AccountManagement.json index 89ca12d7f05..5fd3eb1888f 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.DirectoryServices.AccountManagement.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.DirectoryServices.AccountManagement.json @@ -1,1295 +1,1295 @@ { "Assembly": "System.DirectoryServices.AccountManagement", - "GUID": "4B9CEC58380C4038B90BEE4807F9CB44FFFFFFFF", + "GUID": "A10A0287F39A4AA8B741B362B75C1C06FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L17C9-L20C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.#ctor(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L22C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L22C9-L31C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.FindAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L81C13-L83C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L81C13-L83C35" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.FindOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L92C13-L110C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L92C13-L110C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.GetUnderlyingSearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L126C13-L153C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L126C13-L153C40" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.GetUnderlyingSearcherType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L160C13-L173C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L160C13-L173C50" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L178C13-L195C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L178C13-L195C10" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalSearcher.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L40C17-L42C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L40C17-L42C29" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalSearcher.QueryFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L50C17-L52C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L50C17-L52C35" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalSearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L358C13-L359C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L358C13-L359C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L362C13-L363C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L362C13-L363C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L366C13-L367C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L366C13-L367C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String,System.DirectoryServices.AccountManagement.ContextOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L370C13-L371C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L370C13-L371C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L374C13-L375C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L374C13-L375C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L378C13-L379C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L378C13-L379C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String,System.DirectoryServices.AccountManagement.ContextOptions,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L1011C9-L433C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L1011C9-L433C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.ValidateCredentials(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L514C13-L527C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L514C13-L527C65" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.ValidateCredentials(System.String,System.String,System.DirectoryServices.AccountManagement.ContextOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L537C13-L553C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L537C13-L553C74" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L984C13-L1003C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L984C13-L1003C10" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.ContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L443C17-L445C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L443C17-L445C37" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L453C17-L455C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L453C17-L455C30" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.Container", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L463C17-L465C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L463C17-L465C35" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.UserName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L473C17-L475C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L473C17-L475C34" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L483C17-L485C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L483C17-L485C33" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.ConnectedServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L493C17-L503C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L493C17-L503C41" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L23C13-L23C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L23C13-L23C25" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L284C13-L284C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L284C13-L284C86" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L289C13-L289C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L289C13-L289C100" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L297C13-L327C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L297C13-L327C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Save(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L334C13-L442C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L334C13-L442C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L449C13-L464C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L449C13-L464C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L468C13-L479C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L468C13-L479C26" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L484C13-L484C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L484C13-L484C39" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetUnderlyingObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L490C13-L500C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L490C13-L500C42" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetUnderlyingObjectType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L506C13-L526C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L506C13-L526C55" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L532C13-L532C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L532C13-L532C76" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetGroups(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L537C13-L540C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L537C13-L540C90" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.IsMemberOf(System.DirectoryServices.AccountManagement.GroupPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L546C13-L551C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L546C13-L551C49" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.IsMemberOf(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L557C13-L574C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L557C13-L574C89" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L583C13-L602C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L583C13-L602C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L617C9-L610C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L617C9-L610C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.ExtensionGet(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L622C13-L652C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L622C13-L652C40" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.ExtensionSet(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L695C13-L706C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L695C13-L706C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.CheckDisposedOrDeleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L886C13-L897C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L886C13-L897C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.FindByIdentityWithType(System.DirectoryServices.AccountManagement.PrincipalContext,System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L902C13-L908C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L902C13-L908C111" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.FindByIdentityWithType(System.DirectoryServices.AccountManagement.PrincipalContext,System.Type,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L914C13-L923C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L914C13-L923C119" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L32C17-L37C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L32C17-L37C29" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.ContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L47C17-L55C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L47C17-L55C41" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L70C17-L70C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L70C17-L70C121" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L94C17-L94C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L94C17-L94C121" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.SamAccountName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L120C17-L120C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L120C17-L120C116" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.UserPrincipalName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L145C17-L145C139" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L145C17-L145C139" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Sid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L168C17-L168C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L168C17-L168C109" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L182C17-L182C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L182C17-L182C108" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L196C17-L196C139" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L196C17-L196C139" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.StructuralObjectClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L211C17-L211C151" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L211C17-L211C151" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L232C17-L240C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L232C17-L240C104" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.ContextRaw", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L764C15-L764C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L764C15-L764C27" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.Principal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.IsAccountLockedOut", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L152C13-L152C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L152C13-L152C58" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.UnlockAccount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L157C13-L158C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L157C13-L158C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.SetPassword(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L229C13-L230C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L229C13-L230C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.ChangePassword(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L234C13-L235C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L234C13-L235C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.ExpirePasswordNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L239C13-L240C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L239C13-L240C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.RefreshExpiredPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L244C13-L245C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L244C13-L245C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByLockoutTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L266C13-L266C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L266C13-L266C83" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByLogonTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L271C13-L271C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L271C13-L271C81" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByExpirationTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L276C13-L276C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L276C13-L276C86" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByBadPasswordAttempt(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L281C13-L281C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L281C13-L281C90" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByPasswordSetTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L286C13-L286C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L286C13-L286C87" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByLockoutTime``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L295C13-L297C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L295C13-L297C108" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByLogonTime``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L301C13-L303C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L301C13-L303C106" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByExpirationTime``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L307C13-L309C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L307C13-L309C111" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByBadPasswordAttempt``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L313C13-L315C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L313C13-L315C115" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByPasswordSetTime``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L319C13-L321C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L319C13-L321C112" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L248C9-L335C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L248C9-L335C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L337C133-L350C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L337C133-L350C10" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L28C17-L47C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L28C17-L47C120" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.AccountLockoutTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L90C19-L90C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L90C19-L90C62" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.LastLogon", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L95C19-L95C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L95C19-L95C53" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.PermittedWorkstations", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L100C19-L100C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L100C19-L100C65" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.PermittedLogonTimes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L105C19-L105C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L105C19-L105C63" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.AccountExpirationDate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L111C19-L111C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L111C19-L111C65" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.SmartcardLogonRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L117C19-L117C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L117C19-L117C66" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.DelegationPermitted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L123C19-L123C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L123C19-L123C63" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.BadLogonCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L129C19-L129C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L129C19-L129C57" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.HomeDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L134C19-L134C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L134C19-L134C57" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.HomeDrive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L140C19-L140C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L140C19-L140C53" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.ScriptPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L146C19-L146C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L146C19-L146C54" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.LastPasswordSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L185C19-L185C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L185C19-L185C60" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.LastBadPasswordAttempt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L190C19-L190C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L190C19-L190C67" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.PasswordNotRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L195C19-L195C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L195C19-L195C64" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.PasswordNeverExpires", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L201C19-L201C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L201C19-L201C65" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.UserCannotChangePassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L207C19-L207C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L207C19-L207C69" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.AllowReversiblePasswordEncryption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L213C19-L213C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L213C19-L213C78" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.AdvancedSearchFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L223C17-L223C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L223C17-L223C29" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L256C17-L257C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L256C17-L257C126" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.AuthenticablePrincipal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L17C58-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L17C58-L24C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L26C112-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L26C112-L37C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByLockoutTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L231C13-L231C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L231C13-L231C74" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByLogonTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L236C13-L236C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L236C13-L236C72" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByExpirationTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L241C13-L241C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L241C13-L241C77" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByBadPasswordAttempt(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L246C13-L246C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L246C13-L246C81" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByPasswordSetTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L251C13-L251C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L251C13-L251C78" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L256C13-L256C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L256C13-L256C105" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L261C13-L261C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L261C13-L261C119" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.GetAuthorizationGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L266C13-L266C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L266C13-L266C89" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.GivenName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L51C17-L51C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L51C17-L51C110" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.MiddleName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L72C17-L72C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L72C17-L72C113" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.Surname", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L93C17-L93C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L93C17-L93C104" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.EmailAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L114C17-L114C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L114C17-L114C119" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.VoiceTelephoneNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L135C17-L135C143" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L135C17-L135C143" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.EmployeeId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L156C17-L156C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L156C17-L156C113" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.AdvancedSearchFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L169C70-L169C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L169C70-L169C82" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L179C17-L221C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L179C17-L221C29" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.UserPrincipal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L46C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L46C9-L23C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L25C116-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L25C116-L39C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByLockoutTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L62C13-L62C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L62C13-L62C78" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByLogonTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L67C13-L67C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L67C13-L67C76" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByExpirationTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L72C13-L72C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L72C13-L72C81" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByBadPasswordAttempt(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L77C13-L77C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L77C13-L77C85" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByPasswordSetTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L82C13-L82C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L82C13-L82C82" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L87C13-L87C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L87C13-L87C113" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L92C13-L92C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L92C13-L92C127" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.ComputerPrincipal.ServicePrincipalNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L53C17-L53C175" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L53C17-L53C175" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.ComputerPrincipal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L16C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L16C9-L23C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L25C82-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L25C82-L34C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L178C13-L178C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L178C13-L178C107" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L183C13-L183C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L183C13-L183C121" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.GetMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L188C13-L188C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L188C13-L188C38" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.GetMembers(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L194C13-L210C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L194C13-L210C67" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L220C17-L234C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L220C17-L234C10" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.GroupPrincipal.IsSecurityGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L50C17-L68C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L50C17-L68C127" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.GroupPrincipal.GroupScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L95C17-L114C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L95C17-L114C118" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.GroupPrincipal.Members", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L142C17-L169C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L142C17-L169C33" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.GroupPrincipal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.Equals", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.NotEquals", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.GreaterThan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.GreaterThanOrEquals", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.LessThan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.LessThanOrEquals", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.MatchType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.AccountManagement.ContextType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.ContextType.Machine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.ContextType.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.ContextType.ApplicationDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.ContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.Negotiate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.SimpleBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.SecureSocketLayer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.Signing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.Sealing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.ServerBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.ContextOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L18C13-L92C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L18C13-L92C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L98C17-L98C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L98C17-L98C30" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L106C17-L106C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L106C17-L106C39" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L114C17-L114C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L114C17-L114C33" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L139C13-L139C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L139C13-L139C49" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.CopyTo(System.DirectoryServices.AccountManagement.Principal[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L147C13-L148C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L147C13-L148C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L213C13-L221C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L213C13-L221C69" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.UserPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L230C13-L231C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L230C13-L231C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.GroupPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L235C13-L236C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L235C13-L236C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.ComputerPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L240C13-L241C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L240C13-L241C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L245C13-L285C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L245C13-L285C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L289C13-L307C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L289C13-L307C93" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L318C13-L345C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L318C13-L345C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.UserPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L353C13-L353C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L353C13-L353C44" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.GroupPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L358C13-L358C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L358C13-L358C45" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.ComputerPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L363C13-L363C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L363C13-L363C48" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L368C13-L431C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L368C13-L431C28" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L436C13-L452C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L436C13-L452C38" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.UserPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L548C13-L548C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L548C13-L548C46" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.GroupPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L553C13-L553C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L553C13-L553C47" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.ComputerPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L558C13-L558C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L558C13-L558C50" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L563C13-L579C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L563C13-L579C52" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L585C13-L600C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L585C13-L600C26" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L98C17-L98C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L98C17-L98C30" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L106C17-L106C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L106C17-L106C39" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L114C17-L114C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L114C17-L114C33" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L122C17-L122C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L122C17-L122C30" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L130C17-L130C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L130C17-L130C29" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L154C17-L154C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L154C17-L154C30" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L162C17-L205C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L162C17-L205C14" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L21C17-L21C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L21C17-L21C36" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L29C17-L29C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L29C17-L29C35" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L35C13-L39C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L35C13-L39C26" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L44C13-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L44C13-L45C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L49C13-L52C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L49C13-L52C46" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L57C13-L60C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L57C13-L60C38" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L65C13-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L65C13-L69C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L73C13-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L73C13-L77C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L81C13-L82C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L81C13-L82C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L88C17-L88C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L88C17-L88C36" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L93C17-L97C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L93C17-L97C14" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L105C13-L106C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L105C13-L106C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L112C17-L112C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L112C17-L112C37" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L120C17-L120C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L120C17-L120C39" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L128C17-L128C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L128C17-L128C33" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L153C13-L153C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L153C13-L153C49" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L178C13-L182C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L178C13-L182C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L186C13-L187C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L186C13-L187C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Contains(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L191C13-L194C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L191C13-L194C43" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.IndexOf(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L199C13-L222C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L199C13-L222C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Insert(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L226C13-L242C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L226C13-L242C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L246C13-L249C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L246C13-L249C41" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L254C13-L278C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L254C13-L278C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.CopyTo(`0[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L337C13-L338C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L337C13-L338C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L353C13-L353C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L353C13-L353C84" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L21C17-L21C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L21C17-L21C36" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L29C17-L29C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L29C17-L29C35" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L88C17-L88C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L88C17-L88C36" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L112C17-L112C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L112C17-L112C37" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L120C17-L120C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L120C17-L120C39" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L128C17-L128C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L128C17-L128C33" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L136C17-L136C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L136C17-L136C61" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L144C17-L144C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L144C17-L144C29" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L163C17-L163C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L163C17-L163C30" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L171C17-L171C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L171C17-L171C30" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L284C17-L300C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L284C17-L300C51" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L344C17-L344C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L344C17-L344C37" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearchResult`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs#L21C13-L23C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs#L21C13-L23C60" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearchResult`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs#L28C13-L28C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs#L28C13-L28C49" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearchResult`1.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs#L33C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs#L33C13-L50C10" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalSearchResult`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L31C21-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L31C21-L33C10" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.MultipleMatchesException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L40C45-L40C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L40C45-L40C55" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.MultipleMatchesException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L42C59-L42C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L42C59-L42C76" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.MultipleMatchesException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L45C17-L46C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L45C17-L46C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.MultipleMatchesException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L53C21-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L53C21-L55C10" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.MultipleMatchesException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L62C49-L62C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L62C49-L62C59" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L64C63-L64C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L64C63-L64C80" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L67C17-L68C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L67C17-L68C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L74C9-L76C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L74C9-L76C55" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.PasswordException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L84C38-L84C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L84C38-L84C48" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PasswordException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L86C52-L86C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L86C52-L86C69" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PasswordException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L89C13-L90C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L89C13-L90C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PasswordException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L97C21-L99C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L97C21-L99C10" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.PasswordException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalExistsException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L106C45-L106C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L106C45-L106C55" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalExistsException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L108C59-L108C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L108C59-L108C76" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalExistsException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L111C13-L112C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L111C13-L112C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalExistsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L119C21-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L119C21-L121C10" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalExistsException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L131C49-L131C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L131C49-L131C59" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L133C63-L133C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L133C63-L133C80" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L136C13-L137C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L136C13-L137C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L139C78-L142C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L139C78-L142C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String,System.Exception,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L143C104-L146C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L143C104-L146C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String,System.Exception,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L147C123-L151C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L147C123-L151C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L158C21-L162C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L158C21-L162C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L170C13-L173C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L170C13-L173C10" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalServerDownException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L182C48-L182C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L182C48-L182C58" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L184C62-L184C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L184C62-L184C79" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L187C13-L188C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L187C13-L188C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L190C77-L193C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L190C77-L193C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.String,System.Exception,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L194C103-L197C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L194C103-L197C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L204C21-L207C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L204C21-L207C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L215C13-L217C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L215C13-L217C10" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalOperationException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L223C17-L223C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L223C17-L223C35" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.SamAccountName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.UserPrincipalName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.Sid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.IdentityType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.AccountManagement.GroupScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.GroupScope.Local", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.GroupScope.Global", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.GroupScope.Universal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.GroupScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L15C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L15C9-L19C10" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute.SchemaAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L24C17-L24C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L24C17-L24C45" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L31C17-L31C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L31C17-L31C33" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.DirectoryRdnPrefixAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L46C9-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L46C9-L50C10" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryRdnPrefixAttribute.RdnPrefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L55C17-L55C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L55C17-L55C35" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryRdnPrefixAttribute.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L62C17-L62C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L62C17-L62C33" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.DirectoryRdnPrefixAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.DirectoryObjectClassAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L73C9-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L73C9-L77C10" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryObjectClassAttribute.ObjectClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L82C17-L82C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L82C17-L82C37" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryObjectClassAttribute.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L89C17-L89C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L89C17-L89C33" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.DirectoryObjectClassAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.#ctor(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L16C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L16C9-L19C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.LastBadPasswordAttempt(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L27C13-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L27C13-L37C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.AccountExpirationDate(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L44C13-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L44C13-L54C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.AccountLockoutTime(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L61C13-L71C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L61C13-L71C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.BadLogonCount(System.Int32,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L78C13-L88C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L78C13-L88C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.LastLogonTime(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L95C13-L105C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L95C13-L105C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.LastPasswordSetTime(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L112C13-L122C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L112C13-L122C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.AdvancedFilterSet(System.String,System.Object,System.Type,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L126C13-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L126C13-L127C10" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.AdvancedFilters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.DirectoryServices.Protocols.json b/xml/SourceLinkInformation/net-8.0-pp/System.DirectoryServices.Protocols.json index e36543b47d9..e8f01d44677 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.DirectoryServices.Protocols.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.DirectoryServices.Protocols.json @@ -1,2410 +1,2418 @@ { "Assembly": "System.DirectoryServices.Protocols", - "GUID": "31720BA526A54B77A6D2506A8B831DEAFFFFFFFF", + "GUID": "0004835CBCD249D69F7DAD4C8DC92DB3FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.AuthType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Anonymous", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Basic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Negotiate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Ntlm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Digest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Sicily", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Dpa", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Msn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.AuthType.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Kerberos", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.AuthType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.PartialResultProcessing.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.PartialResultProcessing.NoPartialResultSupport", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.PartialResultProcessing.ReturnPartialResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.PartialResultProcessing.ReturnPartialResultsAndNotifyCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.PartialResultProcessing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.BerConverter.Encode(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/BerConverter.cs#L15C13-L289C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/BerConverter.cs#L15C13-L289C35" }, { "DocsId": "M:System.DirectoryServices.Protocols.BerConverter.Decode(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/BerConverter.cs#L295C13-L299C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/BerConverter.cs#L295C13-L299C52" } ], "DocsId": "T:System.DirectoryServices.Protocols.BerConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/BerConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/BerConverter.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.Never", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.InSearching", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.FindingBaseObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.Always", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.DereferenceAlias", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L13C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L13C9-L22C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L24C64-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L24C64-L26C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L28C64-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L28C64-L30C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L32C61-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L32C61-L34C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L45C74-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L45C74-L56C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.GetValues(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L67C13-L115C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L67C13-L115C93" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L157C41-L157C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L157C41-L157C59" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L159C41-L159C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L159C41-L159C59" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L161C38-L161C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L161C38-L161C56" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.AddRange(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L177C13-L193C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L177C13-L193C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L195C47-L195C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L195C47-L195C67" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L197C58-L197C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L197C58-L197C83" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L199C45-L199C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L199C45-L199C64" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L201C56-L201C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L201C56-L201C84" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L203C56-L203C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L203C56-L203C84" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L205C53-L205C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L205C53-L205C81" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L214C45-L214C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L214C45-L214C63" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L218C13-L224C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L218C13-L224C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L60C20-L60C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L60C20-L60C34" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttribute.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L122C17-L141C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L122C17-L141C14" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModification.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L229C9-L233C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L229C9-L233C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttributeModification.Operation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L237C20-L237C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L237C20-L237C39" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttributeModification", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L279C13-L282C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L279C13-L282C52" }, { "DocsId": "M:System.DirectoryServices.Protocols.SearchResultAttributeCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttribute[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L285C70-L285C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L285C70-L285C108" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L258C17-L264C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L258C17-L264C71" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.AttributeNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L268C46-L268C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L268C46-L268C61" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L270C38-L270C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L270C38-L270C55" } ], "DocsId": "T:System.DirectoryServices.Protocols.SearchResultAttributeCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L290C9-L292C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L290C9-L292C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Add(System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L302C13-L307C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L302C13-L307C40" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttribute[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L312C13-L323C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L312C13-L323C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L327C13-L334C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L327C13-L334C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Contains(System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L336C59-L336C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L336C59-L336C79" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttribute[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L338C70-L338C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L338C70-L338C95" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L340C57-L340C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L340C57-L340C76" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L344C13-L350C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L344C13-L350C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Remove(System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L352C57-L352C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L352C57-L352C75" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L356C13-L364C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L356C13-L364C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L296C20-L296C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L296C20-L296C51" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttributeCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L369C9-L371C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L369C9-L371C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Add(System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L381C13-L386C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L381C13-L386C40" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeModification[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L391C13-L402C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L391C13-L402C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L406C13-L413C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L406C13-L413C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Contains(System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L415C71-L415C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L415C71-L415C91" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttributeModification[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L417C82-L417C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L417C82-L417C107" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L419C69-L419C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L419C69-L419C88" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L423C13-L429C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L423C13-L429C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Remove(System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L431C69-L431C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L431C69-L431C87" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L435C13-L443C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L435C13-L443C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L375C20-L375C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L375C20-L375C63" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.Add", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.Replace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttributeOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryConnection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L14C9-L17C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L14C9-L17C101" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryConnection.Directory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L19C57-L19C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L19C57-L19C77" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryConnection.ClientCertificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L21C64-L21C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L21C64-L21C87" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryConnection.Timeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L25C20-L25C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L25C20-L25C38" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryConnection.Credential", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L41C17-L42C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L41C17-L42C14" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.ExtendedDNFlag.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ExtendedDNFlag.HexString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ExtendedDNFlag.StandardString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.ExtendedDNFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.Owner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.Group", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.Dacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.Sacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.ObjectSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.ParentsFirst", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.PublicDataOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.IncrementalValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectorySynchronizationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.SearchOption.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SearchOption.DomainScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SearchOption.PhantomRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.SearchOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.SortKey.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L62C9-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L62C9-L64C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.SortKey.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L66C9-L71C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L66C9-L71C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.SortKey.AttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L75C20-L75C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L75C20-L75C25" }, { "DocsId": "P:System.DirectoryServices.Protocols.SortKey.MatchingRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L81C20-L81C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L81C20-L81C25" }, { "DocsId": "P:System.DirectoryServices.Protocols.SortKey.ReverseOrder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L87C20-L87C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L87C20-L87C26" } ], "DocsId": "T:System.DirectoryServices.Protocols.SortKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControl.#ctor(System.String,System.Byte[],System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L119C9-L131C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L119C9-L131C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L135C13-L140C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L135C13-L140C62" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryControl.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L143C30-L143C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L143C30-L143C34" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryControl.IsCritical", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L145C34-L145C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L145C34-L145C38" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryControl.ServerSide", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L147C34-L147C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L147C34-L147C38" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.AsqRequestControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L326C38-L328C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L326C38-L328C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.AsqRequestControl.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L330C58-L333C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L330C58-L333C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.AsqRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L339C13-L352C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L339C13-L352C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.AsqRequestControl.AttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L335C39-L335C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L335C39-L335C43" } ], "DocsId": "T:System.DirectoryServices.Protocols.AsqRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.AsqResponseControl.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L363C36-L363C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L363C36-L363C40" } ], "DocsId": "T:System.DirectoryServices.Protocols.AsqResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.CrossDomainMoveControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L368C43-L370C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L368C43-L370C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.CrossDomainMoveControl.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L372C72-L375C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L372C72-L375C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.CrossDomainMoveControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L386C13-L395C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L386C13-L395C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.CrossDomainMoveControl.TargetDomainController", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L377C48-L377C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L377C48-L377C52" } ], "DocsId": "T:System.DirectoryServices.Protocols.CrossDomainMoveControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DomainScopeControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L401C39-L403C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L401C39-L403C10" } ], "DocsId": "T:System.DirectoryServices.Protocols.DomainScopeControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.ExtendedDNControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L410C38-L412C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L410C38-L412C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.ExtendedDNControl.#ctor(System.DirectoryServices.Protocols.ExtendedDNFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L414C57-L417C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L414C57-L417C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.ExtendedDNControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L434C13-L447C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L434C13-L447C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.ExtendedDNControl.Flag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L421C20-L421C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L421C20-L421C25" } ], "DocsId": "T:System.DirectoryServices.Protocols.ExtendedDNControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.LazyCommitControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L453C38-L453C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L453C38-L453C90" } ], "DocsId": "T:System.DirectoryServices.Protocols.LazyCommitControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryNotificationControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L458C49-L458C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L458C49-L458C101" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryNotificationControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.PermissiveModifyControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L463C44-L463C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L463C44-L463C97" } ], "DocsId": "T:System.DirectoryServices.Protocols.PermissiveModifyControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L468C50-L468C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L468C50-L468C102" }, { "DocsId": "M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.#ctor(System.DirectoryServices.Protocols.SecurityMasks)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L470C69-L473C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L470C69-L473C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L481C13-L494C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L481C13-L494C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L477C46-L477C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L477C46-L477C50" } ], "DocsId": "T:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.SearchOptionsControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L500C9-L501C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L500C9-L501C94" }, { "DocsId": "M:System.DirectoryServices.Protocols.SearchOptionsControl.#ctor(System.DirectoryServices.Protocols.SearchOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L503C59-L506C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L503C59-L506C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.SearchOptionsControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L524C13-L537C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L524C13-L537C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchOptionsControl.SearchOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L510C20-L510C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L510C20-L510C33" } ], "DocsId": "T:System.DirectoryServices.Protocols.SearchOptionsControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.ShowDeletedControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L543C39-L543C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L543C39-L543C91" } ], "DocsId": "T:System.DirectoryServices.Protocols.ShowDeletedControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.TreeDeleteControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L548C38-L548C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L548C38-L548C90" } ], "DocsId": "T:System.DirectoryServices.Protocols.TreeDeleteControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L554C38-L554C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L554C38-L554C91" }, { "DocsId": "M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L556C55-L561C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L556C55-L561C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L563C65-L566C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L563C65-L566C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.VerifyNameControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L578C13-L594C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L578C13-L594C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.VerifyNameControl.ServerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L570C20-L570C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L570C20-L570C31" }, { "DocsId": "P:System.DirectoryServices.Protocols.VerifyNameControl.Flag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L574C27-L574C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L574C27-L574C31" } ], "DocsId": "T:System.DirectoryServices.Protocols.VerifyNameControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L601C9-L603C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L601C9-L603C94" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L604C55-L607C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L604C55-L607C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[],System.DirectoryServices.Protocols.DirectorySynchronizationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L609C95-L612C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L609C95-L612C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[],System.DirectoryServices.Protocols.DirectorySynchronizationOptions,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L614C115-L617C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L614C115-L617C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L653C13-L670C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L653C13-L670C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirSyncRequestControl.Cookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L623C17-L628C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L623C17-L628C58" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirSyncRequestControl.Option", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L635C57-L635C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L635C57-L635C61" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirSyncRequestControl.AttributeCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L639C20-L639C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L639C20-L639C26" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirSyncRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.DirSyncResponseControl.Cookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L689C17-L694C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L689C17-L694C58" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirSyncResponseControl.MoreData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L698C32-L698C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L698C32-L698C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirSyncResponseControl.ResultSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L700C33-L700C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L700C33-L700C37" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirSyncResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L705C9-L708C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L705C9-L708C97" }, { "DocsId": "M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L710C57-L713C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L710C57-L713C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L715C58-L718C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L715C58-L718C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.PageResultRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L750C13-L765C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L750C13-L765C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.PageResultRequestControl.PageSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L722C20-L722C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L722C20-L722C25" }, { "DocsId": "P:System.DirectoryServices.Protocols.PageResultRequestControl.Cookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L738C17-L743C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L738C17-L743C55" } ], "DocsId": "T:System.DirectoryServices.Protocols.PageResultRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.PageResultResponseControl.Cookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L783C17-L788C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L783C17-L788C55" }, { "DocsId": "P:System.DirectoryServices.Protocols.PageResultResponseControl.TotalCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L792C33-L792C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L792C33-L792C37" } ], "DocsId": "T:System.DirectoryServices.Protocols.PageResultResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.DirectoryServices.Protocols.SortKey[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L800C9-L818C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L800C9-L818C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L820C78-L822C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L820C78-L822C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L800C9-L828C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L800C9-L828C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.SortRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L871C13-L903C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L871C13-L903C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.SortRequestControl.SortKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L834C17-L844C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L834C17-L844C33" } ], "DocsId": "T:System.DirectoryServices.Protocols.SortRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.SortResponseControl.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L917C36-L917C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L917C36-L917C40" }, { "DocsId": "P:System.DirectoryServices.Protocols.SortResponseControl.AttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L919C39-L919C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L919C39-L919C43" } ], "DocsId": "T:System.DirectoryServices.Protocols.SortResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L934C38-L934C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L934C38-L934C91" }, { "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L936C81-L941C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L936C81-L941C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L943C84-L951C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L943C84-L951C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L953C84-L958C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L953C84-L958C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1046C13-L1089C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1046C13-L1089C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.BeforeCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L962C20-L962C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L962C20-L962C27" }, { "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.AfterCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L976C20-L976C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L976C20-L976C26" }, { "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.Offset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L990C20-L990C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L990C20-L990C27" }, { "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.EstimateCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1004C20-L1004C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1004C20-L1004C34" }, { "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1020C17-L1025C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1020C17-L1025C51" }, { "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.ContextId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1034C17-L1039C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1034C17-L1039C52" } ], "DocsId": "T:System.DirectoryServices.Protocols.VlvRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.VlvResponseControl.TargetPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1105C37-L1105C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1105C37-L1105C41" }, { "DocsId": "P:System.DirectoryServices.Protocols.VlvResponseControl.ContentCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1107C35-L1107C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1107C35-L1107C39" }, { "DocsId": "P:System.DirectoryServices.Protocols.VlvResponseControl.ContextId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1113C17-L1118C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1113C17-L1118C52" }, { "DocsId": "P:System.DirectoryServices.Protocols.VlvResponseControl.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1122C36-L1122C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1122C36-L1122C40" } ], "DocsId": "T:System.DirectoryServices.Protocols.VlvResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.QuotaControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1130C33-L1130C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1130C33-L1130C86" }, { "DocsId": "M:System.DirectoryServices.Protocols.QuotaControl.#ctor(System.Security.Principal.SecurityIdentifier)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1132C60-L1135C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1132C60-L1135C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.QuotaControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1139C13-L1152C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1139C13-L1152C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.QuotaControl.QuerySid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/QuotaControl.Linux.cs#L12C20-L12C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/QuotaControl.Linux.cs#L12C20-L12C117" } ], "DocsId": "T:System.DirectoryServices.Protocols.QuotaControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1158C9-L1160C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1158C9-L1160C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.Add(System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1170C13-L1172C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1170C13-L1172C38" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.AddRange(System.DirectoryServices.Protocols.DirectoryControl[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1177C13-L1188C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1177C13-L1188C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.AddRange(System.DirectoryServices.Protocols.DirectoryControlCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1192C13-L1199C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1192C13-L1199C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.Contains(System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1201C57-L1201C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1201C57-L1201C77" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryControl[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1203C68-L1203C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1203C68-L1203C93" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1205C55-L1205C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1205C55-L1205C74" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1209C13-L1212C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1209C13-L1212C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.Remove(System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1214C55-L1214C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1214C55-L1214C73" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1218C13-L1224C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1218C13-L1224C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryControlCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1164C20-L1164C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1164C20-L1164C49" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryControlCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L18C90-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L18C90-L20C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L22C70-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L22C70-L24C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L26C53-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L26C53-L28C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L30C39-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L30C39-L32C10" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L43C99-L43C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L43C99-L43C122" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L45C48-L45C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L45C48-L45C83" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L47C62-L47C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L47C62-L47C108" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L49C79-L49C132" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L49C79-L49C132" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L52C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L52C13-L55C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L58C15-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L58C15-L61C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L64C15-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L64C15-L67C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryOperationException.Response", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L69C45-L69C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L69C45-L69C49" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L90C94-L90C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L90C94-L90C117" }, { "DocsId": "M:System.DirectoryServices.Protocols.BerConversionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L92C43-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L92C43-L94C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L96C57-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L96C57-L98C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L100C74-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L100C74-L102C10" } ], "DocsId": "T:System.DirectoryServices.Protocols.BerConversionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryIdentifier.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryIdentifier.cs#L10C9-L12C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryIdentifier.cs#L10C9-L12C10" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryIdentifier.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryIdentifier.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperation.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryOperation.cs#L10C9-L10C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryOperation.cs#L10C9-L10C43" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryOperation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryOperation.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryRequest.RequestId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L17C20-L17C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L17C20-L17C39" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryRequest.Controls", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L21C54-L21C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L21C54-L21C58" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DeleteRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L26C9-L26C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L26C9-L26C35" }, { "DocsId": "M:System.DirectoryServices.Protocols.DeleteRequest.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L28C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L28C9-L31C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.DeleteRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L33C43-L33C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L33C43-L33C47" } ], "DocsId": "T:System.DirectoryServices.Protocols.DeleteRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.AddRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L69C67-L38C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L69C67-L38C32" }, { "DocsId": "M:System.DirectoryServices.Protocols.AddRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttribute[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L40C95-L51C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L40C95-L51C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.AddRequest.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L53C75-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L53C75-L65C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.AddRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L67C43-L67C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L67C43-L67C47" }, { "DocsId": "P:System.DirectoryServices.Protocols.AddRequest.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L69C58-L69C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L69C58-L69C62" } ], "DocsId": "T:System.DirectoryServices.Protocols.AddRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.ModifyRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L105C82-L74C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L105C82-L74C35" }, { "DocsId": "M:System.DirectoryServices.Protocols.ModifyRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttributeModification[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L76C113-L80C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L76C113-L80C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.ModifyRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttributeOperation,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L82C143-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L82C143-L101C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.ModifyRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L103C43-L103C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L103C43-L103C47" }, { "DocsId": "P:System.DirectoryServices.Protocols.ModifyRequest.Modifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L105C73-L105C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L105C73-L105C77" } ], "DocsId": "T:System.DirectoryServices.Protocols.ModifyRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L110C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L110C36" }, { "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L115C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L120C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L120C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L125C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L125C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L137C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L137C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.CompareRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L149C43-L149C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L149C43-L149C47" }, { "DocsId": "P:System.DirectoryServices.Protocols.CompareRequest.Assertion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C47-L151C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C47-L151C51" } ], "DocsId": "T:System.DirectoryServices.Protocols.CompareRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.ModifyDNRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L171C50-L156C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L171C50-L156C37" }, { "DocsId": "M:System.DirectoryServices.Protocols.ModifyDNRequest.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L171C50-L163C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L171C50-L163C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.ModifyDNRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L165C43-L165C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L165C43-L165C47" }, { "DocsId": "P:System.DirectoryServices.Protocols.ModifyDNRequest.NewParentDistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L167C52-L167C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L167C52-L167C56" }, { "DocsId": "P:System.DirectoryServices.Protocols.ModifyDNRequest.NewName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L169C33-L169C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L169C33-L169C37" }, { "DocsId": "P:System.DirectoryServices.Protocols.ModifyDNRequest.DeleteOldRdn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L171C36-L171C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L171C36-L171C40" } ], "DocsId": "T:System.DirectoryServices.Protocols.ModifyDNRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L178C9-L178C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L178C9-L178C37" }, { "DocsId": "M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L180C9-L183C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L180C9-L183C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L185C75-L188C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L185C75-L188C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.ExtendedRequest.RequestName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L190C37-L190C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L190C37-L190C41" }, { "DocsId": "P:System.DirectoryServices.Protocols.ExtendedRequest.RequestValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L196C17-L206C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L196C17-L206C34" } ], "DocsId": "T:System.DirectoryServices.Protocols.ExtendedRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.SearchRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L234C55-L214C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L234C55-L214C35" }, { "DocsId": "M:System.DirectoryServices.Protocols.SearchRequest.#ctor(System.String,System.String,System.DirectoryServices.Protocols.SearchScope,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L216C133-L230C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L216C133-L230C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L232C43-L232C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L232C43-L232C47" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L234C46-L234C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L234C46-L234C50" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.Filter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L238C20-L238C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L238C20-L238C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L252C20-L252C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L252C20-L252C35" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.Aliases", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L266C20-L266C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L266C20-L266C38" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.SizeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L280C20-L280C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L280C20-L280C39" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.TimeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L294C20-L294C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L294C20-L294C39" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.TypesOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L312C33-L312C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L312C33-L312C37" } ], "DocsId": "T:System.DirectoryServices.Protocols.SearchRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DsmlAuthRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L326C9-L326C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L326C9-L326C61" }, { "DocsId": "M:System.DirectoryServices.Protocols.DsmlAuthRequest.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L328C9-L328C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L328C9-L328C74" }, { "DocsId": "P:System.DirectoryServices.Protocols.DsmlAuthRequest.Principal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L330C35-L330C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L330C35-L330C39" } ], "DocsId": "T:System.DirectoryServices.Protocols.DsmlAuthRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.RequestId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L20C35-L20C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L20C35-L20C39" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.MatchedDN", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L22C43-L22C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L22C43-L22C47" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.Controls", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L28C17-L39C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L28C17-L39C37" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.ResultCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L43C48-L43C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L43C48-L43C52" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.ErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L45C46-L45C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L45C46-L45C50" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.Referral", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L51C17-L61C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L51C17-L61C37" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" }, { "Members": [], "DocsId": "T:System.DirectoryServices.Protocols.DeleteResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" }, { "Members": [], "DocsId": "T:System.DirectoryServices.Protocols.AddResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" }, { "Members": [], "DocsId": "T:System.DirectoryServices.Protocols.ModifyResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" }, { "Members": [], "DocsId": "T:System.DirectoryServices.Protocols.ModifyDNResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" }, { "Members": [], "DocsId": "T:System.DirectoryServices.Protocols.CompareResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.ExtendedResponse.ResponseName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L97C38-L97C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L97C38-L97C42" }, { "DocsId": "P:System.DirectoryServices.Protocols.ExtendedResponse.ResponseValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L103C17-L113C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L103C17-L113C33" } ], "DocsId": "T:System.DirectoryServices.Protocols.ExtendedResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.SearchResponse.References", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L128C20-L128C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L128C20-L128C40" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchResponse.Entries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L134C20-L134C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L134C20-L134C36" } ], "DocsId": "T:System.DirectoryServices.Protocols.SearchResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.PartialResultsCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L16C47-L16C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L16C47-L16C72" }, { "DocsId": "M:System.DirectoryServices.Protocols.PartialResultsCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L18C45-L18C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L18C45-L18C69" }, { "DocsId": "M:System.DirectoryServices.Protocols.PartialResultsCollection.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L20C59-L20C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L20C59-L20C90" }, { "DocsId": "P:System.DirectoryServices.Protocols.PartialResultsCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L12C42-L12C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L12C42-L12C58" } ], "DocsId": "T:System.DirectoryServices.Protocols.PartialResultsCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.Subordinate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.ReferralChasingOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Success", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.OperationsError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ProtocolError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.TimeLimitExceeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.SizeLimitExceeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.CompareFalse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.CompareTrue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AuthMethodNotSupported", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.StrongAuthRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ReferralV2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Referral", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AdminLimitExceeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.UnavailableCriticalExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ConfidentialityRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.SaslBindInProgress", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NoSuchAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.UndefinedAttributeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InappropriateMatching", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ConstraintViolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AttributeOrValueExists", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InvalidAttributeSyntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NoSuchObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AliasProblem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InvalidDNSyntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AliasDereferencingProblem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InappropriateAuthentication", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InsufficientAccessRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Busy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Unavailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.UnwillingToPerform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.LoopDetect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.SortControlMissing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.OffsetRangeError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NamingViolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ObjectClassViolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NotAllowedOnNonLeaf", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NotAllowedOnRdn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.EntryAlreadyExists", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ObjectClassModificationsProhibited", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ResultsTooLarge", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AffectsMultipleDsas", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.VirtualListViewError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Other", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.ResultCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.SearchResultReference.Reference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L18C17-L28C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L18C17-L28C32" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchResultReference.Controls", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L32C47-L32C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L32C47-L32C78" } ], "DocsId": "T:System.DirectoryServices.Protocols.SearchResultReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.Contains(System.DirectoryServices.Protocols.SearchResultReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L43C62-L43C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L43C62-L43C87" }, { "DocsId": "M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.IndexOf(System.DirectoryServices.Protocols.SearchResultReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L45C60-L45C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L45C60-L45C84" }, { "DocsId": "M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.CopyTo(System.DirectoryServices.Protocols.SearchResultReference[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L47C74-L47C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L47C74-L47C105" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchResultReferenceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L39C57-L39C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L39C57-L39C96" } ], "DocsId": "T:System.DirectoryServices.Protocols.SearchResultReferenceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.SearchResultEntry.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L62C43-L62C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L62C43-L62C47" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchResultEntry.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L64C61-L64C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L64C61-L64C65" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchResultEntry.Controls", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L66C47-L66C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L66C47-L66C78" } ], "DocsId": "T:System.DirectoryServices.Protocols.SearchResultEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.SearchResultEntryCollection.Contains(System.DirectoryServices.Protocols.SearchResultEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L77C58-L77C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L77C58-L77C83" }, { "DocsId": "M:System.DirectoryServices.Protocols.SearchResultEntryCollection.IndexOf(System.DirectoryServices.Protocols.SearchResultEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L79C56-L79C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L79C56-L79C80" }, { "DocsId": "M:System.DirectoryServices.Protocols.SearchResultEntryCollection.CopyTo(System.DirectoryServices.Protocols.SearchResultEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L81C70-L81C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L81C70-L81C101" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchResultEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L73C53-L73C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L73C53-L73C88" } ], "DocsId": "T:System.DirectoryServices.Protocols.SearchResultEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.SearchScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SearchScope.Base", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SearchScope.OneLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SearchScope.Subtree", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.SearchScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L54C48-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L54C48-L56C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L58C69-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L58C69-L60C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L62C99-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L62C99-L64C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential,System.DirectoryServices.Protocols.AuthType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L45C9-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L45C9-L87C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L100C30-L100C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L100C30-L100C44" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L193C13-L193C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L193C13-L193C61" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L198C13-L260C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L198C13-L260C60" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.DirectoryServices.Protocols.PartialResultProcessing,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L266C13-L266C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L266C13-L266C96" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.TimeSpan,System.DirectoryServices.Protocols.PartialResultProcessing,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L271C13-L386C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L271C13-L386C56" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Abort(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L391C13-L435C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L391C13-L435C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.GetPartialResults(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L439C13-L459C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L439C13-L459C101" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.EndSendRequest(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L464C13-L506C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L464C13-L506C101" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Bind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1005C31-L1005C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1005C31-L1005C89" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Bind(System.Net.NetworkCredential)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1007C62-L1007C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1007C62-L1007C112" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1163C13-L1165C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1163C13-L1165C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1169C13-L1189C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1169C13-L1189C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.Timeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L104C20-L104C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L104C20-L104C38" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.AuthType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L124C20-L124C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L124C20-L124C39" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.SessionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L143C52-L143C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L143C52-L143C56" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.Credential", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L149C17-L155C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L149C17-L155C14" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.AutoBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L158C32-L158C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L158C32-L158C36" } ], "DocsId": "T:System.DirectoryServices.Protocols.LdapConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L10C57-L12C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L10C57-L12C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L14C73-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L14C73-L16C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L18C110-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L18C110-L20C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Int32,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L22C126-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L22C126-L24C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String[],System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L63C42-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L63C42-L50C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String[],System.Int32,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L52C129-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L52C129-L55C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.Servers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L57C36-L57C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L57C36-L57C107" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.Connectionless", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L59C38-L59C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L59C38-L59C42" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.FullyQualifiedDnsHostName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L61C49-L61C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L61C49-L61C53" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.PortNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L63C33-L63C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L63C33-L63C37" } ], "DocsId": "T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L100C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L100C108" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L102C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L102C44" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L104C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L104C65" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L106C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L106C89" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L112C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L112C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L117C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L117C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L123C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L123C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L128C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L128C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L132C20-L132C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L132C20-L132C30" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapException.ServerErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L139C44-L139C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L139C44-L139C48" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapException.PartialResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C58-L141C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C58-L141C62" } ], "DocsId": "T:System.DirectoryServices.Protocols.LdapException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L152C93-L152C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L152C93-L152C116" }, { "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L154C42-L154C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L154C42-L154C52" }, { "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L156C56-L156C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L156C56-L156C73" }, { "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L158C73-L158C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L158C73-L158C97" }, { "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L160C68-L162C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L160C68-L162C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L164C84-L166C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L164C84-L166C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L168C101-L170C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L168C101-L170C10" } ], "DocsId": "T:System.DirectoryServices.Protocols.TlsOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.QueryForConnectionCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.QueryForConnectionCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.String,System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.QueryForConnectionCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.String,System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential,System.Int64,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.QueryForConnectionCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.QueryForConnectionCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.String,System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.DirectoryServices.Protocols.LdapConnection,System.Net.NetworkCredential,System.Int64,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.String,System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.DirectoryServices.Protocols.LdapConnection,System.Net.NetworkCredential,System.Int64,System.Int32,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DereferenceConnectionCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.DereferenceConnectionCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.DereferenceConnectionCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.DereferenceConnectionCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.DereferenceConnectionCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.QueryClientCertificateCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.QueryClientCertificateCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.Byte[][])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.QueryClientCertificateCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.Byte[][],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.QueryClientCertificateCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.QueryClientCertificateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.VerifyServerCertificateCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.VerifyServerCertificateCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.VerifyServerCertificateCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.Security.Cryptography.X509Certificates.X509Certificate,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.VerifyServerCertificateCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.VerifyServerCertificateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.ForceRediscovery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.DirectoryServicesRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.DirectoryServicesPreferred", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.GCRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.PdcRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.IPRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.KdcRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.TimeServerRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.WriteableRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.GoodTimeServerPreferred", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.AvoidSelf", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.OnlyLdapNeeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.IsFlatName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.IsDnsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.ReturnDnsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.ReturnFlatName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.LocatorFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Pct1Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Pct1Client", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl2Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl2Client", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl3Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl3Client", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Tls1Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Tls1Client", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.SecurityProtocol", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.Protocol", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L87C45-L87C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L87C45-L87C62" }, { "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.AlgorithmIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L91C59-L91C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L91C59-L91C70" }, { "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.CipherStrength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L96C38-L96C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L96C38-L96C47" }, { "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.Hash", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L101C42-L101C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L101C42-L101C56" }, { "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.HashStrength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L106C36-L106C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L106C36-L106C49" }, { "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.KeyExchangeAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L111C44-L111C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L111C44-L111C65" }, { "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.ExchangeStrength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L116C40-L116C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L116C40-L116C57" } ], "DocsId": "T:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.ReferralCallback.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L123C9-L125C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L123C9-L125C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.ReferralCallback.QueryForConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L127C64-L127C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L127C64-L127C68" }, { "DocsId": "P:System.DirectoryServices.Protocols.ReferralCallback.NotifyNewConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L129C68-L129C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L129C68-L129C72" }, { "DocsId": "P:System.DirectoryServices.Protocols.ReferralCallback.DereferenceConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L131C70-L131C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L131C70-L131C74" } ], "DocsId": "T:System.DirectoryServices.Protocols.ReferralCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.LdapSessionOptions.FastConcurrentBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L541C13-L554C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L541C13-L554C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapSessionOptions.StartTransportLayerSecurity(System.DirectoryServices.Protocols.DirectoryControlCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L558C13-L744C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L558C13-L744C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapSessionOptions.StopTransportLayerSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L748C13-L758C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L748C13-L758C10" + }, + { + "DocsId": "M:System.DirectoryServices.Protocols.LdapSessionOptions.StartNewTlsSessionContext", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L86C13-L87C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralHopLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L163C20-L163C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L163C20-L163C77" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.HostName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L177C20-L177C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L177C20-L177C78" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.DomainName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L183C20-L183C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L183C20-L183C82" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.LocatorFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L191C17-L192C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L191C17-L192C45" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.HostReachable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L206C17-L207C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L206C17-L207C38" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.PingKeepAliveTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L215C17-L216C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L215C17-L216C71" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.PingLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L238C20-L238C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L238C20-L238C69" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.PingWaitTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L254C17-L255C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L254C17-L255C76" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.AutoReconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L279C17-L280C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L279C17-L280C38" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SspiFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L291C20-L291C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L291C20-L291C69" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SslInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L299C17-L308C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L299C17-L308C32" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SecurityContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L316C17-L326C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L316C17-L326C35" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.Signing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L334C17-L335C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L334C17-L335C38" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.Sealing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L348C17-L349C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L348C17-L349C38" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SaslMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L360C20-L360C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L360C20-L360C79" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.RootDseCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L368C17-L369C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L368C17-L369C38" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.TcpKeepAlive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L382C17-L383C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L382C17-L383C38" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SendTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L396C17-L397C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L396C17-L397C71" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L421C17-L426C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L421C17-L426C41" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.QueryClientCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L459C17-L464C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L459C17-L464C51" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.VerifyServerCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L501C17-L506C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L501C17-L506C51" }, { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SecureSocketLayer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L18C17-L19C43" + "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.ProtocolVersion", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L762C20-L762C66" }, { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.ProtocolVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L30C20-L30C76" + "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.TrustedCertificatesDirectory", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L31C20-L31C95" + }, + { + "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SecureSocketLayer", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L48C17-L49C43" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralChasing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L38C17-L38C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L62C17-L62C133" } ], "DocsId": "T:System.DirectoryServices.Protocols.LdapSessionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.DirectoryServices.json b/xml/SourceLinkInformation/net-8.0-pp/System.DirectoryServices.json index e487f9d2e67..505b081035d 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.DirectoryServices.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.DirectoryServices.json @@ -1,5931 +1,5931 @@ { "Assembly": "System.DirectoryServices", - "GUID": "55891634D2104FABB7F236F1CF301F01FFFFFFFF", + "GUID": "5CA6E3EC08E54175BE2BE4E4F78E29A8FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ReadControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.WriteDacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.WriteOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.Synchronize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.AccessSystemSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.GenericRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.GenericWrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.GenericExecute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.GenericAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.CreateChild", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.DeleteChild", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ListChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.Self", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ReadProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.WriteProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.DeleteTree", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ListObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ExtendedRight", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectoryRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.Descendents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.SelfAndChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectorySecurityInheritance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.PropertyAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.PropertyAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.PropertyAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" } ], "DocsId": "T:System.DirectoryServices.PropertyAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L52C9-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L52C9-L58C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AddAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L76C13-L82C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L76C13-L82C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.SetAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L86C13-L92C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L86C13-L92C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.ResetAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L96C13-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L96C13-L102C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAccess(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L106C13-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L106C13-L121C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L125C13-L130C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L125C13-L130C48" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAccessRuleSpecific(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L135C13-L141C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L135C13-L141C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.ModifyAccessRule(System.Security.AccessControl.AccessControlModification,System.Security.AccessControl.AccessRule,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L145C13-L150C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L145C13-L150C76" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.PurgeAccessRules(System.Security.Principal.IdentityReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L155C13-L161C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L155C13-L161C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AddAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L168C13-L174C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L168C13-L174C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.SetAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L178C13-L184C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L178C13-L184C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAudit(System.Security.Principal.IdentityReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L188C13-L203C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L188C13-L203C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L207C13-L212C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L207C13-L212C47" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAuditRuleSpecific(System.DirectoryServices.ActiveDirectoryAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L217C13-L223C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L217C13-L223C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.ModifyAuditRule(System.Security.AccessControl.AccessControlModification,System.Security.AccessControl.AuditRule,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L227C13-L232C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L227C13-L232C75" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.PurgeAuditRules(System.Security.Principal.IdentityReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L237C13-L243C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L237C13-L243C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L257C13-L265C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L257C13-L265C29" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType,System.Guid,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L278C13-L286C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L278C13-L286C38" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L297C13-L305C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L297C13-L305C29" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags,System.Guid,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L318C13-L326C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L318C13-L326C38" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectorySecurity.AccessRightType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L357C49-L357C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L357C49-L357C78" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectorySecurity.AccessRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L359C48-L359C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L359C48-L359C81" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectorySecurity.AuditRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L361C47-L361C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L361C47-L361C79" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectorySecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L529C15-L540C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L529C15-L540C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L547C15-L557C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L547C15-L557C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L564C15-L574C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L564C15-L574C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L582C15-L592C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L582C15-L592C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L600C15-L610C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L600C15-L610C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L619C15-L629C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L619C15-L629C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectoryAccessRule.ActiveDirectoryRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L658C20-L658C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L658C20-L658C89" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectoryAccessRule.InheritanceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L663C20-L663C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L663C20-L663C121" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectoryAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ListChildrenAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L676C15-L687C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L676C15-L687C10" }, { "DocsId": "M:System.DirectoryServices.ListChildrenAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L693C15-L703C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L693C15-L703C10" }, { "DocsId": "M:System.DirectoryServices.ListChildrenAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L710C15-L720C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L710C15-L720C10" } ], "DocsId": "T:System.DirectoryServices.ListChildrenAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L732C16-L742C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L732C16-L742C10" }, { "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L748C15-L758C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L748C15-L758C10" }, { "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L764C15-L774C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L764C15-L774C10" }, { "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L781C15-L791C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L781C15-L791C10" }, { "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L798C15-L808C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L798C15-L808C10" }, { "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L815C15-L825C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L815C15-L825C10" } ], "DocsId": "T:System.DirectoryServices.CreateChildAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L837C15-L847C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L837C15-L847C10" }, { "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L853C15-L863C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L853C15-L863C10" }, { "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L869C15-L879C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L869C15-L879C10" }, { "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L886C15-L896C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L886C15-L896C10" }, { "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L903C15-L913C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L903C15-L913C10" }, { "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L920C15-L930C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L920C15-L930C10" } ], "DocsId": "T:System.DirectoryServices.DeleteChildAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L942C15-L952C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L942C15-L952C10" }, { "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L959C15-L969C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L959C15-L969C10" }, { "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L976C15-L986C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L976C15-L986C10" }, { "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L994C15-L1004C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L994C15-L1004C10" }, { "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1012C15-L1022C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1012C15-L1022C10" }, { "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1031C15-L1041C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1031C15-L1041C10" } ], "DocsId": "T:System.DirectoryServices.PropertyAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.PropertySetAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1055C15-L1065C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1055C15-L1065C10" }, { "DocsId": "M:System.DirectoryServices.PropertySetAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1073C15-L1083C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1073C15-L1083C10" }, { "DocsId": "M:System.DirectoryServices.PropertySetAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1091C15-L1101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1091C15-L1101C10" } ], "DocsId": "T:System.DirectoryServices.PropertySetAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1113C15-L1123C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1113C15-L1123C10" }, { "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1129C15-L1139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1129C15-L1139C10" }, { "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1145C15-L1155C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1145C15-L1155C10" }, { "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1162C15-L1172C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1162C15-L1172C10" }, { "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1179C15-L1189C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1179C15-L1189C10" }, { "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1196C15-L1206C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1196C15-L1206C10" } ], "DocsId": "T:System.DirectoryServices.ExtendedRightAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DeleteTreeAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1218C15-L1228C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1218C15-L1228C10" }, { "DocsId": "M:System.DirectoryServices.DeleteTreeAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1234C15-L1244C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1234C15-L1244C10" }, { "DocsId": "M:System.DirectoryServices.DeleteTreeAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1251C15-L1261C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1251C15-L1261C10" } ], "DocsId": "T:System.DirectoryServices.DeleteTreeAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1274C15-L1285C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1274C15-L1285C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1292C15-L1302C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1292C15-L1302C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1309C15-L1319C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1309C15-L1319C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1327C15-L1337C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1327C15-L1337C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1345C15-L1355C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1345C15-L1355C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1364C15-L1374C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1364C15-L1374C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectoryAuditRule.ActiveDirectoryRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1403C20-L1403C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1403C20-L1403C84" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectoryAuditRule.InheritanceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1408C20-L1408C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1408C20-L1408C121" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectoryAuditRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Secure", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Encryption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.SecureSocketsLayer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.ReadonlyServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Anonymous", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.FastBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Signing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Sealing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Delegation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.ServerBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" } ], "DocsId": "T:System.DirectoryServices.AuthenticationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.DereferenceAlias.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" }, { "DocsId": "F:System.DirectoryServices.DereferenceAlias.Never", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" }, { "DocsId": "F:System.DirectoryServices.DereferenceAlias.InSearching", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" }, { "DocsId": "F:System.DirectoryServices.DereferenceAlias.FindingBaseObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" }, { "DocsId": "F:System.DirectoryServices.DereferenceAlias.Always", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" } ], "DocsId": "T:System.DirectoryServices.DereferenceAlias", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectoryEntries.Add(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L46C13-L50C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L46C13-L50C26" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntries.Find(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L59C13-L59C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L59C13-L59C37" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntries.Find(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L67C13-L78C154" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L67C13-L78C154" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntries.Remove(System.DirectoryServices.DirectoryEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L86C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L86C13-L95C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntries.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L97C47-L97C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L97C47-L97C78" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntries.SchemaFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L29C17-L31C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L29C17-L31C79" } ], "DocsId": "T:System.DirectoryServices.DirectoryEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L24C9-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L24C9-L52C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L58C47-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L58C47-L61C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L66C83-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L66C83-L68C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor(System.String,System.String,System.String,System.DirectoryServices.AuthenticationTypes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L73C123-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L73C123-L83C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L106C15-L108C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L106C15-L108C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L561C13-L562C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L561C13-L562C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.CommitChanges", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L569C13-L623C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L569C13-L623C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.CopyTo(System.DirectoryServices.DirectoryEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L658C67-L658C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L658C67-L658C90" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.CopyTo(System.DirectoryServices.DirectoryEntry,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L665C13-L677C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L665C13-L677C123" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.DeleteTree", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L685C13-L699C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L685C13-L699C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L706C13-L713C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L706C13-L713C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.Exists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L720C13-L738C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L720C13-L738C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.Invoke(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L780C13-L805C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L780C13-L805C31" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.InvokeGet(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L813C13-L835C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L813C13-L835C27" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.InvokeSet(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L843C13-L863C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L843C13-L863C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.MoveTo(System.DirectoryServices.DirectoryEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L868C57-L868C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L868C57-L868C80" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.MoveTo(System.DirectoryServices.DirectoryEntry,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L875C13-L926C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L875C13-L926C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.RefreshCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L934C13-L951C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L934C13-L951C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.RefreshCache(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L958C13-L1015C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L958C13-L1015C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.Rename(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L1020C48-L1020C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L1020C48-L1020C71" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.AuthenticationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L162C20-L162C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L162C20-L162C39" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L181C45-L181C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L181C45-L181C71" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L199C17-L212C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L199C17-L212C43" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.ObjectSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L220C17-L226C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L220C17-L226C41" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L261C17-L264C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L261C17-L264C32" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.NativeGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L272C17-L275C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L272C17-L275C32" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.NativeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L286C17-L287C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L286C17-L287C35" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.Parent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L298C17-L299C130" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L298C17-L299C130" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.Password", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L311C17-L329C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L311C17-L329C14" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L339C20-L339C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L339C20-L339C25" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L356C13-L356C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L356C13-L356C65" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.SchemaClassName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L365C17-L368C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L365C17-L368C33" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.SchemaEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L381C17-L382C130" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L381C17-L382C130" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.UsePropertyCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L398C20-L398C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L398C20-L398C29" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.Username", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L421C17-L424C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L421C17-L424C46" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L450C17-L453C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L450C17-L453C33" } ], "DocsId": "T:System.DirectoryServices.DirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectoryEntryConfiguration.GetCurrentServerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L96C13-L96C135" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L96C13-L96C135" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntryConfiguration.IsMutuallyAuthenticated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L103C17-L116C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L103C17-L116C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntryConfiguration.SetUserNameQueryQuota(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L120C13-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L120C13-L121C10" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.Referral", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L22C17-L22C153" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L22C17-L22C153" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L40C17-L40C149" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L40C17-L40C149" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.PageSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L55C17-L55C135" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L55C17-L55C135" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.PasswordPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L70C17-L70C145" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L70C17-L70C145" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.PasswordEncoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L82C17-L82C160" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L82C17-L82C160" } ], "DocsId": "T:System.DirectoryServices.DirectoryEntryConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L56C38-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L56C38-L59C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.DirectoryServices.DirectoryEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L66C64-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L66C64-L69C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.DirectoryServices.DirectoryEntry,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L76C80-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L76C80-L79C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.DirectoryServices.DirectoryEntry,System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L86C108-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L86C108-L89C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L96C52-L99C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L96C52-L99C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L106C80-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L106C80-L109C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.String,System.String[],System.DirectoryServices.SearchScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L115C99-L117C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L115C99-L117C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.DirectoryServices.DirectoryEntry,System.String,System.String[],System.DirectoryServices.SearchScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L19C9-L130C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L19C9-L130C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySearcher.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L136C13-L144C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L136C13-L144C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySearcher.FindOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L571C13-L599C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L571C13-L599C32" }, { "DocsId": "M:System.DirectoryServices.DirectorySearcher.FindAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L605C52-L605C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L605C52-L605C65" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.CacheResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L153C20-L153C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L153C20-L153C33" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.ClientTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L173C20-L173C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L173C20-L173C34" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.PropertyNamesOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L191C41-L191C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L191C41-L191C45" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.Filter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L199C20-L199C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L199C20-L199C27" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.PageSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L214C20-L214C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L214C20-L214C29" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.PropertiesToLoad", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L235C13-L235C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L235C13-L235C57" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.ReferralChasing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L243C20-L243C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L243C20-L243C36" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.SearchScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L262C20-L262C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L262C20-L262C26" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.ServerPageTimeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L286C20-L286C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L286C20-L286C40" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.ServerTimeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L305C20-L305C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L305C20-L305C36" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.SizeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L325C20-L325C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L325C20-L325C30" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.SearchRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L343C17-L357C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L343C17-L357C36" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.Sort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L376C20-L376C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L376C20-L376C25" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.Asynchronous", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L385C36-L385C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L385C36-L385C40" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.Tombstone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L392C33-L392C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L392C33-L392C37" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.AttributeScopeQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L402C20-L402C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L402C20-L402C40" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.DerefAlias", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L437C20-L437C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L437C20-L437C31" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L454C20-L454C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L454C20-L454C33" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.ExtendedDN", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L472C20-L472C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L472C20-L472C31" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.DirectorySynchronization", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L492C17-L496C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L492C17-L496C30" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.VirtualListView", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L529C17-L540C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L529C17-L540C29" } ], "DocsId": "T:System.DirectoryServices.DirectorySearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L15C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor(System.DirectoryServices.DirectorySynchronizationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L20C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor(System.DirectoryServices.DirectorySynchronization)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L29C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L31C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L31C103" }, { "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor(System.DirectoryServices.DirectorySynchronizationOptions,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L37C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySynchronization.GetDirectorySynchronizationCookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L59C13-L65C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L59C13-L65C31" }, { "DocsId": "M:System.DirectoryServices.DirectorySynchronization.ResetDirectorySynchronizationCookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L68C62-L68C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L68C62-L68C91" }, { "DocsId": "M:System.DirectoryServices.DirectorySynchronization.ResetDirectorySynchronizationCookie(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L72C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L72C13-L84C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySynchronization.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L86C51-L86C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L86C51-L86C97" }, { "DocsId": "P:System.DirectoryServices.DirectorySynchronization.Option", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L42C20-L42C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L42C20-L42C27" } ], "DocsId": "T:System.DirectoryServices.DirectorySynchronization", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" }, { "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" }, { "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.ObjectSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" }, { "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.ParentsFirst", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" }, { "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.PublicDataOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" }, { "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.IncrementalValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" } ], "DocsId": "T:System.DirectoryServices.DirectorySynchronizationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L20C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L25C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L32C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L39C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32,System.Int32,System.Int32,System.DirectoryServices.DirectoryVirtualListViewContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L47C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32,System.Int32,System.String,System.DirectoryServices.DirectoryVirtualListViewContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L55C10" }, { "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.BeforeCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L60C20-L60C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L60C20-L60C32" }, { "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.AfterCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L75C20-L75C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L75C20-L75C31" }, { "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.Offset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L90C20-L90C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L90C20-L90C27" }, { "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.TargetPercentage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L113C20-L113C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L113C20-L113C37" }, { "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L130C20-L130C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L130C20-L130C27" }, { "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.ApproximateTotal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L137C20-L137C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L137C20-L137C37" }, { "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.DirectoryVirtualListViewContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L150C83-L150C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L150C83-L150C87" } ], "DocsId": "T:System.DirectoryServices.DirectoryVirtualListView", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectoryVirtualListViewContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListViewContext.cs#L10C52-L12C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListViewContext.cs#L10C52-L12C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryVirtualListViewContext.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListViewContext.cs#L32C13-L32C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListViewContext.cs#L32C13-L32C66" } ], "DocsId": "T:System.DirectoryServices.DirectoryVirtualListViewContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListViewContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListViewContext.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ExtendedDN.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" }, { "DocsId": "F:System.DirectoryServices.ExtendedDN.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" }, { "DocsId": "F:System.DirectoryServices.ExtendedDN.HexString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" }, { "DocsId": "F:System.DirectoryServices.ExtendedDN.Standard", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" } ], "DocsId": "T:System.DirectoryServices.ExtendedDN", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.PasswordEncodingMethod.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" }, { "DocsId": "F:System.DirectoryServices.PasswordEncodingMethod.PasswordEncodingSsl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" }, { "DocsId": "F:System.DirectoryServices.PasswordEncodingMethod.PasswordEncodingClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" } ], "DocsId": "T:System.DirectoryServices.PasswordEncodingMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.PropertyCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L72C13-L86C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L72C13-L86C25" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.CopyTo(System.DirectoryServices.PropertyValueCollection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L94C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L94C13-L95C10" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L102C13-L114C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L102C13-L114C63" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#get_Item(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L119C20-L119C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L119C20-L119C37" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#set_Item(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L120C20-L120C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L120C20-L120C78" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L123C41-L123C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L123C41-L123C45" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L125C40-L125C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L125C40-L125C44" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L127C41-L127C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L127C41-L127C65" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Add(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L131C13-L131C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L131C13-L131C67" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L136C13-L136C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L136C13-L136C69" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L139C52-L139C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L139C52-L139C75" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L143C13-L143C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L143C13-L143C70" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L146C52-L146C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L146C52-L146C67" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L148C44-L148C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L148C44-L148C49" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L150C40-L150C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L150C40-L150C44" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L154C13-L171C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L154C13-L171C10" }, { "DocsId": "P:System.DirectoryServices.PropertyCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L32C17-L42C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L32C17-L42C34" }, { "DocsId": "P:System.DirectoryServices.PropertyCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L54C17-L61C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L54C17-L61C47" }, { "DocsId": "P:System.DirectoryServices.PropertyCollection.PropertyNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L65C45-L65C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L65C45-L65C69" }, { "DocsId": "P:System.DirectoryServices.PropertyCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L67C38-L67C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L67C38-L67C64" }, { "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Item(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L119C20-L119C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L119C20-L119C37" }, { "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L123C41-L123C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L123C41-L123C45" }, { "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L125C40-L125C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L125C40-L125C44" }, { "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L127C41-L127C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L127C41-L127C65" }, { "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L148C44-L148C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L148C44-L148C49" }, { "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L150C40-L150C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L150C40-L150C44" } ], "DocsId": "T:System.DirectoryServices.PropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L132C42-L132C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L132C42-L132C57" }, { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.AddRange(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L139C13-L147C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L139C13-L147C10" }, { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.AddRange(System.DirectoryServices.PropertyValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L154C13-L163C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L154C13-L163C10" }, { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L165C48-L165C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L165C48-L165C68" }, { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L173C13-L174C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L173C13-L174C10" }, { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L176C46-L176C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L176C46-L176C65" }, { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L178C57-L178C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L178C57-L178C82" }, { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L211C13-L226C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L211C13-L226C10" }, { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L230C13-L247C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L230C13-L247C10" }, { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L251C13-L280C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L251C13-L280C10" }, { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L284C13-L313C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L284C13-L313C10" }, { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L318C13-L338C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L318C13-L338C10" }, { "DocsId": "P:System.DirectoryServices.PropertyValueCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L50C20-L50C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L50C20-L50C31" }, { "DocsId": "P:System.DirectoryServices.PropertyValueCollection.PropertyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L62C38-L62C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L62C38-L62C42" }, { "DocsId": "P:System.DirectoryServices.PropertyValueCollection.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L68C17-L76C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L68C17-L76C40" } ], "DocsId": "T:System.DirectoryServices.PropertyValueCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ReferralChasingOption.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" }, { "DocsId": "F:System.DirectoryServices.ReferralChasingOption.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" }, { "DocsId": "F:System.DirectoryServices.ReferralChasingOption.Subordinate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" }, { "DocsId": "F:System.DirectoryServices.ReferralChasingOption.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" }, { "DocsId": "F:System.DirectoryServices.ReferralChasingOption.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" } ], "DocsId": "T:System.DirectoryServices.ReferralChasingOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ResultPropertyCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L48C13-L49C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L48C13-L49C52" }, { "DocsId": "M:System.DirectoryServices.ResultPropertyCollection.CopyTo(System.DirectoryServices.ResultPropertyValueCollection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L54C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L54C13-L55C10" }, { "DocsId": "P:System.DirectoryServices.ResultPropertyCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L25C17-L32C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L25C17-L32C85" }, { "DocsId": "P:System.DirectoryServices.ResultPropertyCollection.PropertyNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L37C45-L37C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L37C45-L37C60" }, { "DocsId": "P:System.DirectoryServices.ResultPropertyCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L39C38-L39C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L39C38-L39C55" } ], "DocsId": "T:System.DirectoryServices.ResultPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ResultPropertyValueCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L30C48-L30C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L30C48-L30C73" }, { "DocsId": "M:System.DirectoryServices.ResultPropertyValueCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L32C46-L32C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L32C46-L32C70" }, { "DocsId": "M:System.DirectoryServices.ResultPropertyValueCollection.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L34C60-L34C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L34C60-L34C91" }, { "DocsId": "P:System.DirectoryServices.ResultPropertyValueCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L22C17-L26C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L22C17-L26C40" } ], "DocsId": "T:System.DirectoryServices.ResultPropertyValueCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L57C13-L63C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L57C13-L63C41" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.AddRange(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L71C13-L82C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L71C13-L82C10" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.AddRange(System.DirectoryServices.SchemaNameCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L86C13-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L86C13-L97C10" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L104C13-L105C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L104C13-L105C10" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L110C48-L110C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L110C48-L110C68" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L114C13-L116C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L114C13-L116C10" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L120C13-L121C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L120C13-L121C43" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L138C13-L144C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L138C13-L144C23" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Insert(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L152C13-L155C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L152C13-L155C10" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L163C13-L165C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L163C13-L165C10" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L172C13-L182C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L172C13-L182C10" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L184C34-L184C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L184C34-L184C39" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L186C35-L186C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L186C35-L186C40" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L190C13-L192C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L190C13-L192C10" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L194C44-L194C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L194C44-L194C49" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L196C40-L196C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L196C40-L196C44" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L200C20-L200C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L200C20-L200C31" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L201C20-L201C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L201C20-L201C48" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L204C41-L204C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L204C41-L204C60" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L206C47-L206C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L206C47-L206C71" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L208C45-L208C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L208C45-L208C68" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L210C56-L210C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L210C56-L210C85" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L212C45-L212C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L212C45-L212C67" }, { "DocsId": "P:System.DirectoryServices.SchemaNameCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L29C17-L30C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L29C17-L30C47" }, { "DocsId": "P:System.DirectoryServices.SchemaNameCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L47C17-L48C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L47C17-L48C38" }, { "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L184C34-L184C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L184C34-L184C39" }, { "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L186C35-L186C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L186C35-L186C40" }, { "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L194C44-L194C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L194C44-L194C49" }, { "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L196C40-L196C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L196C40-L196C44" }, { "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L200C20-L200C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L200C20-L200C31" } ], "DocsId": "T:System.DirectoryServices.SchemaNameCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.SearchResult.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs#L29C13-L34C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs#L29C13-L34C33" }, { "DocsId": "P:System.DirectoryServices.SearchResult.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs#L41C31-L41C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs#L41C31-L41C64" }, { "DocsId": "P:System.DirectoryServices.SearchResult.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs#L47C54-L47C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs#L47C54-L47C58" } ], "DocsId": "T:System.DirectoryServices.SearchResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.SearchResultCollection.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L151C13-L153C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L151C13-L153C10" }, { "DocsId": "M:System.DirectoryServices.SearchResultCollection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L157C13-L185C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L157C13-L185C10" }, { "DocsId": "M:System.DirectoryServices.SearchResultCollection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L187C38-L187C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L187C38-L187C52" }, { "DocsId": "M:System.DirectoryServices.SearchResultCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L193C13-L196C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L193C13-L196C87" }, { "DocsId": "M:System.DirectoryServices.SearchResultCollection.Contains(System.DirectoryServices.SearchResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L199C54-L199C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L199C54-L199C80" }, { "DocsId": "M:System.DirectoryServices.SearchResultCollection.CopyTo(System.DirectoryServices.SearchResult[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L203C13-L204C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L203C13-L204C10" }, { "DocsId": "M:System.DirectoryServices.SearchResultCollection.IndexOf(System.DirectoryServices.SearchResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L206C52-L206C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L206C52-L206C77" }, { "DocsId": "M:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L208C44-L208C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L208C44-L208C49" }, { "DocsId": "M:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L210C40-L210C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L210C40-L210C44" }, { "DocsId": "M:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L214C13-L215C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L214C13-L215C10" }, { "DocsId": "P:System.DirectoryServices.SearchResultCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L38C48-L38C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L38C48-L38C79" }, { "DocsId": "P:System.DirectoryServices.SearchResultCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L40C29-L40C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L40C29-L40C44" }, { "DocsId": "P:System.DirectoryServices.SearchResultCollection.Handle", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L77C17-L80C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L77C17-L80C32" }, { "DocsId": "P:System.DirectoryServices.SearchResultCollection.PropertiesLoaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L88C44-L88C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L88C44-L88C48" }, { "DocsId": "P:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L208C44-L208C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L208C44-L208C49" }, { "DocsId": "P:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L210C40-L210C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L210C40-L210C44" } ], "DocsId": "T:System.DirectoryServices.SearchResultCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.SearchScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" }, { "DocsId": "F:System.DirectoryServices.SearchScope.Base", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" }, { "DocsId": "F:System.DirectoryServices.SearchScope.OneLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" }, { "DocsId": "F:System.DirectoryServices.SearchScope.Subtree", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" } ], "DocsId": "T:System.DirectoryServices.SearchScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.SecurityMasks.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" }, { "DocsId": "F:System.DirectoryServices.SecurityMasks.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" }, { "DocsId": "F:System.DirectoryServices.SecurityMasks.Owner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" }, { "DocsId": "F:System.DirectoryServices.SecurityMasks.Group", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" }, { "DocsId": "F:System.DirectoryServices.SecurityMasks.Dacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" }, { "DocsId": "F:System.DirectoryServices.SecurityMasks.Sacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" } ], "DocsId": "T:System.DirectoryServices.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.SortDirection.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" }, { "DocsId": "F:System.DirectoryServices.SortDirection.Ascending", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" }, { "DocsId": "F:System.DirectoryServices.SortDirection.Descending", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" } ], "DocsId": "T:System.DirectoryServices.SortDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.SortOption.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L15C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L15C9-L17C10" }, { "DocsId": "M:System.DirectoryServices.SortOption.#ctor(System.String,System.DirectoryServices.SortDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L19C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L19C9-L23C10" }, { "DocsId": "P:System.DirectoryServices.SortOption.PropertyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L29C20-L29C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L29C20-L29C33" }, { "DocsId": "P:System.DirectoryServices.SortOption.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L36C20-L36C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L36C20-L36C34" } ], "DocsId": "T:System.DirectoryServices.SortOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L14C9-L14C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L14C9-L14C51" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L16C65-L16C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L16C65-L16C82" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L18C83-L18C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L18C83-L18C107" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L24C101-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L24C101-L26C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L44C13-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L44C13-L45C10" }, { "DocsId": "P:System.DirectoryServices.DirectoryServicesCOMException.ExtendedError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L34C36-L34C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L34C36-L34C40" }, { "DocsId": "P:System.DirectoryServices.DirectoryServicesCOMException.ExtendedErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L36C47-L36C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L36C47-L36C51" } ], "DocsId": "T:System.DirectoryServices.DirectoryServicesCOMException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L14C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L14C9-L16C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L29C13-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L29C13-L30C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L35C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L35C13-L49C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L53C46-L53C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L53C46-L53C50" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L65C17-L66C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L65C17-L66C38" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L42C13-L43C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L42C13-L43C50" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.CopyTo(System.DirectoryServices.ActiveDirectory.AttributeMetadata[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L48C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L48C13-L49C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L26C17-L32C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L26C17-L32C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.AttributeNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L36C58-L36C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L36C58-L36C62" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L38C53-L38C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L38C53-L38C57" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Zero", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.One", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Two", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Three", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Four", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Five", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Six", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Seven", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Eight", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Nine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Ten", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Eleven", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Twelve", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Thirteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Fourteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Fifteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Sixteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Seventeen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Eighteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Nineteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Twenty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.TwentyOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.TwentyTwo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.TwentyThree", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.HourOfDay", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.Zero", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.Fifteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.Thirty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.FortyFive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.MinuteOfHour", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L47C9-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L47C9-L56C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.#ctor(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L58C76-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L58C76-L65C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.SetSchedule(System.DayOfWeek,System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour,System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L100C13-L124C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L100C13-L124C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.SetSchedule(System.DayOfWeek[],System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour,System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L128C13-L138C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L128C13-L138C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.SetDailySchedule(System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour,System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L142C18-L146C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L142C18-L146C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.ResetSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L150C18-L152C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L150C18-L152C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.RawSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L77C17-L82C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L77C17-L82C28" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.Type88", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.Structural", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.Abstract", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.Auxiliary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.SchemaClassType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.PropertyTypes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.PropertyTypes.Indexed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.PropertyTypes.InGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.PropertyTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L53C13-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L53C13-L83C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.GetSchema(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L89C13-L175C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L89C13-L175C84" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.RefreshSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L180C13-L203C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L180C13-L203C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindClass(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L210C13-L211C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L210C13-L211C84" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindDefunctClass(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L219C13-L236C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L219C13-L236C32" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L244C13-L247C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L244C13-L247C65" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllClasses(System.DirectoryServices.ActiveDirectory.SchemaClassType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L255C13-L266C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L255C13-L266C65" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllDefunctClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L274C13-L278C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L274C13-L278C65" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindProperty(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L286C13-L287C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L286C13-L287C87" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindDefunctProperty(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L295C13-L312C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L295C13-L312C35" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L320C13-L324C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L320C13-L324C68" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllProperties(System.DirectoryServices.ActiveDirectory.PropertyTypes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L332C13-L366C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L332C13-L366C76" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllDefunctProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L374C13-L378C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L374C13-L378C68" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L383C13-L384C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L383C13-L384C75" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.GetCurrentSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L389C13-L389C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L389C13-L389C103" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.SchemaRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L400C17-L401C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L400C17-L401C72" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L42C9-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L42C9-L89C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L182C13-L183C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L182C13-L183C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L188C13-L217C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L188C13-L217C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L223C13-L255C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L223C13-L255C32" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.GetAllProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L260C13-L269C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L260C13-L269C84" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L274C13-L420C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L274C13-L420C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L424C13-L424C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L424C13-L424C25" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L429C13-L439C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L429C13-L439C96" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L448C17-L449C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L448C17-L449C41" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.CommonName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L457C17-L464C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L457C17-L464C36" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L483C17-L508C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L483C17-L508C29" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L527C17-L538C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L527C17-L538C37" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.IsDefunct", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L557C17-L559C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L557C17-L559C35" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.PossibleSuperiors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L578C17-L647C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L578C17-L647C43" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.PossibleInferiors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L655C17-L669C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L655C17-L669C43" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.MandatoryProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L677C17-L745C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L677C17-L745C45" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.OptionalProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L753C17-L830C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L753C17-L830C44" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.AuxiliaryClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L838C17-L906C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L838C17-L906C42" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.SubClassOf", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L914C17-L921C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L914C17-L921C36" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L940C17-L951C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L940C17-L951C30" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.SchemaGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L976C17-L985C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L976C17-L985C57" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.DefaultObjectSecurityDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L1004C17-L1025C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L1004C17-L1025C56" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L82C13-L95C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L82C13-L95C122" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L101C13-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L101C13-L115C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L119C13-L134C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L119C13-L134C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.AddRange(System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L138C13-L153C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L138C13-L153C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L157C13-L173C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L157C13-L173C111" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L178C13-L191C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L178C13-L191C122" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L197C13-L213C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L197C13-L213C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L218C13-L219C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L218C13-L219C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L223C13-L239C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L223C13-L239C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L244C13-L260C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L244C13-L260C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L266C13-L279C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L266C13-L279C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L285C13-L311C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L285C13-L311C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L317C13-L324C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L317C13-L324C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L328C13-L337C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L328C13-L337C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L56C20-L56C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L56C20-L56C60" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L40C9-L140C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L40C9-L140C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L232C13-L233C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L232C13-L233C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L238C13-L268C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L238C13-L268C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L274C13-L304C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L274C13-L304C35" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L309C13-L454C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L309C13-L454C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L456C46-L456C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L456C46-L456C50" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L460C13-L470C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L460C13-L470C99" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L480C17-L481C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L480C17-L481C41" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.CommonName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L489C17-L496C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L489C17-L496C36" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L518C17-L543C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L518C17-L543C29" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Syntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L565C17-L580C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L565C17-L580C32" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L604C17-L615C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L604C17-L615C37" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsSingleValued", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L637C17-L663C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L637C17-L663C40" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsIndexed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L686C17-L688C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L686C17-L688C66" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsIndexedOverContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L709C17-L711C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L709C17-L711C79" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsInAnr", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L732C17-L734C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L732C17-L734C64" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsOnTombstonedObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L755C17-L757C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L755C17-L757C77" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsTupleIndexed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L778C17-L780C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L778C17-L780C71" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsInGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L801C17-L813C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L801C17-L813C43" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.RangeLower", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L836C17-L856C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L836C17-L856C36" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.RangeUpper", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L889C17-L909C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L889C17-L909C36" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsDefunct", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L942C17-L944C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L942C17-L944C35" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Link", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L963C17-L998C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L963C17-L998C40" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.LinkId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L1006C17-L1025C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L1006C17-L1025C32" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.SchemaGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L1058C17-L1067C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L1058C17-L1067C57" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L80C13-L93C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L80C13-L93C128" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L99C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L99C13-L113C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L117C13-L133C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L117C13-L133C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.AddRange(System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L137C13-L153C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L137C13-L153C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L157C13-L173C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L157C13-L173C117" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L178C13-L191C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L178C13-L191C128" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L197C13-L212C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L197C13-L212C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L232C13-L233C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L232C13-L233C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L237C13-L252C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L237C13-L252C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L257C13-L273C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L257C13-L273C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L279C13-L292C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L279C13-L292C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L298C13-L324C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L298C13-L324C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L330C13-L338C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L330C13-L338C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L342C13-L349C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L342C13-L349C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L56C20-L56C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L56C20-L56C63" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.AutoTopologyDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.TopologyCleanupDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.AutoMinimumHopDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.StaleServerDetectDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.AutoInterSiteTopologyDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.GroupMembershipCachingEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.ForceKccWindows2003Behavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.UseWindows2000IstgElection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.RandomBridgeHeaderServerSelectionDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.UseHashingForReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.RedundantServerTopologyEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L64C13-L123C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L64C13-L123C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L37C9-L168C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L37C9-L168C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.GetComputerSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L193C13-L227C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L193C13-L227C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L720C13-L850C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L720C13-L850C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L854C13-L872C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L854C13-L872C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L876C13-L879C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L876C13-L879C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L1074C13-L1083C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L1074C13-L1083C99" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L1089C13-L1091C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L1089C13-L1091C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L1095C13-L1105C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L1095C13-L1105C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L233C17-L236C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L233C17-L236C30" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Domains", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L244C17-L258C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L244C17-L258C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Subnets", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L266C17-L282C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L266C17-L282C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Servers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L290C17-L303C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L290C17-L303C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.AdjacentSites", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L311C17-L323C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L311C17-L323C39" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.SiteLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L331C17-L343C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L331C17-L343C31" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.InterSiteTopologyGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L352C17-L407C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L352C17-L407C14" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L431C17-L452C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L431C17-L452C14" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Location", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L478C17-L494C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L478C17-L494C14" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.BridgeheadServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L523C17-L532C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L523C17-L532C43" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.PreferredSmtpBridgeheadServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L540C17-L556C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L540C17-L556C47" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.PreferredRpcBridgeheadServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L564C17-L579C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L564C17-L579C46" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.IntraSiteReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L587C17-L620C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L587C17-L620C33" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L45C13-L53C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L45C13-L53C108" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L58C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L58C13-L62C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L66C13-L71C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L66C13-L71C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L75C13-L92C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L75C13-L92C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L97C13-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L97C13-L98C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L102C13-L119C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L102C13-L119C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L124C13-L132C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L124C13-L132C108" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L137C13-L157C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L137C13-L157C97" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L163C13-L175C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L163C13-L175C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L181C13-L194C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L181C13-L194C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L200C13-L210C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L200C13-L210C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L216C13-L226C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L216C13-L226C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L230C13-L237C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L230C13-L237C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L25C20-L25C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L25C20-L25C58" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L28C89-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L28C89-L30C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L32C129-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L32C129-L34C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L22C9-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L22C9-L101C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L114C13-L114C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L114C13-L114C88" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L119C13-L195C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L119C13-L195C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L579C13-L599C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L579C13-L599C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L603C13-L621C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L603C13-L621C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L625C13-L628C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L625C13-L628C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L633C13-L642C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L633C13-L642C99" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L648C13-L650C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L648C13-L650C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L654C13-L663C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L654C13-L663C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L201C17-L204C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L201C17-L204C30" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L212C17-L215C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L212C17-L215C35" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Sites", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L223C17-L240C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L223C17-L240C31" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Cost", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L248C17-L263C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L248C17-L263C14" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.ReplicationInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L287C17-L304C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L287C17-L304C14" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.ReciprocalReplicationEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L336C17-L359C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L336C17-L359C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.NotificationEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L400C17-L423C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L400C17-L423C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.DataCompressionEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L464C17-L490C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L464C17-L490C34" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.InterSiteReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L532C17-L551C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L532C17-L551C33" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L24C93-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L24C93-L26C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L21C9-L88C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L21C9-L88C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L101C13-L101C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L101C13-L101C86" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L106C13-L183C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L106C13-L183C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L234C13-L255C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L234C13-L255C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L259C13-L277C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L259C13-L277C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L281C13-L284C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L281C13-L284C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L289C13-L298C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L289C13-L298C100" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L304C13-L306C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L304C13-L306C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L310C13-L319C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L310C13-L319C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L189C17-L192C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L189C17-L192C30" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.SiteLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L200C17-L217C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L200C17-L217C31" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L225C17-L228C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L225C17-L228C35" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L39C13-L48C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L39C13-L48C108" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L53C13-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L53C13-L58C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L62C13-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L62C13-L68C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L72C13-L90C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L72C13-L90C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L95C13-L96C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L95C13-L96C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L100C13-L118C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L100C13-L118C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L123C13-L132C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L123C13-L132C108" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L137C13-L158C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L137C13-L158C97" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L164C13-L176C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L164C13-L176C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L182C13-L195C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L182C13-L195C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L201C13-L211C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L201C13-L211C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L217C13-L227C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L217C13-L227C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L231C13-L238C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L231C13-L238C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L19C20-L19C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L19C20-L19C62" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L21C13-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L21C13-L107C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L109C9-L147C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L109C9-L147C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L149C102-L166C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L149C102-L166C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L272C13-L308C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L272C13-L308C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L312C13-L330C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L312C13-L330C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L334C13-L337C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L334C13-L337C25" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L342C13-L351C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L342C13-L351C99" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L357C13-L359C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L357C13-L359C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L363C13-L372C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L363C13-L372C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L194C17-L197C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L194C17-L197C30" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L205C17-L208C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L205C17-L208C30" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Location", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L230C17-L244C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L230C17-L244C14" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L49C13-L58C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L49C13-L58C112" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L63C13-L76C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L63C13-L76C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L80C13-L86C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L80C13-L86C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L90C13-L108C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L90C13-L108C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L113C13-L114C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L113C13-L114C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L118C13-L136C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L118C13-L136C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L141C13-L150C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L141C13-L150C112" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L155C13-L176C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L155C13-L176C101" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L181C13-L189C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L181C13-L189C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L194C13-L201C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L194C13-L201C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L207C13-L230C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L207C13-L230C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L236C13-L256C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L236C13-L256C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L262C13-L264C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L262C13-L264C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L268C13-L275C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L268C13-L275C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L29C20-L29C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L29C20-L29C60" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.CaseExactString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.CaseIgnoreString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.NumericString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.DirectoryString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.OctetString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.SecurityDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Int", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Int64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Bool", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.GeneralizedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.UtcTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.DN", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.DNWithBinary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.DNWithString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Enumeration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.IA5String", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.PrintableString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Sid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.AccessPointDN", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.ORName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.PresentationAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.ReplicaLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L84C13-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L84C13-L85C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L90C13-L106C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L90C13-L106C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetAdamInstance(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L113C13-L164C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L113C13-L164C78" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L170C13-L194C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L170C13-L194C87" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L199C13-L236C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L199C13-L236C43" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.TransferRoleOwnership(System.DirectoryServices.ActiveDirectory.AdamRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L241C13-L262C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L241C13-L262C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.SeizeRoleOwnership(System.DirectoryServices.ActiveDirectory.AdamRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L268C13-L308C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L268C13-L308C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.CheckReplicationConsistency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L312C13-L320C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L312C13-L320C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationCursors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L324C13-L340C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L324C13-L340C123" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationOperationInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L345C13-L354C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L345C13-L354C88" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L359C13-L374C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L359C13-L374C80" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetAllReplicationNeighbors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L379C13-L388C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L379C13-L388C80" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationConnectionFailures", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L393C13-L393C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L393C13-L393C100" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationMetadata(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L398C13-L413C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L398C13-L413C89" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.SyncReplicaFromServer(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L418C13-L436C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L418C13-L436C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.TriggerSyncReplicaFromNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L440C13-L452C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L440C13-L452C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.SyncReplicaFromAllServers(System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L456C13-L468C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L456C13-L468C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L472C13-L491C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L472C13-L491C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.ConfigurationSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L501C17-L507C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L501C17-L507C42" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.HostName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L515C17-L521C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L515C17-L521C40" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.LdapPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L529C17-L535C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L529C17-L535C40" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.SslPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L543C17-L549C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L543C17-L549C39" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.Roles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L559C17-L595C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L559C17-L595C37" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.DefaultPartition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L603C17-L626C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L603C17-L626C48" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.IPAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L666C17-L675C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L666C17-L675C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.SiteName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L684C17-L697C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L684C17-L697C39" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.SyncFromAllServersCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L796C17-L799C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L796C17-L799C38" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.InboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L811C79-L811C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L811C79-L811C108" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.OutboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L813C80-L813C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L813C80-L813C110" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.AdamInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection.Contains(System.DirectoryServices.ActiveDirectory.AdamInstance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L24C13-L37C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L24C13-L37C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection.IndexOf(System.DirectoryServices.ActiveDirectory.AdamInstance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L42C13-L56C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L42C13-L56C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection.CopyTo(System.DirectoryServices.ActiveDirectory.AdamInstance[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L61C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L61C13-L62C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L20C48-L20C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L20C48-L20C79" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L28C9-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L28C9-L46C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L28C9-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L28C9-L55C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L76C13-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L76C13-L102C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.GetApplicationPartition(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L110C13-L155C155" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L110C13-L155C155" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L161C13-L347C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L161C13-L347C30" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindDirectoryServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L352C13-L370C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L352C13-L370C36" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindDirectoryServer(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L375C13-L399C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L375C13-L399C36" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindDirectoryServer(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L404C13-L424C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L404C13-L424C36" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindDirectoryServer(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L429C13-L454C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L429C13-L454C36" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindAllDirectoryServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L459C13-L476C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L459C13-L476C41" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindAllDirectoryServers(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L482C13-L504C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L482C13-L504C41" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindAllDiscoverableDirectoryServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L510C13-L522C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L510C13-L522C77" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindAllDiscoverableDirectoryServers(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L528C13-L545C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L528C13-L545C77" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L551C13-L575C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L551C13-L575C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L579C13-L742C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L579C13-L742C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L746C13-L753C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L746C13-L753C75" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ApplicationPartition.DirectoryServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L764C17-L783C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L764C17-L783C48" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ApplicationPartition.SecurityReferenceDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L791C17-L822C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L791C17-L822C14" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ApplicationPartition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection.Contains(System.DirectoryServices.ActiveDirectory.ApplicationPartition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L24C13-L37C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L24C13-L37C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ApplicationPartition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L42C13-L55C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L42C13-L55C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ApplicationPartition[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L60C13-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L60C13-L61C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L20C56-L20C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L20C56-L20C95" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L55C30-L55C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L55C30-L55C34" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L57C30-L57C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L57C30-L57C34" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.LastOriginatingChangeTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L59C53-L59C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L59C53-L59C57" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.LastOriginatingInvocationId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L61C51-L61C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L61C51-L61C55" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.OriginatingChangeUsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L63C44-L63C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L63C44-L63C48" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.LocalChangeUsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L65C38-L65C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L65C38-L65C42" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.OriginatingServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L71C17-L88C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L71C17-L88C47" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.AttributeMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection.Contains(System.DirectoryServices.ActiveDirectory.AttributeMetadata)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L16C13-L29C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L16C13-L29C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection.IndexOf(System.DirectoryServices.ActiveDirectory.AttributeMetadata)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L34C13-L46C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L34C13-L46C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection.CopyTo(System.DirectoryServices.ActiveDirectory.AttributeMetadata[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L51C13-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L51C13-L52C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L12C53-L12C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L12C53-L12C89" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L48C34-L48C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L48C34-L48C47" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L53C13-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L53C13-L67C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.GetConfigurationSet(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L75C13-L151C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L75C13-L151C84" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAdamInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L156C13-L157C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L156C13-L157C68" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAdamInstance(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L162C13-L169C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L162C13-L169C77" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAdamInstance(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L174C13-L185C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L174C13-L185C81" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAllAdamInstances", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L190C13-L192C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L190C13-L192C60" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAllAdamInstances(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L197C13-L204C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L197C13-L204C69" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAllAdamInstances(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L209C13-L220C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L209C13-L220C73" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L225C13-L226C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L225C13-L226C110" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.GetSecurityLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L231C13-L237C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L231C13-L237C41" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.SetSecurityLevel(System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L242C13-L261C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L242C13-L261C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L263C46-L263C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L263C46-L263C50" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L273C17-L274C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L273C17-L274C39" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Sites", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L282C17-L283C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L282C17-L283C80" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.AdamInstances", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L291C17-L292C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L291C17-L292C72" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.ApplicationPartitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L300C17-L301C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L300C17-L301C120" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Schema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L309C17-L321C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L309C17-L321C38" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.SchemaRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L329C17-L330C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L329C17-L330C85" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.NamingRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L338C17-L339C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L338C17-L339C85" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ConfigurationSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.DirectoryServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.ConfigurationSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.ApplicationPartition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.DirectoryContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryContext.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContextType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L103C9-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L103C9-L115C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryContext.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContextType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L117C9-L135C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L117C9-L135C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryContext.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContextType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L137C9-L149C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L137C9-L149C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryContext.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContextType,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L151C9-L169C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L151C9-L169C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryContext.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L175C32-L175C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L175C32-L175C37" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryContext.UserName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L177C36-L177C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L177C36-L177C80" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryContext.ContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L184C52-L184C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L184C52-L184C64" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.DirectoryContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L24C9-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L24C9-L37C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L41C31-L41C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L41C31-L41C45" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L45C13-L51C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L45C13-L51C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L56C13-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L56C13-L70C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L74C46-L74C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L74C46-L74C50" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.MoveToAnotherSite(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L78C13-L144C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L78C13-L144C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L148C13-L150C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L148C13-L150C81" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.CheckReplicationConsistency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationCursors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationOperationInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetAllReplicationNeighbors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationConnectionFailures", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationMetadata(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.SyncReplicaFromServer(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.TriggerSyncReplicaFromNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.SyncReplicaFromAllServers(System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L185C17-L186C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L185C17-L186C36" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.Partitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L194C17-L195C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L194C17-L195C91" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.IPAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.SiteName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.SyncFromAllServersCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.InboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.OutboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.DirectoryServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Add(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L65C13-L105C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L65C13-L105C116" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.AddRange(System.DirectoryServices.ActiveDirectory.DirectoryServer[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L111C13-L124C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L111C13-L124C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Contains(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L128C13-L140C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L128C13-L140C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.CopyTo(System.DirectoryServices.ActiveDirectory.DirectoryServer[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L145C13-L146C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L145C13-L146C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.IndexOf(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L150C13-L162C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L150C13-L162C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L167C13-L207C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L167C13-L207C100" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Remove(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L213C13-L228C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L213C13-L228C101" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L233C13-L241C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L233C13-L241C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L246C13-L270C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L246C13-L270C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L276C13-L317C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L276C13-L317C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L323C13-L363C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L323C13-L363C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L369C13-L371C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L369C13-L371C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L375C13-L397C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L375C13-L397C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L48C20-L48C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L48C20-L48C54" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2000MixedDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2000NativeDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2003InterimDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2003Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2008Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2008R2Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows8Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2012R2Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetDomain(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L64C13-L134C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L64C13-L134C100" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetComputerDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L139C13-L145C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L139C13-L145C108" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.RaiseDomainFunctionalityLevel(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L151C13-L253C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L151C13-L253C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.RaiseDomainFunctionality(System.DirectoryServices.ActiveDirectory.DomainMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L258C13-L408C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L258C13-L408C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindDomainController", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L412C13-L414C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L412C13-L414C77" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindDomainController(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L419C13-L426C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L419C13-L426C81" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindDomainController(System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L431C13-L433C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L431C13-L433C80" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindDomainController(System.String,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L438C13-L445C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L438C13-L445C84" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindAllDomainControllers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L450C13-L452C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L450C13-L452C101" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindAllDomainControllers(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L457C13-L464C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L457C13-L464C105" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindAllDiscoverableDomainControllers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L469C13-L472C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L469C13-L472C120" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindAllDiscoverableDomainControllers(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L477C13-L491C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L477C13-L491C124" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L496C13-L497C140" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L496C13-L497C140" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetAllTrustRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L502C13-L506C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L502C13-L506C31" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L511C13-L529C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L511C13-L529C38" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetSelectiveAuthenticationStatus(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L535C13-L543C168" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L535C13-L543C168" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.SetSelectiveAuthenticationStatus(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L548C13-L557C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L548C13-L557C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetSidFilteringStatus(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L561C13-L569C168" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L561C13-L569C168" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.SetSidFilteringStatus(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L574C13-L583C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L574C13-L583C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.DeleteLocalSideOfTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L587C13-L597C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L587C13-L597C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.DeleteTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L601C13-L611C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L601C13-L611C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.VerifyOutboundTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L615C13-L624C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L615C13-L624C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.VerifyTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L628C13-L661C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L628C13-L661C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.CreateLocalSideOfTrustRelationship(System.String,System.DirectoryServices.ActiveDirectory.TrustDirection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L665C13-L688C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L665C13-L688C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.CreateTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L692C13-L713C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L692C13-L713C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.UpdateLocalSideOfTrustRelationship(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L717C13-L732C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L717C13-L732C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.UpdateLocalSideOfTrustRelationship(System.String,System.DirectoryServices.ActiveDirectory.TrustDirection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L736C13-L754C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L736C13-L754C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.UpdateTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L758C13-L779C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L758C13-L779C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.RepairTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L783C13-L821C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L783C13-L821C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetCurrentDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L825C13-L825C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L825C13-L825C88" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L836C17-L846C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L836C17-L846C38" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.DomainControllers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L854C17-L855C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L854C17-L855C80" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L863C17-L864C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L863C17-L864C84" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.DomainMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L872C17-L877C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L872C17-L877C43" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.DomainModeLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L885C17-L890C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L885C17-L890C41" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.Parent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L898C17-L904C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L898C17-L904C38" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.PdcRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L912C17-L914C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L912C17-L914C44" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.RidRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L922C17-L923C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L922C17-L923C90" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.InfrastructureRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L931C17-L932C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L931C17-L932C112" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainCollection.Contains(System.DirectoryServices.ActiveDirectory.Domain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L27C13-L38C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L27C13-L38C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainCollection.IndexOf(System.DirectoryServices.ActiveDirectory.Domain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L43C13-L54C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L43C13-L54C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainCollection.CopyTo(System.DirectoryServices.ActiveDirectory.Domain[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L59C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L59C13-L60C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L23C42-L23C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L23C42-L23C67" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.AbortIfServerUnavailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.SyncAdjacentServerOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.CheckServerAlivenessOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.SkipInitialCheck", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.PushChangeOutward", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.CrossSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.SyncStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.SyncCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.Finished", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory.ErrorContactingServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory.ErrorReplicating", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory.ServerUnreachable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback.Invoke(System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent,System.String,System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback.BeginInvoke(System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent,System.String,System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L42C9-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L42C9-L67C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L95C32-L95C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L95C32-L95C46" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L100C13-L116C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L100C13-L116C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetDomainController(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L123C13-L171C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L123C13-L171C80" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L176C13-L186C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L176C13-L186C70" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L191C13-L206C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L191C13-L206C74" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L211C13-L221C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L211C13-L221C73" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L226C13-L241C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L226C13-L241C77" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L246C13-L259C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L246C13-L259C94" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L264C13-L282C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L264C13-L282C98" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.EnableGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L287C13-L307C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L287C13-L307C53" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.IsGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L312C13-L338C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L312C13-L338C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.TransferRoleOwnership(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L342C13-L363C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L342C13-L363C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.SeizeRoleOwnership(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L369C13-L437C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L369C13-L437C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetDirectorySearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L441C13-L443C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L441C13-L443C51" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.CheckReplicationConsistency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L448C13-L456C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L448C13-L456C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationCursors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L460C13-L476C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L460C13-L476C119" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationOperationInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L481C13-L490C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L481C13-L490C86" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L495C13-L510C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L495C13-L510C78" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetAllReplicationNeighbors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L515C13-L524C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L515C13-L524C78" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationConnectionFailures", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L529C13-L529C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L529C13-L529C100" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationMetadata(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L534C13-L549C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L534C13-L549C87" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.SyncReplicaFromServer(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L554C13-L572C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L554C13-L572C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.TriggerSyncReplicaFromNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L576C13-L588C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L576C13-L588C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.SyncReplicaFromAllServers(System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L592C13-L604C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L592C13-L604C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L613C17-L619C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L613C17-L619C39" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.CurrentTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L627C17-L640C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L627C17-L640C53" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.HighestCommittedUsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L648C17-L661C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L648C17-L661C94" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.OSVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L669C17-L677C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L669C17-L677C41" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.Roles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L711C17-L712C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L711C17-L712C87" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L720C17-L739C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L720C17-L739C38" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.IPAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L747C17-L756C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L747C17-L756C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.SiteName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L765C17-L775C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L765C17-L775C39" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.SyncFromAllServersCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L868C17-L871C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L868C17-L871C37" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.InboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L883C79-L883C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L883C79-L883C108" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.OutboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L885C80-L885C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L885C80-L885C110" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainController", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainControllerCollection.Contains(System.DirectoryServices.ActiveDirectory.DomainController)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L24C13-L35C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L24C13-L35C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainControllerCollection.IndexOf(System.DirectoryServices.ActiveDirectory.DomainController)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L40C13-L51C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L40C13-L51C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainControllerCollection.CopyTo(System.DirectoryServices.ActiveDirectory.DomainController[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L56C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L56C13-L57C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainControllerCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L20C52-L20C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L20C52-L20C87" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainControllerCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.ErrorCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L23C64-L23C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L23C64-L23C68" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L25C32-L25C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L25C32-L25C36" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.ErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L27C38-L27C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L27C38-L27C42" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.TargetServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L29C39-L29C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L29C39-L29C43" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L31C39-L31C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L31C39-L31C43" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor(System.String,System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L38C100-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L38C100-L42C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L44C92-L44C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L44C92-L44C116" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L46C74-L46C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L46C74-L46C91" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L48C59-L48C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L48C59-L48C69" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L54C110-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L54C110-L56C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L68C13-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L68C13-L69C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L58C29-L58C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L58C29-L58C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L60C31-L60C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L60C31-L60C35" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L75C17-L81C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L75C17-L81C26" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.String,System.Exception,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L90C102-L93C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L90C102-L93C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L95C84-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L95C84-L98C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L100C87-L100C134" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L100C87-L100C134" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L102C69-L102C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L102C69-L102C109" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L104C54-L104C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L104C54-L104C83" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L110C105-L112C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L110C105-L112C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L122C13-L123C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L122C13-L123C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L114C32-L114C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L114C32-L114C36" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.String,System.Exception,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L130C117-L134C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L130C117-L134C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.String,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L136C99-L140C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L136C99-L140C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L142C88-L142C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L142C88-L142C112" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L144C70-L144C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L144C70-L144C87" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L146C55-L146C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L146C55-L146C65" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L152C106-L154C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L152C106-L154C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L179C13-L180C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L179C13-L180C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L156C32-L156C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L156C32-L156C36" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L158C31-L158C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L158C31-L158C35" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L164C17-L169C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L164C17-L169C30" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L187C90-L187C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L187C90-L187C114" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L189C72-L189C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L189C72-L189C89" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L191C57-L191C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L191C57-L191C67" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L197C108-L199C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L197C108-L199C10" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor(System.String,System.Exception,System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L208C136-L211C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L208C136-L211C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L213C90-L213C137" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L213C90-L213C137" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L215C72-L215C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L215C72-L215C112" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L217C57-L217C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L217C57-L217C86" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L223C108-L225C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L223C108-L225C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L248C13-L249C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L248C13-L249C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.ErrorInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L231C17-L238C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L231C17-L238C34" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor(System.String,System.Exception,System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L259C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L259C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L261C134" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L261C134" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L263C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L263C109" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L265C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L265C83" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L273C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L273C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L283C13-L284C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L283C13-L284C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.Collisions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C73-L275C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C73-L275C77" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2000Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2003InterimForest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2003Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2008Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2008R2Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows8Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2012R2Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L60C34-L60C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L60C34-L60C47" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L65C13-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L65C13-L79C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetForest(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L86C13-L161C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L86C13-L161C97" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.RaiseForestFunctionalityLevel(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L166C13-L209C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L166C13-L209C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.RaiseForestFunctionality(System.DirectoryServices.ActiveDirectory.ForestMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L213C13-L227C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L213C13-L227C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L229C46-L229C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L229C46-L229C50" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L233C13-L235C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L233C13-L235C75" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindGlobalCatalog(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L240C13-L247C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L240C13-L247C79" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindGlobalCatalog(System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L252C13-L254C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L252C13-L254C78" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindGlobalCatalog(System.String,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L259C13-L266C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L259C13-L266C82" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindAllGlobalCatalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L271C13-L273C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L271C13-L273C66" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindAllGlobalCatalogs(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L278C13-L285C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L278C13-L285C70" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindAllDiscoverableGlobalCatalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L290C13-L293C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L290C13-L293C112" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindAllDiscoverableGlobalCatalogs(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L298C13-L312C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L298C13-L312C116" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetAllTrustRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L317C13-L319C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L317C13-L319C42" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L324C13-L341C173" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L324C13-L341C173" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetSelectiveAuthenticationStatus(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L347C13-L355C168" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L347C13-L355C168" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.SetSelectiveAuthenticationStatus(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L360C13-L369C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L360C13-L369C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetSidFilteringStatus(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L373C13-L381C167" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L373C13-L381C167" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.SetSidFilteringStatus(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L386C13-L395C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L386C13-L395C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.DeleteLocalSideOfTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L399C13-L409C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L399C13-L409C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.DeleteTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L413C13-L423C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L413C13-L423C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.VerifyOutboundTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L427C13-L436C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L427C13-L436C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.VerifyTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L440C13-L473C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L440C13-L473C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.CreateLocalSideOfTrustRelationship(System.String,System.DirectoryServices.ActiveDirectory.TrustDirection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L477C13-L500C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L477C13-L500C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.CreateTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L504C13-L525C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L504C13-L525C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.UpdateLocalSideOfTrustRelationship(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L529C13-L544C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L529C13-L544C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.UpdateLocalSideOfTrustRelationship(System.String,System.DirectoryServices.ActiveDirectory.TrustDirection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L548C13-L566C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L548C13-L566C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.UpdateTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L570C13-L591C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L570C13-L591C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.RepairTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L595C13-L630C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L595C13-L630C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetCurrentForest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L632C52-L632C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L632C52-L632C112" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L642C17-L643C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L642C17-L643C39" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.Sites", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L651C17-L652C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L651C17-L652C80" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.Domains", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L660C17-L661C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L660C17-L661C78" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.GlobalCatalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L669C17-L670C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L669C17-L670C74" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.ApplicationPartitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L678C17-L679C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L678C17-L679C120" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.ForestModeLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L687C17-L692C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L687C17-L692C41" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.ForestMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L700C17-L707C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L700C17-L707C43" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.RootDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L715C17-L723C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L715C17-L723C42" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.Schema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L731C17-L743C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L731C17-L743C38" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.SchemaRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L751C17-L752C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L751C17-L752C96" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.NamingRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L760C17-L761C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L760C17-L761C96" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision.CollisionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L18C57-L18C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L18C57-L18C61" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision.TopLevelNameCollisionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L20C75-L20C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L20C75-L20C79" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision.DomainCollisionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L22C63-L22C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L22C63-L22C67" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision.CollisionRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L24C41-L24C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L24C41-L24C45" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection.Contains(System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L38C13-L41C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L38C13-L41C50" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L46C13-L49C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L46C13-L49C49" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L54C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L54C13-L55C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L33C20-L33C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L33C20-L33C71" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection.Contains(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L19C13-L22C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L19C13-L22C52" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L27C13-L30C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L27C13-L30C51" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L35C13-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L35C13-L36C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L14C20-L14C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L14C20-L14C67" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.SidAdminDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.SidConflictDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.NetBiosNameAdminDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.NetBiosNameConflictDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation.DnsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L40C33-L40C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L40C33-L40C37" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation.NetBiosName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L42C37-L42C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L42C37-L42C41" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation.DomainSid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L44C35-L44C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L44C35-L44C39" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L48C20-L48C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L48C20-L48C27" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L82C13-L315C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L82C13-L315C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation.TopLevelNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L54C17-L56C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L54C17-L56C39" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation.ExcludedTopLevelNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L64C17-L66C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L64C17-L66C39" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation.TrustedDomainInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L74C17-L76C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L74C17-L76C36" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.GetGlobalCatalog(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L30C13-L86C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L30C13-L86C77" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L91C13-L101C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L91C13-L101C70" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L106C13-L121C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L106C13-L121C74" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L126C13-L136C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L126C13-L136C73" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L141C13-L156C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L141C13-L156C77" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L161C13-L174C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L161C13-L174C51" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L179C13-L197C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L179C13-L197C55" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.EnableGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L202C13-L203C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L202C13-L203C77" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.DisableGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L208C13-L236C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L208C13-L236C56" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.IsGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L241C13-L245C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L241C13-L245C25" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindAllProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L250C13-L270C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L250C13-L270C77" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.GetDirectorySearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L275C13-L278C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L275C13-L278C51" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.GlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection.Contains(System.DirectoryServices.ActiveDirectory.GlobalCatalog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L24C13-L35C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L24C13-L35C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection.IndexOf(System.DirectoryServices.ActiveDirectory.GlobalCatalog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L40C13-L51C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L40C13-L51C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection.CopyTo(System.DirectoryServices.ActiveDirectory.GlobalCatalog[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L56C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L56C13-L57C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L20C49-L20C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L20C49-L20C81" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.ForceRediscovery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.KdcRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.TimeServerRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.WriteableRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.AvoidSelf", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.LocatorOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L27C13-L38C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L27C13-L38C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L43C13-L54C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L43C13-L54C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L59C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L59C13-L60C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L22C20-L22C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L22C20-L22C65" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L27C13-L37C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L27C13-L37C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L42C13-L53C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L42C13-L53C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L58C13-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L58C13-L59C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L22C20-L22C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L22C20-L22C68" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection.Contains(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L27C13-L38C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L27C13-L38C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection.IndexOf(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L43C13-L54C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L43C13-L54C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection.CopyTo(System.DirectoryServices.ActiveDirectory.DirectoryServer[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L59C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L59C13-L60C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L23C51-L23C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L23C51-L23C85" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L24C13-L40C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L24C13-L40C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L45C13-L61C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L45C13-L61C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L66C13-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L66C13-L67C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L20C55-L20C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L20C55-L20C93" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L19C13-L34C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L19C13-L34C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L39C13-L54C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L39C13-L54C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L59C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L59C13-L60C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L14C20-L14C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L14C20-L14C68" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L19C13-L34C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L19C13-L34C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L39C13-L54C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L39C13-L54C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L59C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L59C13-L60C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L14C20-L14C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L14C20-L14C62" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L31C13-L44C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L31C13-L44C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L49C13-L62C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L49C13-L62C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L67C13-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L67C13-L68C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L20C17-L25C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L20C17-L25C48" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.NotificationStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.NotificationStatus.NoNotification", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.NotificationStatus.IntraSiteOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.NotificationStatus.NotificationAlways", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.NotificationStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSpan.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSpan.IntraSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSpan.InterSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L41C13-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L41C13-L94C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L105C109-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L105C109-L107C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.DirectoryServer,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L109C144-L111C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L109C144-L111C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.DirectoryServer,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L113C149-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L113C149-L115C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.DirectoryServer,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L117C9-L201C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L117C9-L201C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L205C13-L207C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L205C13-L207C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L211C13-L218C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L211C13-L218C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L222C13-L223C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L222C13-L223C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L845C13-L863C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L845C13-L863C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L867C13-L883C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L867C13-L883C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L887C13-L890C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L887C13-L890C25" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L895C13-L904C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L895C13-L904C108" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L229C17-L232C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L229C17-L232C40" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L240C17-L262C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L240C17-L262C42" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.DestinationServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L270C17-L301C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L270C17-L301C47" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L309C17-L324C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L309C17-L324C14" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L345C17-L373C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L345C17-L373C39" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.GeneratedByKcc", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L381C17-L408C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L381C17-L408C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ReciprocalReplicationEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L451C17-L478C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L451C17-L478C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ChangeNotificationStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L521C17-L551C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L521C17-L551C61" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.DataCompressionEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L603C17-L632C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L603C17-L632C34" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ReplicationScheduleOwnedByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L677C17-L704C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L677C17-L704C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ReplicationSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L747C17-L764C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L747C17-L764C54" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L773C17-L795C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L773C17-L795C33" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L16C13-L34C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L16C13-L34C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L39C13-L57C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L39C13-L57C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationConnection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L62C13-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L62C13-L63C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L12C57-L12C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L12C57-L12C97" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.PartitionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L45C39-L45C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L45C39-L45C43" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.SourceInvocationId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L47C42-L47C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L47C42-L47C46" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.UpToDatenessUsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L49C39-L49C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L49C39-L49C43" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L56C17-L61C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L56C17-L61C38" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.LastSuccessfulSyncTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L69C17-L77C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L69C17-L77C86" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationCursor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationCursor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L22C13-L25C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L22C13-L25C47" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationCursor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L30C13-L33C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L30C13-L33C46" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationCursor[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L38C13-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L38C13-L39C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L18C53-L18C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L18C53-L18C89" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L37C17-L52C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L37C17-L52C38" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.FirstFailureTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L58C44-L58C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L58C44-L58C48" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.ConsecutiveFailureCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L60C46-L60C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L60C46-L60C50" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.LastErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L62C37-L62C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L62C37-L62C47" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.LastErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L64C43-L64C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L64C43-L64C96" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationFailure)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L25C13-L28C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L25C13-L28C48" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationFailure)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L33C13-L36C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L33C13-L36C47" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationFailure[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L41C13-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L41C13-L42C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L21C54-L21C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L21C54-L21C91" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType.Rpc", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType.Smtp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.PartitionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L76C40-L76C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L76C40-L76C44" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L82C17-L97C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L82C17-L97C38" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L101C61-L101C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L101C61-L101C65" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L103C71-L103C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L103C71-L103C75" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.SourceInvocationId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L105C42-L105C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L105C42-L105C46" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.UsnLastObjectChangeSynced", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L107C49-L107C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L107C49-L107C53" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.UsnAttributeFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L109C42-L109C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L109C42-L109C46" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.LastSuccessfulSync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L111C46-L111C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L111C46-L111C50" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.LastAttemptedSync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L113C45-L113C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L113C45-L113C49" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.LastSyncResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L115C37-L115C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L115C37-L115C41" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.LastSyncMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L117C42-L117C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L117C42-L117C96" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ConsecutiveFailureCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L119C46-L119C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L119C46-L119C50" }, { "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationNeighbor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L25C13-L28C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L25C13-L28C49" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationNeighbor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L33C13-L36C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L33C13-L36C48" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationNeighbor[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L41C13-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L41C13-L42C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L21C55-L21C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L21C55-L21C93" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.TimeEnqueued", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L47C40-L47C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L47C40-L47C44" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.OperationNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L49C38-L49C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L49C38-L49C42" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L51C31-L51C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L51C31-L51C35" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.OperationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L53C57-L53C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L53C57-L53C61" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.PartitionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L55C40-L55C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L55C40-L55C44" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L61C17-L76C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L61C17-L76C38" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationOperation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L25C13-L28C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L25C13-L28C50" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationOperation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L33C13-L36C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L33C13-L36C49" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationOperation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L41C13-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L41C13-L42C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L21C56-L21C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L21C56-L21C95" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L12C9-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L12C9-L14C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation.OperationStartTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L16C47-L16C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L16C47-L16C56" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation.CurrentOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L18C58-L18C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L18C58-L18C67" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation.PendingOperations", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L20C69-L20C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L20C69-L20C79" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.FindByTransportType(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L30C13-L96C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L30C13-L96C82" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L315C13-L326C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L315C13-L326C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L330C13-L333C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L330C13-L333C97" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L338C13-L340C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L338C13-L340C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L344C13-L347C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L344C13-L347C42" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L352C13-L361C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L352C13-L361C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L103C17-L106C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L103C17-L106C35" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.IgnoreReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L114C17-L132C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L114C17-L132C34" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.BridgeAllSiteLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L164C17-L183C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L164C17-L183C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.SiteLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L217C17-L257C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L217C17-L257C44" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.SiteLinkBridges", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L265C17-L306C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L265C17-L306C42" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.SchemaRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.NamingRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.PdcRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.RidRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.InfrastructureRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.AdamRole.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.AdamRole.SchemaRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.AdamRole.NamingRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.AdamRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L25C13-L38C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L25C13-L38C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L43C13-L58C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L43C13-L58C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L63C13-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L63C13-L64C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L21C55-L21C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L21C55-L21C93" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamRoleCollection.Contains(System.DirectoryServices.ActiveDirectory.AdamRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L83C13-L96C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L83C13-L96C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamRoleCollection.IndexOf(System.DirectoryServices.ActiveDirectory.AdamRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L101C13-L116C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L101C13-L116C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamRoleCollection.CopyTo(System.DirectoryServices.ActiveDirectory.AdamRole[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L121C13-L122C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L121C13-L122C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamRoleCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L79C44-L79C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L79C44-L79C71" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.AdamRoleCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel.MutualAuthentication", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel.Negotiate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel.NegotiatePassThrough", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.NewlyCreated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.AdminDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.ConflictDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.ActiveDirectory.TopLevelName.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs#L29C30-L29C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs#L29C30-L29C34" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.TopLevelName.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs#L33C20-L33C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs#L33C20-L33C27" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.TopLevelName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection.Contains(System.DirectoryServices.ActiveDirectory.TopLevelName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L16C13-L19C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L16C13-L19C45" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection.IndexOf(System.DirectoryServices.ActiveDirectory.TopLevelName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L24C13-L27C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L24C13-L27C44" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection.CopyTo(System.DirectoryServices.ActiveDirectory.TopLevelName[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L32C13-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L32C13-L33C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L12C48-L12C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L12C48-L12C79" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.TreeRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.ParentChild", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.CrossLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.Kerberos", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.TrustType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustDirection.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustDirection.Inbound", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustDirection.Outbound", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustDirection.Bidirectional", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.TrustDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation.SourceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L54C38-L54C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L54C38-L54C44" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation.TargetName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L56C38-L56C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L56C38-L56C44" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation.TrustType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L58C39-L58C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L58C39-L58C43" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation.TrustDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L60C49-L60C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L60C49-L60C58" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection.Contains(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L35C13-L38C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L35C13-L38C52" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection.IndexOf(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L43C13-L46C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L43C13-L46C51" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection.CopyTo(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L51C13-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L51C13-L52C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L30C20-L30C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L30C20-L30C67" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.Sync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.Add", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.Modify", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.UpdateReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationOperationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType.TopLevelName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType.Other", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.NewlyCreated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.DisabledByAdmin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.DisabledByConflict", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.SidDisabledByAdmin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.SidDisabledByConflict", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.NetBiosNameDisabledByAdmin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.NetBiosNameDisabledByConflict", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.Writeable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.SyncOnStartup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.ScheduledSync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.UseInterSiteTransport", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.TwoWaySync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.ReturnObjectParent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.FullSyncInProgress", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.FullSyncNextPacket", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.NeverSynced", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.Preempted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.IgnoreChangeNotifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.DisableScheduledSync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.CompressChanges", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.NoChangeNotifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.PartialAttributeSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Drawing.Common.json b/xml/SourceLinkInformation/net-8.0-pp/System.Drawing.Common.json index d7c5ba3c25f..06112c3e398 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Drawing.Common.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Drawing.Common.json @@ -1,11941 +1,11945 @@ { "Assembly": "System.Drawing.Common", - "GUID": "B5F78EB813B846AF9AD02BCFCBFE6CAFFFFFFFFF", + "GUID": "7F4F3FB4FCC44F7B9C1F978D7C3F3022FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L27C38-L27C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L28C38-L28C71" }, { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L29C5-L48C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L30C5-L49C6" }, { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L50C36-L52C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L51C36-L53C6" }, { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.IO.Stream,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L54C5-L68C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L55C5-L69C6" }, { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L70C49-L72C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L71C49-L73C6" }, { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L83C44-L85C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L84C44-L86C6" }, { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L87C5-L95C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L88C5-L96C6" }, { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32,System.Int32,System.Drawing.Imaging.PixelFormat,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L97C5-L102C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L98C5-L103C6" }, { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32,System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L104C5-L109C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L105C5-L110C6" }, { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L111C37-L113C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L112C37-L114C6" }, { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Drawing.Image,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L115C51-L117C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L116C51-L118C6" }, { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Drawing.Image,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L119C60-L125C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L120C60-L126C6" }, { "DocsId": "M:System.Drawing.Bitmap.Windows#Win32#Foundation#IPointer#get_Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L131C40-L131C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L132C40-L132C69" }, { "DocsId": "M:System.Drawing.Bitmap.FromHicon(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L136C9-L137C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L137C9-L138C35" }, { "DocsId": "M:System.Drawing.Bitmap.FromResource(System.IntPtr,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L142C9-L149C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L143C9-L150C35" }, { "DocsId": "M:System.Drawing.Bitmap.GetHbitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L153C35-L153C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L154C35-L154C62" + }, + { + "DocsId": "M:System.Drawing.Bitmap.System#Private#Windows#Graphics#IBitmap#GetHbitmap", + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L156C37-L156C58" }, { "DocsId": "M:System.Drawing.Bitmap.GetHbitmap(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L160C13-L173C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L163C13-L176C6" }, { "DocsId": "M:System.Drawing.Bitmap.GetHicon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L179C9-L181C22" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L182C9-L184C22" }, { "DocsId": "M:System.Drawing.Bitmap.Clone(System.Drawing.RectangleF,System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L186C9-L205C34" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L189C9-L208C34" }, { "DocsId": "M:System.Drawing.Bitmap.MakeTransparent", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L210C9-L224C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L213C9-L227C6" }, { "DocsId": "M:System.Drawing.Bitmap.MakeTransparent(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L228C9-L260C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L231C9-L263C6" }, { "DocsId": "M:System.Drawing.Bitmap.LockBits(System.Drawing.Rectangle,System.Drawing.Imaging.ImageLockMode,System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L263C9-L263C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L266C9-L266C45" }, { "DocsId": "M:System.Drawing.Bitmap.LockBits(System.Drawing.Rectangle,System.Drawing.Imaging.ImageLockMode,System.Drawing.Imaging.PixelFormat,System.Drawing.Imaging.BitmapData)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L267C9-L279C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L270C9-L282C27" }, { "DocsId": "M:System.Drawing.Bitmap.UnlockBits(System.Drawing.Imaging.BitmapData)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L284C9-L292C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L287C9-L295C6" }, { "DocsId": "M:System.Drawing.Bitmap.GetPixel(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L296C9-L309C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L299C9-L312C43" }, { "DocsId": "M:System.Drawing.Bitmap.SetPixel(System.Int32,System.Int32,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L314C9-L331C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L317C9-L334C6" }, { "DocsId": "M:System.Drawing.Bitmap.SetResolution(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L335C9-L337C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L338C9-L340C6" }, { "DocsId": "M:System.Drawing.Bitmap.Clone(System.Drawing.Rectangle,System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L341C9-L359C34" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L344C9-L362C34" }, { "DocsId": "P:System.Drawing.Bitmap.Windows#Win32#Foundation#IPointer#Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L131C40-L131C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L132C40-L132C69" } ], "DocsId": "T:System.Drawing.Bitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.BitmapSuffixInSameAssemblyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSameAssemblyAttribute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSameAssemblyAttribute.cs" } ], "DocsId": "T:System.Drawing.BitmapSuffixInSameAssemblyAttribute", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSameAssemblyAttribute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSameAssemblyAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.BitmapSuffixInSatelliteAssemblyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSatelliteAssemblyAttribute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSatelliteAssemblyAttribute.cs" } ], "DocsId": "T:System.Drawing.BitmapSuffixInSatelliteAssemblyAttribute", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSatelliteAssemblyAttribute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSatelliteAssemblyAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Brush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brush.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brush.cs" }, { "DocsId": "M:System.Drawing.Brush.SetNativeBrush(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L15C61-L15C100" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L15C61-L15C100" }, { "DocsId": "M:System.Drawing.Brush.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L23C9-L25C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L23C9-L25C6" }, { "DocsId": "M:System.Drawing.Brush.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L29C9-L35C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L29C9-L35C6" }, { "DocsId": "M:System.Drawing.Brush.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L37C17-L37C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L37C17-L37C42" }, { "DocsId": "M:System.Drawing.Brush.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brush.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brush.cs" } ], "DocsId": "T:System.Drawing.Brush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brush.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brush.cs" }, { "Members": [ { "DocsId": "P:System.Drawing.Brushes.Transparent", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L149C40-L149C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L149C40-L149C85" }, { "DocsId": "P:System.Drawing.Brushes.AliceBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L151C38-L151C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L151C38-L151C79" }, { "DocsId": "P:System.Drawing.Brushes.AntiqueWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L152C41-L152C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L152C41-L152C88" }, { "DocsId": "P:System.Drawing.Brushes.Aqua", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L153C33-L153C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L153C33-L153C64" }, { "DocsId": "P:System.Drawing.Brushes.Aquamarine", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L154C39-L154C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L154C39-L154C82" }, { "DocsId": "P:System.Drawing.Brushes.Azure", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L155C34-L155C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L155C34-L155C67" }, { "DocsId": "P:System.Drawing.Brushes.Beige", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L157C34-L157C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L157C34-L157C67" }, { "DocsId": "P:System.Drawing.Brushes.Bisque", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L158C35-L158C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L158C35-L158C70" }, { "DocsId": "P:System.Drawing.Brushes.Black", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L159C34-L159C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L159C34-L159C67" }, { "DocsId": "P:System.Drawing.Brushes.BlanchedAlmond", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L160C43-L160C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L160C43-L160C94" }, { "DocsId": "P:System.Drawing.Brushes.Blue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L161C33-L161C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L161C33-L161C64" }, { "DocsId": "P:System.Drawing.Brushes.BlueViolet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L162C39-L162C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L162C39-L162C82" }, { "DocsId": "P:System.Drawing.Brushes.Brown", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L163C34-L163C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L163C34-L163C67" }, { "DocsId": "P:System.Drawing.Brushes.BurlyWood", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L164C38-L164C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L164C38-L164C79" }, { "DocsId": "P:System.Drawing.Brushes.CadetBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L166C38-L166C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L166C38-L166C79" }, { "DocsId": "P:System.Drawing.Brushes.Chartreuse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L167C39-L167C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L167C39-L167C82" }, { "DocsId": "P:System.Drawing.Brushes.Chocolate", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L168C38-L168C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L168C38-L168C79" }, { "DocsId": "P:System.Drawing.Brushes.Coral", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L169C34-L169C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L169C34-L169C67" }, { "DocsId": "P:System.Drawing.Brushes.CornflowerBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L170C43-L170C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L170C43-L170C94" }, { "DocsId": "P:System.Drawing.Brushes.Cornsilk", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L171C37-L171C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L171C37-L171C76" }, { "DocsId": "P:System.Drawing.Brushes.Crimson", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L172C36-L172C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L172C36-L172C73" }, { "DocsId": "P:System.Drawing.Brushes.Cyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L173C33-L173C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L173C33-L173C64" }, { "DocsId": "P:System.Drawing.Brushes.DarkBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L175C37-L175C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L175C37-L175C76" }, { "DocsId": "P:System.Drawing.Brushes.DarkCyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L176C37-L176C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L176C37-L176C76" }, { "DocsId": "P:System.Drawing.Brushes.DarkGoldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L177C42-L177C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L177C42-L177C91" }, { "DocsId": "P:System.Drawing.Brushes.DarkGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L178C37-L178C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L178C37-L178C76" }, { "DocsId": "P:System.Drawing.Brushes.DarkGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L179C38-L179C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L179C38-L179C79" }, { "DocsId": "P:System.Drawing.Brushes.DarkKhaki", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L180C38-L180C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L180C38-L180C79" }, { "DocsId": "P:System.Drawing.Brushes.DarkMagenta", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L181C40-L181C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L181C40-L181C85" }, { "DocsId": "P:System.Drawing.Brushes.DarkOliveGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L182C43-L182C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L182C43-L182C94" }, { "DocsId": "P:System.Drawing.Brushes.DarkOrange", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L183C39-L183C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L183C39-L183C82" }, { "DocsId": "P:System.Drawing.Brushes.DarkOrchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L184C39-L184C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L184C39-L184C82" }, { "DocsId": "P:System.Drawing.Brushes.DarkRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L185C36-L185C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L185C36-L185C73" }, { "DocsId": "P:System.Drawing.Brushes.DarkSalmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L186C39-L186C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L186C39-L186C82" }, { "DocsId": "P:System.Drawing.Brushes.DarkSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L187C41-L187C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L187C41-L187C88" }, { "DocsId": "P:System.Drawing.Brushes.DarkSlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L188C42-L188C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L188C42-L188C91" }, { "DocsId": "P:System.Drawing.Brushes.DarkSlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L189C42-L189C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L189C42-L189C91" }, { "DocsId": "P:System.Drawing.Brushes.DarkTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L190C42-L190C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L190C42-L190C91" }, { "DocsId": "P:System.Drawing.Brushes.DarkViolet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L191C39-L191C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L191C39-L191C82" }, { "DocsId": "P:System.Drawing.Brushes.DeepPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L192C37-L192C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L192C37-L192C76" }, { "DocsId": "P:System.Drawing.Brushes.DeepSkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L193C40-L193C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L193C40-L193C85" }, { "DocsId": "P:System.Drawing.Brushes.DimGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L194C36-L194C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L194C36-L194C73" }, { "DocsId": "P:System.Drawing.Brushes.DodgerBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L195C39-L195C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L195C39-L195C82" }, { "DocsId": "P:System.Drawing.Brushes.Firebrick", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L197C38-L197C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L197C38-L197C79" }, { "DocsId": "P:System.Drawing.Brushes.FloralWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L198C40-L198C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L198C40-L198C85" }, { "DocsId": "P:System.Drawing.Brushes.ForestGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L199C40-L199C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L199C40-L199C85" }, { "DocsId": "P:System.Drawing.Brushes.Fuchsia", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L200C36-L200C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L200C36-L200C73" }, { "DocsId": "P:System.Drawing.Brushes.Gainsboro", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L202C38-L202C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L202C38-L202C79" }, { "DocsId": "P:System.Drawing.Brushes.GhostWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L203C39-L203C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L203C39-L203C82" }, { "DocsId": "P:System.Drawing.Brushes.Gold", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L204C33-L204C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L204C33-L204C64" }, { "DocsId": "P:System.Drawing.Brushes.Goldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L205C38-L205C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L205C38-L205C79" }, { "DocsId": "P:System.Drawing.Brushes.Gray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L206C33-L206C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L206C33-L206C64" }, { "DocsId": "P:System.Drawing.Brushes.Green", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L207C34-L207C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L207C34-L207C67" }, { "DocsId": "P:System.Drawing.Brushes.GreenYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L208C40-L208C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L208C40-L208C85" }, { "DocsId": "P:System.Drawing.Brushes.Honeydew", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L210C37-L210C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L210C37-L210C76" }, { "DocsId": "P:System.Drawing.Brushes.HotPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L211C36-L211C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L211C36-L211C73" }, { "DocsId": "P:System.Drawing.Brushes.IndianRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L213C38-L213C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L213C38-L213C79" }, { "DocsId": "P:System.Drawing.Brushes.Indigo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L214C35-L214C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L214C35-L214C70" }, { "DocsId": "P:System.Drawing.Brushes.Ivory", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L215C34-L215C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L215C34-L215C67" }, { "DocsId": "P:System.Drawing.Brushes.Khaki", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L217C34-L217C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L217C34-L217C67" }, { "DocsId": "P:System.Drawing.Brushes.Lavender", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L219C37-L219C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L219C37-L219C76" }, { "DocsId": "P:System.Drawing.Brushes.LavenderBlush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L220C42-L220C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L220C42-L220C91" }, { "DocsId": "P:System.Drawing.Brushes.LawnGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L221C38-L221C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L221C38-L221C79" }, { "DocsId": "P:System.Drawing.Brushes.LemonChiffon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L222C41-L222C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L222C41-L222C88" }, { "DocsId": "P:System.Drawing.Brushes.LightBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L223C38-L223C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L223C38-L223C79" }, { "DocsId": "P:System.Drawing.Brushes.LightCoral", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L224C39-L224C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L224C39-L224C82" }, { "DocsId": "P:System.Drawing.Brushes.LightCyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L225C38-L225C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L225C38-L225C79" }, { "DocsId": "P:System.Drawing.Brushes.LightGoldenrodYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L226C49-L226C112" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L226C49-L226C112" }, { "DocsId": "P:System.Drawing.Brushes.LightGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L227C39-L227C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L227C39-L227C82" }, { "DocsId": "P:System.Drawing.Brushes.LightGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L228C38-L228C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L228C38-L228C79" }, { "DocsId": "P:System.Drawing.Brushes.LightPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L229C38-L229C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L229C38-L229C79" }, { "DocsId": "P:System.Drawing.Brushes.LightSalmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L230C40-L230C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L230C40-L230C85" }, { "DocsId": "P:System.Drawing.Brushes.LightSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L231C42-L231C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L231C42-L231C91" }, { "DocsId": "P:System.Drawing.Brushes.LightSkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L232C41-L232C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L232C41-L232C88" }, { "DocsId": "P:System.Drawing.Brushes.LightSlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L233C43-L233C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L233C43-L233C94" }, { "DocsId": "P:System.Drawing.Brushes.LightSteelBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L234C43-L234C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L234C43-L234C94" }, { "DocsId": "P:System.Drawing.Brushes.LightYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L235C40-L235C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L235C40-L235C85" }, { "DocsId": "P:System.Drawing.Brushes.Lime", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L236C33-L236C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L236C33-L236C64" }, { "DocsId": "P:System.Drawing.Brushes.LimeGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L237C38-L237C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L237C38-L237C79" }, { "DocsId": "P:System.Drawing.Brushes.Linen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L238C34-L238C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L238C34-L238C67" }, { "DocsId": "P:System.Drawing.Brushes.Magenta", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L240C36-L240C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L240C36-L240C73" }, { "DocsId": "P:System.Drawing.Brushes.Maroon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L241C35-L241C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L241C35-L241C70" }, { "DocsId": "P:System.Drawing.Brushes.MediumAquamarine", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L242C45-L242C100" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L242C45-L242C100" }, { "DocsId": "P:System.Drawing.Brushes.MediumBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L243C39-L243C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L243C39-L243C82" }, { "DocsId": "P:System.Drawing.Brushes.MediumOrchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L244C41-L244C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L244C41-L244C88" }, { "DocsId": "P:System.Drawing.Brushes.MediumPurple", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L245C41-L245C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L245C41-L245C88" }, { "DocsId": "P:System.Drawing.Brushes.MediumSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L246C43-L246C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L246C43-L246C94" }, { "DocsId": "P:System.Drawing.Brushes.MediumSlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L247C44-L247C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L247C44-L247C97" }, { "DocsId": "P:System.Drawing.Brushes.MediumSpringGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L248C46-L248C103" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L248C46-L248C103" }, { "DocsId": "P:System.Drawing.Brushes.MediumTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L249C44-L249C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L249C44-L249C97" }, { "DocsId": "P:System.Drawing.Brushes.MediumVioletRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L250C44-L250C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L250C44-L250C97" }, { "DocsId": "P:System.Drawing.Brushes.MidnightBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L251C41-L251C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L251C41-L251C88" }, { "DocsId": "P:System.Drawing.Brushes.MintCream", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L252C38-L252C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L252C38-L252C79" }, { "DocsId": "P:System.Drawing.Brushes.MistyRose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L253C38-L253C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L253C38-L253C79" }, { "DocsId": "P:System.Drawing.Brushes.Moccasin", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L254C37-L254C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L254C37-L254C76" }, { "DocsId": "P:System.Drawing.Brushes.NavajoWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L256C40-L256C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L256C40-L256C85" }, { "DocsId": "P:System.Drawing.Brushes.Navy", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L257C33-L257C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L257C33-L257C64" }, { "DocsId": "P:System.Drawing.Brushes.OldLace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L259C36-L259C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L259C36-L259C73" }, { "DocsId": "P:System.Drawing.Brushes.Olive", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L260C34-L260C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L260C34-L260C67" }, { "DocsId": "P:System.Drawing.Brushes.OliveDrab", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L261C38-L261C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L261C38-L261C79" }, { "DocsId": "P:System.Drawing.Brushes.Orange", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L262C35-L262C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L262C35-L262C70" }, { "DocsId": "P:System.Drawing.Brushes.OrangeRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L263C38-L263C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L263C38-L263C79" }, { "DocsId": "P:System.Drawing.Brushes.Orchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L264C35-L264C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L264C35-L264C70" }, { "DocsId": "P:System.Drawing.Brushes.PaleGoldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L266C42-L266C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L266C42-L266C91" }, { "DocsId": "P:System.Drawing.Brushes.PaleGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L267C38-L267C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L267C38-L267C79" }, { "DocsId": "P:System.Drawing.Brushes.PaleTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L268C42-L268C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L268C42-L268C91" }, { "DocsId": "P:System.Drawing.Brushes.PaleVioletRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L269C42-L269C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L269C42-L269C91" }, { "DocsId": "P:System.Drawing.Brushes.PapayaWhip", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L270C39-L270C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L270C39-L270C82" }, { "DocsId": "P:System.Drawing.Brushes.PeachPuff", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L271C38-L271C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L271C38-L271C79" }, { "DocsId": "P:System.Drawing.Brushes.Peru", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L272C33-L272C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L272C33-L272C64" }, { "DocsId": "P:System.Drawing.Brushes.Pink", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L273C33-L273C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L273C33-L273C64" }, { "DocsId": "P:System.Drawing.Brushes.Plum", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L274C33-L274C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L274C33-L274C64" }, { "DocsId": "P:System.Drawing.Brushes.PowderBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L275C39-L275C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L275C39-L275C82" }, { "DocsId": "P:System.Drawing.Brushes.Purple", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L276C35-L276C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L276C35-L276C70" }, { "DocsId": "P:System.Drawing.Brushes.Red", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L278C32-L278C61" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L278C32-L278C61" }, { "DocsId": "P:System.Drawing.Brushes.RosyBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L279C38-L279C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L279C38-L279C79" }, { "DocsId": "P:System.Drawing.Brushes.RoyalBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L280C38-L280C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L280C38-L280C79" }, { "DocsId": "P:System.Drawing.Brushes.SaddleBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L282C40-L282C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L282C40-L282C85" }, { "DocsId": "P:System.Drawing.Brushes.Salmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L283C35-L283C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L283C35-L283C70" }, { "DocsId": "P:System.Drawing.Brushes.SandyBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L284C39-L284C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L284C39-L284C82" }, { "DocsId": "P:System.Drawing.Brushes.SeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L285C37-L285C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L285C37-L285C76" }, { "DocsId": "P:System.Drawing.Brushes.SeaShell", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L286C37-L286C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L286C37-L286C76" }, { "DocsId": "P:System.Drawing.Brushes.Sienna", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L287C35-L287C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L287C35-L287C70" }, { "DocsId": "P:System.Drawing.Brushes.Silver", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L288C35-L288C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L288C35-L288C70" }, { "DocsId": "P:System.Drawing.Brushes.SkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L289C36-L289C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L289C36-L289C73" }, { "DocsId": "P:System.Drawing.Brushes.SlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L290C38-L290C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L290C38-L290C79" }, { "DocsId": "P:System.Drawing.Brushes.SlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L291C38-L291C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L291C38-L291C79" }, { "DocsId": "P:System.Drawing.Brushes.Snow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L292C33-L292C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L292C33-L292C64" }, { "DocsId": "P:System.Drawing.Brushes.SpringGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L293C40-L293C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L293C40-L293C85" }, { "DocsId": "P:System.Drawing.Brushes.SteelBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L294C38-L294C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L294C38-L294C79" }, { "DocsId": "P:System.Drawing.Brushes.Tan", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L296C32-L296C61" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L296C32-L296C61" }, { "DocsId": "P:System.Drawing.Brushes.Teal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L297C33-L297C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L297C33-L297C64" }, { "DocsId": "P:System.Drawing.Brushes.Thistle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L298C36-L298C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L298C36-L298C73" }, { "DocsId": "P:System.Drawing.Brushes.Tomato", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L299C35-L299C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L299C35-L299C70" }, { "DocsId": "P:System.Drawing.Brushes.Turquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L300C38-L300C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L300C38-L300C79" }, { "DocsId": "P:System.Drawing.Brushes.Violet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L302C35-L302C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L302C35-L302C70" }, { "DocsId": "P:System.Drawing.Brushes.Wheat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L304C34-L304C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L304C34-L304C67" }, { "DocsId": "P:System.Drawing.Brushes.White", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L305C34-L305C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L305C34-L305C67" }, { "DocsId": "P:System.Drawing.Brushes.WhiteSmoke", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L306C39-L306C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L306C39-L306C82" }, { "DocsId": "P:System.Drawing.Brushes.Yellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L308C35-L308C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L308C35-L308C70" }, { "DocsId": "P:System.Drawing.Brushes.YellowGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L309C40-L309C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L309C40-L309C85" } ], "DocsId": "T:System.Drawing.Brushes", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.BufferedGraphics.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L39C9-L55C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L39C9-L55C6" }, { "DocsId": "M:System.Drawing.BufferedGraphics.Render(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L67C9-L80C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L67C9-L80C6" }, { "DocsId": "M:System.Drawing.BufferedGraphics.Render", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L120C9-L128C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L120C9-L128C6" }, { "DocsId": "M:System.Drawing.BufferedGraphics.Render(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L133C44-L133C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L133C44-L133C89" }, { "DocsId": "P:System.Drawing.BufferedGraphics.Graphics", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L60C33-L60C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L60C33-L60C57" } ], "DocsId": "T:System.Drawing.BufferedGraphics", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.BufferedGraphicsContext.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L16C5-L39C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L16C5-L39C6" }, { "DocsId": "M:System.Drawing.BufferedGraphicsContext.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L68C35-L68C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L68C35-L68C49" }, { "DocsId": "M:System.Drawing.BufferedGraphicsContext.Allocate(System.Drawing.Graphics,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L75C9-L80C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L75C9-L80C71" }, { "DocsId": "M:System.Drawing.BufferedGraphicsContext.Allocate(System.IntPtr,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L88C9-L93C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L88C9-L93C66" }, { "DocsId": "M:System.Drawing.BufferedGraphicsContext.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L172C9-L174C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L172C9-L174C6" }, { "DocsId": "M:System.Drawing.BufferedGraphicsContext.Invalidate", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L496C9-L509C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L496C9-L509C6" }, { "DocsId": "P:System.Drawing.BufferedGraphicsContext.MaximumBuffer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L49C16-L49C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L49C16-L49C30" } ], "DocsId": "T:System.Drawing.BufferedGraphicsContext", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs" }, { "Members": [ { "DocsId": "P:System.Drawing.BufferedGraphicsManager.Current", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsManager.cs#L24C53-L24C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsManager.cs#L24C53-L24C57" } ], "DocsId": "T:System.Drawing.BufferedGraphicsManager", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsManager.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsManager.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.CharacterRange.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L17C9-L19C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L17C9-L19C6" }, { "DocsId": "M:System.Drawing.CharacterRange.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L36C9-L36C53" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L36C9-L36C53" }, { "DocsId": "M:System.Drawing.CharacterRange.Equals(System.Drawing.CharacterRange)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L41C58-L41C104" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L41C58-L41C104" }, { "DocsId": "M:System.Drawing.CharacterRange.op_Equality(System.Drawing.CharacterRange,System.Drawing.CharacterRange)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L43C79-L43C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L43C79-L43C94" }, { "DocsId": "M:System.Drawing.CharacterRange.op_Inequality(System.Drawing.CharacterRange,System.Drawing.CharacterRange)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L45C79-L45C95" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L45C79-L45C95" }, { "DocsId": "M:System.Drawing.CharacterRange.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L47C51-L47C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L47C51-L47C82" }, { "DocsId": "P:System.Drawing.CharacterRange.First", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L24C25-L24C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L24C25-L24C31" }, { "DocsId": "P:System.Drawing.CharacterRange.Length", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L31C25-L31C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L31C25-L31C32" } ], "DocsId": "T:System.Drawing.CharacterRange", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.ContentAlignment.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" }, { "DocsId": "F:System.Drawing.ContentAlignment.TopLeft", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" }, { "DocsId": "F:System.Drawing.ContentAlignment.TopCenter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" }, { "DocsId": "F:System.Drawing.ContentAlignment.TopRight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" }, { "DocsId": "F:System.Drawing.ContentAlignment.MiddleLeft", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" }, { "DocsId": "F:System.Drawing.ContentAlignment.MiddleCenter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" }, { "DocsId": "F:System.Drawing.ContentAlignment.MiddleRight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" }, { "DocsId": "F:System.Drawing.ContentAlignment.BottomLeft", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" }, { "DocsId": "F:System.Drawing.ContentAlignment.BottomCenter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" }, { "DocsId": "F:System.Drawing.ContentAlignment.BottomRight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" } ], "DocsId": "T:System.Drawing.ContentAlignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.CopyPixelOperation.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.Blackness", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.CaptureBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.DestinationInvert", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.MergeCopy", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.MergePaint", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.NoMirrorBitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.NotSourceCopy", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.NotSourceErase", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.PatCopy", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.PatInvert", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.PatPaint", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.SourceAnd", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.SourceCopy", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.SourceErase", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.SourceInvert", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.SourcePaint", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.Whiteness", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" } ], "DocsId": "T:System.Drawing.CopyPixelOperation", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Font.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L141C16-L141C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L141C16-L141C30" }, { "DocsId": "M:System.Drawing.Font.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L155C9-L160C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L155C9-L160C6" }, { "DocsId": "M:System.Drawing.Font.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L169C9-L171C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L169C9-L171C6" }, { "DocsId": "M:System.Drawing.Font.GetHeight(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L202C9-L212C23" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L202C9-L212C23" }, { "DocsId": "M:System.Drawing.Font.GetHeight(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L218C9-L220C23" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L218C9-L220C23" }, { "DocsId": "M:System.Drawing.Font.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L229C9-L248C34" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L229C9-L248C34" }, { "DocsId": "M:System.Drawing.Font.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L254C42-L254C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L254C42-L254C83" }, { "DocsId": "M:System.Drawing.Font.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L260C9-L260C158" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L260C9-L260C158" }, { "DocsId": "M:System.Drawing.Font.ToLogFont(System.Object,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L268C9-L297C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L268C9-L297C6" }, { "DocsId": "M:System.Drawing.Font.ToLogFont(System.Drawing.Interop.LOGFONT@,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L306C9-L330C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L306C9-L330C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.Font,System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L368C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L368C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L376C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L376C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L384C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L384C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L392C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L392C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L400C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L400C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L413C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L413C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L421C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L421C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L429C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L429C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L437C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L437C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L445C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L445C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L453C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L453C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L461C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L461C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L469C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L469C6" }, { "DocsId": "M:System.Drawing.Font.FromHfont(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L550C9-L554C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L550C9-L554C6" }, { "DocsId": "M:System.Drawing.Font.FromLogFont(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L563C9-L565C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L563C9-L565C6" }, { "DocsId": "M:System.Drawing.Font.FromLogFont(System.Drawing.Interop.LOGFONT@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L574C9-L576C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L574C9-L576C6" }, { "DocsId": "M:System.Drawing.Font.FromLogFont(System.Drawing.Interop.LOGFONT@,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L584C5-L608C77" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L584C5-L608C77" }, { "DocsId": "M:System.Drawing.Font.FromLogFont(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L620C9-L646C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L620C9-L646C45" }, { "DocsId": "M:System.Drawing.Font.FromHdc(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L656C9-L668C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L656C9-L668C58" }, { "DocsId": "M:System.Drawing.Font.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L677C9-L679C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L677C9-L679C62" }, { "DocsId": "M:System.Drawing.Font.ToLogFont(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L696C9-L699C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L696C9-L699C6" }, { "DocsId": "M:System.Drawing.Font.ToLogFont(System.Drawing.Interop.LOGFONT@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L704C9-L707C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L704C9-L707C6" }, { "DocsId": "M:System.Drawing.Font.ToHfont", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L715C9-L720C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L715C9-L720C6" }, { "DocsId": "M:System.Drawing.Font.GetHeight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L724C9-L727C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L724C9-L727C6" }, { "DocsId": "P:System.Drawing.Font.Size", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L36C26-L36C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L36C26-L36C35" }, { "DocsId": "P:System.Drawing.Font.Style", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L42C31-L42C41" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L42C31-L42C41" }, { "DocsId": "P:System.Drawing.Font.Bold", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L48C25-L48C54" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L48C25-L48C54" }, { "DocsId": "P:System.Drawing.Font.Italic", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L54C27-L54C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L54C27-L54C58" }, { "DocsId": "P:System.Drawing.Font.Strikeout", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L60C30-L60C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L60C30-L60C64" }, { "DocsId": "P:System.Drawing.Font.Underline", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L66C30-L66C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L66C30-L66C64" }, { "DocsId": "P:System.Drawing.Font.FontFamily", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L72C37-L72C48" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L72C37-L72C48" }, { "DocsId": "P:System.Drawing.Font.Name", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L81C27-L81C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L81C27-L81C42" }, { "DocsId": "P:System.Drawing.Font.Unit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L87C33-L87C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L87C33-L87C42" }, { "DocsId": "P:System.Drawing.Font.GdiCharSet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L98C31-L98C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L98C31-L98C42" }, { "DocsId": "P:System.Drawing.Font.GdiVerticalFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L107C36-L107C52" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L107C36-L107C52" }, { "DocsId": "P:System.Drawing.Font.OriginalFontName", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L113C40-L113C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L113C40-L113C57" }, { "DocsId": "P:System.Drawing.Font.SystemFontName", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L119C37-L119C52" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L119C37-L119C52" }, { "DocsId": "P:System.Drawing.Font.IsSystemFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L125C33-L125C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L125C33-L125C71" }, { "DocsId": "P:System.Drawing.Font.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L131C26-L131C56" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L131C26-L131C56" }, { "DocsId": "P:System.Drawing.Font.SizeInPoints", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L737C13-L750C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L737C13-L750C10" } ], "DocsId": "T:System.Drawing.Font", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.FontConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L19C9-L19C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L19C9-L19C89" }, { "DocsId": "M:System.Drawing.FontConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L24C9-L24C103" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L24C9-L24C103" }, { "DocsId": "M:System.Drawing.FontConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L29C9-L146C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L29C9-L146C73" }, { "DocsId": "M:System.Drawing.FontConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L151C9-L251C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L151C9-L251C63" }, { "DocsId": "M:System.Drawing.FontConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L314C9-L384C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L314C9-L384C75" }, { "DocsId": "M:System.Drawing.FontConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L387C89-L387C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L387C89-L387C93" }, { "DocsId": "M:System.Drawing.FontConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L395C9-L399C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L395C9-L399C86" }, { "DocsId": "M:System.Drawing.FontConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L402C85-L402C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L402C85-L402C89" }, { "DocsId": "M:System.Drawing.FontConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" }, { "DocsId": "T:System.Drawing.FontConverter.FontNameConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" }, { "DocsId": "T:System.Drawing.FontConverter.FontUnitConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" } ], "DocsId": "T:System.Drawing.FontConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.FontFamily.Windows#Win32#Foundation#IPointer#get_Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L19C44-L19C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L19C44-L19C63" }, { "DocsId": "M:System.Drawing.FontFamily.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L74C5-L74C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L74C5-L74C99" }, { "DocsId": "M:System.Drawing.FontFamily.#ctor(System.String,System.Drawing.Text.FontCollection)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L80C5-L80C125" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L80C5-L80C125" }, { "DocsId": "M:System.Drawing.FontFamily.#ctor(System.Drawing.Text.GenericFontFamilies)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L136C5-L157C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L136C5-L157C6" }, { "DocsId": "M:System.Drawing.FontFamily.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L159C22-L159C47" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L159C22-L159C47" }, { "DocsId": "M:System.Drawing.FontFamily.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L166C42-L166C80" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L166C42-L166C80" }, { "DocsId": "M:System.Drawing.FontFamily.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L170C9-L181C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L170C9-L181C57" }, { "DocsId": "M:System.Drawing.FontFamily.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L189C9-L191C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L189C9-L191C60" }, { "DocsId": "M:System.Drawing.FontFamily.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L199C9-L201C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L199C9-L201C6" }, { "DocsId": "M:System.Drawing.FontFamily.GetName(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L231C9-L233C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L231C9-L233C45" }, { "DocsId": "M:System.Drawing.FontFamily.GetFamilies(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L281C9-L282C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L281C9-L282C58" }, { "DocsId": "M:System.Drawing.FontFamily.IsStyleAvailable(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L291C9-L293C33" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L291C9-L293C33" }, { "DocsId": "M:System.Drawing.FontFamily.GetEmHeight(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L302C9-L304C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L302C9-L304C25" }, { "DocsId": "M:System.Drawing.FontFamily.GetCellAscent(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L313C9-L315C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L313C9-L315C27" }, { "DocsId": "M:System.Drawing.FontFamily.GetCellDescent(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L324C9-L326C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L324C9-L326C28" }, { "DocsId": "M:System.Drawing.FontFamily.GetLineSpacing(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L336C9-L338C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L336C9-L338C28" }, { "DocsId": "P:System.Drawing.FontFamily.Windows#Win32#Foundation#IPointer#Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L19C44-L19C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L19C44-L19C63" }, { "DocsId": "P:System.Drawing.FontFamily.Name", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L224C27-L224C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L224C27-L224C69" }, { "DocsId": "P:System.Drawing.FontFamily.Families", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L250C44-L250C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L250C44-L250C85" }, { "DocsId": "P:System.Drawing.FontFamily.GenericSansSerif", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L255C50-L255C115" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L255C50-L255C115" }, { "DocsId": "P:System.Drawing.FontFamily.GenericSerif", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L267C46-L267C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L267C46-L267C76" }, { "DocsId": "P:System.Drawing.FontFamily.GenericMonospace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L272C50-L272C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L272C50-L272C84" } ], "DocsId": "T:System.Drawing.FontFamily", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.FontStyle.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" }, { "DocsId": "F:System.Drawing.FontStyle.Regular", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" }, { "DocsId": "F:System.Drawing.FontStyle.Bold", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" }, { "DocsId": "F:System.Drawing.FontStyle.Italic", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" }, { "DocsId": "F:System.Drawing.FontStyle.Underline", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" }, { "DocsId": "F:System.Drawing.FontStyle.Strikeout", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" } ], "DocsId": "T:System.Drawing.FontStyle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Graphics.FromHdc(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L84C9-L84C95" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L84C9-L84C95" }, { "DocsId": "M:System.Drawing.Graphics.FromHdcInternal(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L91C9-L92C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L91C9-L92C45" }, { "DocsId": "M:System.Drawing.Graphics.FromHdc(System.IntPtr,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L102C9-L103C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L102C9-L103C45" }, { "DocsId": "M:System.Drawing.Graphics.FromHwnd(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L110C53-L110C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L110C53-L110C75" }, { "DocsId": "M:System.Drawing.Graphics.FromHwndInternal(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L120C9-L122C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L120C9-L122C45" }, { "DocsId": "M:System.Drawing.Graphics.FromImage(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L130C9-L139C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L130C9-L139C71" }, { "DocsId": "M:System.Drawing.Graphics.ReleaseHdcInternal(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L145C9-L147C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L145C9-L147C6" }, { "DocsId": "M:System.Drawing.Graphics.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L154C9-L156C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L154C9-L156C6" }, { "DocsId": "M:System.Drawing.Graphics.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L190C20-L190C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L190C20-L190C45" }, { "DocsId": "M:System.Drawing.Graphics.Windows#Win32#Foundation#IPointer#get_Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L197C42-L197C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L197C42-L197C62" }, { "DocsId": "M:System.Drawing.Graphics.Windows#Win32#Graphics#Gdi#IHdcContext#GetHdc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L488C33-L488C46" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L488C33-L488C46" }, { "DocsId": "M:System.Drawing.Graphics.GetHdc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L493C9-L497C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L493C9-L497C27" }, { "DocsId": "M:System.Drawing.Graphics.ReleaseHdc(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L501C43-L501C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L501C43-L501C66" }, { "DocsId": "M:System.Drawing.Graphics.ReleaseHdc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L503C33-L503C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L503C33-L503C63" }, { "DocsId": "M:System.Drawing.Graphics.Flush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L508C28-L508C65" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L508C28-L508C65" }, { "DocsId": "M:System.Drawing.Graphics.Flush(System.Drawing.Drawing2D.FlushIntention)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L514C9-L514C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L514C9-L514C97" }, { "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L516C40-L516C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L516C40-L516C81" }, { "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Graphics,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L520C9-L524C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L520C9-L524C6" }, { "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L526C44-L526C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L526C44-L526C88" }, { "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Rectangle,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L528C79-L528C117" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L528C79-L528C117" }, { "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L530C45-L530C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L530C45-L530C89" }, { "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.RectangleF,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L533C9-L533C143" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L533C9-L533C143" }, { "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L535C47-L535C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L535C47-L535C91" }, { "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L539C9-L542C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L539C9-L542C6" }, { "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Region,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L546C9-L549C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L546C9-L549C6" }, { "DocsId": "M:System.Drawing.Graphics.IntersectClip(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L551C50-L551C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L551C50-L551C81" }, { "DocsId": "M:System.Drawing.Graphics.IntersectClip(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L554C9-L557C55" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L554C9-L557C55" }, { "DocsId": "M:System.Drawing.Graphics.IntersectClip(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L561C9-L564C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L561C9-L564C6" }, { "DocsId": "M:System.Drawing.Graphics.ExcludeClip(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L567C9-L570C53" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L567C9-L570C53" }, { "DocsId": "M:System.Drawing.Graphics.ExcludeClip(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L574C9-L577C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L574C9-L577C6" }, { "DocsId": "M:System.Drawing.Graphics.ResetClip", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L579C32-L579C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L579C32-L579C89" }, { "DocsId": "M:System.Drawing.Graphics.TranslateClip(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L581C54-L581C123" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L581C54-L581C123" }, { "DocsId": "M:System.Drawing.Graphics.TranslateClip(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L583C50-L583C119" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L583C50-L583C119" }, { "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L585C44-L585C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L585C44-L585C66" }, { "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L587C43-L587C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L587C43-L587C70" }, { "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L592C9-L593C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L592C9-L593C26" }, { "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L596C44-L596C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L596C44-L596C71" }, { "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L598C67-L598C104" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L598C67-L598C104" }, { "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L600C46-L600C103" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L600C46-L600C103" }, { "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L605C9-L606C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L605C9-L606C26" }, { "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L609C47-L609C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L609C47-L609C97" }, { "DocsId": "M:System.Drawing.Graphics.ResetTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L614C37-L614C104" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L614C37-L614C104" }, { "DocsId": "M:System.Drawing.Graphics.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L619C53-L619C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L619C53-L619C99" }, { "DocsId": "M:System.Drawing.Graphics.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L626C9-L629C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L626C9-L629C6" }, { "DocsId": "M:System.Drawing.Graphics.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L631C59-L631C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L631C59-L631C106" }, { "DocsId": "M:System.Drawing.Graphics.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L634C9-L634C116" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L634C9-L634C116" }, { "DocsId": "M:System.Drawing.Graphics.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L636C55-L636C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L636C55-L636C98" }, { "DocsId": "M:System.Drawing.Graphics.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L639C9-L639C112" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L639C9-L639C112" }, { "DocsId": "M:System.Drawing.Graphics.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L641C49-L641C92" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L641C49-L641C92" }, { "DocsId": "M:System.Drawing.Graphics.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L644C9-L644C112" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L644C9-L644C112" }, { "DocsId": "M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L651C9-L661C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L651C9-L661C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Drawing.RectangleF,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L667C9-L667C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L667C9-L667C86" }, { "DocsId": "M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L673C12-L673C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L673C12-L673C76" }, { "DocsId": "M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L679C9-L679C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L679C9-L679C86" }, { "DocsId": "M:System.Drawing.Graphics.DrawBezier(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L686C9-L694C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L686C9-L694C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawBezier(System.Drawing.Pen,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L700C9-L700C80" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L700C9-L700C80" }, { "DocsId": "M:System.Drawing.Graphics.DrawBezier(System.Drawing.Pen,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L706C9-L706C80" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L706C9-L706C80" }, { "DocsId": "M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L713C60-L713C119" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L713C60-L713C119" }, { "DocsId": "M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L718C59-L718C118" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L718C59-L718C118" }, { "DocsId": "M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L744C9-L747C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L744C9-L747C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L753C12-L753C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L753C12-L753C58" }, { "DocsId": "M:System.Drawing.Graphics.DrawRectangles(System.Drawing.Pen,System.Drawing.RectangleF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L756C71-L756C122" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L756C71-L756C122" }, { "DocsId": "M:System.Drawing.Graphics.DrawRectangles(System.Drawing.Pen,System.Drawing.Rectangle[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L781C70-L781C121" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L781C70-L781C121" }, { "DocsId": "M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L804C58-L804C115" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L804C58-L804C115" }, { "DocsId": "M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L811C9-L814C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L811C9-L814C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L819C57-L819C121" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L819C57-L819C121" }, { "DocsId": "M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L824C78-L824C122" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L824C78-L824C122" }, { "DocsId": "M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Drawing.RectangleF,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L830C9-L830C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L830C9-L830C86" }, { "DocsId": "M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L837C9-L840C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L837C9-L840C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L846C9-L846C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L846C9-L846C86" }, { "DocsId": "M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L852C9-L852C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L852C9-L852C73" }, { "DocsId": "M:System.Drawing.Graphics.DrawPolygon(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L855C65-L855C114" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L855C65-L855C114" }, { "DocsId": "M:System.Drawing.Graphics.DrawPolygon(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L880C64-L880C113" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L880C64-L880C113" }, { "DocsId": "M:System.Drawing.Graphics.DrawPath(System.Drawing.Pen,System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L905C9-L912C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L905C9-L912C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L915C63-L915C110" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L915C63-L915C110" }, { "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L937C9-L937C65" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L937C9-L937C65" }, { "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L963C9-L963C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L963C9-L963C63" }, { "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L973C9-L973C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L973C9-L973C91" }, { "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1000C62-L1000C109" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1000C62-L1000C109" }, { "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.Point[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1022C9-L1022C65" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1022C9-L1022C65" }, { "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.Point[],System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1055C9-L1055C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1055C9-L1055C91" }, { "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1083C9-L1083C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1083C9-L1083C62" }, { "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Single,System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1114C9-L1114C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1114C9-L1114C81" }, { "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1139C68-L1139C121" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1139C68-L1139C121" }, { "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.Point[],System.Single,System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1165C9-L1165C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1165C9-L1165C81" }, { "DocsId": "M:System.Drawing.Graphics.Clear(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1192C39-L1192C122" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1192C39-L1192C122" }, { "DocsId": "M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1216C64-L1216C125" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1216C64-L1216C125" }, { "DocsId": "M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1223C9-L1231C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1223C9-L1231C6" }, { "DocsId": "M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1236C63-L1236C131" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1236C63-L1236C131" }, { "DocsId": "M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1241C84-L1241C132" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1241C84-L1241C132" }, { "DocsId": "M:System.Drawing.Graphics.FillRectangles(System.Drawing.Brush,System.Drawing.RectangleF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1250C9-L1252C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1250C9-L1252C6" }, { "DocsId": "M:System.Drawing.Graphics.FillRectangles(System.Drawing.Brush,System.Drawing.Rectangle[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1274C9-L1274C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1274C9-L1274C62" }, { "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1295C69-L1295C115" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1295C69-L1295C115" }, { "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1304C9-L1304C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1304C9-L1304C70" }, { "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1329C61-L1329C107" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1329C61-L1329C107" }, { "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.Point[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1343C9-L1343C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1343C9-L1343C70" }, { "DocsId": "M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1370C62-L1370C121" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1370C62-L1370C121" }, { "DocsId": "M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1377C9-L1385C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1377C9-L1385C6" }, { "DocsId": "M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1390C61-L1390C127" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1390C61-L1390C127" }, { "DocsId": "M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1395C82-L1395C128" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1395C82-L1395C128" }, { "DocsId": "M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1401C9-L1401C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1401C9-L1401C88" }, { "DocsId": "M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Drawing.RectangleF,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1419C9-L1419C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1419C9-L1419C88" }, { "DocsId": "M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1426C9-L1436C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1426C9-L1436C6" }, { "DocsId": "M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1442C12-L1442C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1442C12-L1442C78" }, { "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1446C9-L1446C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1446C9-L1446C64" }, { "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1471C9-L1471C55" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1471C9-L1471C55" }, { "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1487C9-L1487C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1487C9-L1487C83" }, { "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1514C9-L1514C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1514C9-L1514C64" }, { "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.Point[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1539C9-L1539C55" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1539C9-L1539C55" }, { "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.Point[],System.Drawing.Drawing2D.FillMode,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1550C9-L1550C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1550C9-L1550C83" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1588C9-L1588C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1588C9-L1588C69" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1593C9-L1593C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1593C9-L1593C69" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1608C9-L1608C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1608C9-L1608C81" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1613C9-L1613C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1613C9-L1613C81" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1633C9-L1633C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1633C9-L1633C71" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1638C9-L1638C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1638C9-L1638C71" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1657C9-L1657C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1657C9-L1657C83" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1662C9-L1662C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1662C9-L1662C83" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1686C9-L1686C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1686C9-L1686C58" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1700C9-L1700C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1700C9-L1700C58" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1726C9-L1726C68" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1726C9-L1726C68" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1731C9-L1731C68" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1731C9-L1731C68" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1771C9-L1771C121" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1771C9-L1771C121" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1782C9-L1782C121" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1782C9-L1782C121" }, { "DocsId": "M:System.Drawing.Graphics.MeasureStringInternal(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.RectangleF,System.Drawing.StringFormat,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1793C9-L1823C65" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1793C9-L1823C65" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1829C12-L1829C95" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1829C12-L1829C95" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1834C12-L1834C95" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1834C12-L1834C95" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1838C78-L1838C121" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1838C78-L1838C121" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.SizeF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1842C89-L1842C132" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1842C89-L1842C132" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1853C9-L1853C96" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1853C9-L1853C96" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1858C9-L1858C96" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1858C9-L1858C96" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1885C60-L1885C102" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1885C60-L1885C102" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1889C71-L1889C113" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1889C71-L1889C113" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1894C71-L1894C122" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1894C71-L1894C122" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1899C9-L1899C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1899C9-L1899C60" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Int32,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1907C9-L1907C68" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1907C9-L1907C68" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Int32,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1912C9-L1912C68" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1912C9-L1912C68" }, { "DocsId": "M:System.Drawing.Graphics.MeasureCharacterRanges(System.String,System.Drawing.Font,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1937C9-L1937C77" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1937C9-L1937C77" }, { "DocsId": "M:System.Drawing.Graphics.MeasureCharacterRanges(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1942C9-L1942C77" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1942C9-L1942C77" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1996C57-L1996C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1996C57-L1996C91" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2000C9-L2004C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2000C9-L2004C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2006C60-L2006C117" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2006C60-L2006C117" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2010C9-L2014C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2010C9-L2014C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2016C56-L2016C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2016C56-L2016C97" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2018C57-L2018C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2018C57-L2018C86" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2020C59-L2020C123" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2020C59-L2020C123" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2022C80-L2022C124" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2022C80-L2022C124" }, { "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2024C64-L2024C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2024C64-L2024C98" }, { "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2026C65-L2026C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2026C65-L2026C87" }, { "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2028C67-L2028C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2028C67-L2028C99" }, { "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2030C88-L2030C110" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2030C88-L2030C110" }, { "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaledAndClipped(System.Drawing.Image,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2034C9-L2042C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2034C9-L2042C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2057C9-L2070C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2057C9-L2070C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2074C9-L2087C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2074C9-L2087C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Single,System.Single,System.Drawing.RectangleF,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2091C9-L2102C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2091C9-L2102C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2105C12-L2105C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2105C12-L2105C64" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2109C9-L2123C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2109C9-L2123C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2126C12-L2126C100" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2126C12-L2126C100" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2130C9-L2152C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2130C9-L2152C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2155C9-L2155C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2155C9-L2155C75" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2164C9-L2164C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2164C9-L2164C79" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2175C9-L2199C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2175C9-L2199C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2202C9-L2202C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2202C9-L2202C70" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2209C40-L2209C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2209C40-L2209C106" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2217C38-L2217C108" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2217C38-L2217C108" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2228C9-L2253C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2228C9-L2253C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2262C34-L2262C108" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2262C34-L2262C108" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2272C41-L2272C127" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2272C41-L2272C127" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2283C38-L2283C141" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2283C38-L2283C141" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2297C9-L2313C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2297C9-L2313C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2322C34-L2322C115" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2322C34-L2322C115" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2332C40-L2332C132" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2332C40-L2332C132" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2343C38-L2343C147" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2343C38-L2343C147" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2355C33-L2355C144" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2355C33-L2355C144" }, { "DocsId": "M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Drawing.PointF,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2360C62-L2360C103" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2360C62-L2360C103" }, { "DocsId": "M:System.Drawing.Graphics.DrawLines(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2363C63-L2363C110" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2363C63-L2363C110" }, { "DocsId": "M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2387C9-L2387C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2387C9-L2387C45" }, { "DocsId": "M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Drawing.Point,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2392C60-L2392C108" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2392C60-L2392C108" }, { "DocsId": "M:System.Drawing.Graphics.DrawLines(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2401C9-L2410C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2401C9-L2410C6" }, { "DocsId": "M:System.Drawing.Graphics.CopyFromScreen(System.Drawing.Point,System.Drawing.Point,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2434C9-L2434C126" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2434C9-L2434C126" }, { "DocsId": "M:System.Drawing.Graphics.CopyFromScreen(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2440C9-L2440C117" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2440C9-L2440C117" }, { "DocsId": "M:System.Drawing.Graphics.CopyFromScreen(System.Drawing.Point,System.Drawing.Point,System.Drawing.Size,System.Drawing.CopyPixelOperation)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2447C9-L2447C146" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2447C9-L2447C146" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2450C9-L2450C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2450C9-L2450C70" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2453C9-L2453C77" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2453C9-L2453C77" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2456C9-L2456C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2456C9-L2456C70" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2459C9-L2459C77" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2459C9-L2459C77" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2462C9-L2462C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2462C9-L2462C69" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2465C9-L2465C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2465C9-L2465C76" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2468C9-L2468C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2468C9-L2468C69" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2471C9-L2471C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2471C9-L2471C76" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2474C9-L2474C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2474C9-L2474C71" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2480C33-L2480C101" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2480C33-L2480C101" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2483C9-L2483C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2483C9-L2483C71" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2486C9-L2486C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2486C9-L2486C78" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2493C44-L2493C123" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2493C44-L2493C123" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2501C33-L2501C119" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2501C33-L2501C119" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2508C44-L2508C123" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2508C44-L2508C123" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2516C33-L2516C119" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2516C33-L2516C119" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2523C44-L2523C122" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2523C44-L2523C122" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2531C33-L2531C118" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2531C33-L2531C118" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2538C44-L2538C122" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2538C44-L2538C122" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2546C33-L2546C118" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2546C33-L2546C118" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2553C44-L2553C124" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2553C44-L2553C124" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2561C33-L2561C120" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2561C33-L2561C120" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2568C44-L2568C124" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2568C44-L2568C124" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2576C33-L2576C120" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2576C33-L2576C120" }, { "DocsId": "M:System.Drawing.Graphics.TransformPoints(System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2587C9-L2589C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2587C9-L2589C6" }, { "DocsId": "M:System.Drawing.Graphics.TransformPoints(System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2613C9-L2615C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2613C9-L2615C6" }, { "DocsId": "M:System.Drawing.Graphics.CopyFromScreen(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Size,System.Drawing.CopyPixelOperation)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2729C17-L2769C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2729C17-L2769C6" }, { "DocsId": "M:System.Drawing.Graphics.GetNearestColor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2773C9-L2775C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2773C9-L2775C45" }, { "DocsId": "M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2783C9-L2786C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2783C9-L2786C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawBeziers(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2790C9-L2790C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2790C9-L2790C58" }, { "DocsId": "M:System.Drawing.Graphics.DrawBeziers(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2821C64-L2821C113" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2821C64-L2821C113" }, { "DocsId": "M:System.Drawing.Graphics.FillPath(System.Drawing.Brush,System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2850C9-L2860C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2850C9-L2860C6" }, { "DocsId": "M:System.Drawing.Graphics.FillRegion(System.Drawing.Brush,System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2867C9-L2877C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2867C9-L2877C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawIcon(System.Drawing.Icon,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2881C9-L2894C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2881C9-L2894C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawIcon(System.Drawing.Icon,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2904C9-L2917C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2904C9-L2917C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawIconUnstretched(System.Drawing.Icon,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2927C9-L2937C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2927C9-L2937C6" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2946C9-L2958C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2946C9-L2958C6" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2966C12-L2966C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2966C12-L2966C93" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2975C9-L2987C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2975C9-L2987C6" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2994C40-L2994C124" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2994C40-L2994C124" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3003C9-L3023C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3003C9-L3023C6" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3032C9-L3052C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3032C9-L3052C6" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3063C9-L3077C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3063C9-L3077C6" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3086C40-L3093C23" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3086C40-L3093C23" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3104C9-L3118C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3104C9-L3118C6" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3127C40-L3127C139" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3127C40-L3127C139" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3138C9-L3160C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3138C9-L3160C6" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3171C9-L3193C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3171C9-L3193C6" }, { "DocsId": "M:System.Drawing.Graphics.GetContextInfo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3211C9-L3212C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3211C9-L3212C97" }, { "DocsId": "M:System.Drawing.Graphics.System#Drawing#IGraphicsContextInfo#GetHdc(System.Drawing.ApplyGraphicsProperties,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3289C9-L3352C33" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3289C9-L3352C33" }, { "DocsId": "M:System.Drawing.Graphics.GetContextInfo(System.Drawing.PointF@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3363C9-L3366C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3363C9-L3366C6" }, { "DocsId": "M:System.Drawing.Graphics.GetContextInfo(System.Drawing.PointF@,System.Drawing.Region@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3377C9-L3380C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3377C9-L3380C6" }, { "DocsId": "M:System.Drawing.Graphics.Save", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3440C9-L3455C46" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3440C9-L3455C46" }, { "DocsId": "M:System.Drawing.Graphics.Restore(System.Drawing.Drawing2D.GraphicsState)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3460C9-L3462C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3460C9-L3462C6" }, { "DocsId": "M:System.Drawing.Graphics.BeginContainer(System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3466C9-L3481C50" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3466C9-L3481C50" }, { "DocsId": "M:System.Drawing.Graphics.BeginContainer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3486C9-L3500C50" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3486C9-L3500C50" }, { "DocsId": "M:System.Drawing.Graphics.EndContainer(System.Drawing.Drawing2D.GraphicsContainer)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3505C9-L3508C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3505C9-L3508C6" }, { "DocsId": "M:System.Drawing.Graphics.BeginContainer(System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3511C12-L3511C74" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3511C12-L3511C74" }, { "DocsId": "M:System.Drawing.Graphics.AddMetafileComment(System.Byte[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3515C9-L3520C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3515C9-L3520C6" }, { "DocsId": "M:System.Drawing.Graphics.GetHalftonePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3524C9-L3536C34" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3524C9-L3536C34" }, { "DocsId": "M:System.Drawing.Graphics.DrawCachedBitmap(System.Drawing.Imaging.CachedBitmap,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3601C9-L3609C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3601C9-L3609C6" }, { "DocsId": "P:System.Drawing.Graphics.Windows#Win32#Foundation#IPointer#Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L197C42-L197C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L197C42-L197C62" }, { "DocsId": "P:System.Drawing.Graphics.Clip", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L203C13-L205C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L203C13-L205C27" }, { "DocsId": "P:System.Drawing.Graphics.ClipBounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L215C13-L216C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L215C13-L216C25" }, { "DocsId": "P:System.Drawing.Graphics.CompositingMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L228C13-L229C52" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L228C13-L229C52" }, { "DocsId": "P:System.Drawing.Graphics.CompositingQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L245C13-L246C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L245C13-L246C58" }, { "DocsId": "P:System.Drawing.Graphics.DpiX", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L262C13-L263C24" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L262C13-L263C24" }, { "DocsId": "P:System.Drawing.Graphics.DpiY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L272C13-L273C24" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L272C13-L273C24" }, { "DocsId": "P:System.Drawing.Graphics.InterpolationMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L285C13-L286C54" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L285C13-L286C54" }, { "DocsId": "P:System.Drawing.Graphics.IsClipEmpty", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L302C13-L303C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L302C13-L303C28" }, { "DocsId": "P:System.Drawing.Graphics.IsVisibleClipEmpty", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L312C13-L313C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L312C13-L313C28" }, { "DocsId": "P:System.Drawing.Graphics.PageScale", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L322C13-L323C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L322C13-L323C26" }, { "DocsId": "P:System.Drawing.Graphics.PageUnit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L333C13-L334C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L333C13-L334C39" }, { "DocsId": "P:System.Drawing.Graphics.PixelOffsetMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L350C13-L351C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L350C13-L351C42" }, { "DocsId": "P:System.Drawing.Graphics.RenderingOrigin", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L367C13-L368C36" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L367C13-L368C36" }, { "DocsId": "P:System.Drawing.Graphics.SmoothingMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L378C13-L379C50" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L378C13-L379C50" }, { "DocsId": "P:System.Drawing.Graphics.TextContrast", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L395C13-L396C38" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L395C13-L396C38" }, { "DocsId": "P:System.Drawing.Graphics.TextRenderingHint", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L409C13-L410C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L409C13-L410C44" }, { "DocsId": "P:System.Drawing.Graphics.Transform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L428C13-L430C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L428C13-L430C27" }, { "DocsId": "P:System.Drawing.Graphics.TransformElements", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L452C13-L469C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L452C13-L469C10" }, { "DocsId": "P:System.Drawing.Graphics.VisibleClipBounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3386C13-L3391C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3386C13-L3391C25" }, { "DocsId": "T:System.Drawing.Graphics.DrawImageAbort", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" }, { "DocsId": "T:System.Drawing.Graphics.EnumerateMetafileProc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" } ], "DocsId": "T:System.Drawing.Graphics", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.GraphicsUnit.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" }, { "DocsId": "F:System.Drawing.GraphicsUnit.World", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" }, { "DocsId": "F:System.Drawing.GraphicsUnit.Display", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" }, { "DocsId": "F:System.Drawing.GraphicsUnit.Pixel", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" }, { "DocsId": "F:System.Drawing.GraphicsUnit.Point", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" }, { "DocsId": "F:System.Drawing.GraphicsUnit.Inch", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" }, { "DocsId": "F:System.Drawing.GraphicsUnit.Document", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" }, { "DocsId": "F:System.Drawing.GraphicsUnit.Millimeter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" } ], "DocsId": "T:System.Drawing.GraphicsUnit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Icon.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L55C36-L57C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L55C36-L57C6" }, { "DocsId": "M:System.Drawing.Icon.#ctor(System.String,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L59C47-L61C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L59C47-L61C6" }, { "DocsId": "M:System.Drawing.Icon.#ctor(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L63C59-L72C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L63C59-L72C6" }, { "DocsId": "M:System.Drawing.Icon.#ctor(System.Drawing.Icon,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L74C45-L76C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L74C45-L76C6" }, { "DocsId": "M:System.Drawing.Icon.#ctor(System.Drawing.Icon,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L78C57-L93C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L78C57-L93C6" }, { "DocsId": "M:System.Drawing.Icon.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L95C47-L105C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L95C47-L105C6" }, { "DocsId": "M:System.Drawing.Icon.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L107C34-L109C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L107C34-L109C6" }, { "DocsId": "M:System.Drawing.Icon.#ctor(System.IO.Stream,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L111C45-L113C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L111C45-L113C6" }, { "DocsId": "M:System.Drawing.Icon.#ctor(System.IO.Stream,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L115C57-L122C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L115C57-L122C6" }, { "DocsId": "M:System.Drawing.Icon.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L135C9-L147C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L135C9-L147C6" }, { "DocsId": "M:System.Drawing.Icon.ExtractAssociatedIcon(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L149C67-L149C101" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L149C67-L149C101" }, { "DocsId": "M:System.Drawing.Icon.Windows#Win32#Foundation#IHandle#get_Handle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L187C36-L187C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L187C36-L187C49" }, { "DocsId": "M:System.Drawing.Icon.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L236C30-L236C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L236C30-L236C69" }, { "DocsId": "M:System.Drawing.Icon.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L260C9-L266C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L260C9-L266C6" }, { "DocsId": "M:System.Drawing.Icon.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L391C16-L391C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L391C16-L391C25" }, { "DocsId": "M:System.Drawing.Icon.FromHandle(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L395C9-L398C40" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L395C9-L398C40" }, { "DocsId": "M:System.Drawing.Icon.ToBitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L613C9-L623C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L613C9-L623C6" }, { "DocsId": "M:System.Drawing.Icon.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L785C42-L785C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L785C42-L785C57" }, { "DocsId": "M:System.Drawing.Icon.Save(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L794C9-L810C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L794C9-L810C6" }, { "DocsId": "M:System.Drawing.Icon.ExtractIcon(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L852C12-L854C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L852C12-L854C64" }, { "DocsId": "M:System.Drawing.Icon.ExtractIcon(System.String,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L863C12-L863C51" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L863C12-L863C51" }, { "DocsId": "P:System.Drawing.Icon.Handle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L185C29-L185C111" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L185C29-L185C111" }, { "DocsId": "P:System.Drawing.Icon.Windows#Win32#Foundation#IHandle#Handle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L187C36-L187C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L187C36-L187C49" }, { "DocsId": "P:System.Drawing.Icon.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L190C26-L190C37" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L190C26-L190C37" }, { "DocsId": "P:System.Drawing.Icon.Size", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L196C13-L229C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L196C13-L229C30" }, { "DocsId": "P:System.Drawing.Icon.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L234C25-L234C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L234C25-L234C35" } ], "DocsId": "T:System.Drawing.Icon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.IconConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L14C9-L14C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L14C9-L14C45" }, { "DocsId": "M:System.Drawing.IconConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L19C9-L20C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L19C9-L20C86" }, { "DocsId": "M:System.Drawing.IconConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L25C9-L25C118" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L25C9-L25C118" }, { "DocsId": "M:System.Drawing.IconConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L30C9-L59C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L30C9-L59C6" }, { "DocsId": "M:System.Drawing.IconConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs" } ], "DocsId": "T:System.Drawing.IconConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.IDeviceContext.GetHdc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/IDeviceContext.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/IDeviceContext.cs" }, { "DocsId": "M:System.Drawing.IDeviceContext.ReleaseHdc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/IDeviceContext.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/IDeviceContext.cs" } ], "DocsId": "T:System.Drawing.IDeviceContext", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/IDeviceContext.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/IDeviceContext.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Image.Windows#Win32#Foundation#IPointer#get_Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L35C39-L35C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L35C39-L35C57" }, { "DocsId": "M:System.Drawing.Image.System#IO#IRawData#get_Data", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L44C41-L44C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L44C41-L44C60" }, { "DocsId": "M:System.Drawing.Image.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L76C9-L79C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L76C9-L79C6" }, { "DocsId": "M:System.Drawing.Image.FromFile(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L84C54-L84C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L84C54-L84C79" }, { "DocsId": "M:System.Drawing.Image.FromFile(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L88C9-L118C20" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L88C9-L118C20" }, { "DocsId": "M:System.Drawing.Image.FromStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L124C54-L124C107" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L124C54-L124C107" }, { "DocsId": "M:System.Drawing.Image.FromStream(System.IO.Stream,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L127C9-L127C61" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L127C9-L127C61" }, { "DocsId": "M:System.Drawing.Image.FromStream(System.IO.Stream,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L131C9-L141C20" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L131C9-L141C20" }, { "DocsId": "M:System.Drawing.Image.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L185C9-L187C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L185C9-L187C6" }, { "DocsId": "M:System.Drawing.Image.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L192C17-L192C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L192C17-L192C42" }, { "DocsId": "M:System.Drawing.Image.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L200C9-L203C46" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L200C9-L203C46" }, { "DocsId": "M:System.Drawing.Image.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L208C9-L216C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L208C9-L216C6" }, { "DocsId": "M:System.Drawing.Image.Save(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L221C42-L221C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L221C42-L221C67" }, { "DocsId": "M:System.Drawing.Image.Save(System.String,System.Drawing.Imaging.ImageFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L228C9-L237C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L228C9-L237C6" }, { "DocsId": "M:System.Drawing.Image.Save(System.String,System.Drawing.Imaging.ImageCodecInfo,System.Drawing.Imaging.EncoderParameters)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L243C12-L243C56" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L243C12-L243C56" }, { "DocsId": "M:System.Drawing.Image.Save(System.IO.Stream,System.Drawing.Imaging.ImageFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L295C9-L297C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L295C9-L297C6" }, { "DocsId": "M:System.Drawing.Image.Save(System.IO.Stream,System.Drawing.Imaging.ImageCodecInfo,System.Drawing.Imaging.EncoderParameters)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L304C9-L329C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L304C9-L329C6" }, { "DocsId": "M:System.Drawing.Image.SaveAdd(System.Drawing.Imaging.EncoderParameters)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L336C9-L358C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L336C9-L358C6" }, { "DocsId": "M:System.Drawing.Image.SaveAdd(System.Drawing.Image,System.Drawing.Imaging.EncoderParameters)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L365C9-L391C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L365C9-L391C6" }, { "DocsId": "M:System.Drawing.Image.GetBounds(System.Drawing.GraphicsUnit@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L585C9-L587C23" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L585C9-L587C23" }, { "DocsId": "M:System.Drawing.Image.GetThumbnailImage(System.Int32,System.Int32,System.Drawing.Image.GetThumbnailImageAbort,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L634C9-L643C46" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L634C9-L643C46" }, { "DocsId": "M:System.Drawing.Image.GetFrameCount(System.Drawing.Imaging.FrameDimension)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L664C9-L668C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L664C9-L668C27" }, { "DocsId": "M:System.Drawing.Image.GetPropertyItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L677C9-L692C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L677C9-L692C6" }, { "DocsId": "M:System.Drawing.Image.SelectActiveFrame(System.Drawing.Imaging.FrameDimension,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L699C9-L702C18" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L699C9-L702C18" }, { "DocsId": "M:System.Drawing.Image.SetPropertyItem(System.Drawing.Imaging.PropertyItem)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L710C16-L723C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L710C16-L723C6" }, { "DocsId": "M:System.Drawing.Image.RotateFlip(System.Drawing.RotateFlipType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L727C9-L729C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L727C9-L729C6" }, { "DocsId": "M:System.Drawing.Image.RemovePropertyItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L736C9-L738C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L736C9-L738C6" }, { "DocsId": "M:System.Drawing.Image.GetEncoderParameterList(System.Guid)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L748C9-L769C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L748C9-L769C6" }, { "DocsId": "M:System.Drawing.Image.FromHbitmap(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L774C57-L774C90" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L774C57-L774C90" }, { "DocsId": "M:System.Drawing.Image.FromHbitmap(System.IntPtr,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L782C9-L783C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L782C9-L783C35" }, { "DocsId": "M:System.Drawing.Image.IsExtendedPixelFormat(System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L789C69-L789C105" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L789C69-L789C105" }, { "DocsId": "M:System.Drawing.Image.IsCanonicalPixelFormat(System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L803C9-L803C54" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L803C9-L803C54" }, { "DocsId": "M:System.Drawing.Image.GetPixelFormatSize(System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L847C65-L847C90" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L847C65-L847C90" }, { "DocsId": "M:System.Drawing.Image.IsAlphaPixelFormat(System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L852C66-L852C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L852C66-L852C99" }, { "DocsId": "P:System.Drawing.Image.Windows#Win32#Foundation#IPointer#Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L35C39-L35C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L35C39-L35C57" }, { "DocsId": "P:System.Drawing.Image.System#IO#IRawData#Data", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L44C41-L44C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L44C41-L44C60" }, { "DocsId": "P:System.Drawing.Image.Tag", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L50C16-L50C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L50C16-L50C25" }, { "DocsId": "P:System.Drawing.Image.PhysicalDimension", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L412C13-L414C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L412C13-L414C45" }, { "DocsId": "P:System.Drawing.Image.Size", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L421C25-L421C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L421C25-L421C43" }, { "DocsId": "P:System.Drawing.Image.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L434C13-L436C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L434C13-L436C31" }, { "DocsId": "P:System.Drawing.Image.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L451C13-L453C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L451C13-L453C32" }, { "DocsId": "P:System.Drawing.Image.HorizontalResolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L465C13-L467C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L465C13-L467C28" }, { "DocsId": "P:System.Drawing.Image.VerticalResolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L479C13-L481C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L479C13-L481C28" }, { "DocsId": "P:System.Drawing.Image.Flags", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L494C13-L496C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L494C13-L496C31" }, { "DocsId": "P:System.Drawing.Image.RawFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L507C13-L510C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L507C13-L510C42" }, { "DocsId": "P:System.Drawing.Image.PixelFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L517C39-L517C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L517C39-L517C73" }, { "DocsId": "P:System.Drawing.Image.PropertyIdList", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L528C13-L541C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L528C13-L541C27" }, { "DocsId": "P:System.Drawing.Image.PropertyItems", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L554C13-L576C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L554C13-L576C10" }, { "DocsId": "P:System.Drawing.Image.Palette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L602C13-L611C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L602C13-L611C10" }, { "DocsId": "P:System.Drawing.Image.FrameDimensionsList", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L825C13-L840C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L825C13-L840C26" }, { "DocsId": "T:System.Drawing.Image.GetThumbnailImageAbort", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs" } ], "DocsId": "T:System.Drawing.Image", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.ImageAnimator.UpdateFrames(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L99C9-L153C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L99C9-L153C6" }, { "DocsId": "M:System.Drawing.ImageAnimator.UpdateFrames", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L160C9-L190C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L160C9-L190C6" }, { "DocsId": "M:System.Drawing.ImageAnimator.Animate(System.Drawing.Image,System.EventHandler)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L198C9-L279C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L198C9-L279C6" }, { "DocsId": "M:System.Drawing.ImageAnimator.CanAnimate(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L286C9-L307C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L286C9-L307C6" }, { "DocsId": "M:System.Drawing.ImageAnimator.StopAnimate(System.Drawing.Image,System.EventHandler)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L315C9-L374C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L315C9-L374C6" } ], "DocsId": "T:System.Drawing.ImageAnimator", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.ImageConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L14C9-L14C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L14C9-L14C75" }, { "DocsId": "M:System.Drawing.ImageConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L19C9-L19C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L19C9-L19C87" }, { "DocsId": "M:System.Drawing.ImageConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L24C9-L37C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L24C9-L37C62" }, { "DocsId": "M:System.Drawing.ImageConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L43C9-L70C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L43C9-L70C6" }, { "DocsId": "M:System.Drawing.ImageConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L75C9-L75C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L75C9-L75C72" }, { "DocsId": "M:System.Drawing.ImageConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L78C85-L78C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L78C85-L78C89" }, { "DocsId": "M:System.Drawing.ImageConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageConverter.FMTID.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageConverter.FMTID.cs" } ], "DocsId": "T:System.Drawing.ImageConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.ImageFormatConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L18C9-L18C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L18C9-L18C89" }, { "DocsId": "M:System.Drawing.ImageFormatConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L23C9-L28C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L23C9-L28C60" }, { "DocsId": "M:System.Drawing.ImageFormatConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L34C9-L72C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L34C9-L72C106" }, { "DocsId": "M:System.Drawing.ImageFormatConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L77C9-L120C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L77C9-L120C73" }, { "DocsId": "M:System.Drawing.ImageFormatConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L125C9-L139C12" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L125C9-L139C12" }, { "DocsId": "M:System.Drawing.ImageFormatConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L142C89-L142C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L142C89-L142C93" }, { "DocsId": "M:System.Drawing.ImageFormatConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs" } ], "DocsId": "T:System.Drawing.ImageFormatConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Pen.#ctor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L35C31-L37C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L35C31-L37C6" }, { "DocsId": "M:System.Drawing.Pen.#ctor(System.Drawing.Color,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L43C5-L55C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L43C5-L55C6" }, { "DocsId": "M:System.Drawing.Pen.#ctor(System.Drawing.Brush)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L60C31-L62C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L60C31-L62C6" }, { "DocsId": "M:System.Drawing.Pen.#ctor(System.Drawing.Brush,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L67C5-L74C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L67C5-L74C6" }, { "DocsId": "M:System.Drawing.Pen.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L91C9-L93C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L91C9-L93C35" }, { "DocsId": "M:System.Drawing.Pen.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L101C9-L103C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L101C9-L103C6" }, { "DocsId": "M:System.Drawing.Pen.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L130C15-L130C40" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L130C15-L130C40" }, { "DocsId": "M:System.Drawing.Pen.SetLineCap(System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.DashCap)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L161C9-L173C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L161C9-L173C6" }, { "DocsId": "M:System.Drawing.Pen.ResetTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L452C9-L454C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L452C9-L454C6" }, { "DocsId": "M:System.Drawing.Pen.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L459C53-L459C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L459C53-L459C99" }, { "DocsId": "M:System.Drawing.Pen.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L466C9-L477C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L466C9-L477C6" }, { "DocsId": "M:System.Drawing.Pen.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L483C59-L483C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L483C59-L483C106" }, { "DocsId": "M:System.Drawing.Pen.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L490C9-L492C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L490C9-L492C6" }, { "DocsId": "M:System.Drawing.Pen.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L497C55-L497C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L497C55-L497C98" }, { "DocsId": "M:System.Drawing.Pen.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L504C9-L506C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L504C9-L506C6" }, { "DocsId": "M:System.Drawing.Pen.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L511C49-L511C92" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L511C49-L511C92" }, { "DocsId": "M:System.Drawing.Pen.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L518C9-L520C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L518C9-L520C6" }, { "DocsId": "M:System.Drawing.Pen.System#Drawing#Internal#ISystemColorTracker#OnSystemColorChanged", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L831C9-L835C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L831C9-L835C6" }, { "DocsId": "P:System.Drawing.Pen.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L140C13-L142C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L140C13-L142C26" }, { "DocsId": "P:System.Drawing.Pen.StartCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L183C13-L185C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L183C13-L185C29" }, { "DocsId": "P:System.Drawing.Pen.EndCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L225C13-L227C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L225C13-L227C27" }, { "DocsId": "P:System.Drawing.Pen.CustomStartCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L267C13-L269C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L267C13-L269C69" }, { "DocsId": "P:System.Drawing.Pen.CustomEndCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L292C13-L294C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L292C13-L294C69" }, { "DocsId": "P:System.Drawing.Pen.DashCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L317C13-L319C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L317C13-L319C28" }, { "DocsId": "P:System.Drawing.Pen.LineJoin", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L346C13-L348C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L346C13-L348C29" }, { "DocsId": "P:System.Drawing.Pen.MiterLimit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L375C13-L377C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L375C13-L377C31" }, { "DocsId": "P:System.Drawing.Pen.Alignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L399C13-L401C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L399C13-L401C28" }, { "DocsId": "P:System.Drawing.Pen.Transform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L427C13-L430C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L427C13-L430C27" }, { "DocsId": "P:System.Drawing.Pen.PenType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L537C13-L539C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L537C13-L539C44" }, { "DocsId": "P:System.Drawing.Pen.Color", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L550C13-L564C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L550C13-L564C27" }, { "DocsId": "P:System.Drawing.Pen.Brush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L596C13-L624C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L596C13-L624C27" }, { "DocsId": "P:System.Drawing.Pen.DashStyle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L655C13-L657C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L655C13-L657C30" }, { "DocsId": "P:System.Drawing.Pen.DashOffset", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L713C13-L715C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L713C13-L715C31" }, { "DocsId": "P:System.Drawing.Pen.DashPattern", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L737C13-L768C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L737C13-L768C28" }, { "DocsId": "P:System.Drawing.Pen.CompoundArray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L798C13-L810C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L798C13-L810C30" } ], "DocsId": "T:System.Drawing.Pen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs" }, { "Members": [ { "DocsId": "P:System.Drawing.Pens.Transparent", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L149C38-L149C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L149C38-L149C81" }, { "DocsId": "P:System.Drawing.Pens.AliceBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L151C36-L151C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L151C36-L151C75" }, { "DocsId": "P:System.Drawing.Pens.AntiqueWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L152C39-L152C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L152C39-L152C84" }, { "DocsId": "P:System.Drawing.Pens.Aqua", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L153C31-L153C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L153C31-L153C60" }, { "DocsId": "P:System.Drawing.Pens.Aquamarine", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L154C37-L154C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L154C37-L154C78" }, { "DocsId": "P:System.Drawing.Pens.Azure", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L155C32-L155C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L155C32-L155C63" }, { "DocsId": "P:System.Drawing.Pens.Beige", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L157C32-L157C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L157C32-L157C63" }, { "DocsId": "P:System.Drawing.Pens.Bisque", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L158C33-L158C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L158C33-L158C66" }, { "DocsId": "P:System.Drawing.Pens.Black", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L159C32-L159C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L159C32-L159C63" }, { "DocsId": "P:System.Drawing.Pens.BlanchedAlmond", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L160C41-L160C90" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L160C41-L160C90" }, { "DocsId": "P:System.Drawing.Pens.Blue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L161C31-L161C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L161C31-L161C60" }, { "DocsId": "P:System.Drawing.Pens.BlueViolet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L162C37-L162C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L162C37-L162C78" }, { "DocsId": "P:System.Drawing.Pens.Brown", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L163C32-L163C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L163C32-L163C63" }, { "DocsId": "P:System.Drawing.Pens.BurlyWood", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L164C36-L164C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L164C36-L164C75" }, { "DocsId": "P:System.Drawing.Pens.CadetBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L166C36-L166C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L166C36-L166C75" }, { "DocsId": "P:System.Drawing.Pens.Chartreuse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L167C37-L167C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L167C37-L167C78" }, { "DocsId": "P:System.Drawing.Pens.Chocolate", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L168C36-L168C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L168C36-L168C75" }, { "DocsId": "P:System.Drawing.Pens.Coral", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L169C32-L169C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L169C32-L169C63" }, { "DocsId": "P:System.Drawing.Pens.CornflowerBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L170C41-L170C90" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L170C41-L170C90" }, { "DocsId": "P:System.Drawing.Pens.Cornsilk", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L171C35-L171C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L171C35-L171C72" }, { "DocsId": "P:System.Drawing.Pens.Crimson", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L172C34-L172C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L172C34-L172C69" }, { "DocsId": "P:System.Drawing.Pens.Cyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L173C31-L173C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L173C31-L173C60" }, { "DocsId": "P:System.Drawing.Pens.DarkBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L175C35-L175C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L175C35-L175C72" }, { "DocsId": "P:System.Drawing.Pens.DarkCyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L176C35-L176C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L176C35-L176C72" }, { "DocsId": "P:System.Drawing.Pens.DarkGoldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L177C40-L177C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L177C40-L177C87" }, { "DocsId": "P:System.Drawing.Pens.DarkGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L178C35-L178C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L178C35-L178C72" }, { "DocsId": "P:System.Drawing.Pens.DarkGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L179C36-L179C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L179C36-L179C75" }, { "DocsId": "P:System.Drawing.Pens.DarkKhaki", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L180C36-L180C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L180C36-L180C75" }, { "DocsId": "P:System.Drawing.Pens.DarkMagenta", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L181C38-L181C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L181C38-L181C81" }, { "DocsId": "P:System.Drawing.Pens.DarkOliveGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L182C41-L182C90" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L182C41-L182C90" }, { "DocsId": "P:System.Drawing.Pens.DarkOrange", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L183C37-L183C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L183C37-L183C78" }, { "DocsId": "P:System.Drawing.Pens.DarkOrchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L184C37-L184C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L184C37-L184C78" }, { "DocsId": "P:System.Drawing.Pens.DarkRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L185C34-L185C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L185C34-L185C69" }, { "DocsId": "P:System.Drawing.Pens.DarkSalmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L186C37-L186C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L186C37-L186C78" }, { "DocsId": "P:System.Drawing.Pens.DarkSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L187C39-L187C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L187C39-L187C84" }, { "DocsId": "P:System.Drawing.Pens.DarkSlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L188C40-L188C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L188C40-L188C87" }, { "DocsId": "P:System.Drawing.Pens.DarkSlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L189C40-L189C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L189C40-L189C87" }, { "DocsId": "P:System.Drawing.Pens.DarkTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L190C40-L190C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L190C40-L190C87" }, { "DocsId": "P:System.Drawing.Pens.DarkViolet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L191C37-L191C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L191C37-L191C78" }, { "DocsId": "P:System.Drawing.Pens.DeepPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L192C35-L192C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L192C35-L192C72" }, { "DocsId": "P:System.Drawing.Pens.DeepSkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L193C38-L193C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L193C38-L193C81" }, { "DocsId": "P:System.Drawing.Pens.DimGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L194C34-L194C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L194C34-L194C69" }, { "DocsId": "P:System.Drawing.Pens.DodgerBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L195C37-L195C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L195C37-L195C78" }, { "DocsId": "P:System.Drawing.Pens.Firebrick", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L197C36-L197C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L197C36-L197C75" }, { "DocsId": "P:System.Drawing.Pens.FloralWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L198C38-L198C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L198C38-L198C81" }, { "DocsId": "P:System.Drawing.Pens.ForestGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L199C38-L199C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L199C38-L199C81" }, { "DocsId": "P:System.Drawing.Pens.Fuchsia", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L200C34-L200C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L200C34-L200C69" }, { "DocsId": "P:System.Drawing.Pens.Gainsboro", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L202C36-L202C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L202C36-L202C75" }, { "DocsId": "P:System.Drawing.Pens.GhostWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L203C37-L203C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L203C37-L203C78" }, { "DocsId": "P:System.Drawing.Pens.Gold", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L204C31-L204C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L204C31-L204C60" }, { "DocsId": "P:System.Drawing.Pens.Goldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L205C36-L205C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L205C36-L205C75" }, { "DocsId": "P:System.Drawing.Pens.Gray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L206C31-L206C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L206C31-L206C60" }, { "DocsId": "P:System.Drawing.Pens.Green", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L207C32-L207C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L207C32-L207C63" }, { "DocsId": "P:System.Drawing.Pens.GreenYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L208C38-L208C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L208C38-L208C81" }, { "DocsId": "P:System.Drawing.Pens.Honeydew", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L210C35-L210C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L210C35-L210C72" }, { "DocsId": "P:System.Drawing.Pens.HotPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L211C34-L211C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L211C34-L211C69" }, { "DocsId": "P:System.Drawing.Pens.IndianRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L213C36-L213C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L213C36-L213C75" }, { "DocsId": "P:System.Drawing.Pens.Indigo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L214C33-L214C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L214C33-L214C66" }, { "DocsId": "P:System.Drawing.Pens.Ivory", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L215C32-L215C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L215C32-L215C63" }, { "DocsId": "P:System.Drawing.Pens.Khaki", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L217C32-L217C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L217C32-L217C63" }, { "DocsId": "P:System.Drawing.Pens.Lavender", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L219C35-L219C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L219C35-L219C72" }, { "DocsId": "P:System.Drawing.Pens.LavenderBlush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L220C40-L220C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L220C40-L220C87" }, { "DocsId": "P:System.Drawing.Pens.LawnGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L221C36-L221C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L221C36-L221C75" }, { "DocsId": "P:System.Drawing.Pens.LemonChiffon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L222C39-L222C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L222C39-L222C84" }, { "DocsId": "P:System.Drawing.Pens.LightBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L223C36-L223C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L223C36-L223C75" }, { "DocsId": "P:System.Drawing.Pens.LightCoral", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L224C37-L224C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L224C37-L224C78" }, { "DocsId": "P:System.Drawing.Pens.LightCyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L225C36-L225C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L225C36-L225C75" }, { "DocsId": "P:System.Drawing.Pens.LightGoldenrodYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L226C47-L226C108" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L226C47-L226C108" }, { "DocsId": "P:System.Drawing.Pens.LightGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L227C37-L227C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L227C37-L227C78" }, { "DocsId": "P:System.Drawing.Pens.LightGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L228C36-L228C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L228C36-L228C75" }, { "DocsId": "P:System.Drawing.Pens.LightPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L229C36-L229C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L229C36-L229C75" }, { "DocsId": "P:System.Drawing.Pens.LightSalmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L230C38-L230C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L230C38-L230C81" }, { "DocsId": "P:System.Drawing.Pens.LightSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L231C40-L231C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L231C40-L231C87" }, { "DocsId": "P:System.Drawing.Pens.LightSkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L232C39-L232C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L232C39-L232C84" }, { "DocsId": "P:System.Drawing.Pens.LightSlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L233C41-L233C90" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L233C41-L233C90" }, { "DocsId": "P:System.Drawing.Pens.LightSteelBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L234C41-L234C90" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L234C41-L234C90" }, { "DocsId": "P:System.Drawing.Pens.LightYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L235C38-L235C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L235C38-L235C81" }, { "DocsId": "P:System.Drawing.Pens.Lime", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L236C31-L236C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L236C31-L236C60" }, { "DocsId": "P:System.Drawing.Pens.LimeGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L237C36-L237C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L237C36-L237C75" }, { "DocsId": "P:System.Drawing.Pens.Linen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L238C32-L238C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L238C32-L238C63" }, { "DocsId": "P:System.Drawing.Pens.Magenta", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L240C34-L240C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L240C34-L240C69" }, { "DocsId": "P:System.Drawing.Pens.Maroon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L241C33-L241C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L241C33-L241C66" }, { "DocsId": "P:System.Drawing.Pens.MediumAquamarine", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L242C43-L242C96" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L242C43-L242C96" }, { "DocsId": "P:System.Drawing.Pens.MediumBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L243C37-L243C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L243C37-L243C78" }, { "DocsId": "P:System.Drawing.Pens.MediumOrchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L244C39-L244C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L244C39-L244C84" }, { "DocsId": "P:System.Drawing.Pens.MediumPurple", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L245C39-L245C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L245C39-L245C84" }, { "DocsId": "P:System.Drawing.Pens.MediumSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L246C41-L246C90" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L246C41-L246C90" }, { "DocsId": "P:System.Drawing.Pens.MediumSlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L247C42-L247C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L247C42-L247C93" }, { "DocsId": "P:System.Drawing.Pens.MediumSpringGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L248C44-L248C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L248C44-L248C99" }, { "DocsId": "P:System.Drawing.Pens.MediumTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L249C42-L249C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L249C42-L249C93" }, { "DocsId": "P:System.Drawing.Pens.MediumVioletRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L250C42-L250C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L250C42-L250C93" }, { "DocsId": "P:System.Drawing.Pens.MidnightBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L251C39-L251C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L251C39-L251C84" }, { "DocsId": "P:System.Drawing.Pens.MintCream", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L252C36-L252C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L252C36-L252C75" }, { "DocsId": "P:System.Drawing.Pens.MistyRose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L253C36-L253C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L253C36-L253C75" }, { "DocsId": "P:System.Drawing.Pens.Moccasin", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L254C35-L254C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L254C35-L254C72" }, { "DocsId": "P:System.Drawing.Pens.NavajoWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L256C38-L256C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L256C38-L256C81" }, { "DocsId": "P:System.Drawing.Pens.Navy", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L257C31-L257C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L257C31-L257C60" }, { "DocsId": "P:System.Drawing.Pens.OldLace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L259C34-L259C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L259C34-L259C69" }, { "DocsId": "P:System.Drawing.Pens.Olive", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L260C32-L260C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L260C32-L260C63" }, { "DocsId": "P:System.Drawing.Pens.OliveDrab", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L261C36-L261C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L261C36-L261C75" }, { "DocsId": "P:System.Drawing.Pens.Orange", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L262C33-L262C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L262C33-L262C66" }, { "DocsId": "P:System.Drawing.Pens.OrangeRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L263C36-L263C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L263C36-L263C75" }, { "DocsId": "P:System.Drawing.Pens.Orchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L264C33-L264C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L264C33-L264C66" }, { "DocsId": "P:System.Drawing.Pens.PaleGoldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L266C40-L266C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L266C40-L266C87" }, { "DocsId": "P:System.Drawing.Pens.PaleGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L267C36-L267C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L267C36-L267C75" }, { "DocsId": "P:System.Drawing.Pens.PaleTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L268C40-L268C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L268C40-L268C87" }, { "DocsId": "P:System.Drawing.Pens.PaleVioletRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L269C40-L269C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L269C40-L269C87" }, { "DocsId": "P:System.Drawing.Pens.PapayaWhip", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L270C37-L270C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L270C37-L270C78" }, { "DocsId": "P:System.Drawing.Pens.PeachPuff", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L271C36-L271C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L271C36-L271C75" }, { "DocsId": "P:System.Drawing.Pens.Peru", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L272C31-L272C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L272C31-L272C60" }, { "DocsId": "P:System.Drawing.Pens.Pink", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L273C31-L273C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L273C31-L273C60" }, { "DocsId": "P:System.Drawing.Pens.Plum", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L274C31-L274C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L274C31-L274C60" }, { "DocsId": "P:System.Drawing.Pens.PowderBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L275C37-L275C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L275C37-L275C78" }, { "DocsId": "P:System.Drawing.Pens.Purple", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L276C33-L276C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L276C33-L276C66" }, { "DocsId": "P:System.Drawing.Pens.Red", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L278C30-L278C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L278C30-L278C57" }, { "DocsId": "P:System.Drawing.Pens.RosyBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L279C36-L279C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L279C36-L279C75" }, { "DocsId": "P:System.Drawing.Pens.RoyalBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L280C36-L280C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L280C36-L280C75" }, { "DocsId": "P:System.Drawing.Pens.SaddleBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L282C38-L282C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L282C38-L282C81" }, { "DocsId": "P:System.Drawing.Pens.Salmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L283C33-L283C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L283C33-L283C66" }, { "DocsId": "P:System.Drawing.Pens.SandyBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L284C37-L284C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L284C37-L284C78" }, { "DocsId": "P:System.Drawing.Pens.SeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L285C35-L285C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L285C35-L285C72" }, { "DocsId": "P:System.Drawing.Pens.SeaShell", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L286C35-L286C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L286C35-L286C72" }, { "DocsId": "P:System.Drawing.Pens.Sienna", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L287C33-L287C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L287C33-L287C66" }, { "DocsId": "P:System.Drawing.Pens.Silver", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L288C33-L288C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L288C33-L288C66" }, { "DocsId": "P:System.Drawing.Pens.SkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L289C34-L289C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L289C34-L289C69" }, { "DocsId": "P:System.Drawing.Pens.SlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L290C36-L290C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L290C36-L290C75" }, { "DocsId": "P:System.Drawing.Pens.SlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L291C36-L291C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L291C36-L291C75" }, { "DocsId": "P:System.Drawing.Pens.Snow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L292C31-L292C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L292C31-L292C60" }, { "DocsId": "P:System.Drawing.Pens.SpringGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L293C38-L293C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L293C38-L293C81" }, { "DocsId": "P:System.Drawing.Pens.SteelBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L294C36-L294C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L294C36-L294C75" }, { "DocsId": "P:System.Drawing.Pens.Tan", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L296C30-L296C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L296C30-L296C57" }, { "DocsId": "P:System.Drawing.Pens.Teal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L297C31-L297C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L297C31-L297C60" }, { "DocsId": "P:System.Drawing.Pens.Thistle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L298C34-L298C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L298C34-L298C69" }, { "DocsId": "P:System.Drawing.Pens.Tomato", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L299C33-L299C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L299C33-L299C66" }, { "DocsId": "P:System.Drawing.Pens.Turquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L300C36-L300C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L300C36-L300C75" }, { "DocsId": "P:System.Drawing.Pens.Violet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L302C33-L302C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L302C33-L302C66" }, { "DocsId": "P:System.Drawing.Pens.Wheat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L304C32-L304C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L304C32-L304C63" }, { "DocsId": "P:System.Drawing.Pens.White", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L305C32-L305C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L305C32-L305C63" }, { "DocsId": "P:System.Drawing.Pens.WhiteSmoke", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L306C37-L306C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L306C37-L306C78" }, { "DocsId": "P:System.Drawing.Pens.Yellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L308C33-L308C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L308C33-L308C66" }, { "DocsId": "P:System.Drawing.Pens.YellowGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L309C38-L309C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L309C38-L309C81" } ], "DocsId": "T:System.Drawing.Pens", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Region.Windows#Win32#Foundation#IPointer#get_Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L12C40-L12C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L12C40-L12C58" }, { "DocsId": "M:System.Drawing.Region.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L14C5-L19C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L14C5-L19C6" }, { "DocsId": "M:System.Drawing.Region.#ctor(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L21C5-L27C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L21C5-L27C6" }, { "DocsId": "M:System.Drawing.Region.#ctor(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L29C37-L31C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L29C37-L31C6" }, { "DocsId": "M:System.Drawing.Region.#ctor(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L33C5-L41C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L33C5-L41C6" }, { "DocsId": "M:System.Drawing.Region.#ctor(System.Drawing.Drawing2D.RegionData)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L43C5-L54C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L43C5-L54C6" }, { "DocsId": "M:System.Drawing.Region.FromHrgn(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L60C9-L62C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L60C9-L62C35" }, { "DocsId": "M:System.Drawing.Region.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L75C9-L77C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L75C9-L77C35" }, { "DocsId": "M:System.Drawing.Region.ReleaseHrgn(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L82C9-L89C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L82C9-L89C6" }, { "DocsId": "M:System.Drawing.Region.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L93C9-L101C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L93C9-L101C6" }, { "DocsId": "M:System.Drawing.Region.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L103C18-L103C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L103C18-L103C27" }, { "DocsId": "M:System.Drawing.Region.MakeInfinite", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L105C35-L105C92" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L105C35-L105C92" }, { "DocsId": "M:System.Drawing.Region.MakeEmpty", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L107C32-L107C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L107C32-L107C86" }, { "DocsId": "M:System.Drawing.Region.Intersect(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L110C9-L110C129" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L110C9-L110C129" }, { "DocsId": "M:System.Drawing.Region.Intersect(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L112C46-L112C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L112C46-L112C73" }, { "DocsId": "M:System.Drawing.Region.Intersect(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L116C9-L119C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L116C9-L119C6" }, { "DocsId": "M:System.Drawing.Region.Intersect(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L123C9-L126C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L123C9-L126C6" }, { "DocsId": "M:System.Drawing.Region.Union(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L129C9-L129C125" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L129C9-L129C125" }, { "DocsId": "M:System.Drawing.Region.Union(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L131C42-L131C65" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L131C42-L131C65" }, { "DocsId": "M:System.Drawing.Region.Union(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L135C9-L138C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L135C9-L138C6" }, { "DocsId": "M:System.Drawing.Region.Union(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L142C9-L145C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L142C9-L145C6" }, { "DocsId": "M:System.Drawing.Region.Xor(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L148C9-L148C123" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L148C9-L148C123" }, { "DocsId": "M:System.Drawing.Region.Xor(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L150C40-L150C61" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L150C40-L150C61" }, { "DocsId": "M:System.Drawing.Region.Xor(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L154C9-L157C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L154C9-L157C6" }, { "DocsId": "M:System.Drawing.Region.Xor(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L161C9-L164C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L161C9-L164C6" }, { "DocsId": "M:System.Drawing.Region.Exclude(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L167C9-L167C127" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L167C9-L167C127" }, { "DocsId": "M:System.Drawing.Region.Exclude(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L169C44-L169C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L169C44-L169C69" }, { "DocsId": "M:System.Drawing.Region.Exclude(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L173C9-L176C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L173C9-L176C6" }, { "DocsId": "M:System.Drawing.Region.Exclude(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L180C9-L183C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L180C9-L183C6" }, { "DocsId": "M:System.Drawing.Region.Complement(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L186C9-L186C130" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L186C9-L186C130" }, { "DocsId": "M:System.Drawing.Region.Complement(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L188C47-L188C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L188C47-L188C75" }, { "DocsId": "M:System.Drawing.Region.Complement(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L192C9-L195C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L192C9-L195C6" }, { "DocsId": "M:System.Drawing.Region.Complement(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L199C9-L202C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L199C9-L202C6" }, { "DocsId": "M:System.Drawing.Region.Translate(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L204C50-L204C119" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L204C50-L204C119" }, { "DocsId": "M:System.Drawing.Region.Translate(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L206C46-L206C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L206C46-L206C70" }, { "DocsId": "M:System.Drawing.Region.Transform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L210C9-L214C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L210C9-L214C6" }, { "DocsId": "M:System.Drawing.Region.GetBounds(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L218C9-L222C23" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L218C9-L222C23" }, { "DocsId": "M:System.Drawing.Region.GetHrgn(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L227C9-L231C21" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L227C9-L231C21" }, { "DocsId": "M:System.Drawing.Region.IsEmpty(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L236C9-L240C24" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L236C9-L240C24" }, { "DocsId": "M:System.Drawing.Region.IsInfinite(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L245C9-L248C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L245C9-L248C27" }, { "DocsId": "M:System.Drawing.Region.Equals(System.Drawing.Region,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L253C9-L259C24" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L253C9-L259C24" }, { "DocsId": "M:System.Drawing.Region.GetRegionData", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L265C9-L276C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L265C9-L276C43" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L279C48-L279C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L279C48-L279C81" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L281C44-L281C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L281C44-L281C66" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Single,System.Single,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L283C61-L283C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L283C61-L283C91" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.PointF,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L288C9-L296C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L288C9-L296C26" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L299C75-L299C127" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L299C75-L299C127" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L301C47-L301C68" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L301C47-L301C68" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Single,System.Single,System.Single,System.Single,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L303C88-L303C137" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L303C88-L303C137" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.RectangleF,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L308C9-L315C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L308C9-L315C26" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Int32,System.Int32,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L318C57-L318C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L318C57-L318C86" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L320C43-L320C65" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L320C43-L320C65" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.Point,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L322C56-L322C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L322C56-L322C83" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L324C67-L324C118" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L324C67-L324C118" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L326C46-L326C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L326C46-L326C67" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L328C80-L328C128" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L328C80-L328C128" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.Rectangle,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L330C59-L330C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L330C59-L330C89" }, { "DocsId": "M:System.Drawing.Region.GetRegionScans(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L334C9-L359C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L334C9-L359C27" }, { "DocsId": "P:System.Drawing.Region.Windows#Win32#Foundation#IPointer#Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L12C40-L12C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L12C40-L12C58" } ], "DocsId": "T:System.Drawing.Region", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.RotateFlipType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.RotateNoneFlipNone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate90FlipNone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate180FlipNone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate270FlipNone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.RotateNoneFlipX", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate90FlipX", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate180FlipX", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate270FlipX", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.RotateNoneFlipY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate90FlipY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate180FlipY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate270FlipY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.RotateNoneFlipXY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate90FlipXY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate180FlipXY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate270FlipXY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" } ], "DocsId": "T:System.Drawing.RotateFlipType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.SolidBrush.#ctor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L11C5-L26C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L11C5-L26C6" }, { "DocsId": "M:System.Drawing.SolidBrush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L39C9-L43C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L39C9-L43C58" }, { "DocsId": "M:System.Drawing.SolidBrush.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L48C9-L58C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L48C9-L58C6" }, { "DocsId": "M:System.Drawing.SolidBrush.System#Drawing#Internal#ISystemColorTracker#OnSystemColorChanged", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L107C9-L111C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L107C9-L111C6" }, { "DocsId": "P:System.Drawing.SolidBrush.Color", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L64C13-L73C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L64C13-L73C27" } ], "DocsId": "T:System.Drawing.SolidBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.StockIconId.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DocumentNoAssociation", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DocumentWithAssociation", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Application", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Folder", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.FolderOpen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Drive525", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Drive35", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DriveRemovable", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DriveFixed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DriveNet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DriveNetDisabled", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DriveCD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DriveRam", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.World", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Server", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Printer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MyNetwork", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Find", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Help", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Share", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Link", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.SlowFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Recycler", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.RecyclerFull", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaCDAudio", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Lock", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.AutoList", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.PrinterNet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.ServerShare", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.PrinterFax", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.PrinterFaxNet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.PrinterFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Stack", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaSVCD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.StuffedFolder", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DriveUnknown", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DriveDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaDVDRAM", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaDVDRW", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaDVDR", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaDVDROM", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaCDAudioPlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaCDRW", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaCDR", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaCDBurn", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaBlankCD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaCDROM", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.AudioFiles", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.ImageFiles", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.VideoFiles", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MixedFiles", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.FolderBack", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.FolderFront", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Shield", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Warning", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Info", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Error", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Key", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Software", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Rename", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Delete", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaAudioDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaMovieDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaEnhancedCD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaEnhancedDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaHDDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaBluRay", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaVCD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaDVDPlusR", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaDVDPlusRW", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DesktopPC", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MobilePC", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Users", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaSmartMedia", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaCompactFlash", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DeviceCellPhone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DeviceCamera", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DeviceVideoCamera", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DeviceAudioPlayer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.NetworkConnect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Internet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.ZipFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Settings", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DriveHDDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DriveBD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaHDDVDROM", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaHDDVDR", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaHDDVDRAM", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaBDROM", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaBDR", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaBDRE", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.ClusteredDrive", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" } ], "DocsId": "T:System.Drawing.StockIconId", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.StockIconOptions.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" }, { "DocsId": "F:System.Drawing.StockIconOptions.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" }, { "DocsId": "F:System.Drawing.StockIconOptions.SmallIcon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" }, { "DocsId": "F:System.Drawing.StockIconOptions.ShellIconSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" }, { "DocsId": "F:System.Drawing.StockIconOptions.LinkOverlay", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" }, { "DocsId": "F:System.Drawing.StockIconOptions.Selected", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" } ], "DocsId": "T:System.Drawing.StockIconOptions", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.StringAlignment.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" }, { "DocsId": "F:System.Drawing.StringAlignment.Near", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" }, { "DocsId": "F:System.Drawing.StringAlignment.Center", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" }, { "DocsId": "F:System.Drawing.StringAlignment.Far", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" } ], "DocsId": "T:System.Drawing.StringAlignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.StringDigitSubstitute.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" }, { "DocsId": "F:System.Drawing.StringDigitSubstitute.User", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" }, { "DocsId": "F:System.Drawing.StringDigitSubstitute.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" }, { "DocsId": "F:System.Drawing.StringDigitSubstitute.National", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" }, { "DocsId": "F:System.Drawing.StringDigitSubstitute.Traditional", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" } ], "DocsId": "T:System.Drawing.StringDigitSubstitute", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.StringFormat.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L22C29-L24C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L22C29-L24C6" }, { "DocsId": "M:System.Drawing.StringFormat.#ctor(System.Drawing.StringFormatFlags)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L29C54-L31C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L29C54-L31C6" }, { "DocsId": "M:System.Drawing.StringFormat.#ctor(System.Drawing.StringFormatFlags,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L37C5-L42C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L37C5-L42C6" }, { "DocsId": "M:System.Drawing.StringFormat.#ctor(System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L48C5-L55C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L48C5-L55C6" }, { "DocsId": "M:System.Drawing.StringFormat.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L62C9-L64C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L62C9-L64C6" }, { "DocsId": "M:System.Drawing.StringFormat.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L99C30-L99C52" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L99C30-L99C52" }, { "DocsId": "M:System.Drawing.StringFormat.SetMeasurableCharacterRanges(System.Drawing.CharacterRange[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L125C9-L139C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L125C9-L139C6" }, { "DocsId": "M:System.Drawing.StringFormat.SetTabStops(System.Single,System.Single[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L218C9-L237C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L218C9-L237C6" }, { "DocsId": "M:System.Drawing.StringFormat.GetTabStops(System.Single@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L245C9-L260C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L245C9-L260C29" }, { "DocsId": "M:System.Drawing.StringFormat.SetDigitSubstitution(System.Int32,System.Drawing.StringDigitSubstitute)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L344C9-L350C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L344C9-L350C6" }, { "DocsId": "M:System.Drawing.StringFormat.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L395C24-L395C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L395C24-L395C49" }, { "DocsId": "M:System.Drawing.StringFormat.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L400C42-L400C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L400C42-L400C86" }, { "DocsId": "P:System.Drawing.StringFormat.FormatFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L109C13-L111C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L109C13-L111C27" }, { "DocsId": "P:System.Drawing.StringFormat.Alignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L149C13-L151C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L149C13-L151C30" }, { "DocsId": "P:System.Drawing.StringFormat.LineAlignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L173C13-L175C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L173C13-L175C30" }, { "DocsId": "P:System.Drawing.StringFormat.HotkeyPrefix", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L197C13-L199C33" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L197C13-L199C33" }, { "DocsId": "P:System.Drawing.StringFormat.Trimming", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L275C13-L277C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L275C13-L277C29" }, { "DocsId": "P:System.Drawing.StringFormat.GenericDefault", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L311C13-L312C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L311C13-L312C45" }, { "DocsId": "P:System.Drawing.StringFormat.GenericTypographic", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L337C13-L338C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L337C13-L338C45" }, { "DocsId": "P:System.Drawing.StringFormat.DigitSubstitutionMethod", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L360C13-L366C36" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L360C13-L366C36" }, { "DocsId": "P:System.Drawing.StringFormat.DigitSubstitutionLanguage", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L378C13-L380C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L378C13-L380C29" } ], "DocsId": "T:System.Drawing.StringFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.StringFormatFlags.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" }, { "DocsId": "F:System.Drawing.StringFormatFlags.DirectionRightToLeft", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" }, { "DocsId": "F:System.Drawing.StringFormatFlags.DirectionVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" }, { "DocsId": "F:System.Drawing.StringFormatFlags.FitBlackBox", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" }, { "DocsId": "F:System.Drawing.StringFormatFlags.DisplayFormatControl", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" }, { "DocsId": "F:System.Drawing.StringFormatFlags.NoFontFallback", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" }, { "DocsId": "F:System.Drawing.StringFormatFlags.MeasureTrailingSpaces", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" }, { "DocsId": "F:System.Drawing.StringFormatFlags.NoWrap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" }, { "DocsId": "F:System.Drawing.StringFormatFlags.LineLimit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" }, { "DocsId": "F:System.Drawing.StringFormatFlags.NoClip", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" } ], "DocsId": "T:System.Drawing.StringFormatFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.StringTrimming.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" }, { "DocsId": "F:System.Drawing.StringTrimming.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" }, { "DocsId": "F:System.Drawing.StringTrimming.Character", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" }, { "DocsId": "F:System.Drawing.StringTrimming.Word", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" }, { "DocsId": "F:System.Drawing.StringTrimming.EllipsisCharacter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" }, { "DocsId": "F:System.Drawing.StringTrimming.EllipsisWord", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" }, { "DocsId": "F:System.Drawing.StringTrimming.EllipsisPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" } ], "DocsId": "T:System.Drawing.StringTrimming", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.StringUnit.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" }, { "DocsId": "F:System.Drawing.StringUnit.World", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" }, { "DocsId": "F:System.Drawing.StringUnit.Display", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" }, { "DocsId": "F:System.Drawing.StringUnit.Pixel", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" }, { "DocsId": "F:System.Drawing.StringUnit.Point", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" }, { "DocsId": "F:System.Drawing.StringUnit.Inch", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" }, { "DocsId": "F:System.Drawing.StringUnit.Document", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" }, { "DocsId": "F:System.Drawing.StringUnit.Millimeter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" }, { "DocsId": "F:System.Drawing.StringUnit.Em", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" } ], "DocsId": "T:System.Drawing.StringUnit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.SystemBrushes.FromSystemColor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L55C9-L76C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L55C9-L76C63" }, { "DocsId": "P:System.Drawing.SystemBrushes.ActiveBorder", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L10C41-L10C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L10C41-L10C83" }, { "DocsId": "P:System.Drawing.SystemBrushes.ActiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L11C42-L11C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L11C42-L11C85" }, { "DocsId": "P:System.Drawing.SystemBrushes.ActiveCaptionText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L12C46-L12C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L12C46-L12C93" }, { "DocsId": "P:System.Drawing.SystemBrushes.AppWorkspace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L13C41-L13C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L13C41-L13C83" }, { "DocsId": "P:System.Drawing.SystemBrushes.ButtonFace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L15C39-L15C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L15C39-L15C79" }, { "DocsId": "P:System.Drawing.SystemBrushes.ButtonHighlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L16C44-L16C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L16C44-L16C89" }, { "DocsId": "P:System.Drawing.SystemBrushes.ButtonShadow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L17C41-L17C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L17C41-L17C83" }, { "DocsId": "P:System.Drawing.SystemBrushes.Control", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L19C36-L19C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L19C36-L19C73" }, { "DocsId": "P:System.Drawing.SystemBrushes.ControlLightLight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L20C46-L20C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L20C46-L20C93" }, { "DocsId": "P:System.Drawing.SystemBrushes.ControlLight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L21C41-L21C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L21C41-L21C83" }, { "DocsId": "P:System.Drawing.SystemBrushes.ControlDark", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L22C40-L22C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L22C40-L22C81" }, { "DocsId": "P:System.Drawing.SystemBrushes.ControlDarkDark", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L23C44-L23C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L23C44-L23C89" }, { "DocsId": "P:System.Drawing.SystemBrushes.ControlText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L24C40-L24C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L24C40-L24C81" }, { "DocsId": "P:System.Drawing.SystemBrushes.Desktop", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L26C36-L26C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L26C36-L26C73" }, { "DocsId": "P:System.Drawing.SystemBrushes.GradientActiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L28C50-L28C101" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L28C50-L28C101" }, { "DocsId": "P:System.Drawing.SystemBrushes.GradientInactiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L29C52-L29C105" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L29C52-L29C105" }, { "DocsId": "P:System.Drawing.SystemBrushes.GrayText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L30C37-L30C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L30C37-L30C75" }, { "DocsId": "P:System.Drawing.SystemBrushes.Highlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L32C38-L32C77" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L32C38-L32C77" }, { "DocsId": "P:System.Drawing.SystemBrushes.HighlightText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L33C42-L33C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L33C42-L33C85" }, { "DocsId": "P:System.Drawing.SystemBrushes.HotTrack", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L34C37-L34C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L34C37-L34C75" }, { "DocsId": "P:System.Drawing.SystemBrushes.InactiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L36C44-L36C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L36C44-L36C89" }, { "DocsId": "P:System.Drawing.SystemBrushes.InactiveBorder", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L37C43-L37C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L37C43-L37C87" }, { "DocsId": "P:System.Drawing.SystemBrushes.InactiveCaptionText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L38C48-L38C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L38C48-L38C97" }, { "DocsId": "P:System.Drawing.SystemBrushes.Info", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L39C33-L39C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L39C33-L39C67" }, { "DocsId": "P:System.Drawing.SystemBrushes.InfoText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L40C37-L40C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L40C37-L40C75" }, { "DocsId": "P:System.Drawing.SystemBrushes.Menu", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L42C33-L42C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L42C33-L42C67" }, { "DocsId": "P:System.Drawing.SystemBrushes.MenuBar", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L43C36-L43C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L43C36-L43C73" }, { "DocsId": "P:System.Drawing.SystemBrushes.MenuHighlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L44C42-L44C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L44C42-L44C85" }, { "DocsId": "P:System.Drawing.SystemBrushes.MenuText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L45C37-L45C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L45C37-L45C75" }, { "DocsId": "P:System.Drawing.SystemBrushes.ScrollBar", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L47C38-L47C77" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L47C38-L47C77" }, { "DocsId": "P:System.Drawing.SystemBrushes.Window", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L49C35-L49C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L49C35-L49C71" }, { "DocsId": "P:System.Drawing.SystemBrushes.WindowFrame", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L50C40-L50C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L50C40-L50C81" }, { "DocsId": "P:System.Drawing.SystemBrushes.WindowText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L51C39-L51C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L51C39-L51C79" } ], "DocsId": "T:System.Drawing.SystemBrushes", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.SystemFonts.GetFontByName(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L15C9-L48C21" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L15C9-L48C21" }, { "DocsId": "P:System.Drawing.SystemFonts.CaptionFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L61C13-L69C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L61C13-L69C32" }, { "DocsId": "P:System.Drawing.SystemFonts.SmallCaptionFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L77C13-L85C34" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L77C13-L85C34" }, { "DocsId": "P:System.Drawing.SystemFonts.MenuFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L93C13-L101C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L93C13-L101C29" }, { "DocsId": "P:System.Drawing.SystemFonts.StatusFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L109C13-L117C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L109C13-L117C31" }, { "DocsId": "P:System.Drawing.SystemFonts.MessageBoxFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L125C13-L133C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L125C13-L133C35" }, { "DocsId": "P:System.Drawing.SystemFonts.IconTitleFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L151C13-L160C34" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L151C13-L160C34" }, { "DocsId": "P:System.Drawing.SystemFonts.DefaultFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L168C13-L218C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L168C13-L218C32" }, { "DocsId": "P:System.Drawing.SystemFonts.DialogFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L226C13-L258C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L226C13-L258C31" } ], "DocsId": "T:System.Drawing.SystemFonts", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.SystemIcons.GetStockIcon(System.Drawing.StockIconId,System.Drawing.StockIconOptions)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L65C9-L78C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L65C9-L78C58" }, { "DocsId": "M:System.Drawing.SystemIcons.GetStockIcon(System.Drawing.StockIconId,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L91C9-L115C53" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L91C9-L115C53" }, { "DocsId": "P:System.Drawing.SystemIcons.Application", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L22C39-L22C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L22C39-L22C94" }, { "DocsId": "P:System.Drawing.SystemIcons.Asterisk", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L24C36-L24C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L24C36-L24C85" }, { "DocsId": "P:System.Drawing.SystemIcons.Error", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L26C33-L26C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L26C33-L26C76" }, { "DocsId": "P:System.Drawing.SystemIcons.Exclamation", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L28C39-L28C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L28C39-L28C94" }, { "DocsId": "P:System.Drawing.SystemIcons.Hand", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L30C32-L30C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L30C32-L30C73" }, { "DocsId": "P:System.Drawing.SystemIcons.Information", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L32C39-L32C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L32C39-L32C94" }, { "DocsId": "P:System.Drawing.SystemIcons.Question", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L34C36-L34C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L34C36-L34C85" }, { "DocsId": "P:System.Drawing.SystemIcons.Warning", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L36C35-L36C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L36C35-L36C82" }, { "DocsId": "P:System.Drawing.SystemIcons.WinLogo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L38C35-L38C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L38C35-L38C82" }, { "DocsId": "P:System.Drawing.SystemIcons.Shield", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L40C34-L40C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L40C34-L40C94" } ], "DocsId": "T:System.Drawing.SystemIcons", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.SystemPens.FromSystemColor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L56C9-L76C53" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L56C9-L76C53" }, { "DocsId": "P:System.Drawing.SystemPens.ActiveBorder", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L10C39-L10C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L10C39-L10C81" }, { "DocsId": "P:System.Drawing.SystemPens.ActiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L11C40-L11C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L11C40-L11C83" }, { "DocsId": "P:System.Drawing.SystemPens.ActiveCaptionText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L12C44-L12C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L12C44-L12C91" }, { "DocsId": "P:System.Drawing.SystemPens.AppWorkspace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L13C39-L13C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L13C39-L13C81" }, { "DocsId": "P:System.Drawing.SystemPens.ButtonFace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L15C37-L15C77" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L15C37-L15C77" }, { "DocsId": "P:System.Drawing.SystemPens.ButtonHighlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L16C42-L16C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L16C42-L16C87" }, { "DocsId": "P:System.Drawing.SystemPens.ButtonShadow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L18C39-L18C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L18C39-L18C81" }, { "DocsId": "P:System.Drawing.SystemPens.Control", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L20C34-L20C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L20C34-L20C71" }, { "DocsId": "P:System.Drawing.SystemPens.ControlText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L21C38-L21C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L21C38-L21C79" }, { "DocsId": "P:System.Drawing.SystemPens.ControlDark", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L22C38-L22C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L22C38-L22C79" }, { "DocsId": "P:System.Drawing.SystemPens.ControlDarkDark", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L23C42-L23C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L23C42-L23C87" }, { "DocsId": "P:System.Drawing.SystemPens.ControlLight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L24C39-L24C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L24C39-L24C81" }, { "DocsId": "P:System.Drawing.SystemPens.ControlLightLight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L25C44-L25C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L25C44-L25C91" }, { "DocsId": "P:System.Drawing.SystemPens.Desktop", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L27C34-L27C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L27C34-L27C71" }, { "DocsId": "P:System.Drawing.SystemPens.GradientActiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L29C48-L29C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L29C48-L29C99" }, { "DocsId": "P:System.Drawing.SystemPens.GradientInactiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L30C50-L30C103" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L30C50-L30C103" }, { "DocsId": "P:System.Drawing.SystemPens.GrayText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L31C35-L31C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L31C35-L31C73" }, { "DocsId": "P:System.Drawing.SystemPens.Highlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L33C36-L33C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L33C36-L33C75" }, { "DocsId": "P:System.Drawing.SystemPens.HighlightText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L34C40-L34C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L34C40-L34C83" }, { "DocsId": "P:System.Drawing.SystemPens.HotTrack", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L35C35-L35C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L35C35-L35C73" }, { "DocsId": "P:System.Drawing.SystemPens.InactiveBorder", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L37C41-L37C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L37C41-L37C85" }, { "DocsId": "P:System.Drawing.SystemPens.InactiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L38C42-L38C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L38C42-L38C87" }, { "DocsId": "P:System.Drawing.SystemPens.InactiveCaptionText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L39C46-L39C95" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L39C46-L39C95" }, { "DocsId": "P:System.Drawing.SystemPens.Info", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L40C31-L40C65" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L40C31-L40C65" }, { "DocsId": "P:System.Drawing.SystemPens.InfoText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L41C35-L41C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L41C35-L41C73" }, { "DocsId": "P:System.Drawing.SystemPens.Menu", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L43C31-L43C65" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L43C31-L43C65" }, { "DocsId": "P:System.Drawing.SystemPens.MenuBar", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L44C34-L44C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L44C34-L44C71" }, { "DocsId": "P:System.Drawing.SystemPens.MenuHighlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L45C40-L45C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L45C40-L45C83" }, { "DocsId": "P:System.Drawing.SystemPens.MenuText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L46C35-L46C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L46C35-L46C73" }, { "DocsId": "P:System.Drawing.SystemPens.ScrollBar", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L48C36-L48C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L48C36-L48C75" }, { "DocsId": "P:System.Drawing.SystemPens.Window", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L50C33-L50C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L50C33-L50C69" }, { "DocsId": "P:System.Drawing.SystemPens.WindowFrame", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L51C38-L51C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L51C38-L51C79" }, { "DocsId": "P:System.Drawing.SystemPens.WindowText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L52C37-L52C77" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L52C37-L52C77" } ], "DocsId": "T:System.Drawing.SystemPens", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L17C41-L19C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L17C41-L19C6" }, { "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Drawing2D.WrapMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L21C5-L34C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L21C5-L34C6" }, { "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Drawing2D.WrapMode,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L36C5-L53C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L36C5-L53C6" }, { "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Drawing2D.WrapMode,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L56C11-L58C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L56C11-L58C6" }, { "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L60C60-L60C90" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L60C60-L60C90" }, { "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.RectangleF,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L62C5-L79C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L62C5-L79C6" }, { "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L81C59-L81C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L81C59-L81C89" }, { "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L84C11-L86C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L84C11-L86C6" }, { "DocsId": "M:System.Drawing.TextureBrush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L97C9-L100C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L97C9-L100C57" }, { "DocsId": "M:System.Drawing.TextureBrush.ResetTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L154C9-L156C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L154C9-L156C6" }, { "DocsId": "M:System.Drawing.TextureBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L158C53-L158C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L158C53-L158C99" }, { "DocsId": "M:System.Drawing.TextureBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L162C9-L176C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L162C9-L176C6" }, { "DocsId": "M:System.Drawing.TextureBrush.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L178C59-L178C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L178C59-L178C106" }, { "DocsId": "M:System.Drawing.TextureBrush.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L182C9-L188C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L182C9-L188C6" }, { "DocsId": "M:System.Drawing.TextureBrush.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L190C55-L190C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L190C55-L190C98" }, { "DocsId": "M:System.Drawing.TextureBrush.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L194C9-L200C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L194C9-L200C6" }, { "DocsId": "M:System.Drawing.TextureBrush.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L202C49-L202C92" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L202C49-L202C92" }, { "DocsId": "M:System.Drawing.TextureBrush.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L206C9-L212C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L206C9-L212C6" }, { "DocsId": "P:System.Drawing.TextureBrush.Transform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L107C13-L110C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L107C13-L110C27" }, { "DocsId": "P:System.Drawing.TextureBrush.WrapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L125C13-L127C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L125C13-L127C45" }, { "DocsId": "P:System.Drawing.TextureBrush.Image", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L146C13-L148C51" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L146C13-L148C51" } ], "DocsId": "T:System.Drawing.TextureBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L22C55-L24C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L22C55-L24C6" }, { "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L26C45-L28C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L26C45-L28C6" }, { "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L31C11-L33C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L31C11-L33C6" }, { "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L43C9-L53C22" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L43C9-L53C22" }, { "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L56C42-L56C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L56C42-L56C60" }, { "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L58C50-L58C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L58C50-L58C75" }, { "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L61C9-L61C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L61C9-L61C76" }, { "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L63C42-L63C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L63C42-L63C63" }, { "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Type,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L65C54-L65C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L65C54-L65C81" }, { "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Type,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L69C9-L115C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L69C9-L115C25" }, { "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImageFromResource(System.Type,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L220C9-L220C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L220C9-L220C64" }, { "DocsId": "F:System.Drawing.ToolboxBitmapAttribute.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs" } ], "DocsId": "T:System.Drawing.ToolboxBitmapAttribute", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Text.FontCollection.Windows#Win32#Foundation#IPointer#get_Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L12C48-L12C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L12C48-L12C75" }, { "DocsId": "M:System.Drawing.Text.FontCollection.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L21C9-L23C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L21C9-L23C6" }, { "DocsId": "M:System.Drawing.Text.FontCollection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L25C55-L25C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L25C55-L25C83" }, { "DocsId": "M:System.Drawing.Text.FontCollection.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L64C26-L64C51" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L64C26-L64C51" }, { "DocsId": "P:System.Drawing.Text.FontCollection.Windows#Win32#Foundation#IPointer#Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L12C48-L12C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L12C48-L12C75" }, { "DocsId": "P:System.Drawing.Text.FontCollection.Families", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L35C13-L60C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L35C13-L60C29" } ], "DocsId": "T:System.Drawing.Text.FontCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Text.GenericFontFamilies.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" }, { "DocsId": "F:System.Drawing.Text.GenericFontFamilies.Serif", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" }, { "DocsId": "F:System.Drawing.Text.GenericFontFamilies.SansSerif", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" }, { "DocsId": "F:System.Drawing.Text.GenericFontFamilies.Monospace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" } ], "DocsId": "T:System.Drawing.Text.GenericFontFamilies", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Text.HotkeyPrefix.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" }, { "DocsId": "F:System.Drawing.Text.HotkeyPrefix.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" }, { "DocsId": "F:System.Drawing.Text.HotkeyPrefix.Show", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" }, { "DocsId": "F:System.Drawing.Text.HotkeyPrefix.Hide", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" } ], "DocsId": "T:System.Drawing.Text.HotkeyPrefix", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Text.InstalledFontCollection.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/InstalledFontCollection.cs#L13C40-L17C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/InstalledFontCollection.cs#L13C40-L17C6" }, { "DocsId": "M:System.Drawing.Text.InstalledFontCollection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/InstalledFontCollection.cs#L31C5-L31C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/InstalledFontCollection.cs#L31C5-L31C6" } ], "DocsId": "T:System.Drawing.Text.InstalledFontCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/InstalledFontCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/InstalledFontCollection.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Text.PrivateFontCollection.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L16C38-L18C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L16C38-L18C6" }, { "DocsId": "M:System.Drawing.Text.PrivateFontCollection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L32C9-L44C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L32C9-L44C6" }, { "DocsId": "M:System.Drawing.Text.PrivateFontCollection.AddFontFile(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L51C9-L66C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L51C9-L66C6" }, { "DocsId": "M:System.Drawing.Text.PrivateFontCollection.AddMemoryFont(System.IntPtr,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L73C9-L75C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L73C9-L75C6" } ], "DocsId": "T:System.Drawing.Text.PrivateFontCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Text.TextRenderingHint.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" }, { "DocsId": "F:System.Drawing.Text.TextRenderingHint.SystemDefault", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" }, { "DocsId": "F:System.Drawing.Text.TextRenderingHint.SingleBitPerPixelGridFit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" }, { "DocsId": "F:System.Drawing.Text.TextRenderingHint.SingleBitPerPixel", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" }, { "DocsId": "F:System.Drawing.Text.TextRenderingHint.AntiAliasGridFit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" }, { "DocsId": "F:System.Drawing.Text.TextRenderingHint.AntiAlias", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" }, { "DocsId": "F:System.Drawing.Text.TextRenderingHint.ClearTypeGridFit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" } ], "DocsId": "T:System.Drawing.Text.TextRenderingHint", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.StandardPrintController.Windows#Win32#Foundation#IHandle#get_Handle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L17C32-L17C56" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L17C32-L17C56" }, { "DocsId": "M:System.Drawing.Printing.StandardPrintController.OnStartPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L26C9-L63C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L26C9-L63C6" }, { "DocsId": "M:System.Drawing.Printing.StandardPrintController.OnStartPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L76C9-L106C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L76C9-L106C70" }, { "DocsId": "M:System.Drawing.Printing.StandardPrintController.OnEndPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L118C13-L131C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L118C13-L131C6" }, { "DocsId": "M:System.Drawing.Printing.StandardPrintController.OnEndPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L140C9-L156C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L140C9-L156C6" }, { "DocsId": "M:System.Drawing.Printing.StandardPrintController.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs" }, { "DocsId": "P:System.Drawing.Printing.StandardPrintController.Windows#Win32#Foundation#IHandle#Handle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L17C32-L17C56" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L17C32-L17C56" } ], "DocsId": "T:System.Drawing.Printing.StandardPrintController", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Printing.Duplex.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" }, { "DocsId": "F:System.Drawing.Printing.Duplex.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" }, { "DocsId": "F:System.Drawing.Printing.Duplex.Simplex", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" }, { "DocsId": "F:System.Drawing.Printing.Duplex.Horizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" }, { "DocsId": "F:System.Drawing.Printing.Duplex.Vertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" } ], "DocsId": "T:System.Drawing.Printing.Duplex", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.InvalidPrinterException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.Core.cs#L14C91-L17C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.Core.cs#L14C91-L17C6" }, { "DocsId": "M:System.Drawing.Printing.InvalidPrinterException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.Core.cs#L24C9-L26C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.Core.cs#L24C9-L26C6" }, { "DocsId": "M:System.Drawing.Printing.InvalidPrinterException.#ctor(System.Drawing.Printing.PrinterSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.cs#L17C64-L19C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.cs#L17C64-L19C6" } ], "DocsId": "T:System.Drawing.Printing.InvalidPrinterException", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.Margins.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L35C24-L37C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L35C24-L37C6" }, { "DocsId": "M:System.Drawing.Printing.Margins.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L42C5-L58C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L42C5-L58C6" }, { "DocsId": "M:System.Drawing.Printing.Margins.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L176C30-L176C47" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L176C30-L176C47" }, { "DocsId": "M:System.Drawing.Printing.Margins.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L178C9-L182C40" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L178C9-L182C40" }, { "DocsId": "M:System.Drawing.Printing.Margins.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L187C42-L187C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L187C42-L187C84" }, { "DocsId": "M:System.Drawing.Printing.Margins.op_Equality(System.Drawing.Printing.Margins,System.Drawing.Printing.Margins)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L194C9-L204C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L194C9-L204C30" }, { "DocsId": "M:System.Drawing.Printing.Margins.op_Inequality(System.Drawing.Printing.Margins,System.Drawing.Printing.Margins)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L210C65-L210C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L210C65-L210C76" }, { "DocsId": "M:System.Drawing.Printing.Margins.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L215C42-L215C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L215C42-L215C106" }, { "DocsId": "P:System.Drawing.Printing.Margins.Left", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L65C16-L65C21" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L65C16-L65C21" }, { "DocsId": "P:System.Drawing.Printing.Margins.Right", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L79C16-L79C22" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L79C16-L79C22" }, { "DocsId": "P:System.Drawing.Printing.Margins.Top", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L93C16-L93C20" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L93C16-L93C20" }, { "DocsId": "P:System.Drawing.Printing.Margins.Bottom", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L107C16-L107C23" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L107C16-L107C23" } ], "DocsId": "T:System.Drawing.Printing.Margins", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.MarginsConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L17C12-L17C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L17C12-L17C84" }, { "DocsId": "M:System.Drawing.Printing.MarginsConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L20C12-L20C104" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L20C12-L20C104" }, { "DocsId": "M:System.Drawing.Printing.MarginsConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L24C9-L55C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L24C9-L55C76" }, { "DocsId": "M:System.Drawing.Printing.MarginsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L67C9-L99C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L67C9-L99C73" }, { "DocsId": "M:System.Drawing.Printing.MarginsConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L102C89-L102C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L102C89-L102C93" }, { "DocsId": "M:System.Drawing.Printing.MarginsConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L106C9-L115C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L106C9-L115C81" }, { "DocsId": "M:System.Drawing.Printing.MarginsConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs" } ], "DocsId": "T:System.Drawing.Printing.MarginsConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PageSettings.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L22C29-L24C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L22C29-L24C6" }, { "DocsId": "M:System.Drawing.Printing.PageSettings.#ctor(System.Drawing.Printing.PrinterSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L12C5-L33C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L12C5-L33C6" }, { "DocsId": "M:System.Drawing.Printing.PageSettings.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L216C9-L218C23" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L216C9-L218C23" }, { "DocsId": "M:System.Drawing.Printing.PageSettings.CopyToHdevmode(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L226C9-L341C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L226C9-L341C6" }, { "DocsId": "M:System.Drawing.Printing.PageSettings.SetHdevmode(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L474C9-L496C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L474C9-L496C6" }, { "DocsId": "M:System.Drawing.Printing.PageSettings.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L499C9-L499C182" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L499C9-L499C182" }, { "DocsId": "P:System.Drawing.Printing.PageSettings.Bounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L42C13-L46C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L42C13-L46C31" }, { "DocsId": "P:System.Drawing.Printing.PageSettings.Color", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L55C16-L57C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L55C16-L57C27" }, { "DocsId": "P:System.Drawing.Printing.PageSettings.HardMarginX", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L68C13-L73C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L68C13-L73C10" }, { "DocsId": "P:System.Drawing.Printing.PageSettings.HardMarginY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L83C13-L88C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L83C13-L88C10" }, { "DocsId": "P:System.Drawing.Printing.PageSettings.Landscape", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L96C16-L98C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L96C16-L98C31" }, { "DocsId": "P:System.Drawing.Printing.PageSettings.Margins", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L107C16-L107C24" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L107C16-L107C24" }, { "DocsId": "P:System.Drawing.Printing.PageSettings.PaperSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L116C16-L116C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L116C16-L116C42" }, { "DocsId": "P:System.Drawing.Printing.PageSettings.PaperSource", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L127C13-L140C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L127C13-L140C27" }, { "DocsId": "P:System.Drawing.Printing.PageSettings.PrintableArea", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L152C13-L175C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L152C13-L175C10" }, { "DocsId": "P:System.Drawing.Printing.PageSettings.PrinterResolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L185C13-L197C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L185C13-L197C27" }, { "DocsId": "P:System.Drawing.Printing.PageSettings.PrinterSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L207C16-L207C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L207C16-L207C32" } ], "DocsId": "T:System.Drawing.Printing.PageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Printing.PaperKind.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Custom", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Letter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Legal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A4", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.CSheet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.DSheet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.ESheet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.LetterSmall", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Tabloid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Ledger", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Statement", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Executive", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A3", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A4Small", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A5", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.B4", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.B5", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Folio", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Quarto", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Standard10x14", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Standard11x17", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Note", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Number9Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Number10Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Number11Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Number12Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Number14Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.DLEnvelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.C5Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.C3Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.C4Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.C6Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.C65Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.B4Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.B5Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.B6Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.ItalyEnvelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.MonarchEnvelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PersonalEnvelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.USStandardFanfold", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.GermanStandardFanfold", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.GermanLegalFanfold", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.IsoB4", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapanesePostcard", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Standard9x11", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Standard10x11", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Standard15x11", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.InviteEnvelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.LetterExtra", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.LegalExtra", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.TabloidExtra", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A4Extra", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.LetterTransverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A4Transverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.LetterExtraTransverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.APlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.BPlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.LetterPlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A4Plus", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A5Transverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.B5Transverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A3Extra", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A5Extra", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.B5Extra", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A2", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A3Transverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A3ExtraTransverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseDoublePostcard", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A6", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber2", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber3", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber3", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber4", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.LetterRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A3Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A4Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A5Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.B4JisRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.B5JisRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapanesePostcardRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseDoublePostcardRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A6Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber2Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber3Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber3Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber4Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.B6Jis", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.B6JisRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Standard12x11", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeYouNumber4", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeYouNumber4Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Prc16K", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Prc32K", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Prc32KBig", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber1", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber2", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber3", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber4", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber5", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber6", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber7", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber8", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber9", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber10", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Prc16KRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Prc32KRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Prc32KBigRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber1Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber2Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber3Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber4Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber5Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber6Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber7Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber8Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber9Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber10Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" } ], "DocsId": "T:System.Drawing.Printing.PaperKind", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PaperSize.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L24C5-L29C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L24C5-L29C6" }, { "DocsId": "M:System.Drawing.Printing.PaperSize.#ctor(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L42C5-L48C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L42C5-L48C6" }, { "DocsId": "M:System.Drawing.Printing.PaperSize.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L119C42-L119C188" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L119C42-L119C188" }, { "DocsId": "P:System.Drawing.Printing.PaperSize.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L55C16-L55C23" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L55C16-L55C23" }, { "DocsId": "P:System.Drawing.Printing.PaperSize.Kind", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L71C12-L74C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L71C12-L74C31" }, { "DocsId": "P:System.Drawing.Printing.PaperSize.PaperName", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L81C16-L81C21" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L81C16-L81C21" }, { "DocsId": "P:System.Drawing.Printing.PaperSize.RawKind", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L98C16-L98C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L98C16-L98C26" }, { "DocsId": "P:System.Drawing.Printing.PaperSize.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L107C16-L107C22" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L107C16-L107C22" } ], "DocsId": "T:System.Drawing.Printing.PaperSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PaperSource.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L17C5-L21C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L17C5-L21C6" }, { "DocsId": "M:System.Drawing.Printing.PaperSource.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L52C42-L52C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L52C42-L52C83" }, { "DocsId": "P:System.Drawing.Printing.PaperSource.Kind", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L32C36-L32C101" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L32C36-L32C101" }, { "DocsId": "P:System.Drawing.Printing.PaperSource.RawKind", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L39C16-L39C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L39C16-L39C26" }, { "DocsId": "P:System.Drawing.Printing.PaperSource.SourceName", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L48C16-L48C21" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L48C16-L48C21" } ], "DocsId": "T:System.Drawing.Printing.PaperSource", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Upper", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Lower", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Middle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Manual", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.ManualFeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.AutomaticFeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.TractorFeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.SmallFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.LargeFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.LargeCapacity", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Cassette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.FormSource", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Custom", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" } ], "DocsId": "T:System.Drawing.Printing.PaperSourceKind", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PreviewPageInfo.#ctor(System.Drawing.Image,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs#L14C5-L23C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs#L14C5-L23C6" }, { "DocsId": "P:System.Drawing.Printing.PreviewPageInfo.Image", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs#L28C27-L28C33" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs#L28C27-L28C33" }, { "DocsId": "P:System.Drawing.Printing.PreviewPageInfo.PhysicalSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs#L33C33-L33C46" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs#L33C33-L33C46" } ], "DocsId": "T:System.Drawing.Printing.PreviewPageInfo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PreviewPrintController.GetPreviewPageInfo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L21C54-L21C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L21C54-L21C64" }, { "DocsId": "M:System.Drawing.Printing.PreviewPrintController.OnStartPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L28C9-L38C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L28C9-L38C6" }, { "DocsId": "M:System.Drawing.Printing.PreviewPrintController.OnStartPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L45C9-L99C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L45C9-L99C26" }, { "DocsId": "M:System.Drawing.Printing.PreviewPrintController.OnEndPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L104C9-L107C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L104C9-L107C6" }, { "DocsId": "M:System.Drawing.Printing.PreviewPrintController.OnEndPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L111C9-L114C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L111C9-L114C6" }, { "DocsId": "M:System.Drawing.Printing.PreviewPrintController.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L15C5-L15C55" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L15C5-L15C55" }, { "DocsId": "P:System.Drawing.Printing.PreviewPrintController.IsPreview", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L17C39-L17C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L17C39-L17C43" }, { "DocsId": "P:System.Drawing.Printing.PreviewPrintController.UseAntiAlias", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L19C40-L19C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L19C40-L19C44" } ], "DocsId": "T:System.Drawing.Printing.PreviewPrintController", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Printing.PrintAction.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" }, { "DocsId": "F:System.Drawing.Printing.PrintAction.PrintToFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" }, { "DocsId": "F:System.Drawing.Printing.PrintAction.PrintToPreview", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" }, { "DocsId": "F:System.Drawing.Printing.PrintAction.PrintToPrinter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" } ], "DocsId": "T:System.Drawing.Printing.PrintAction", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrintController.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L13C5-L15C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L13C5-L15C6" }, { "DocsId": "M:System.Drawing.Printing.PrintController.OnStartPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L25C91-L25C95" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L25C91-L25C95" }, { "DocsId": "M:System.Drawing.Printing.PrintController.OnEndPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L32C5-L32C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L32C5-L32C6" }, { "DocsId": "M:System.Drawing.Printing.PrintController.OnStartPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L218C9-L219C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L218C9-L219C6" }, { "DocsId": "M:System.Drawing.Printing.PrintController.OnEndPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L224C81-L224C101" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L224C81-L224C101" }, { "DocsId": "P:System.Drawing.Printing.PrintController.IsPreview", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L20C38-L20C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L20C38-L20C43" } ], "DocsId": "T:System.Drawing.Printing.PrintController", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrintDocument.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L14C5-L32C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L14C5-L32C88" }, { "DocsId": "M:System.Drawing.Printing.PrintDocument.OnBeginPrint(System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L149C71-L149C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L149C71-L149C106" }, { "DocsId": "M:System.Drawing.Printing.PrintDocument.OnEndPrint(System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L154C69-L154C102" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L154C69-L154C102" }, { "DocsId": "M:System.Drawing.Printing.PrintDocument.OnPrintPage(System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L159C74-L159C108" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L159C74-L159C108" }, { "DocsId": "M:System.Drawing.Printing.PrintDocument.OnQueryPageSettings(System.Drawing.Printing.QueryPageSettingsEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L164C90-L164C120" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L164C90-L164C120" }, { "DocsId": "M:System.Drawing.Printing.PrintDocument.Print", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L171C9-L173C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L171C9-L173C6" }, { "DocsId": "M:System.Drawing.Printing.PrintDocument.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L178C42-L178C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L178C42-L178C75" }, { "DocsId": "E:System.Drawing.Printing.PrintDocument.BeginPrint", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L115C16-L115C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L115C16-L115C43" }, { "DocsId": "E:System.Drawing.Printing.PrintDocument.EndPrint", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L125C16-L125C41" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L125C16-L125C41" }, { "DocsId": "E:System.Drawing.Printing.PrintDocument.PrintPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L135C16-L135C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L135C16-L135C42" }, { "DocsId": "E:System.Drawing.Printing.PrintDocument.QueryPageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L142C16-L142C38" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L142C16-L142C38" }, { "DocsId": "P:System.Drawing.Printing.PrintDocument.DefaultPageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L42C15-L42C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L42C15-L42C43" }, { "DocsId": "P:System.Drawing.Printing.PrintDocument.DocumentName", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L58C16-L58C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L58C16-L58C29" }, { "DocsId": "P:System.Drawing.Printing.PrintDocument.OriginAtMargins", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L71C16-L71C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L71C16-L71C32" }, { "DocsId": "P:System.Drawing.Printing.PrintDocument.PrintController", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L83C16-L83C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L83C16-L83C66" }, { "DocsId": "P:System.Drawing.Printing.PrintDocument.PrinterSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L95C16-L95C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L95C16-L95C32" } ], "DocsId": "T:System.Drawing.Printing.PrintDocument", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrinterResolution.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L18C5-L21C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L18C5-L21C6" }, { "DocsId": "M:System.Drawing.Printing.PrinterResolution.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L57C42-L59C74" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L57C42-L59C74" }, { "DocsId": "P:System.Drawing.Printing.PrinterResolution.Kind", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L35C16-L35C21" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L35C16-L35C21" }, { "DocsId": "P:System.Drawing.Printing.PrinterResolution.X", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L50C20-L50C24" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L50C20-L50C24" }, { "DocsId": "P:System.Drawing.Printing.PrinterResolution.Y", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L55C20-L55C24" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L55C20-L55C24" } ], "DocsId": "T:System.Drawing.Printing.PrinterResolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.High", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.Medium", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.Low", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.Draft", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.Custom", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" } ], "DocsId": "T:System.Drawing.Printing.PrinterResolutionKind", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrinterSettings.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L19C5-L42C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L19C5-L42C6" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.IsDirectPrintingSupported(System.Drawing.Imaging.ImageFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L332C9-L339C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L332C9-L339C6" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.IsDirectPrintingSupported(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L372C9-L406C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L372C9-L406C6" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L435C9-L437C22" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L435C9-L437C22" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L490C52-L490C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L490C52-L490C98" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L495C9-L502C18" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L495C9-L502C18" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics(System.Drawing.Printing.PageSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L508C9-L511C18" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L508C9-L511C18" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics(System.Drawing.Printing.PageSettings,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L517C9-L524C18" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L517C9-L524C18" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.GetHdevmode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L601C9-L603C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L601C9-L603C27" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.GetHdevmode(System.Drawing.Printing.PageSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L710C9-L713C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L710C9-L713C27" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.GetHdevnames", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L724C9-L757C23" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L724C9-L757C23" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.SetHdevmode(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L986C9-L1023C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L986C9-L1023C6" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.SetHdevnames(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1030C9-L1044C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1030C9-L1044C6" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1047C9-L1047C215" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1047C9-L1047C215" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.CanDuplex", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L47C30-L47C92" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L47C30-L47C92" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.Copies", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L54C16-L54C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L54C16-L54C75" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.Collate", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L71C16-L73C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L71C16-L73C29" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.DefaultPageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L80C48-L80C68" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L80C48-L80C68" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.Duplex", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L91C16-L91C129" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L91C16-L91C129" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.FromPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L108C16-L108C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L108C16-L108C25" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.InstalledPrinters", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L133C13-L180C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L133C13-L180C10" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.IsDefaultPrinter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L186C37-L186C100" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L186C37-L186C100" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.IsPlotter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L191C30-L191C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L191C30-L191C99" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.IsValid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L196C28-L196C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L196C28-L196C91" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.LandscapeAngle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L201C34-L201C113" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L201C34-L201C113" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.MaximumCopies", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L206C33-L206C107" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L206C33-L206C107" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.MaximumPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L213C16-L213C24" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L213C16-L213C24" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.MinimumPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L230C16-L230C24" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L230C16-L230C24" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrintFileName", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L249C16-L249C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L249C16-L249C26" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizes", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L264C46-L264C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L264C46-L264C67" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSources", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L269C50-L269C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L269C50-L269C73" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrintRange", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L283C16-L283C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L283C16-L283C27" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrintToFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L298C31-L298C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L298C31-L298C35" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterName", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L305C16-L305C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L305C16-L305C35" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutions", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L324C62-L324C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L324C62-L324C91" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.SupportsColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L411C34-L411C101" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L411C34-L411C101" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.ToPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L418C16-L418C23" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L418C16-L418C23" }, { "DocsId": "T:System.Drawing.Printing.PrinterSettings.PaperSizeCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs" }, { "DocsId": "T:System.Drawing.Printing.PrinterSettings.PaperSourceCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs" }, { "DocsId": "T:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs" }, { "DocsId": "T:System.Drawing.Printing.PrinterSettings.StringCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs" } ], "DocsId": "T:System.Drawing.Printing.PrinterSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Printing.PrinterUnit.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" }, { "DocsId": "F:System.Drawing.Printing.PrinterUnit.Display", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" }, { "DocsId": "F:System.Drawing.Printing.PrinterUnit.ThousandthsOfAnInch", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" }, { "DocsId": "F:System.Drawing.Printing.PrinterUnit.HundredthsOfAMillimeter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" }, { "DocsId": "F:System.Drawing.Printing.PrinterUnit.TenthsOfAMillimeter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" } ], "DocsId": "T:System.Drawing.Printing.PrinterUnit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Double,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L20C9-L22C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L20C9-L22C64" }, { "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Int32,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L29C9-L29C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L29C9-L29C66" }, { "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Point,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L35C9-L35C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L35C9-L35C84" }, { "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Size,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L41C9-L41C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L41C9-L41C93" }, { "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Rectangle,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L46C99-L50C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L46C99-L50C49" }, { "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Printing.Margins,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L55C95-L61C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L55C95-L61C6" } ], "DocsId": "T:System.Drawing.Printing.PrinterUnitConvert", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrintEventArgs.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventArgs.cs#L16C5-L18C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventArgs.cs#L16C5-L18C6" }, { "DocsId": "P:System.Drawing.Printing.PrintEventArgs.PrintAction", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventArgs.cs#L28C38-L28C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventArgs.cs#L28C38-L28C42" } ], "DocsId": "T:System.Drawing.Printing.PrintEventArgs", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventArgs.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrintEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" }, { "DocsId": "M:System.Drawing.Printing.PrintEventHandler.Invoke(System.Object,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" }, { "DocsId": "M:System.Drawing.Printing.PrintEventHandler.BeginInvoke(System.Object,System.Drawing.Printing.PrintEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" }, { "DocsId": "M:System.Drawing.Printing.PrintEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" } ], "DocsId": "T:System.Drawing.Printing.PrintEventHandler", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrintPageEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Printing.PageSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L55C57-L20C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L55C57-L20C6" }, { "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.Cancel", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L25C26-L25C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L25C26-L25C30" }, { "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.Graphics", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L30C33-L30C37" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L30C33-L30C37" }, { "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.HasMorePages", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L35C32-L35C36" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L35C32-L35C36" }, { "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.MarginBounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L40C37-L40C41" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L40C37-L40C41" }, { "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.PageBounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L45C35-L45C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L45C35-L45C39" }, { "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.PageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L50C40-L50C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L50C40-L50C44" } ], "DocsId": "T:System.Drawing.Printing.PrintPageEventArgs", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrintPageEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" }, { "DocsId": "M:System.Drawing.Printing.PrintPageEventHandler.Invoke(System.Object,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" }, { "DocsId": "M:System.Drawing.Printing.PrintPageEventHandler.BeginInvoke(System.Object,System.Drawing.Printing.PrintPageEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" }, { "DocsId": "M:System.Drawing.Printing.PrintPageEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" } ], "DocsId": "T:System.Drawing.Printing.PrintPageEventHandler", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Printing.PrintRange.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" }, { "DocsId": "F:System.Drawing.Printing.PrintRange.AllPages", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" }, { "DocsId": "F:System.Drawing.Printing.PrintRange.SomePages", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" }, { "DocsId": "F:System.Drawing.Printing.PrintRange.Selection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" }, { "DocsId": "F:System.Drawing.Printing.PrintRange.CurrentPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" } ], "DocsId": "T:System.Drawing.Printing.PrintRange", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventArgs.#ctor(System.Drawing.Printing.PageSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventArgs.cs#L16C68-L16C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventArgs.cs#L16C68-L16C106" }, { "DocsId": "P:System.Drawing.Printing.QueryPageSettingsEventArgs.PageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventArgs.cs#L25C13-L26C34" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventArgs.cs#L25C13-L26C34" } ], "DocsId": "T:System.Drawing.Printing.QueryPageSettingsEventArgs", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventArgs.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" }, { "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventHandler.Invoke(System.Object,System.Drawing.Printing.QueryPageSettingsEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" }, { "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventHandler.BeginInvoke(System.Object,System.Drawing.Printing.QueryPageSettingsEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" }, { "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" } ], "DocsId": "T:System.Drawing.Printing.QueryPageSettingsEventHandler", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfHeight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfWidth", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfEscapement", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfOrientation", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfWeight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfItalic", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfUnderline", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfStrikeOut", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfCharSet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfOutPrecision", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfClipPrecision", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfPitchAndFamily", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "P:System.Drawing.Interop.LOGFONT.lfFaceName", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs#L38C37-L38C111" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs#L38C37-L38C111" }, { "DocsId": "T:System.Drawing.Interop.LOGFONT.<_lfFaceName>e__FixedBuffer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" } ], "DocsId": "T:System.Drawing.Interop.LOGFONT", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.BitmapData.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs" }, { "DocsId": "P:System.Drawing.Imaging.BitmapData.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L26C15-L26C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L26C15-L26C29" }, { "DocsId": "P:System.Drawing.Imaging.BitmapData.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L35C15-L35C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L35C15-L35C30" }, { "DocsId": "P:System.Drawing.Imaging.BitmapData.Stride", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L44C15-L44C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L44C15-L44C30" }, { "DocsId": "P:System.Drawing.Imaging.BitmapData.PixelFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L53C15-L53C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L53C15-L53C35" }, { "DocsId": "P:System.Drawing.Imaging.BitmapData.Scan0", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L95C15-L95C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L95C15-L95C29" }, { "DocsId": "P:System.Drawing.Imaging.BitmapData.Reserved", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L104C15-L104C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L104C15-L104C32" } ], "DocsId": "T:System.Drawing.Imaging.BitmapData", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.CachedBitmap.#ctor(System.Drawing.Bitmap,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs#L43C5-L54C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs#L43C5-L54C6" }, { "DocsId": "M:System.Drawing.Imaging.CachedBitmap.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs#L74C24-L74C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs#L74C24-L74C49" }, { "DocsId": "M:System.Drawing.Imaging.CachedBitmap.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs#L78C9-L80C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs#L78C9-L80C6" } ], "DocsId": "T:System.Drawing.Imaging.CachedBitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Bitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Brush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Pen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Text", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Any", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" } ], "DocsId": "T:System.Drawing.Imaging.ColorAdjustType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelC", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelM", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelK", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelLast", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" } ], "DocsId": "T:System.Drawing.Imaging.ColorChannelFlag", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.ColorMap.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs#L14C5-L16C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs#L14C5-L16C6" }, { "DocsId": "P:System.Drawing.Imaging.ColorMap.OldColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs#L21C29-L21C33" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs#L21C29-L21C33" }, { "DocsId": "P:System.Drawing.Imaging.ColorMap.NewColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs#L26C29-L26C33" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs#L26C29-L26C33" } ], "DocsId": "T:System.Drawing.Imaging.ColorMap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.ColorMapType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorMapType.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorMapType.Brush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" } ], "DocsId": "T:System.Drawing.Imaging.ColorMapType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.ColorMatrix.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L43C5-L72C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L43C5-L72C6" }, { "DocsId": "M:System.Drawing.Imaging.ColorMatrix.#ctor(System.Single[][])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L303C5-L330C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L303C5-L330C6" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix00", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L79C16-L79C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L79C16-L79C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix01", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L88C16-L88C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L88C16-L88C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix02", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L97C16-L97C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L97C16-L97C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix03", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L106C16-L106C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L106C16-L106C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix04", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L115C16-L115C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L115C16-L115C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix10", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L124C16-L124C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L124C16-L124C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix11", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L133C16-L133C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L133C16-L133C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix12", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L142C16-L142C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L142C16-L142C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix13", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L151C16-L151C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L151C16-L151C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix14", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L160C16-L160C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L160C16-L160C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix20", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L169C16-L169C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L169C16-L169C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix21", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L178C16-L178C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L178C16-L178C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix22", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L187C16-L187C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L187C16-L187C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix23", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L196C16-L196C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L196C16-L196C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix24", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L205C16-L205C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L205C16-L205C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix30", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L214C16-L214C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L214C16-L214C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix31", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L223C16-L223C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L223C16-L223C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix32", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L232C16-L232C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L232C16-L232C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix33", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L241C16-L241C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L241C16-L241C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix34", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L250C16-L250C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L250C16-L250C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix40", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L259C16-L259C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L259C16-L259C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix41", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L268C16-L268C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L268C16-L268C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix42", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L277C16-L277C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L277C16-L277C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix43", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L286C16-L286C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L286C16-L286C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix44", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L295C16-L295C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L295C16-L295C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Item(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L357C13-L369C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L357C13-L369C44" } ], "DocsId": "T:System.Drawing.Imaging.ColorMatrix", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.ColorMatrixFlag.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorMatrixFlag.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorMatrixFlag.SkipGrays", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorMatrixFlag.AltGrays", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" } ], "DocsId": "T:System.Drawing.Imaging.ColorMatrixFlag", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.ColorMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorMode.Argb32Mode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorMode.Argb64Mode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" } ], "DocsId": "T:System.Drawing.Imaging.ColorMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" }, { "Members": [ { "DocsId": "P:System.Drawing.Imaging.ColorPalette.Flags", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L20C25-L20C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L20C25-L20C31" }, { "DocsId": "P:System.Drawing.Imaging.ColorPalette.Entries", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L25C31-L25C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L25C31-L25C39" } ], "DocsId": "T:System.Drawing.Imaging.ColorPalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRecordBase", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetBkColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetBkMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetMapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetROP2", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetRelAbs", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetPolyFillMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetStretchBltMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextCharExtra", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextJustification", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetWindowOrg", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetWindowExt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetViewportOrg", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetViewportExt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfOffsetWindowOrg", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfScaleWindowExt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfOffsetViewportOrg", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfScaleViewportExt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfLineTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfMoveTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfExcludeClipRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfIntersectClipRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfArc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfEllipse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfFloodFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPie", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRectangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRoundRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPatBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSaveDC", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetPixel", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfOffsetCilpRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfTextOut", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfBitBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfStretchBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPolygon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPolyline", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfEscape", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRestoreDC", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfFillRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfFrameRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfInvertRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPaintRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSelectClipRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSelectObject", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextAlign", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfChord", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetMapperFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfExtTextOut", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetDibToDev", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSelectPalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRealizePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfAnimatePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetPalEntries", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPolyPolygon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfResizePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfDibBitBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfDibStretchBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfDibCreatePatternBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfStretchDib", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfExtFloodFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetLayout", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfDeleteObject", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreatePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreatePatternBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreatePenIndirect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreateFontIndirect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreateBrushIndirect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreateRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezier", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolygon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyline", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezierTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyLineTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolyline", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolygon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetWindowExtEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetWindowOrgEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetViewportExtEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetViewportOrgEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetBrushOrgEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfEof", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetPixelV", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMapperFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetBkMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetPolyFillMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetROP2", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetStretchBltMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetTextAlign", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetColorAdjustment", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetTextColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetBkColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfOffsetClipRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfMoveToEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMetaRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExcludeClipRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfIntersectClipRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfScaleViewportExtEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfScaleWindowExtEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSaveDC", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRestoreDC", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfModifyWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSelectObject", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreatePen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateBrushIndirect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfDeleteObject", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfAngleArc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfEllipse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRectangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRoundRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRoundArc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfChord", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPie", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSelectPalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreatePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetPaletteEntries", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfResizePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRealizePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtFloodFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfLineTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfArcTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyDraw", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetArcDirection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMiterLimit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfBeginPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfEndPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCloseFigure", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfFillPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStrokeAndFillPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStrokePath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfFlattenPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfWidenPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSelectClipPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfAbortPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfReserved069", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfGdiComment", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfFillRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfFrameRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfInvertRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPaintRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtSelectClipRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfBitBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStretchBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfMaskBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPlgBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetDIBitsToDevice", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStretchDIBits", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtCreateFontIndirect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtTextOutA", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtTextOutW", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezier16", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolygon16", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyline16", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezierTo16", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolylineTo16", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolyline16", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolygon16", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyDraw16", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateMonoBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateDibPatternBrushPt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtCreatePen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyTextOutA", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyTextOutW", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetIcmMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateColorSpace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetColorSpace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfDeleteColorSpace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfGlsRecord", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfGlsBoundedRecord", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPixelFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfDrawEscape", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtEscape", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStartDoc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSmallTextOut", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfForceUfiMapping", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfNamedEscpae", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfColorCorrectPalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetIcmProfileA", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetIcmProfileW", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfAlphaBlend", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetLayout", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfTransparentBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfReserved117", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfGradientFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetLinkedUfis", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetTextJustification", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfColorMatchToTargetW", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateColorSpaceW", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfMax", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfMin", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPlusRecordBase", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Header", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EndOfFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Comment", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.GetDC", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.MultiFormatStart", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.MultiFormatSection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.MultiFormatEnd", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Object", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Clear", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillRects", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawRects", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillPolygon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawLines", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillEllipse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawEllipse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillPie", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawPie", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawArc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillClosedCurve", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawClosedCurve", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawCurve", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawBeziers", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawImage", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawImagePoints", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetRenderingOrigin", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetAntiAliasMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetTextRenderingHint", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetTextContrast", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetInterpolationMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetPixelOffsetMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetCompositingMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetCompositingQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Save", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Restore", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.BeginContainer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.BeginContainerNoParams", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EndContainer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.ResetWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.MultiplyWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.TranslateWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.ScaleWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.RotateWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetPageTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.ResetClip", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetClipRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetClipPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetClipRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.OffsetClip", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawDriverString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Total", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Max", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Min", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" } ], "DocsId": "T:System.Drawing.Imaging.EmfPlusRecordType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.EmfType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfType.EmfOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfType.EmfPlusOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfType.EmfPlusDual", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" } ], "DocsId": "T:System.Drawing.Imaging.EmfType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Encoder.#ctor(System.Guid)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs#L34C5-L34C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs#L34C5-L34C45" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.Compression", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.ColorDepth", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.ScanMethod", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.Version", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.RenderMethod", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.Quality", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.Transformation", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.LuminanceTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.ChrominanceTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.SaveFlag", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.ColorSpace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.ImageItems", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.SaveAsCmyk", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "P:System.Drawing.Imaging.Encoder.Guid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs#L36C24-L36C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs#L36C24-L36C28" } ], "DocsId": "T:System.Drawing.Imaging.Encoder", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L50C9-L59C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L50C9-L59C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L61C28-L61C37" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L61C28-L61C37" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L63C5-L73C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L63C5-L73C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L75C5-L88C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L75C5-L88C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int16)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L90C5-L100C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L90C5-L100C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L102C5-L112C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L102C5-L112C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L114C5-L125C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L114C5-L125C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64,System.Int64)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L127C5-L138C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L127C5-L138C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L140C5-L158C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L140C5-L158C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L160C5-L168C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L160C5-L168C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L170C5-L181C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L170C5-L181C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte[],System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L183C5-L194C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L183C5-L194C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int16[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L196C5-L206C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L196C5-L206C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L208C5-L226C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L208C5-L226C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32[],System.Int32[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L228C5-L246C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L228C5-L246C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64[],System.Int64[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L248C5-L266C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L248C5-L266C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32[],System.Int32[],System.Int32[],System.Int32[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L268C5-L295C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L268C5-L295C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L298C5-L321C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L298C5-L321C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Drawing.Imaging.EncoderParameterValueType,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L323C5-L347C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L323C5-L347C6" }, { "DocsId": "P:System.Drawing.Imaging.EncoderParameter.Encoder", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L29C16-L29C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L29C16-L29C35" }, { "DocsId": "P:System.Drawing.Imaging.EncoderParameter.Type", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L36C46-L36C65" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L36C46-L36C65" }, { "DocsId": "P:System.Drawing.Imaging.EncoderParameter.ValueType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L41C51-L41C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L41C51-L41C70" }, { "DocsId": "P:System.Drawing.Imaging.EncoderParameter.NumberOfValues", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L46C34-L46C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L46C34-L46C49" } ], "DocsId": "T:System.Drawing.Imaging.EncoderParameter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.EncoderParameters.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L10C5-L10C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L10C5-L10C79" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameters.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L12C5-L12C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L12C5-L12C66" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameters.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L58C40-L64C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L58C40-L64C6" }, { "DocsId": "P:System.Drawing.Imaging.EncoderParameters.Param", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L14C39-L14C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L14C39-L14C43" } ], "DocsId": "T:System.Drawing.Imaging.EncoderParameters", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeByte", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeAscii", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeShort", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeLong", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeRational", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeLongRange", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeUndefined", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeRationalRange", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypePointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" } ], "DocsId": "T:System.Drawing.Imaging.EncoderParameterValueType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.EncoderValue.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.ColorTypeCMYK", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.ColorTypeYCCK", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionLZW", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionCCITT3", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionCCITT4", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionRle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionNone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.ScanMethodInterlaced", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.ScanMethodNonInterlaced", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.VersionGif87", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.VersionGif89", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.RenderProgressive", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.RenderNonProgressive", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformRotate90", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformRotate180", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformRotate270", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformFlipHorizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformFlipVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.MultiFrame", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.LastFrame", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.Flush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.FrameDimensionTime", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.FrameDimensionResolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.FrameDimensionPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" } ], "DocsId": "T:System.Drawing.Imaging.EncoderValue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.FrameDimension.#ctor(System.Guid)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L18C5-L21C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L18C5-L21C6" }, { "DocsId": "M:System.Drawing.Imaging.FrameDimension.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L56C67-L56C118" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L56C67-L56C118" }, { "DocsId": "M:System.Drawing.Imaging.FrameDimension.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L60C9-L60C36" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L60C9-L60C36" }, { "DocsId": "M:System.Drawing.Imaging.FrameDimension.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L68C9-L83C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L68C9-L83C45" }, { "DocsId": "P:System.Drawing.Imaging.FrameDimension.Guid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L28C15-L28C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L28C15-L28C28" }, { "DocsId": "P:System.Drawing.Imaging.FrameDimension.Time", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L36C15-L36C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L36C15-L36C29" }, { "DocsId": "P:System.Drawing.Imaging.FrameDimension.Resolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L44C15-L44C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L44C15-L44C35" }, { "DocsId": "P:System.Drawing.Imaging.FrameDimension.Page", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L50C42-L50C48" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L50C42-L50C48" } ], "DocsId": "T:System.Drawing.Imaging.FrameDimension", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L54C5-L60C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L54C5-L60C6" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L70C9-L79C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L70C9-L79C6" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L84C27-L84C36" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L84C27-L84C36" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L92C9-L95C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L92C9-L95C43" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrix(System.Drawing.Imaging.ColorMatrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L102C9-L102C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L102C9-L102C89" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrix(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L108C9-L108C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L108C9-L108C71" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrix(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L114C9-L114C59" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L114C9-L114C59" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearColorMatrix", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L119C39-L119C80" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L119C39-L119C80" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearColorMatrix(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L126C9-L135C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L126C9-L135C6" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrices(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L141C9-L141C103" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L141C9-L141C103" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrices(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L144C9-L144C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L144C9-L144C85" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrices(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L152C9-L183C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L152C9-L183C6" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetThreshold(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L185C50-L185C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L185C50-L185C98" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetThreshold(System.Single,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L187C72-L187C119" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L187C72-L187C119" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearThreshold", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L189C37-L189C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L189C37-L189C76" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearThreshold(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L191C57-L191C100" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L191C57-L191C100" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetGamma(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L204C42-L204C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L204C42-L204C82" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetGamma(System.Single,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L206C64-L206C103" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L206C64-L206C103" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearGamma", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L208C33-L208C68" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L208C33-L208C68" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearGamma(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L210C53-L210C92" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L210C53-L210C92" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetNoOp", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L223C30-L223C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L223C30-L223C62" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetNoOp(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L225C50-L225C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L225C50-L225C81" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearNoOp", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L227C32-L227C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L227C32-L227C66" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearNoOp(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L229C52-L229C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L229C52-L229C84" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorKey(System.Drawing.Color,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L242C9-L242C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L242C9-L242C66" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorKey(System.Drawing.Color,System.Drawing.Color,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L245C9-L245C65" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L245C9-L245C65" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearColorKey", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L247C36-L247C74" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L247C36-L247C74" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearColorKey(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L249C56-L249C118" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L249C56-L249C118" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetOutputChannel(System.Drawing.Imaging.ColorChannelFlag)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L263C61-L263C109" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L263C61-L263C109" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetOutputChannel(System.Drawing.Imaging.ColorChannelFlag,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L266C9-L266C56" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L266C9-L266C56" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannel", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L268C41-L268C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L268C41-L268C84" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannel(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L271C9-L271C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L271C9-L271C85" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetOutputChannelColorProfile(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L285C9-L285C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L285C9-L285C84" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetOutputChannelColorProfile(System.String,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L290C9-L302C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L290C9-L302C6" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannelColorProfile", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L304C53-L304C96" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L304C53-L304C96" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannelColorProfile(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L308C9-L315C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L308C9-L315C6" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetRemapTable(System.Drawing.Imaging.ColorMap[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L318C57-L318C100" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L318C57-L318C100" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetRemapTable(System.Drawing.Imaging.ColorMap[],System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L329C9-L331C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L329C9-L331C6" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearRemapTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L413C38-L413C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L413C38-L413C78" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearRemapTable(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L417C9-L425C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L417C9-L425C6" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetBrushRemapTable(System.Drawing.Imaging.ColorMap[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L427C62-L427C103" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L427C62-L427C103" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearBrushRemapTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L437C43-L437C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L437C43-L437C81" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetWrapMode(System.Drawing.Drawing2D.WrapMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L439C57-L439C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L439C57-L439C97" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetWrapMode(System.Drawing.Drawing2D.WrapMode,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L441C70-L441C108" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L441C70-L441C108" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetWrapMode(System.Drawing.Drawing2D.WrapMode,System.Drawing.Color,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L445C9-L452C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L445C9-L452C6" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.GetAdjustedPalette(System.Drawing.Imaging.ColorPalette,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L456C9-L466C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L456C9-L466C6" } ], "DocsId": "T:System.Drawing.Imaging.ImageAttributes", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.Encoder", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.Decoder", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.SupportBitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.SupportVector", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.SeekableEncode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.BlockingDecode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.Builtin", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.System", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.User", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" } ], "DocsId": "T:System.Drawing.Imaging.ImageCodecFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.ImageCodecInfo.GetImageDecoders", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L41C9-L58C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L41C9-L58C6" }, { "DocsId": "M:System.Drawing.Imaging.ImageCodecInfo.GetImageEncoders", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L62C9-L79C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L62C9-L79C6" }, { "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.Clsid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L13C25-L13C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L13C25-L13C29" }, { "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.FormatID", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L15C28-L15C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L15C28-L15C32" }, { "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.CodecName", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L17C32-L17C36" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L17C32-L17C36" }, { "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.DllName", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L19C30-L19C34" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L19C30-L19C34" }, { "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.FormatDescription", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L21C40-L21C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L21C40-L21C44" }, { "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.FilenameExtension", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L23C40-L23C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L23C40-L23C44" }, { "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.MimeType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L25C31-L25C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L25C31-L25C35" }, { "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.Flags", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L27C36-L27C40" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L27C36-L27C40" }, { "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.Version", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L29C26-L29C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L29C26-L29C30" }, { "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.SignaturePatterns", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L32C42-L32C46" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L32C42-L32C46" }, { "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.SignatureMasks", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L35C39-L35C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L35C39-L35C43" } ], "DocsId": "T:System.Drawing.Imaging.ImageCodecInfo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.ImageFlags.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.Scalable", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.HasAlpha", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.HasTranslucent", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.PartiallyScalable", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceRgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceCmyk", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceYcbcr", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceYcck", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.HasRealDpi", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.HasRealPixelSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.ReadOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.Caching", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" } ], "DocsId": "T:System.Drawing.Imaging.ImageFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.ImageFormat.#ctor(System.Guid)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L35C5-L35C50" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L35C5-L35C50" }, { "DocsId": "M:System.Drawing.Imaging.ImageFormat.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L114C67-L114C115" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L114C67-L114C115" }, { "DocsId": "M:System.Drawing.Imaging.ImageFormat.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L119C42-L119C61" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L119C42-L119C61" }, { "DocsId": "M:System.Drawing.Imaging.ImageFormat.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L131C9-L191C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L131C9-L191C42" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Guid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L40C25-L40C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L40C25-L40C30" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.MemoryBmp", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L45C44-L45C55" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L45C44-L45C55" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Bmp", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L50C38-L50C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L50C38-L50C43" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Emf", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L55C38-L55C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L55C38-L55C43" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Wmf", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L60C38-L60C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L60C38-L60C43" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Gif", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L65C38-L65C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L65C38-L65C43" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Jpeg", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L70C39-L70C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L70C39-L70C45" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Png", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L75C38-L75C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L75C38-L75C43" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Tiff", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L80C39-L80C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L80C39-L80C45" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Exif", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L85C39-L85C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L85C39-L85C45" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Icon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L90C39-L90C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L90C39-L90C45" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Heif", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L99C39-L99C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L99C39-L99C45" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Webp", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L108C39-L108C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L108C39-L108C45" } ], "DocsId": "T:System.Drawing.Imaging.ImageFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.ImageLockMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageLockMode.ReadOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageLockMode.WriteOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageLockMode.ReadWrite", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageLockMode.UserInputBuffer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" } ], "DocsId": "T:System.Drawing.Imaging.ImageLockMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Metafile.Windows#Win32#Foundation#IPointer#get_Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L24C42-L24C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L24C42-L24C62" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L30C5-L43C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L30C5-L43C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L49C5-L54C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L49C5-L54C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L59C5-L69C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L59C5-L69C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L76C9-L78C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L76C9-L78C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L84C9-L86C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L84C9-L86C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L93C9-L95C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L93C9-L95C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L102C9-L104C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L102C9-L104C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L111C9-L113C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L111C9-L113C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L119C5-L136C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L119C5-L136C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L143C9-L145C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L143C9-L145C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L152C9-L154C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L152C9-L154C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L160C9-L162C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L160C9-L162C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L168C9-L170C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L168C9-L170C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L176C9-L178C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L176C9-L178C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L184C9-L186C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L184C9-L186C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L192C9-L194C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L192C9-L194C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L200C9-L202C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L200C9-L202C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L207C5-L232C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L207C5-L232C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L238C9-L240C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L238C9-L240C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L246C9-L248C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L246C9-L248C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L254C9-L256C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L254C9-L256C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L262C9-L264C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L262C9-L264C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L270C9-L272C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L270C9-L272C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L278C9-L280C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L278C9-L280C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L286C9-L288C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L286C9-L288C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L294C9-L296C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L294C9-L296C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L302C9-L304C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L302C9-L304C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L310C9-L312C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L310C9-L312C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L318C9-L320C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L318C9-L320C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L326C9-L328C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L326C9-L328C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L335C9-L337C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L335C9-L337C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L342C5-L350C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L342C5-L350C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L355C5-L370C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L355C5-L370C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L376C5-L394C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L376C5-L394C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L399C5-L419C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L399C5-L419C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L424C5-L445C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L424C5-L445C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L450C5-L469C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L450C5-L469C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L474C5-L494C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L474C5-L494C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L499C5-L519C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L499C5-L519C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.PlayRecord(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.Byte[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L539C16-L550C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L539C16-L550C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L557C9-L563C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L557C9-L563C27" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L572C9-L576C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L572C9-L576C27" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L586C9-L594C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L586C9-L594C27" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L603C9-L613C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L603C9-L613C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L620C9-L626C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L620C9-L626C27" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.GetHenhmetafile", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L633C40-L633C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L633C40-L633C62" }, { "DocsId": "P:System.Drawing.Imaging.Metafile.Windows#Win32#Foundation#IPointer#Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L24C42-L24C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L24C42-L24C62" } ], "DocsId": "T:System.Drawing.Imaging.Metafile", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Pixel", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Point", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Inch", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Document", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Millimeter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.GdiCompatible", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" } ], "DocsId": "T:System.Drawing.Imaging.MetafileFrameUnit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsWmf", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L53C28-L53C129" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L53C28-L53C129" }, { "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsWmfPlaceable", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L58C37-L58C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L58C37-L58C98" }, { "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmf", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L63C28-L63C80" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L63C28-L63C80" }, { "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmfOrEmfPlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L69C37-L71C56" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L69C37-L71C56" }, { "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmfPlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L77C32-L78C56" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L77C32-L78C56" }, { "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmfPlusDual", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L84C36-L84C96" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L84C36-L84C96" }, { "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmfPlusOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L90C36-L90C96" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L90C36-L90C96" }, { "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsDisplay", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L95C32-L95C113" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L95C32-L95C113" }, { "DocsId": "P:System.Drawing.Imaging.MetafileHeader.Type", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L23C33-L23C59" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L23C33-L23C59" }, { "DocsId": "P:System.Drawing.Imaging.MetafileHeader.MetafileSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L28C32-L28C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L28C32-L28C49" }, { "DocsId": "P:System.Drawing.Imaging.MetafileHeader.Version", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L33C27-L33C47" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L33C27-L33C47" }, { "DocsId": "P:System.Drawing.Imaging.MetafileHeader.DpiX", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L38C26-L38C38" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L38C26-L38C38" }, { "DocsId": "P:System.Drawing.Imaging.MetafileHeader.DpiY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L43C26-L43C38" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L43C26-L43C38" }, { "DocsId": "P:System.Drawing.Imaging.MetafileHeader.Bounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L48C32-L48C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L48C32-L48C88" }, { "DocsId": "P:System.Drawing.Imaging.MetafileHeader.WmfHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L100C36-L102C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L100C36-L102C43" }, { "DocsId": "P:System.Drawing.Imaging.MetafileHeader.EmfPlusHeaderSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L107C37-L107C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L107C37-L107C62" }, { "DocsId": "P:System.Drawing.Imaging.MetafileHeader.LogicalDpiX", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L112C31-L112C50" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L112C31-L112C50" }, { "DocsId": "P:System.Drawing.Imaging.MetafileHeader.LogicalDpiY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L117C31-L117C50" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L117C31-L117C50" } ], "DocsId": "T:System.Drawing.Imaging.MetafileHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.MetafileType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileType.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileType.Wmf", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileType.WmfPlaceable", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileType.Emf", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileType.EmfPlusOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileType.EmfPlusDual", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" } ], "DocsId": "T:System.Drawing.Imaging.MetafileType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.MetaHeader.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L17C5-L19C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L17C5-L19C6" }, { "DocsId": "P:System.Drawing.Imaging.MetaHeader.Type", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L28C16-L28C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L28C16-L28C35" }, { "DocsId": "P:System.Drawing.Imaging.MetaHeader.HeaderSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L37C16-L37C41" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L37C16-L37C41" }, { "DocsId": "P:System.Drawing.Imaging.MetaHeader.Version", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L46C16-L46C38" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L46C16-L46C38" }, { "DocsId": "P:System.Drawing.Imaging.MetaHeader.Size", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L55C16-L55C33" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L55C16-L55C33" }, { "DocsId": "P:System.Drawing.Imaging.MetaHeader.NoObjects", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L61C16-L61C40" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L61C16-L61C40" }, { "DocsId": "P:System.Drawing.Imaging.MetaHeader.MaxRecord", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L67C16-L67C38" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L67C16-L67C38" }, { "DocsId": "P:System.Drawing.Imaging.MetaHeader.NoParameters", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L73C16-L73C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L73C16-L73C43" } ], "DocsId": "T:System.Drawing.Imaging.MetaHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.PaletteFlags.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.PaletteFlags.HasAlpha", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.PaletteFlags.GrayScale", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.PaletteFlags.Halftone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" } ], "DocsId": "T:System.Drawing.Imaging.PaletteFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.PixelFormat.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Indexed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Gdi", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Alpha", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.PAlpha", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Extended", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Canonical", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Undefined", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.DontCare", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format1bppIndexed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format4bppIndexed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format8bppIndexed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format16bppGrayScale", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format16bppRgb555", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format16bppRgb565", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format16bppArgb1555", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format24bppRgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format32bppRgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format32bppArgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format32bppPArgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format48bppRgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format64bppArgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format64bppPArgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Max", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" } ], "DocsId": "T:System.Drawing.Imaging.PixelFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.PlayRecordCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" }, { "DocsId": "M:System.Drawing.Imaging.PlayRecordCallback.Invoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" }, { "DocsId": "M:System.Drawing.Imaging.PlayRecordCallback.BeginInvoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" }, { "DocsId": "M:System.Drawing.Imaging.PlayRecordCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" } ], "DocsId": "T:System.Drawing.Imaging.PlayRecordCallback", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" }, { "Members": [ { "DocsId": "P:System.Drawing.Imaging.PropertyItem.Id", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L18C21-L18C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L18C21-L18C25" }, { "DocsId": "P:System.Drawing.Imaging.PropertyItem.Len", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L23C22-L23C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L23C22-L23C26" }, { "DocsId": "P:System.Drawing.Imaging.PropertyItem.Type", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L28C25-L28C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L28C25-L28C29" }, { "DocsId": "P:System.Drawing.Imaging.PropertyItem.Value", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L33C28-L33C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L33C28-L33C32" } ], "DocsId": "T:System.Drawing.Imaging.PropertyItem", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.WmfPlaceableFileHeader.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L16C5-L16C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L16C5-L16C64" }, { "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Key", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L23C16-L23C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L23C16-L23C32" }, { "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Hmf", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L32C16-L32C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L32C16-L32C27" }, { "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxLeft", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L41C16-L41C40" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L41C16-L41C40" }, { "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxTop", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L50C16-L50C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L50C16-L50C39" }, { "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxRight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L59C16-L59C41" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L59C16-L59C41" }, { "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxBottom", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L68C16-L68C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L68C16-L68C42" }, { "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Inch", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L77C16-L77C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L77C16-L77C28" }, { "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Reserved", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L86C16-L86C37" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L86C16-L86C37" }, { "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Checksum", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L95C16-L95C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L95C16-L95C32" } ], "DocsId": "T:System.Drawing.Imaging.WmfPlaceableFileHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Design.CategoryNameCollection.#ctor(System.Drawing.Design.CategoryNameCollection)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L17C5-L17C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L17C5-L17C93" }, { "DocsId": "M:System.Drawing.Design.CategoryNameCollection.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L23C5-L23C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L23C5-L23C79" }, { "DocsId": "M:System.Drawing.Design.CategoryNameCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L34C43-L34C68" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L34C43-L34C68" }, { "DocsId": "M:System.Drawing.Design.CategoryNameCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L40C54-L40C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L40C54-L40C84" }, { "DocsId": "M:System.Drawing.Design.CategoryNameCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L45C41-L45C65" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L45C41-L45C65" }, { "DocsId": "P:System.Drawing.Design.CategoryNameCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L28C38-L28C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L28C38-L28C63" } ], "DocsId": "T:System.Drawing.Design.CategoryNameCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.DashCap.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.DashCap.Flat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.DashCap.Round", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.DashCap.Triangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.DashCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Drawing2D.AdjustableArrowCap.#ctor(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L10C60-L10C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L10C60-L10C89" }, { "DocsId": "M:System.Drawing.Drawing2D.AdjustableArrowCap.#ctor(System.Single,System.Single,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L12C5-L17C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L12C5-L17C6" }, { "DocsId": "P:System.Drawing.Drawing2D.AdjustableArrowCap.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L26C13-L28C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L26C13-L28C27" }, { "DocsId": "P:System.Drawing.Drawing2D.AdjustableArrowCap.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L42C13-L44C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L42C13-L44C26" }, { "DocsId": "P:System.Drawing.Drawing2D.AdjustableArrowCap.MiddleInset", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L58C13-L60C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L58C13-L60C32" }, { "DocsId": "P:System.Drawing.Drawing2D.AdjustableArrowCap.Filled", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L74C13-L76C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L74C13-L76C29" } ], "DocsId": "T:System.Drawing.Drawing2D.AdjustableArrowCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Drawing2D.Blend.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L8C5-L12C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L8C5-L12C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Blend.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L14C5-L18C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L14C5-L18C6" }, { "DocsId": "P:System.Drawing.Drawing2D.Blend.Factors", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L20C30-L20C34" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L20C30-L20C34" }, { "DocsId": "P:System.Drawing.Drawing2D.Blend.Positions", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L22C32-L22C36" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L22C32-L22C36" } ], "DocsId": "T:System.Drawing.Drawing2D.Blend", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Drawing2D.ColorBlend.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L8C5-L12C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L8C5-L12C6" }, { "DocsId": "M:System.Drawing.Drawing2D.ColorBlend.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L14C5-L18C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L14C5-L18C6" }, { "DocsId": "P:System.Drawing.Drawing2D.ColorBlend.Colors", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L20C29-L20C33" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L20C29-L20C33" }, { "DocsId": "P:System.Drawing.Drawing2D.ColorBlend.Positions", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L22C32-L22C36" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L22C32-L22C36" } ], "DocsId": "T:System.Drawing.Drawing2D.ColorBlend", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.CombineMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Replace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Intersect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Union", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Xor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Exclude", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Complement", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.CombineMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.CompositingMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CompositingMode.SourceOver", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CompositingMode.SourceCopy", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.CompositingMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.HighSpeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.HighQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.GammaCorrected", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.AssumeLinear", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.CompositingQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.CoordinateSpace.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CoordinateSpace.World", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CoordinateSpace.Page", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CoordinateSpace.Device", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.CoordinateSpace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.#ctor(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L15C78-L15C122" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L15C78-L15C122" }, { "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.#ctor(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.LineCap)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L17C95-L17C137" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L17C95-L17C137" }, { "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.#ctor(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.LineCap,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L19C5-L30C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L19C5-L30C6" }, { "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L66C9-L68C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L66C9-L68C6" }, { "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L72C9-L85C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L72C9-L85C6" }, { "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L87C25-L87C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L87C25-L87C39" }, { "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L89C30-L89C41" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L89C30-L89C41" }, { "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.SetStrokeCaps(System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.LineCap)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L101C9-L103C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L101C9-L103C6" }, { "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.GetStrokeCaps(System.Drawing.Drawing2D.LineCap@,System.Drawing.Drawing2D.LineCap@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L106C5-L113C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L106C5-L113C6" }, { "DocsId": "P:System.Drawing.Drawing2D.CustomLineCap.StrokeJoin", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L120C13-L122C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L120C13-L122C29" }, { "DocsId": "P:System.Drawing.Drawing2D.CustomLineCap.BaseCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L136C13-L138C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L136C13-L138C28" }, { "DocsId": "P:System.Drawing.Drawing2D.CustomLineCap.BaseInset", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L152C13-L154C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L152C13-L154C26" }, { "DocsId": "P:System.Drawing.Drawing2D.CustomLineCap.WidthScale", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L168C13-L170C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L168C13-L170C31" } ], "DocsId": "T:System.Drawing.Drawing2D.CustomLineCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.DashStyle.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.DashStyle.Solid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.DashStyle.Dash", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.DashStyle.Dot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.DashStyle.DashDot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.DashStyle.DashDotDot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.DashStyle.Custom", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.DashStyle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.FillMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.FillMode.Alternate", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.FillMode.Winding", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.FillMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.FlushIntention.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.FlushIntention.Flush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.FlushIntention.Sync", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.FlushIntention", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" }, { "Members": [], "DocsId": "T:System.Drawing.Drawing2D.GraphicsContainer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsContainer.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsContainer.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L16C29-L16C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L16C29-L16C57" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L19C5-L24C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L19C5-L24C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.PointF[],System.Byte[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L27C55-L27C95" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L27C55-L27C95" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.PointF[],System.Byte[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L31C11-L33C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L31C11-L33C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.Point[],System.Byte[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L58C54-L58C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L58C54-L58C94" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.Point[],System.Byte[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L69C11-L69C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L69C11-L69C91" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L96C9-L98C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L96C9-L98C39" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L111C9-L113C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L111C9-L113C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L140C24-L140C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L140C24-L140C49" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Reset", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L144C9-L146C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L144C9-L146C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.StartFigure", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L202C9-L204C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L202C9-L204C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.CloseFigure", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L208C9-L210C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L208C9-L210C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.CloseAllFigures", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L214C9-L216C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L214C9-L216C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.SetMarkers", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L220C9-L222C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L220C9-L222C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.ClearMarkers", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L226C9-L228C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L226C9-L228C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Reverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L232C9-L234C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L232C9-L234C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetLastPoint", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L239C9-L241C22" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L239C9-L241C22" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L244C48-L244C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L244C48-L244C81" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L246C44-L246C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L246C44-L246C66" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Single,System.Single,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L251C9-L259C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L251C9-L259C26" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.PointF,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L262C61-L262C92" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L262C61-L262C92" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L264C44-L264C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L264C44-L264C72" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L266C43-L266C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L266C43-L266C73" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Int32,System.Int32,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L268C64-L268C96" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L268C64-L268C96" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.Point,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L270C60-L270C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L270C60-L270C91" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Single,System.Single,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L272C64-L272C109" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L272C64-L272C109" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.PointF,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L274C60-L274C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L274C60-L274C94" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Single,System.Single,System.Drawing.Pen,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L278C9-L290C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L278C9-L290C26" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.PointF,System.Drawing.Pen,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L293C77-L293C120" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L293C77-L293C120" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Int32,System.Int32,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L295C60-L295C104" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L295C60-L295C104" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.Point,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L297C59-L297C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L297C59-L297C93" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Int32,System.Int32,System.Drawing.Pen,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L299C80-L299C124" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L299C80-L299C124" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.Point,System.Drawing.Pen,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L301C76-L301C119" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L301C76-L301C119" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Drawing.PointF,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L303C52-L303C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L303C52-L303C87" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L307C9-L309C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L307C9-L309C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLines(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L324C53-L324C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L324C53-L324C94" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Drawing.Point,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L346C50-L346C92" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L346C50-L346C92" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L348C60-L348C90" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L348C60-L348C90" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLines(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L351C52-L351C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L351C52-L351C93" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Drawing.RectangleF,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L374C9-L374C80" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L374C9-L374C80" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L378C9-L380C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L378C9-L380C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L383C9-L383C80" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L383C9-L383C80" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Int32,System.Int32,System.Int32,System.Int32,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L386C9-L386C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L386C9-L386C67" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L389C9-L389C74" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L389C9-L389C74" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L393C9-L395C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L393C9-L395C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBeziers(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L401C55-L401C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L401C55-L401C98" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Drawing.Point,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L419C9-L419C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L419C9-L419C81" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L422C9-L422C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L422C9-L422C57" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBeziers(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L425C54-L425C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L425C54-L425C97" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L446C53-L446C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L446C53-L446C84" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.PointF[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L449C61-L449C95" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L449C61-L449C95" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.PointF[],System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L467C16-L479C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L467C16-L479C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L507C52-L507C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L507C52-L507C83" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.Point[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L510C60-L510C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L510C60-L510C94" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.Point[],System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L515C16-L527C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L515C16-L527C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L555C59-L555C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L555C59-L555C87" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.PointF[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L558C67-L558C123" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L558C67-L558C123" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L581C58-L581C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L581C58-L581C86" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.Point[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L588C66-L588C122" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L588C66-L588C122" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangle(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L612C9-L616C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L612C9-L616C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangles(System.Drawing.RectangleF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L622C61-L622C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L622C61-L622C106" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangle(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L639C49-L639C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L639C49-L639C79" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangles(System.Drawing.Rectangle[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L642C60-L642C105" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L642C60-L642C105" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L701C9-L701C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L701C9-L701C60" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L705C9-L707C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L705C9-L707C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L709C47-L709C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L709C47-L709C98" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L711C68-L711C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L711C68-L711C106" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPie(System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L714C9-L714C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L714C9-L714C87" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPie(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L718C9-L725C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L718C9-L725C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPie(System.Int32,System.Int32,System.Int32,System.Int32,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L728C9-L728C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L728C9-L728C67" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPolygon(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L731C55-L731C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L731C55-L731C98" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPolygon(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L752C54-L752C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L752C54-L752C97" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPath(System.Drawing.Drawing2D.GraphicsPath,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L771C9-L775C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L771C9-L775C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L778C9-L778C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L778C9-L778C94" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.Point,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L781C9-L781C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L781C9-L781C93" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L785C9-L803C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L785C9-L803C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.Rectangle,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L806C12-L806C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L806C12-L806C79" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Transform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L810C9-L814C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L810C9-L814C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetBounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L816C38-L816C53" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L816C38-L816C53" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetBounds(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L818C52-L818C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L818C52-L818C75" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetBounds(System.Drawing.Drawing2D.Matrix,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L823C9-L832C23" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L823C9-L832C23" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Flatten", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L835C30-L835C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L835C30-L835C43" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Flatten(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L837C44-L837C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L837C44-L837C66" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Flatten(System.Drawing.Drawing2D.Matrix,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L841C9-L843C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L841C9-L843C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Widen(System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L845C35-L845C61" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L845C35-L845C61" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Widen(System.Drawing.Pen,System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L847C51-L847C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L847C51-L847C79" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Widen(System.Drawing.Pen,System.Drawing.Drawing2D.Matrix,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L851C9-L862C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L851C9-L862C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L865C66-L865C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L865C66-L865C97" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L869C9-L869C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L869C9-L869C64" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.WarpMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L873C9-L873C59" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L873C9-L873C59" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.WarpMode,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L877C9-L877C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L877C9-L877C87" }, { "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.FillMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L153C13-L155C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L153C13-L155C39" }, { "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.PathData", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L171C13-L196C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L171C13-L196C29" }, { "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.PointCount", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L929C13-L931C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L929C13-L931C26" }, { "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.PathTypes", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L939C13-L947C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L939C13-L947C26" }, { "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.PathPoints", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L984C13-L992C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L984C13-L992C27" } ], "DocsId": "T:System.Drawing.Drawing2D.GraphicsPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.#ctor(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L11C5-L17C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L11C5-L17C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L21C9-L23C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L21C9-L23C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L55C32-L55C46" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L55C32-L55C46" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextSubpath(System.Int32@,System.Int32@,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L58C5-L67C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L58C5-L67C32" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextSubpath(System.Drawing.Drawing2D.GraphicsPath,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L75C9-L78C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L75C9-L78C28" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextPathType(System.Byte@,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L82C5-L90C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L82C5-L90C32" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextMarker(System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L95C5-L102C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L95C5-L102C32" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextMarker(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L109C9-L111C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L109C9-L111C28" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.HasCurve", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L139C9-L141C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L139C9-L141C25" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.Rewind", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L146C9-L148C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L146C9-L148C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.Enumerate(System.Drawing.PointF[]@,System.Byte[]@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L152C12-L152C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L152C12-L152C86" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.CopyData(System.Drawing.PointF[]@,System.Byte[]@,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L199C12-L199C107" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L199C12-L199C107" }, { "DocsId": "P:System.Drawing.Drawing2D.GraphicsPathIterator.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L119C13-L121C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L119C13-L121C32" }, { "DocsId": "P:System.Drawing.Drawing2D.GraphicsPathIterator.SubpathCount", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L130C13-L132C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L130C13-L132C32" } ], "DocsId": "T:System.Drawing.Drawing2D.GraphicsPathIterator", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs" }, { "Members": [], "DocsId": "T:System.Drawing.Drawing2D.GraphicsState", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsState.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsState.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Drawing2D.HatchBrush.#ctor(System.Drawing.Drawing2D.HatchStyle,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L9C11-L11C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L9C11-L11C6" }, { "DocsId": "M:System.Drawing.Drawing2D.HatchBrush.#ctor(System.Drawing.Drawing2D.HatchStyle,System.Drawing.Color,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L13C5-L23C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L13C5-L23C6" }, { "DocsId": "M:System.Drawing.Drawing2D.HatchBrush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L34C9-L36C54" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L34C9-L36C54" }, { "DocsId": "P:System.Drawing.Drawing2D.HatchBrush.HatchStyle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L44C13-L46C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L44C13-L46C43" }, { "DocsId": "P:System.Drawing.Drawing2D.HatchBrush.ForegroundColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L55C13-L57C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L55C13-L57C35" }, { "DocsId": "P:System.Drawing.Drawing2D.HatchBrush.BackgroundColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L66C13-L68C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L66C13-L68C35" } ], "DocsId": "T:System.Drawing.Drawing2D.HatchBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Horizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Vertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.ForwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.BackwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Cross", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DiagonalCross", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent05", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent10", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent20", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent25", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent30", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent40", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent50", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent60", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent70", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent75", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent80", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent90", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LightDownwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LightUpwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DarkDownwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DarkUpwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.WideDownwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.WideUpwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LightVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LightHorizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.NarrowVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.NarrowHorizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DarkVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DarkHorizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DashedDownwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DashedUpwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DashedHorizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DashedVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.SmallConfetti", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LargeConfetti", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.ZigZag", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Wave", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DiagonalBrick", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.HorizontalBrick", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Weave", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Plaid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Divot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DottedGrid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DottedDiamond", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Shingle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Trellis", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Sphere", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.SmallGrid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.SmallCheckerBoard", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LargeCheckerBoard", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.OutlinedDiamond", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.SolidDiamond", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LargeGrid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Min", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Max", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.HatchStyle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Low", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.High", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Bilinear", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Bicubic", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.NearestNeighbor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.HighQualityBilinear", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.HighQualityBicubic", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.InterpolationMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.Color,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L12C5-L22C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L12C5-L22C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Point,System.Drawing.Point,System.Drawing.Color,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L25C11-L27C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L25C11-L27C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Drawing.Drawing2D.LinearGradientMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L29C5-L47C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L29C5-L47C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Drawing2D.LinearGradientMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L50C11-L52C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L50C11-L52C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L55C11-L57C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L55C11-L57C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Single,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L59C5-L75C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L59C5-L75C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L78C11-L80C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L78C11-L80C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Single,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L83C11-L85C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L83C11-L85C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L98C9-L100C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L98C9-L100C70" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.SetSigmaBellShape(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L196C51-L196C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L196C51-L196C87" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.SetSigmaBellShape(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L200C9-L202C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L200C9-L202C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.SetBlendTriangularShape(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L204C57-L204C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L204C57-L204C99" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.SetBlendTriangularShape(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L208C9-L211C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L208C9-L211C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.ResetTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L305C9-L307C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L305C9-L307C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L309C53-L309C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L309C53-L309C99" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L313C9-L317C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L313C9-L317C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L319C59-L319C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L319C59-L319C106" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L323C9-L325C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L323C9-L325C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L327C55-L327C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L327C55-L327C98" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L331C9-L333C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L331C9-L333C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L335C49-L335C92" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L335C49-L335C92" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L339C9-L341C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L339C9-L341C6" }, { "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.LinearColors", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L107C13-L115C15" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L107C13-L115C15" }, { "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.Rectangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L129C13-L131C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L129C13-L131C25" }, { "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.GammaCorrection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L140C13-L142C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L140C13-L142C39" }, { "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.Blend", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L158C13-L176C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L158C13-L176C30" }, { "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.InterpolationColors", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L218C13-L241C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L218C13-L241C10" }, { "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.WrapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L271C13-L273C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L271C13-L273C25" }, { "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.Transform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L289C13-L292C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L289C13-L292C27" } ], "DocsId": "T:System.Drawing.Drawing2D.LinearGradientBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.Horizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.Vertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.BackwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.LinearGradientMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.LineCap.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineCap.Flat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineCap.Square", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineCap.Round", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineCap.Triangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineCap.NoAnchor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineCap.SquareAnchor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineCap.RoundAnchor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineCap.DiamondAnchor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineCap.ArrowAnchor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineCap.Custom", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineCap.AnchorMask", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.LineCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.LineJoin.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineJoin.Miter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineJoin.Bevel", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineJoin.Round", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineJoin.MiterClipped", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.LineJoin", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L12C5-L17C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L12C5-L17C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L19C5-L24C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L19C5-L24C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor(System.Numerics.Matrix3x2)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L30C39-L32C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L30C39-L32C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor(System.Drawing.RectangleF,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L51C5-L63C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L51C5-L63C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor(System.Drawing.Rectangle,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L65C5-L77C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L65C5-L77C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L81C9-L83C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L81C9-L83C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L98C18-L98C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L98C18-L98C35" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L103C9-L105C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L103C9-L105C35" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Reset", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L172C9-L178C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L172C9-L178C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Multiply(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L180C44-L180C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L180C44-L180C81" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Multiply(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L184C9-L192C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L184C9-L192C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Translate(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L194C60-L194C108" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L194C60-L194C108" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Translate(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L198C9-L200C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L198C9-L200C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Scale(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L202C54-L202C96" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L202C54-L202C96" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Scale(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L206C9-L208C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L206C9-L208C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Rotate(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L210C40-L210C74" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L210C40-L210C74" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Rotate(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L214C9-L216C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L214C9-L216C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.RotateAt(System.Single,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L218C56-L218C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L218C56-L218C99" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.RotateAt(System.Single,System.Drawing.PointF,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L222C9-L237C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L222C9-L237C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Shear(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L241C9-L243C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L241C9-L243C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Shear(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L247C9-L249C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L247C9-L249C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Invert", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L253C9-L255C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L253C9-L255C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformPoints(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L260C9-L262C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L260C9-L262C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformPoints(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L289C9-L291C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L289C9-L291C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformVectors(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L318C9-L320C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L318C9-L320C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.VectorTransformPoints(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L342C62-L342C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L342C62-L342C83" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformVectors(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L352C9-L354C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L352C9-L354C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L399C9-L410C22" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L399C9-L410C22" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L413C42-L413C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L413C42-L413C60" }, { "DocsId": "P:System.Drawing.Drawing2D.Matrix.Elements", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L112C13-L114C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L112C13-L114C29" }, { "DocsId": "P:System.Drawing.Drawing2D.Matrix.MatrixElements", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L125C13-L128C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L125C13-L128C27" }, { "DocsId": "P:System.Drawing.Drawing2D.Matrix.OffsetX", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L156C29-L156C37" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L156C29-L156C37" }, { "DocsId": "P:System.Drawing.Drawing2D.Matrix.OffsetY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L158C29-L158C37" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L158C29-L158C37" }, { "DocsId": "P:System.Drawing.Drawing2D.Matrix.IsInvertible", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L380C13-L382C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L380C13-L382C31" }, { "DocsId": "P:System.Drawing.Drawing2D.Matrix.IsIdentity", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L391C13-L393C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L391C13-L393C29" } ], "DocsId": "T:System.Drawing.Drawing2D.Matrix", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.MatrixOrder.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.MatrixOrder.Prepend", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.MatrixOrder.Append", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.MatrixOrder", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Drawing2D.PathData.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs#L8C5-L8C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs#L8C5-L8C26" }, { "DocsId": "P:System.Drawing.Drawing2D.PathData.Points", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs#L10C31-L10C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs#L10C31-L10C35" }, { "DocsId": "P:System.Drawing.Drawing2D.PathData.Types", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs#L12C28-L12C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs#L12C28-L12C32" } ], "DocsId": "T:System.Drawing.Drawing2D.PathData", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L16C56-L16C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L16C56-L16C88" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.PointF[],System.Drawing.Drawing2D.WrapMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L27C68-L27C119" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L27C68-L27C119" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L57C55-L57C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L57C55-L57C87" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Point[],System.Drawing.Drawing2D.WrapMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L68C67-L68C118" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L68C67-L68C118" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L97C5-L103C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L97C5-L103C6" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L116C9-L118C68" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L116C9-L118C68" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.SetSigmaBellShape(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L245C51-L245C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L245C51-L245C87" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.SetSigmaBellShape(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L249C9-L251C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L249C9-L251C6" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.SetBlendTriangularShape(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L253C57-L253C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L253C57-L253C99" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.SetBlendTriangularShape(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L257C9-L259C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L257C9-L259C6" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.ResetTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L332C9-L334C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L332C9-L334C6" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L336C53-L336C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L336C53-L336C99" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L340C9-L348C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L340C9-L348C6" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L350C59-L350C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L350C59-L350C106" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L354C9-L356C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L354C9-L356C6" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L358C55-L358C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L358C55-L358C98" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L362C9-L364C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L362C9-L364C6" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L366C49-L366C92" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L366C49-L366C92" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L370C9-L372C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L370C9-L372C6" }, { "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.CenterColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L126C13-L128C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L126C13-L128C25" }, { "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.SurroundColors", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L142C13-L152C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L142C13-L152C10" }, { "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.CenterPoint", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L176C13-L178C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L176C13-L178C26" }, { "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.Rectangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L192C13-L194C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L192C13-L194C25" }, { "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.Blend", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L204C13-L224C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L204C13-L224C26" }, { "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.InterpolationColors", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L267C13-L290C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L267C13-L290C10" }, { "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.Transform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L316C13-L319C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L316C13-L319C27" }, { "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.FocusScales", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L380C13-L382C47" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L380C13-L382C47" }, { "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.WrapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L396C13-L398C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L396C13-L398C25" } ], "DocsId": "T:System.Drawing.Drawing2D.PathGradientBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.PathPointType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PathPointType.Start", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PathPointType.Line", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PathPointType.Bezier", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PathPointType.PathTypeMask", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PathPointType.DashMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PathPointType.PathMarker", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PathPointType.CloseSubpath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PathPointType.Bezier3", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.PathPointType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Center", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Inset", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Outset", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Left", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Right", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.PenAlignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.PenType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PenType.SolidColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PenType.HatchFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PenType.TextureFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PenType.PathGradient", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PenType.LinearGradient", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.PenType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.HighSpeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.HighQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.Half", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.PixelOffsetMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.QualityMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.QualityMode.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.QualityMode.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.QualityMode.Low", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.QualityMode.High", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.QualityMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" }, { "Members": [ { "DocsId": "P:System.Drawing.Drawing2D.RegionData.Data", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/RegionData.cs#L10C26-L10C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/RegionData.cs#L10C26-L10C30" } ], "DocsId": "T:System.Drawing.Drawing2D.RegionData", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/RegionData.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/RegionData.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.HighSpeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.HighQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.AntiAlias", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.SmoothingMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.WarpMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.WarpMode.Perspective", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.WarpMode.Bilinear", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.WarpMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.WrapMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.WrapMode.Tile", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.WrapMode.TileFlipX", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.WrapMode.TileFlipY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.WrapMode.TileFlipXY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.WrapMode.Clamp", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.WrapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L408C9-L411C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L408C9-L411C10" }, { "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L415C9-L415C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L415C9-L415C10" }, { "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L418C13-L418C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L418C13-L418C85" }, { "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L421C13-L421C116" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L421C13-L421C116" }, { "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L425C13-L433C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L425C13-L433C57" }, { "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L437C93-L437C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L437C93-L437C98" }, { "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L440C93-L440C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L440C93-L440C97" } ], "DocsId": "T:System.Drawing.FontConverter.FontNameConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.FontConverter.FontUnitConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L473C38-L473C68" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L473C38-L473C68" }, { "DocsId": "M:System.Drawing.FontConverter.FontUnitConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L478C13-L487C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L478C13-L487C27" } ], "DocsId": "T:System.Drawing.FontConverter.FontUnitConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Graphics.DrawImageAbort.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" }, { "DocsId": "M:System.Drawing.Graphics.DrawImageAbort.Invoke(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" }, { "DocsId": "M:System.Drawing.Graphics.DrawImageAbort.BeginInvoke(System.IntPtr,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" }, { "DocsId": "M:System.Drawing.Graphics.DrawImageAbort.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" } ], "DocsId": "T:System.Drawing.Graphics.DrawImageAbort", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafileProc.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafileProc.Invoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr,System.Drawing.Imaging.PlayRecordCallback)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafileProc.BeginInvoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr,System.Drawing.Imaging.PlayRecordCallback,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafileProc.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" } ], "DocsId": "T:System.Drawing.Graphics.EnumerateMetafileProc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Image.GetThumbnailImageAbort.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs" }, { "DocsId": "M:System.Drawing.Image.GetThumbnailImageAbort.Invoke", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs" }, { "DocsId": "M:System.Drawing.Image.GetThumbnailImageAbort.BeginInvoke(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs" }, { "DocsId": "M:System.Drawing.Image.GetThumbnailImageAbort.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs" } ], "DocsId": "T:System.Drawing.Image.GetThumbnailImageAbort", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.#ctor(System.Drawing.Printing.PaperSize[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L21C9-L21C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L21C9-L21C72" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L33C47-L33C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L33C47-L33C81" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L35C34-L35C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L35C34-L35C39" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L37C44-L37C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L37C44-L37C49" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L39C40-L39C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L39C40-L39C44" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L41C60-L41C110" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L41C60-L41C110" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.CopyTo(System.Drawing.Printing.PaperSize[],System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L43C66-L43C121" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L43C66-L43C121" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L45C52-L45C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L45C52-L45C67" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.Add(System.Drawing.Printing.PaperSize)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L50C13-L54C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L50C13-L54C26" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L26C29-L26C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L26C29-L26C42" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L31C53-L31C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L31C53-L31C66" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L35C34-L35C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L35C34-L35C39" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L37C44-L37C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L37C44-L37C49" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L39C40-L39C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L39C40-L39C44" } ], "DocsId": "T:System.Drawing.Printing.PrinterSettings.PaperSizeCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.#ctor(System.Drawing.Printing.PaperSource[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L18C9-L21C10" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L33C47-L33C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L33C47-L33C81" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L35C34-L35C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L35C34-L35C39" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L37C44-L37C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L37C44-L37C49" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L39C40-L39C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L39C40-L39C44" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L41C60-L41C110" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L41C60-L41C110" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.CopyTo(System.Drawing.Printing.PaperSource[],System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L43C70-L43C127" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L43C70-L43C127" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L45C52-L45C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L45C52-L45C67" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.Add(System.Drawing.Printing.PaperSource)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L50C13-L54C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L50C13-L54C26" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L26C29-L26C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L26C29-L26C42" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L31C55-L31C68" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L31C55-L31C68" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L35C34-L35C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L35C34-L35C39" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L37C44-L37C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L37C44-L37C49" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L39C40-L39C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L39C40-L39C44" } ], "DocsId": "T:System.Drawing.Printing.PrinterSettings.PaperSourceCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.#ctor(System.Drawing.Printing.PrinterResolution[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L18C9-L18C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L18C9-L18C88" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L30C47-L30C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L30C47-L30C81" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L32C34-L32C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L32C34-L32C39" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L34C44-L34C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L34C44-L34C49" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L36C40-L36C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L36C40-L36C44" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L38C60-L38C110" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L38C60-L38C110" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.CopyTo(System.Drawing.Printing.PrinterResolution[],System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L40C82-L40C145" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L40C82-L40C145" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L42C52-L42C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L42C52-L42C67" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.Add(System.Drawing.Printing.PrinterResolution)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L47C13-L51C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L47C13-L51C26" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L23C29-L23C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L23C29-L23C42" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L28C61-L28C74" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L28C61-L28C74" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L32C34-L32C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L32C34-L32C39" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L34C44-L34C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L34C44-L34C49" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L36C40-L36C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L36C40-L36C44" } ], "DocsId": "T:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L18C9-L18C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L18C9-L18C69" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L30C47-L30C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L30C47-L30C83" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L32C34-L32C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L32C34-L32C39" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L34C44-L34C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L34C44-L34C49" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L36C40-L36C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L36C40-L36C44" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L38C60-L38C101" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L38C60-L38C101" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L40C60-L40C103" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L40C60-L40C103" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L42C52-L42C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L42C52-L42C67" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L47C13-L48C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L47C13-L48C32" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L51C68-L51C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L51C68-L51C89" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L23C29-L23C40" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L23C29-L23C40" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L28C50-L28C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L28C50-L28C62" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L32C34-L32C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L32C34-L32C39" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L34C44-L34C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L34C44-L34C49" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L36C40-L36C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L36C40-L36C44" } ], "DocsId": "T:System.Drawing.Printing.PrinterSettings.StringCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Interop.LOGFONT.<_lfFaceName>e__FixedBuffer.FixedElementField", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" } ], "DocsId": "T:System.Drawing.Interop.LOGFONT.<_lfFaceName>e__FixedBuffer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Formats.Asn1.json b/xml/SourceLinkInformation/net-8.0-pp/System.Formats.Asn1.json index 5310c705f70..070a71185f7 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Formats.Asn1.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Formats.Asn1.json @@ -1,879 +1,879 @@ { "Assembly": "System.Formats.Asn1", - "GUID": "E199B22758EEB9248DBA312DCE15B1C1FFFFFFFF", + "GUID": "8B06BB4455DB2E2E181BC6C5F48CCBB9FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Formats.Asn1.Asn1Tag.#ctor(System.Formats.Asn1.UniversalTagNumber,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L61C15-L72C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L61C15-L72C10" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.#ctor(System.Formats.Asn1.TagClass,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L97C15-L114C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L97C15-L114C10" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.AsConstructed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L126C13-L126C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L126C13-L126C83" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.AsPrimitive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L139C13-L139C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L139C13-L139C84" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.TryDecode(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.Asn1Tag@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L160C13-L234C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L160C13-L234C25" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.Decode(System.ReadOnlySpan{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L255C13-L260C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L255C13-L260C75" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.CalculateEncodedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L277C13-L288C22" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L277C13-L288C22" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L306C13-L346C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L306C13-L346C25" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.Encode(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L364C13-L369C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L364C13-L369C95" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.Equals(System.Formats.Asn1.Asn1Tag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L385C13-L385C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L385C13-L385C87" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L399C13-L399C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L399C13-L399C54" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L413C13-L413C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L413C13-L413C53" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.op_Equality(System.Formats.Asn1.Asn1Tag,System.Formats.Asn1.Asn1Tag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L427C13-L427C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L427C13-L427C39" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.op_Inequality(System.Formats.Asn1.Asn1Tag,System.Formats.Asn1.Asn1Tag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L441C13-L441C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L441C13-L441C40" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.HasSameClassAndValue(System.Formats.Asn1.Asn1Tag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L455C13-L455C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L455C13-L455C77" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L469C13-L483C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L469C13-L483C34" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.Boolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.Integer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.PrimitiveBitString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.ConstructedBitString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.PrimitiveOctetString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.ConstructedOctetString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.Null", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.ObjectIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.Enumerated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.Sequence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.SetOf", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.UtcTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.GeneralizedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "P:System.Formats.Asn1.Asn1Tag.TagClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L25C37-L25C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L25C37-L25C74" }, { "DocsId": "P:System.Formats.Asn1.Asn1Tag.IsConstructed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L31C38-L31C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L31C38-L31C76" }, { "DocsId": "P:System.Formats.Asn1.Asn1Tag.TagValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L40C31-L40C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L40C31-L40C35" } ], "DocsId": "T:System.Formats.Asn1.Asn1Tag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Asn1.AsnContentException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs#L19C15-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs#L19C15-L21C10" }, { "DocsId": "M:System.Formats.Asn1.AsnContentException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs#L30C15-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs#L30C15-L32C10" }, { "DocsId": "M:System.Formats.Asn1.AsnContentException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs#L45C15-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs#L45C15-L47C10" }, { "DocsId": "M:System.Formats.Asn1.AsnContentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs#L63C15-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs#L63C15-L65C10" } ], "DocsId": "T:System.Formats.Asn1.AsnContentException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" }, { "Members": [ { "DocsId": "F:System.Formats.Asn1.AsnEncodingRules.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" }, { "DocsId": "F:System.Formats.Asn1.AsnEncodingRules.BER", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" }, { "DocsId": "F:System.Formats.Asn1.AsnEncodingRules.CER", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" }, { "DocsId": "F:System.Formats.Asn1.AsnEncodingRules.DER", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" } ], "DocsId": "T:System.Formats.Asn1.AsnEncodingRules", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadEncodedValue(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag@,System.Int32@,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L71C13-L98C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L71C13-L98C26" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadEncodedValue(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L150C13-L172C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L150C13-L172C50" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.DecodeLength(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L239C13-L244C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L239C13-L244C24" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryDecodeLength(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Nullable{System.Int32}@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L280C13-L286C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L280C13-L286C24" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveBitString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.ReadOnlySpan{System.Byte}@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L69C13-L94C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L69C13-L94C26" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadBitString(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L165C13-L223C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L165C13-L223C26" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadBitString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L281C13-L329C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L281C13-L329C45" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadBoolean(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Boolean.cs#L51C13-L80C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Boolean.cs#L51C13-L80C25" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadEnumeratedBytes(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L54C13-L59C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L54C13-L59C36" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadEnumeratedValue``1(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L123C13-L132C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L123C13-L132C35" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadEnumeratedValue(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Type,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L196C13-L261C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L196C13-L261C44" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadGeneralizedTime(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.GeneralizedTime.cs#L54C13-L78C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.GeneralizedTime.cs#L54C13-L78C26" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadIntegerBytes(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L55C13-L60C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L55C13-L60C36" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadInteger(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L105C13-L132C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L105C13-L132C26" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadInt32(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L184C13-L198C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L184C13-L198C26" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadUInt32(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.UInt32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L251C13-L265C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L251C13-L265C26" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadInt64(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int64@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L317C13-L324C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L317C13-L324C36" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadUInt64(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.UInt64@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L377C13-L384C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L377C13-L384C36" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadNamedBitListValue``1(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L112C13-L120C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L112C13-L120C24" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadNamedBitListValue(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Type,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L184C13-L274C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L184C13-L274C24" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadNamedBitList(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L327C13-L363C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L327C13-L363C24" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadNull(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Null.cs#L48C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Null.cs#L48C13-L62C10" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadOctetString(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L69C13-L116C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L69C13-L116C27" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadOctetString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L163C13-L181C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L163C13-L181C24" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveOctetString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.ReadOnlySpan{System.Byte}@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L274C13-L282C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L274C13-L282C36" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadObjectIdentifier(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Oid.cs#L57C13-L76C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Oid.cs#L57C13-L76C24" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadSequence(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Sequence.cs#L63C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Sequence.cs#L63C13-L95C10" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadSetOf(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Int32@,System.Boolean,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.SetOf.cs#L70C13-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.SetOf.cs#L70C13-L127C10" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveCharacterStringBytes(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag,System.ReadOnlySpan{System.Byte}@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L70C13-L91C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L70C13-L91C36" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadCharacterStringBytes(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L153C13-L182C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L153C13-L182C35" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadCharacterString(System.ReadOnlySpan{System.Byte},System.Span{System.Char},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.UniversalTagNumber,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L251C13-L261C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L251C13-L261C35" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadCharacterString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.UniversalTagNumber,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L322C13-L330C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L322C13-L330C36" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadUtcTime(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.UtcTime.cs#L63C13-L104C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.UtcTime.cs#L63C13-L104C26" } ], "DocsId": "T:System.Formats.Asn1.AsnDecoder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Asn1.AsnReader.#ctor(System.ReadOnlyMemory{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.AsnReaderOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L791C9-L798C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L791C9-L798C10" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ThrowIfNotEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L810C13-L814C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L810C13-L814C10" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.PeekTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L827C13-L827C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L827C13-L827C54" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.PeekEncodedValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L846C13-L847C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L846C13-L847C50" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.PeekContentBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L864C13-L871C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L864C13-L871C62" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadEncodedValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L885C13-L887C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L885C13-L887C33" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L897C37-L897C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L897C37-L897C76" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.TryReadPrimitiveBitString(System.Int32@,System.ReadOnlyMemory{System.Byte}@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L721C13-L739C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L721C13-L739C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.TryReadBitString(System.Span{System.Byte},System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L787C13-L801C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L787C13-L801C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadBitString(System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L839C13-L847C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L839C13-L847C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadBoolean(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Boolean.cs#L114C13-L116C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Boolean.cs#L114C13-L116C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadEnumeratedBytes(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L297C13-L303C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L297C13-L303C27" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadEnumeratedValue``1(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L352C13-L354C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L352C13-L354C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadEnumeratedValue(System.Type,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L406C13-L408C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L406C13-L408C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadGeneralizedTime(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.GeneralizedTime.cs#L433C13-L435C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.GeneralizedTime.cs#L433C13-L435C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadIntegerBytes(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L549C13-L555C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L549C13-L555C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadInteger(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L586C13-L588C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L586C13-L588C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.TryReadInt32(System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L625C13-L627C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L625C13-L627C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.TryReadUInt32(System.UInt32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L665C13-L667C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L665C13-L667C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.TryReadInt64(System.Int64@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L704C13-L706C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L704C13-L706C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.TryReadUInt64(System.UInt64@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L744C13-L746C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L744C13-L746C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadNamedBitListValue``1(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L486C13-L493C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L486C13-L493C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadNamedBitListValue(System.Type,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L540C13-L548C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L540C13-L548C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadNamedBitList(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L578C13-L580C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L578C13-L580C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadNull(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Null.cs#L92C13-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Null.cs#L92C13-L94C10" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.TryReadOctetString(System.Span{System.Byte},System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L577C13-L590C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L577C13-L590C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadOctetString(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L624C13-L626C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L624C13-L626C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.TryReadPrimitiveOctetString(System.ReadOnlyMemory{System.Byte}@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L662C13-L679C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L662C13-L679C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadObjectIdentifier(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Oid.cs#L368C13-L372C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Oid.cs#L368C13-L372C29" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadSequence(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Sequence.cs#L135C13-L145C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Sequence.cs#L135C13-L145C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadSetOf(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.SetOf.cs#L169C13-L169C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.SetOf.cs#L169C13-L169C82" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadSetOf(System.Boolean,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.SetOf.cs#L212C13-L223C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.SetOf.cs#L212C13-L223C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.TryReadPrimitiveCharacterStringBytes(System.Formats.Asn1.Asn1Tag,System.ReadOnlyMemory{System.Byte}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L589C13-L606C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L589C13-L606C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.TryReadCharacterStringBytes(System.Span{System.Byte},System.Formats.Asn1.Asn1Tag,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L651C13-L664C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L651C13-L664C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.TryReadCharacterString(System.Span{System.Char},System.Formats.Asn1.UniversalTagNumber,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L720C13-L730C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L720C13-L730C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadCharacterString(System.Formats.Asn1.UniversalTagNumber,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L776C13-L784C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L776C13-L784C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadUtcTime(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.UtcTime.cs#L274C13-L282C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.UtcTime.cs#L274C13-L282C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadUtcTime(System.Int32,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.UtcTime.cs#L318C13-L322C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.UtcTime.cs#L318C13-L322C24" }, { "DocsId": "P:System.Formats.Asn1.AsnReader.RuleSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L764C43-L764C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L764C43-L764C47" }, { "DocsId": "P:System.Formats.Asn1.AsnReader.HasData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L773C32-L773C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L773C32-L773C46" } ], "DocsId": "T:System.Formats.Asn1.AsnReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs" }, { "Members": [ { "DocsId": "P:System.Formats.Asn1.AsnReaderOptions.UtcTimeTwoDigitYearMax", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnReaderOptions.cs#L23C17-L28C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnReaderOptions.cs#L23C17-L28C41" }, { "DocsId": "P:System.Formats.Asn1.AsnReaderOptions.SkipSetSortOrderVerification", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnReaderOptions.cs#L50C52-L50C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnReaderOptions.cs#L50C52-L50C56" } ], "DocsId": "T:System.Formats.Asn1.AsnReaderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnReaderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnReaderOptions.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Asn1.AsnWriter.#ctor(System.Formats.Asn1.AsnEncodingRules)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L42C9-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L42C9-L52C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.#ctor(System.Formats.Asn1.AsnEncodingRules,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L68C75-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L68C75-L77C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L91C13-L99C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L91C13-L99C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.GetEncodedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L114C13-L119C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L114C13-L119C28" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L139C13-L158C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L139C13-L158C25" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.Encode(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L176C13-L182C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L176C13-L182C33" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L197C13-L209C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L197C13-L209C57" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.EncodedValueEquals(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L324C13-L324C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L324C13-L324C56" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.EncodedValueEquals(System.Formats.Asn1.AsnWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L344C13-L349C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L344C13-L349C71" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.CopyTo(System.Formats.Asn1.AsnWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L508C13-L521C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L508C13-L521C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteEncodedValue(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L542C13-L560C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L542C13-L560C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteBitString(System.ReadOnlySpan{System.Byte},System.Int32,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.BitString.cs#L38C13-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.BitString.cs#L38C13-L42C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteBoolean(System.Boolean,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Boolean.cs#L23C13-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Boolean.cs#L23C13-L26C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteEnumeratedValue(System.Enum,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Enumerated.cs#L35C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Enumerated.cs#L35C13-L41C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteEnumeratedValue``1(``0,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Enumerated.cs#L69C13-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Enumerated.cs#L69C13-L70C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteGeneralizedTime(System.DateTimeOffset,System.Boolean,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.GeneralizedTime.cs#L33C13-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.GeneralizedTime.cs#L33C13-L40C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteInteger(System.Int64,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Integer.cs#L25C13-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Integer.cs#L25C13-L28C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteInteger(System.UInt64,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Integer.cs#L44C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Integer.cs#L44C13-L47C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteInteger(System.Numerics.BigInteger,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Integer.cs#L62C13-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Integer.cs#L62C13-L65C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteInteger(System.ReadOnlySpan{System.Byte},System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Integer.cs#L87C13-L90C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Integer.cs#L87C13-L90C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteIntegerUnsigned(System.ReadOnlySpan{System.Byte},System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Integer.cs#L108C13-L111C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Integer.cs#L108C13-L111C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteNamedBitList(System.Enum,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.NamedBitList.cs#L37C13-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.NamedBitList.cs#L37C13-L45C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteNamedBitList``1(``0,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.NamedBitList.cs#L72C13-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.NamedBitList.cs#L72C13-L75C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteNamedBitList(System.Collections.BitArray,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.NamedBitList.cs#L99C13-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.NamedBitList.cs#L99C13-L107C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteNull(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Null.cs#L22C13-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Null.cs#L22C13-L25C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.PushOctetString(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.OctetString.cs#L29C13-L33C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.OctetString.cs#L29C13-L33C49" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.PopOctetString(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.OctetString.cs#L58C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.OctetString.cs#L58C13-L60C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteOctetString(System.ReadOnlySpan{System.Byte},System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.OctetString.cs#L75C13-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.OctetString.cs#L75C13-L79C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteObjectIdentifier(System.String,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Oid.cs#L34C13-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Oid.cs#L34C13-L40C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteObjectIdentifier(System.ReadOnlySpan{System.Char},System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Oid.cs#L60C13-L76C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Oid.cs#L60C13-L76C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.PushSequence(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Sequence.cs#L26C13-L29C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Sequence.cs#L26C13-L29C79" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.PopSequence(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Sequence.cs#L50C13-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Sequence.cs#L50C13-L54C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.PushSetOf(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.SetOf.cs#L30C13-L33C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.SetOf.cs#L30C13-L33C73" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.PopSetOf(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.SetOf.cs#L57C13-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.SetOf.cs#L57C13-L61C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteCharacterString(System.Formats.Asn1.UniversalTagNumber,System.String,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Text.cs#L41C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Text.cs#L41C13-L47C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteCharacterString(System.Formats.Asn1.UniversalTagNumber,System.ReadOnlySpan{System.Char},System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Text.cs#L77C13-L81C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Text.cs#L77C13-L81C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteUtcTime(System.DateTimeOffset,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.UtcTime.cs#L28C13-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.UtcTime.cs#L28C13-L32C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteUtcTime(System.DateTimeOffset,System.Int32,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.UtcTime.cs#L59C13-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.UtcTime.cs#L59C13-L69C10" }, { "DocsId": "P:System.Formats.Asn1.AsnWriter.RuleSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L33C43-L33C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L33C43-L33C47" }, { "DocsId": "T:System.Formats.Asn1.AsnWriter.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs" } ], "DocsId": "T:System.Formats.Asn1.AsnWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Asn1.AsnWriter.Scope.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L864C17-L894C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L864C17-L894C14" } ], "DocsId": "T:System.Formats.Asn1.AsnWriter.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs" }, { "Members": [ { "DocsId": "F:System.Formats.Asn1.TagClass.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" }, { "DocsId": "F:System.Formats.Asn1.TagClass.Universal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" }, { "DocsId": "F:System.Formats.Asn1.TagClass.Application", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" }, { "DocsId": "F:System.Formats.Asn1.TagClass.ContextSpecific", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" }, { "DocsId": "F:System.Formats.Asn1.TagClass.Private", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" } ], "DocsId": "T:System.Formats.Asn1.TagClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" }, { "Members": [ { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.EndOfContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.Boolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.Integer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.BitString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.OctetString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.Null", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.ObjectIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.ObjectDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.InstanceOf", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.Real", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.Enumerated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.Embedded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.UTF8String", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.RelativeObjectIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.Time", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.Sequence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.SequenceOf", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.Set", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.SetOf", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.NumericString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.PrintableString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.TeletexString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.T61String", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.VideotexString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.IA5String", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.UtcTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.GeneralizedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.GraphicString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.VisibleString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.ISO646String", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.GeneralString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.UniversalString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.UnrestrictedCharacterString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.BMPString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.Date", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.TimeOfDay", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.DateTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.ObjectIdentifierIRI", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.RelativeObjectIdentifierIRI", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" } ], "DocsId": "T:System.Formats.Asn1.UniversalTagNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Formats.Cbor.json b/xml/SourceLinkInformation/net-8.0-pp/System.Formats.Cbor.json index 3cb506fdc6c..9fde0d9d645 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Formats.Cbor.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Formats.Cbor.json @@ -1,589 +1,589 @@ { "Assembly": "System.Formats.Cbor", - "GUID": "7702BB2810704C1583705AA90B62BFF1FFFFFFFF", + "GUID": "A3AADA540E824989B1E53E1294947F2DFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:System.Formats.Cbor.CborReaderState.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.Undefined", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.UnsignedInteger", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.NegativeInteger", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.ByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.StartIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.EndIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.TextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.StartIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.EndIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.StartArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.EndArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.StartMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.EndMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.Tag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.SimpleValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.HalfPrecisionFloat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.SinglePrecisionFloat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.DoublePrecisionFloat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.Null", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.Boolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.Finished", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" } ], "DocsId": "T:System.Formats.Cbor.CborReaderState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Cbor.CborReader.PeekState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.PeekState.cs#L15C13-L20C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.PeekState.cs#L15C13-L20C33" }, { "DocsId": "M:System.Formats.Cbor.CborReader.SkipValue(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.SkipValue.cs#L20C13-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.SkipValue.cs#L20C13-L21C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.SkipToParent(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.SkipValue.cs#L33C13-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.SkipValue.cs#L33C13-L39C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadSingle", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L24C13-L48C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L24C13-L48C91" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadDouble", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L65C13-L93C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L65C13-L93C91" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadBoolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L109C13-L120C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L109C13-L120C27" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L134C13-L143C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L134C13-L143C90" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadSimpleValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L159C13-L182C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L159C13-L182C97" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L22C13-L26C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L22C13-L26C24" }, { "DocsId": "M:System.Formats.Cbor.CborReader.PeekTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L39C37-L39C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L39C37-L39C59" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadDateTimeOffset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L57C13-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L57C13-L87C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadUnixTimeSeconds", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L105C13-L139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L105C13-L139C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadBigInteger", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L157C13-L186C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L157C13-L186C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadDecimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L205C13-L267C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L205C13-L267C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadStartArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Array.cs#L18C13-L38C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Array.cs#L18C13-L38C36" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadEndArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Array.cs#L51C13-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Array.cs#L51C13-L63C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.#ctor(System.ReadOnlyMemory{System.Byte},System.Formats.Cbor.CborConformanceMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L29C9-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L29C9-L64C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadEncodedValue(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L75C13-L81C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L75C13-L81C72" }, { "DocsId": "M:System.Formats.Cbor.CborReader.Reset(System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L93C13-L110C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L93C13-L110C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L23C13-L26C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L23C13-L26C26" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadUInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L41C13-L44C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L41C13-L44C26" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L58C13-L61C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L58C13-L61C26" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadUInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L76C13-L79C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L76C13-L79C26" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadCborNegativeIntegerRepresentation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L97C13-L101C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L97C13-L101C26" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadStartMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Map.cs#L33C13-L63C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Map.cs#L33C13-L63C27" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadEndMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Map.cs#L77C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Map.cs#L77C13-L95C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L29C13-L48C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L29C13-L48C27" }, { "DocsId": "M:System.Formats.Cbor.CborReader.TryReadByteString(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L64C13-L91C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L64C13-L91C25" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadDefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L106C13-L120C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L106C13-L120C30" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadStartIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L134C13-L148C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L134C13-L148C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadEndIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L157C13-L161C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L157C13-L161C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L174C13-L204C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L174C13-L204C27" }, { "DocsId": "M:System.Formats.Cbor.CborReader.TryReadTextString(System.Span{System.Char},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L220C13-L251C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L220C13-L251C25" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadDefiniteLengthTextStringBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L266C13-L287C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L266C13-L287C33" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadStartIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L301C13-L315C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L301C13-L315C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadEndIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L324C13-L328C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L324C13-L328C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadHalf", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.netcoreapp.cs#L24C13-L41C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.netcoreapp.cs#L24C13-L41C91" }, { "DocsId": "P:System.Formats.Cbor.CborReader.ConformanceMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L36C54-L36C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L36C54-L36C58" }, { "DocsId": "P:System.Formats.Cbor.CborReader.AllowMultipleRootLevelValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L40C52-L40C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L40C52-L40C56" }, { "DocsId": "P:System.Formats.Cbor.CborReader.CurrentDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L44C36-L44C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L44C36-L44C89" }, { "DocsId": "P:System.Formats.Cbor.CborReader.BytesRemaining", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L48C38-L48C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L48C38-L48C60" } ], "DocsId": "T:System.Formats.Cbor.CborReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteStartArray(System.Nullable{System.Int32})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Array.cs#L26C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Array.cs#L26C13-L34C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEndArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Array.cs#L42C13-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Array.cs#L42C13-L44C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteStartMap(System.Nullable{System.Int32})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Map.cs#L37C13-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Map.cs#L37C13-L45C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEndMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Map.cs#L55C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Map.cs#L55C13-L62C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteSingle(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L25C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L25C13-L34C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteDouble(System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L45C13-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L45C13-L61C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteBoolean(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L89C13-L90C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L89C13-L90C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L100C13-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L100C13-L101C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteSimpleValue(System.Formats.Cbor.CborSimpleValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L113C13-L131C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L113C13-L131C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteByteString(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L27C13-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L27C13-L33C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteByteString(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L44C13-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L44C13-L59C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteStartIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L74C13-L90C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L74C13-L90C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEndIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L96C13-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L96C13-L98C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteTextString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L111C13-L117C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L111C13-L117C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteTextString(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L129C13-L156C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L129C13-L156C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteStartIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L171C13-L187C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L171C13-L187C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEndIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L193C13-L195C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L193C13-L195C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.#ctor(System.Formats.Cbor.CborConformanceMode,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L67C15-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L67C15-L69C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.#ctor(System.Formats.Cbor.CborConformanceMode,System.Boolean,System.Boolean,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L82C9-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L82C9-L101C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L106C13-L124C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L106C13-L124C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEncodedValue(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L133C13-L176C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L133C13-L176C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L181C35-L181C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L181C35-L181C62" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.Encode(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L190C13-L198C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L190C13-L198C36" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L208C13-L218C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L208C13-L218C25" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteInt32(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L19C46-L19C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L19C46-L19C63" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteInt64(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L30C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L30C13-L41C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteUInt32(System.UInt32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L51C48-L51C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L51C48-L51C66" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteUInt64(System.UInt64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L63C13-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L63C13-L65C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteCborNegativeIntegerRepresentation(System.UInt64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L81C13-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L81C13-L83C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteTag(System.Formats.Cbor.CborTag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L22C13-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L22C13-L29C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteDateTimeOffset(System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L40C13-L51C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L40C13-L51C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteUnixTimeSeconds(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L62C13-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L62C13-L64C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteUnixTimeSeconds(System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L76C13-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L76C13-L83C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteBigInteger(System.Numerics.BigInteger)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L94C13-L100C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L94C13-L100C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteDecimal(System.Decimal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L111C13-L135C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L111C13-L135C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteHalf(System.Half)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.netcoreapp.cs#L22C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.netcoreapp.cs#L22C13-L34C10" }, { "DocsId": "P:System.Formats.Cbor.CborWriter.ConformanceMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L37C54-L37C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L37C54-L37C58" }, { "DocsId": "P:System.Formats.Cbor.CborWriter.ConvertIndefiniteLengthEncodings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L41C56-L41C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L41C56-L41C60" }, { "DocsId": "P:System.Formats.Cbor.CborWriter.AllowMultipleRootLevelValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L45C52-L45C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L45C52-L45C56" }, { "DocsId": "P:System.Formats.Cbor.CborWriter.CurrentDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L49C36-L49C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L49C36-L49C89" }, { "DocsId": "P:System.Formats.Cbor.CborWriter.BytesWritten", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L53C36-L53C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L53C36-L53C43" }, { "DocsId": "P:System.Formats.Cbor.CborWriter.IsWriteCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L57C41-L57C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L57C41-L57C87" } ], "DocsId": "T:System.Formats.Cbor.CborWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs" }, { "Members": [ { "DocsId": "F:System.Formats.Cbor.CborConformanceMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" }, { "DocsId": "F:System.Formats.Cbor.CborConformanceMode.Lax", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" }, { "DocsId": "F:System.Formats.Cbor.CborConformanceMode.Strict", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" }, { "DocsId": "F:System.Formats.Cbor.CborConformanceMode.Canonical", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" }, { "DocsId": "F:System.Formats.Cbor.CborConformanceMode.Ctap2Canonical", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" } ], "DocsId": "T:System.Formats.Cbor.CborConformanceMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" }, { "Members": [ { "DocsId": "F:System.Formats.Cbor.CborTag.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.DateTimeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.UnixTimeSeconds", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.UnsignedBigNum", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.NegativeBigNum", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.DecimalFraction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.BigFloat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.Base64UrlLaterEncoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.Base64StringLaterEncoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.Base16StringLaterEncoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.EncodedCborDataItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.Base64Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.Base64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.Regex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.MimeMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.SelfDescribeCbor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" } ], "DocsId": "T:System.Formats.Cbor.CborTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "Members": [ { "DocsId": "F:System.Formats.Cbor.CborSimpleValue.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborSimpleValue.False", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborSimpleValue.True", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborSimpleValue.Null", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborSimpleValue.Undefined", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" } ], "DocsId": "T:System.Formats.Cbor.CborSimpleValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Cbor.CborContentException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs#L18C15-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs#L18C15-L21C10" }, { "DocsId": "M:System.Formats.Cbor.CborContentException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs#L30C15-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs#L30C15-L33C10" }, { "DocsId": "M:System.Formats.Cbor.CborContentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs#L45C15-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs#L45C15-L48C10" } ], "DocsId": "T:System.Formats.Cbor.CborContentException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Formats.Nrbf.json b/xml/SourceLinkInformation/net-8.0-pp/System.Formats.Nrbf.json index c9fb67ecfb5..74002505b78 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Formats.Nrbf.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Formats.Nrbf.json @@ -1,347 +1,347 @@ { "Assembly": "System.Formats.Nrbf", - "GUID": "BE0DF91695644B08ABC0E2B222042FCAFFFFFFFF", + "GUID": "02C4108988E7464CAA21BB5D3748F8D3FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Formats.Nrbf.ArrayRecord.GetArray(System.Type,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArrayRecord.cs#L71C9-L85C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArrayRecord.cs#L76C9-L90C79" }, { "DocsId": "P:System.Formats.Nrbf.ArrayRecord.Lengths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArrayRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArrayRecord.cs" }, { "DocsId": "P:System.Formats.Nrbf.ArrayRecord.Rank", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArrayRecord.cs#L37C24-L37C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArrayRecord.cs#L37C24-L37C38" }, { "DocsId": "P:System.Formats.Nrbf.ArrayRecord.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArrayRecord.cs#L46C49-L46C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArrayRecord.cs#L46C49-L46C61" } ], "DocsId": "T:System.Formats.Nrbf.ArrayRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArrayRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArrayRecord.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Nrbf.ClassRecord.HasMember(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L51C49-L51C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L51C49-L51C94" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetClassRecord(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L60C62-L60C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L60C62-L60C96" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L63C52-L63C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L63C52-L63C81" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetBoolean(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L65C50-L65C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L65C50-L65C77" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetByte(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L67C47-L67C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L67C47-L67C74" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetSByte(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L69C49-L69C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L69C49-L69C77" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetInt16(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L71C49-L71C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L71C49-L71C77" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetUInt16(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L73C51-L73C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L73C51-L73C80" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetChar(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L75C47-L75C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L75C47-L75C74" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetInt32(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L77C47-L77C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L77C47-L77C73" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetUInt32(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L79C49-L79C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L79C49-L79C76" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetSingle(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L81C50-L81C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L81C50-L81C78" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetInt64(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L83C48-L83C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L83C48-L83C75" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetUInt64(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L85C50-L85C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L85C50-L85C78" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetDouble(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L87C51-L87C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L87C51-L87C80" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetDecimal(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L89C53-L89C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L89C53-L89C83" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetTimeSpan(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L91C55-L91C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L91C55-L91C86" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetDateTime(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L93C55-L93C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L93C55-L93C86" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetRawValue(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L103C54-L103C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L103C54-L103C83" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetArrayRecord(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L106C62-L106C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L106C62-L106C96" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetSerializationRecord(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L118C12-L123C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L118C12-L123C122" }, { "DocsId": "P:System.Formats.Nrbf.ClassRecord.TypeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L23C42-L23C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L23C42-L23C60" }, { "DocsId": "P:System.Formats.Nrbf.ClassRecord.MemberNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L29C47-L29C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L29C47-L29C73" }, { "DocsId": "P:System.Formats.Nrbf.ClassRecord.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L32C49-L32C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L32C49-L32C61" } ], "DocsId": "T:System.Formats.Nrbf.ClassRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Nrbf.NrbfDecoder.StartsWithPayloadHeader(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs#L38C12-L40C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs#L42C12-L44C129" }, { "DocsId": "M:System.Formats.Nrbf.NrbfDecoder.StartsWithPayloadHeader(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs#L55C9-L88C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs#L59C9-L92C23" }, { "DocsId": "M:System.Formats.Nrbf.NrbfDecoder.Decode(System.IO.Stream,System.Formats.Nrbf.PayloadOptions,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs#L117C12-L117C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs#L121C12-L121C54" }, { "DocsId": "M:System.Formats.Nrbf.NrbfDecoder.Decode(System.IO.Stream,System.Collections.Generic.IReadOnlyDictionary{System.Formats.Nrbf.SerializationRecordId,System.Formats.Nrbf.SerializationRecord}@,System.Formats.Nrbf.PayloadOptions,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs#L133C9-L150C6" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs#L137C9-L154C6" }, { "DocsId": "M:System.Formats.Nrbf.NrbfDecoder.DecodeClassRecord(System.IO.Stream,System.Formats.Nrbf.PayloadOptions,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs#L158C12-L158C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs#L162C12-L162C60" } ], "DocsId": "T:System.Formats.Nrbf.NrbfDecoder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Nrbf.PayloadOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PayloadOptions.cs#L16C5-L16C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PayloadOptions.cs#L16C5-L16C32" }, { "DocsId": "P:System.Formats.Nrbf.PayloadOptions.TypeNameParseOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PayloadOptions.cs#L21C57-L21C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PayloadOptions.cs#L21C57-L21C61" }, { "DocsId": "P:System.Formats.Nrbf.PayloadOptions.UndoTruncatedTypeNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PayloadOptions.cs#L39C42-L39C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PayloadOptions.cs#L39C42-L39C46" } ], "DocsId": "T:System.Formats.Nrbf.PayloadOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PayloadOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PayloadOptions.cs" }, { "Members": [ { "DocsId": "P:System.Formats.Nrbf.PrimitiveTypeRecord.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PrimitiveTypeRecord.cs#L33C28-L33C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PrimitiveTypeRecord.cs#L33C28-L33C39" } ], "DocsId": "T:System.Formats.Nrbf.PrimitiveTypeRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PrimitiveTypeRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PrimitiveTypeRecord.cs" }, { "Members": [ { "DocsId": "P:System.Formats.Nrbf.PrimitiveTypeRecord`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PrimitiveTypeRecordOfT.cs#L34C26-L34C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PrimitiveTypeRecordOfT.cs#L34C26-L34C30" }, { "DocsId": "P:System.Formats.Nrbf.PrimitiveTypeRecord`1.TypeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PrimitiveTypeRecordOfT.cs#L37C42-L37C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PrimitiveTypeRecordOfT.cs#L37C42-L37C117" } ], "DocsId": "T:System.Formats.Nrbf.PrimitiveTypeRecord`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PrimitiveTypeRecordOfT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PrimitiveTypeRecordOfT.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Nrbf.SerializationRecord.TypeNameMatches(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs#L57C9-L65C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs#L61C9-L69C40" }, { "DocsId": "P:System.Formats.Nrbf.SerializationRecord.RecordType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs" }, { "DocsId": "P:System.Formats.Nrbf.SerializationRecord.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs" }, { "DocsId": "P:System.Formats.Nrbf.SerializationRecord.TypeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs" } ], "DocsId": "T:System.Formats.Nrbf.SerializationRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Nrbf.SerializationRecordId.Equals(System.Formats.Nrbf.SerializationRecordId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordId.cs#L52C56-L52C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordId.cs#L55C56-L55C72" }, { "DocsId": "M:System.Formats.Nrbf.SerializationRecordId.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordId.cs#L55C49-L55C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordId.cs#L58C49-L58C100" }, { "DocsId": "M:System.Formats.Nrbf.SerializationRecordId.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordId.cs#L58C42-L58C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordId.cs#L61C42-L61C63" } ], "DocsId": "T:System.Formats.Nrbf.SerializationRecordId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordId.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordId.cs" }, { "Members": [ { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.SerializedStreamHeader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.ClassWithId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.SystemClassWithMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.ClassWithMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.SystemClassWithMembersAndTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.ClassWithMembersAndTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.BinaryObjectString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.BinaryArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.MemberPrimitiveTyped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.MemberReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.ObjectNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.MessageEnd", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.BinaryLibrary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.ObjectNullMultiple256", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.ObjectNullMultiple", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.ArraySinglePrimitive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.ArraySingleObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.ArraySingleString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.MethodCall", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.MethodReturn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" } ], "DocsId": "T:System.Formats.Nrbf.SerializationRecordType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Nrbf.SZArrayRecord`1.GetArray(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SZArrayRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SZArrayRecord.cs" }, { "DocsId": "P:System.Formats.Nrbf.SZArrayRecord`1.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SZArrayRecord.cs#L24C26-L24C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SZArrayRecord.cs#L24C26-L24C54" }, { "DocsId": "P:System.Formats.Nrbf.SZArrayRecord`1.Lengths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SZArrayRecord.cs#L27C50-L27C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SZArrayRecord.cs#L27C50-L27C71" } ], "DocsId": "T:System.Formats.Nrbf.SZArrayRecord`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SZArrayRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SZArrayRecord.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.IO.Hashing.json b/xml/SourceLinkInformation/net-8.0-pp/System.IO.Hashing.json index 28a90a5c9f2..6d14b957db4 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.IO.Hashing.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.IO.Hashing.json @@ -1,393 +1,393 @@ { "Assembly": "System.IO.Hashing", - "GUID": "66B1949B9E434B63986CDB2E2141D390FFFFFFFF", + "GUID": "0007508459434FCC9F73FB715CF9E71CFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.IO.Hashing.Crc32.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L32C9-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L32C9-L40C10" }, { "DocsId": "M:System.IO.Hashing.Crc32.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L49C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L49C13-L50C10" }, { "DocsId": "M:System.IO.Hashing.Crc32.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L57C13-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L57C13-L58C10" }, { "DocsId": "M:System.IO.Hashing.Crc32.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L68C13-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L68C13-L69C10" }, { "DocsId": "M:System.IO.Hashing.Crc32.GetHashAndResetCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L77C13-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L77C13-L79C10" }, { "DocsId": "M:System.IO.Hashing.Crc32.GetCurrentHashAsUInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L84C49-L84C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L84C49-L84C54" }, { "DocsId": "M:System.IO.Hashing.Crc32.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L96C13-L101C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L96C13-L101C57" }, { "DocsId": "M:System.IO.Hashing.Crc32.Hash(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L111C13-L114C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L111C13-L114C24" }, { "DocsId": "M:System.IO.Hashing.Crc32.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L131C13-L140C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L131C13-L140C25" }, { "DocsId": "M:System.IO.Hashing.Crc32.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L153C13-L160C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L153C13-L160C25" }, { "DocsId": "M:System.IO.Hashing.Crc32.HashToUInt32(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L168C13-L168C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L168C13-L168C42" } ], "DocsId": "T:System.IO.Hashing.Crc32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs" }, { "Members": [ { "DocsId": "M:System.IO.Hashing.Crc64.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L37C15-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L37C15-L39C10" }, { "DocsId": "M:System.IO.Hashing.Crc64.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L48C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L48C13-L49C10" }, { "DocsId": "M:System.IO.Hashing.Crc64.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L56C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L56C13-L57C10" }, { "DocsId": "M:System.IO.Hashing.Crc64.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L66C13-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L66C13-L67C10" }, { "DocsId": "M:System.IO.Hashing.Crc64.GetHashAndResetCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L75C13-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L75C13-L77C10" }, { "DocsId": "M:System.IO.Hashing.Crc64.GetCurrentHashAsUInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L82C50-L82C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L82C50-L82C54" }, { "DocsId": "M:System.IO.Hashing.Crc64.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L94C13-L99C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L94C13-L99C57" }, { "DocsId": "M:System.IO.Hashing.Crc64.Hash(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L109C13-L112C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L109C13-L112C24" }, { "DocsId": "M:System.IO.Hashing.Crc64.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L129C13-L138C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L129C13-L138C25" }, { "DocsId": "M:System.IO.Hashing.Crc64.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L151C13-L158C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L151C13-L158C25" }, { "DocsId": "M:System.IO.Hashing.Crc64.HashToUInt64(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L166C13-L166C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L166C13-L166C41" } ], "DocsId": "T:System.IO.Hashing.Crc64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs" }, { "Members": [ { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L35C9-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L35C9-L41C10" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L87C13-L93C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L87C13-L93C10" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L106C13-L112C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L106C13-L112C10" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.AppendAsync(System.IO.Stream,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L132C13-L142C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L132C13-L142C36" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L153C13-L155C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L153C13-L155C24" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.TryGetCurrentHash(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L172C13-L180C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L172C13-L180C25" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHash(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L197C13-L203C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L197C13-L203C38" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndReset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L214C13-L216C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L214C13-L216C24" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.TryGetHashAndReset(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L234C13-L242C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L234C13-L242C25" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndReset(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L259C13-L265C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L259C13-L265C38" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndResetCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L295C13-L297C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L295C13-L297C10" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L312C13-L312C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L312C13-L312C74" }, { "DocsId": "P:System.IO.Hashing.NonCryptographicHashAlgorithm.HashLengthInBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L23C40-L23C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L23C40-L23C44" } ], "DocsId": "T:System.IO.Hashing.NonCryptographicHashAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" }, { "Members": [ { "DocsId": "M:System.IO.Hashing.XxHash128.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L31C30-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L31C30-L33C10" }, { "DocsId": "M:System.IO.Hashing.XxHash128.#ctor(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L36C39-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L36C39-L39C10" }, { "DocsId": "M:System.IO.Hashing.XxHash128.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L45C53-L45C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L45C53-L45C74" }, { "DocsId": "M:System.IO.Hashing.XxHash128.Hash(System.Byte[],System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L55C13-L63C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L55C13-L63C63" }, { "DocsId": "M:System.IO.Hashing.XxHash128.Hash(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L72C13-L74C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L72C13-L74C27" }, { "DocsId": "M:System.IO.Hashing.XxHash128.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L85C13-L90C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L85C13-L90C33" }, { "DocsId": "M:System.IO.Hashing.XxHash128.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L101C13-L110C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L101C13-L110C26" }, { "DocsId": "M:System.IO.Hashing.XxHash128.HashToUInt128(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L121C13-L122C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L121C13-L122C57" }, { "DocsId": "M:System.IO.Hashing.XxHash128.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L153C13-L154C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L153C13-L154C10" }, { "DocsId": "M:System.IO.Hashing.XxHash128.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L160C13-L161C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L160C13-L161C10" }, { "DocsId": "M:System.IO.Hashing.XxHash128.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L167C13-L169C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L167C13-L169C10" }, { "DocsId": "M:System.IO.Hashing.XxHash128.GetCurrentHashAsUInt128", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L206C13-L207C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L206C13-L207C63" } ], "DocsId": "T:System.IO.Hashing.XxHash128", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs" }, { "Members": [ { "DocsId": "M:System.IO.Hashing.XxHash3.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L30C28-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L30C28-L32C10" }, { "DocsId": "M:System.IO.Hashing.XxHash3.#ctor(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L35C37-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L35C37-L38C10" }, { "DocsId": "M:System.IO.Hashing.XxHash3.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L44C53-L44C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L44C53-L44C74" }, { "DocsId": "M:System.IO.Hashing.XxHash3.Hash(System.Byte[],System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L54C13-L62C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L54C13-L62C63" }, { "DocsId": "M:System.IO.Hashing.XxHash3.Hash(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L71C13-L74C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L71C13-L74C27" }, { "DocsId": "M:System.IO.Hashing.XxHash3.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L85C13-L90C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L85C13-L90C33" }, { "DocsId": "M:System.IO.Hashing.XxHash3.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L101C13-L116C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L101C13-L116C26" }, { "DocsId": "M:System.IO.Hashing.XxHash3.HashToUInt64(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L126C13-L144C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L126C13-L144C74" }, { "DocsId": "M:System.IO.Hashing.XxHash3.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L151C13-L152C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L151C13-L152C10" }, { "DocsId": "M:System.IO.Hashing.XxHash3.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L158C13-L159C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L158C13-L159C10" }, { "DocsId": "M:System.IO.Hashing.XxHash3.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L165C13-L167C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L165C13-L167C10" }, { "DocsId": "M:System.IO.Hashing.XxHash3.GetCurrentHashAsUInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L176C13-L196C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L176C13-L196C28" } ], "DocsId": "T:System.IO.Hashing.XxHash3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs" }, { "Members": [ { "DocsId": "M:System.IO.Hashing.XxHash32.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L36C15-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L36C15-L38C10" }, { "DocsId": "M:System.IO.Hashing.XxHash32.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L48C15-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L48C15-L52C10" }, { "DocsId": "M:System.IO.Hashing.XxHash32.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L59C13-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L59C13-L61C10" }, { "DocsId": "M:System.IO.Hashing.XxHash32.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L74C13-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L74C13-L109C10" }, { "DocsId": "M:System.IO.Hashing.XxHash32.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L117C13-L119C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L117C13-L119C10" }, { "DocsId": "M:System.IO.Hashing.XxHash32.GetCurrentHashAsUInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L126C13-L134C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L126C13-L134C56" }, { "DocsId": "M:System.IO.Hashing.XxHash32.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L147C13-L152C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L147C13-L152C57" }, { "DocsId": "M:System.IO.Hashing.XxHash32.Hash(System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L166C13-L171C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L166C13-L171C63" }, { "DocsId": "M:System.IO.Hashing.XxHash32.Hash(System.ReadOnlySpan{System.Byte},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L182C13-L185C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L182C13-L185C24" }, { "DocsId": "M:System.IO.Hashing.XxHash32.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L203C13-L212C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L203C13-L212C25" }, { "DocsId": "M:System.IO.Hashing.XxHash32.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L226C13-L233C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L226C13-L233C29" }, { "DocsId": "M:System.IO.Hashing.XxHash32.HashToUInt32(System.ReadOnlySpan{System.Byte},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L243C13-L252C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L243C13-L252C56" } ], "DocsId": "T:System.IO.Hashing.XxHash32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs" }, { "Members": [ { "DocsId": "M:System.IO.Hashing.XxHash64.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L36C15-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L36C15-L38C10" }, { "DocsId": "M:System.IO.Hashing.XxHash64.#ctor(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L48C15-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L48C15-L52C10" }, { "DocsId": "M:System.IO.Hashing.XxHash64.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L59C13-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L59C13-L61C10" }, { "DocsId": "M:System.IO.Hashing.XxHash64.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L74C13-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L74C13-L109C10" }, { "DocsId": "M:System.IO.Hashing.XxHash64.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L117C13-L119C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L117C13-L119C10" }, { "DocsId": "M:System.IO.Hashing.XxHash64.GetCurrentHashAsUInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L126C13-L134C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L126C13-L134C56" }, { "DocsId": "M:System.IO.Hashing.XxHash64.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L147C13-L152C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L147C13-L152C57" }, { "DocsId": "M:System.IO.Hashing.XxHash64.Hash(System.Byte[],System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L166C13-L171C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L166C13-L171C63" }, { "DocsId": "M:System.IO.Hashing.XxHash64.Hash(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L182C13-L185C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L182C13-L185C24" }, { "DocsId": "M:System.IO.Hashing.XxHash64.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L203C13-L212C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L203C13-L212C25" }, { "DocsId": "M:System.IO.Hashing.XxHash64.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L226C13-L233C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L226C13-L233C29" }, { "DocsId": "M:System.IO.Hashing.XxHash64.HashToUInt64(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L243C13-L252C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L243C13-L252C62" } ], "DocsId": "T:System.IO.Hashing.XxHash64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.IO.Packaging.json b/xml/SourceLinkInformation/net-8.0-pp/System.IO.Packaging.json index c97418ede57..ba5371a12dc 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.IO.Packaging.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.IO.Packaging.json @@ -1,629 +1,629 @@ { "Assembly": "System.IO.Packaging", - "GUID": "969200D9767A4468BEB314F9481B95BEFFFFFFFF", + "GUID": "63582E0C2A3848EEBBDCD7CDAD18428CFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.IO.FileFormatException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L24C15-L25C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L24C15-L25C12" }, { "DocsId": "M:System.IO.FileFormatException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L33C15-L34C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L33C15-L34C12" }, { "DocsId": "M:System.IO.FileFormatException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L44C15-L45C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L44C15-L45C12" }, { "DocsId": "M:System.IO.FileFormatException.#ctor(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L56C15-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L56C15-L62C10" }, { "DocsId": "M:System.IO.FileFormatException.#ctor(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L74C15-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L74C15-L77C10" }, { "DocsId": "M:System.IO.FileFormatException.#ctor(System.Uri,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L90C15-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L90C15-L97C10" }, { "DocsId": "M:System.IO.FileFormatException.#ctor(System.Uri,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L111C15-L114C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L111C15-L114C10" }, { "DocsId": "M:System.IO.FileFormatException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L120C91-L125C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L120C91-L125C10" }, { "DocsId": "M:System.IO.FileFormatException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L138C13-L140C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L138C13-L140C10" }, { "DocsId": "P:System.IO.FileFormatException.SourceUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L155C17-L155C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L155C17-L155C35" } ], "DocsId": "T:System.IO.FileFormatException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs" }, { "Members": [ { "DocsId": "F:System.IO.Packaging.CompressionOption.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" }, { "DocsId": "F:System.IO.Packaging.CompressionOption.NotCompressed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" }, { "DocsId": "F:System.IO.Packaging.CompressionOption.Normal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" }, { "DocsId": "F:System.IO.Packaging.CompressionOption.Maximum", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" }, { "DocsId": "F:System.IO.Packaging.CompressionOption.Fast", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" }, { "DocsId": "F:System.IO.Packaging.CompressionOption.SuperFast", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" } ], "DocsId": "T:System.IO.Packaging.CompressionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" }, { "Members": [ { "DocsId": "F:System.IO.Packaging.EncryptionOption.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" }, { "DocsId": "F:System.IO.Packaging.EncryptionOption.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" }, { "DocsId": "F:System.IO.Packaging.EncryptionOption.RightsManagement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" } ], "DocsId": "T:System.IO.Packaging.EncryptionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" }, { "Members": [ { "DocsId": "M:System.IO.Packaging.Package.#ctor(System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L29C9-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L29C9-L39C10" }, { "DocsId": "M:System.IO.Packaging.Package.Open(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L94C13-L94C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L94C13-L94C91" }, { "DocsId": "M:System.IO.Packaging.Package.Open(System.String,System.IO.FileMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L110C13-L110C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L110C13-L110C85" }, { "DocsId": "M:System.IO.Packaging.Package.Open(System.String,System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L127C13-L127C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L127C13-L127C79" }, { "DocsId": "M:System.IO.Packaging.Package.Open(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L147C13-L147C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L147C13-L147C77" }, { "DocsId": "M:System.IO.Packaging.Package.Open(System.IO.Stream,System.IO.FileMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L166C13-L166C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L166C13-L166C67" }, { "DocsId": "M:System.IO.Packaging.Package.CreatePart(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L189C13-L189C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L189C13-L189C86" }, { "DocsId": "M:System.IO.Packaging.Package.CreatePart(System.Uri,System.String,System.IO.Packaging.CompressionOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L214C13-L242C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L214C13-L242C30" }, { "DocsId": "M:System.IO.Packaging.Package.GetPart(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L261C13-L265C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L261C13-L265C37" }, { "DocsId": "M:System.IO.Packaging.Package.PartExists(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L284C13-L291C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L284C13-L291C59" }, { "DocsId": "M:System.IO.Packaging.Package.DeletePart(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L309C13-L375C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L309C13-L375C10" }, { "DocsId": "M:System.IO.Packaging.Package.GetParts", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L387C13-L465C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L387C13-L465C36" }, { "DocsId": "M:System.IO.Packaging.Package.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L480C13-L512C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L480C13-L512C10" }, { "DocsId": "M:System.IO.Packaging.Package.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L524C13-L525C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L524C13-L525C10" }, { "DocsId": "M:System.IO.Packaging.Package.Flush", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L535C13-L557C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L535C13-L557C10" }, { "DocsId": "M:System.IO.Packaging.Package.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L580C13-L580C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L580C13-L580C86" }, { "DocsId": "M:System.IO.Packaging.Package.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L604C13-L608C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L604C13-L608C84" }, { "DocsId": "M:System.IO.Packaging.Package.DeleteRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L623C13-L633C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L623C13-L633C10" }, { "DocsId": "M:System.IO.Packaging.Package.GetRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L646C13-L646C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L646C13-L646C49" }, { "DocsId": "M:System.IO.Packaging.Package.GetRelationshipsByType(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L664C13-L672C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L664C13-L672C61" }, { "DocsId": "M:System.IO.Packaging.Package.GetRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L690C13-L694C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L690C13-L694C45" }, { "DocsId": "M:System.IO.Packaging.Package.RelationshipExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L711C13-L711C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L711C13-L711C56" }, { "DocsId": "M:System.IO.Packaging.Package.CreatePartCore(System.Uri,System.String,System.IO.Packaging.CompressionOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" }, { "DocsId": "M:System.IO.Packaging.Package.GetPartCore(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" }, { "DocsId": "M:System.IO.Packaging.Package.DeletePartCore(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" }, { "DocsId": "M:System.IO.Packaging.Package.GetPartsCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" }, { "DocsId": "M:System.IO.Packaging.Package.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L769C13-L786C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L769C13-L786C10" }, { "DocsId": "M:System.IO.Packaging.Package.FlushCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" }, { "DocsId": "M:System.IO.Packaging.Package.Open(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L857C13-L905C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L857C13-L905C28" }, { "DocsId": "M:System.IO.Packaging.Package.Open(System.IO.Stream,System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L921C13-L950C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L921C13-L950C28" }, { "DocsId": "P:System.IO.Packaging.Package.FileOpenAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L55C17-L56C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L55C17-L56C40" }, { "DocsId": "P:System.IO.Packaging.Package.PackageProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L70C17-L72C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L70C17-L72C84" } ], "DocsId": "T:System.IO.Packaging.Package", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" }, { "Members": [ { "DocsId": "M:System.IO.Packaging.PackagePart.#ctor(System.IO.Packaging.Package,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L40C15-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L40C15-L42C10" }, { "DocsId": "M:System.IO.Packaging.PackagePart.#ctor(System.IO.Packaging.Package,System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L68C15-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L68C15-L70C10" }, { "DocsId": "M:System.IO.Packaging.PackagePart.#ctor(System.IO.Packaging.Package,System.Uri,System.String,System.IO.Packaging.CompressionOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L804C9-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L804C9-L127C10" }, { "DocsId": "M:System.IO.Packaging.PackagePart.GetContentTypeCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L252C13-L252C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L252C13-L252C82" }, { "DocsId": "M:System.IO.Packaging.PackagePart.GetStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L273C13-L274C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L273C13-L274C80" }, { "DocsId": "M:System.IO.Packaging.PackagePart.GetStream(System.IO.FileMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L295C13-L296C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L295C13-L296C63" }, { "DocsId": "M:System.IO.Packaging.PackagePart.GetStream(System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L319C13-L351C22" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L319C13-L351C22" }, { "DocsId": "M:System.IO.Packaging.PackagePart.GetStreamCore(System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs" }, { "DocsId": "M:System.IO.Packaging.PackagePart.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L384C13-L384C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L384C13-L384C86" }, { "DocsId": "M:System.IO.Packaging.PackagePart.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L410C13-L414C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L410C13-L414C84" }, { "DocsId": "M:System.IO.Packaging.PackagePart.DeleteRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L430C13-L440C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L430C13-L440C10" }, { "DocsId": "M:System.IO.Packaging.PackagePart.GetRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L455C13-L455C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L455C13-L455C49" }, { "DocsId": "M:System.IO.Packaging.PackagePart.GetRelationshipsByType(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L474C13-L482C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L474C13-L482C61" }, { "DocsId": "M:System.IO.Packaging.PackagePart.GetRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L501C13-L505C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L501C13-L505C45" }, { "DocsId": "M:System.IO.Packaging.PackagePart.RelationshipExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L523C13-L523C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L523C13-L523C56" }, { "DocsId": "P:System.IO.Packaging.PackagePart.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L144C17-L145C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L144C17-L145C29" }, { "DocsId": "P:System.IO.Packaging.PackagePart.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L168C17-L193C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L168C17-L193C48" }, { "DocsId": "P:System.IO.Packaging.PackagePart.Package", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L209C17-L210C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L209C17-L210C35" }, { "DocsId": "P:System.IO.Packaging.PackagePart.CompressionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L224C17-L225C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L224C17-L225C43" } ], "DocsId": "T:System.IO.Packaging.PackagePart", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs" }, { "Members": [ { "DocsId": "M:System.IO.Packaging.PackagePartCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs#L25C13-L25C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs#L25C13-L25C36" }, { "DocsId": "M:System.IO.Packaging.PackagePartCollection.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs#L36C13-L36C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs#L36C13-L36C36" }, { "DocsId": "M:System.IO.Packaging.PackagePartCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs#L46C13-L46C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs#L46C13-L46C53" } ], "DocsId": "T:System.IO.Packaging.PackagePartCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs" }, { "Members": [ { "DocsId": "M:System.IO.Packaging.PackageProperties.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs#L43C13-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs#L43C13-L46C10" }, { "DocsId": "M:System.IO.Packaging.PackageProperties.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs#L54C9-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs#L54C9-L54C10" }, { "DocsId": "M:System.IO.Packaging.PackageProperties.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Subject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Creator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.LastModifiedBy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Revision", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.LastPrinted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Created", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Modified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Identifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.ContentStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" } ], "DocsId": "T:System.IO.Packaging.PackageProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "Members": [ { "DocsId": "P:System.IO.Packaging.PackageRelationship.SourceUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L32C17-L35C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L32C17-L35C40" }, { "DocsId": "P:System.IO.Packaging.PackageRelationship.TargetUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L47C17-L47C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L47C17-L47C35" }, { "DocsId": "P:System.IO.Packaging.PackageRelationship.RelationshipType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L59C17-L59C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L59C17-L59C42" }, { "DocsId": "P:System.IO.Packaging.PackageRelationship.TargetMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L71C17-L71C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L71C17-L71C36" }, { "DocsId": "P:System.IO.Packaging.PackageRelationship.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L83C17-L83C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L83C17-L83C28" }, { "DocsId": "P:System.IO.Packaging.PackageRelationship.Package", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L96C17-L96C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L96C17-L96C33" } ], "DocsId": "T:System.IO.Packaging.PackageRelationship", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs" }, { "Members": [ { "DocsId": "M:System.IO.Packaging.PackageRelationshipCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipCollection.cs#L27C13-L27C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipCollection.cs#L27C13-L27C36" }, { "DocsId": "M:System.IO.Packaging.PackageRelationshipCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipCollection.cs#L37C13-L42C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipCollection.cs#L37C13-L42C81" } ], "DocsId": "T:System.IO.Packaging.PackageRelationshipCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipCollection.cs" }, { "Members": [ { "DocsId": "M:System.IO.Packaging.PackageRelationshipSelector.#ctor(System.Uri,System.IO.Packaging.PackageRelationshipSelectorType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L31C9-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L31C9-L59C10" }, { "DocsId": "M:System.IO.Packaging.PackageRelationshipSelector.Select(System.IO.Packaging.Package)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L117C13-L166C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L117C13-L166C34" }, { "DocsId": "P:System.IO.Packaging.PackageRelationshipSelector.SourceUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L73C17-L73C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L73C17-L73C35" }, { "DocsId": "P:System.IO.Packaging.PackageRelationshipSelector.SelectorType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L86C17-L86C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L86C17-L86C38" }, { "DocsId": "P:System.IO.Packaging.PackageRelationshipSelector.SelectionCriteria", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L99C17-L99C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L99C17-L99C43" } ], "DocsId": "T:System.IO.Packaging.PackageRelationshipSelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs" }, { "Members": [ { "DocsId": "F:System.IO.Packaging.PackageRelationshipSelectorType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" }, { "DocsId": "F:System.IO.Packaging.PackageRelationshipSelectorType.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" }, { "DocsId": "F:System.IO.Packaging.PackageRelationshipSelectorType.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" } ], "DocsId": "T:System.IO.Packaging.PackageRelationshipSelectorType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" }, { "Members": [ { "DocsId": "M:System.IO.Packaging.PackUriHelper.CreatePartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L38C13-L59C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L38C13-L59C51" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.ResolvePartUri(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L81C13-L100C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L81C13-L100C72" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.GetRelativeUri(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L113C13-L125C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L113C13-L125C65" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.GetNormalizedPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L137C13-L144C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L137C13-L144C51" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.ComparePartUri(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L160C13-L170C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L160C13-L170C109" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.IsRelationshipPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L185C13-L192C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L185C13-L192C55" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.GetRelationshipPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L210C13-L244C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L210C13-L244C76" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.GetSourcePartUriFromRelationshipPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L266C13-L306C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L266C13-L306C77" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.Create(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L33C13-L33C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L33C13-L33C51" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.Create(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L51C13-L51C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L51C13-L51C54" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.Create(System.Uri,System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L73C13-L118C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L73C13-L118C100" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.GetPackageUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L134C13-L136C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L134C13-L136C31" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.GetPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L157C13-L159C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L157C13-L159C28" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.ComparePackUri(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L177C13-L203C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L177C13-L203C38" }, { "DocsId": "F:System.IO.Packaging.PackUriHelper.UriSchemePack", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs" } ], "DocsId": "T:System.IO.Packaging.PackUriHelper", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs" }, { "Members": [ { "DocsId": "F:System.IO.Packaging.TargetMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" }, { "DocsId": "F:System.IO.Packaging.TargetMode.Internal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" }, { "DocsId": "F:System.IO.Packaging.TargetMode.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" } ], "DocsId": "T:System.IO.Packaging.TargetMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" }, { "Members": [ { "DocsId": "M:System.IO.Packaging.ZipPackage.CreatePartCore(System.Uri,System.String,System.IO.Packaging.CompressionOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L41C13-L67C179" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L41C13-L67C179" }, { "DocsId": "M:System.IO.Packaging.ZipPackage.GetPartCore(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L97C13-L97C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L97C13-L97C25" }, { "DocsId": "M:System.IO.Packaging.ZipPackage.DeletePartCore(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L111C13-L149C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L111C13-L149C10" }, { "DocsId": "M:System.IO.Packaging.ZipPackage.GetPartsCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L176C13-L249C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L176C13-L249C36" }, { "DocsId": "M:System.IO.Packaging.ZipPackage.FlushCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L262C13-L263C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L262C13-L263C10" }, { "DocsId": "M:System.IO.Packaging.ZipPackage.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L273C17-L291C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L273C17-L291C10" } ], "DocsId": "T:System.IO.Packaging.ZipPackage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs" }, { "Members": [ { "DocsId": "M:System.IO.Packaging.ZipPackagePart.GetStreamCore(System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackagePart.cs#L26C13-L48C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackagePart.cs#L26C13-L48C25" } ], "DocsId": "T:System.IO.Packaging.ZipPackagePart", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackagePart.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackagePart.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.IO.Pipelines.json b/xml/SourceLinkInformation/net-8.0-pp/System.IO.Pipelines.json index 7eb87cbf244..bf5f725cbdb 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.IO.Pipelines.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.IO.Pipelines.json @@ -1,353 +1,353 @@ { "Assembly": "System.IO.Pipelines", - "GUID": "E706CC0951485DAC790C35F1F8B15484FFFFFFFF", + "GUID": "7635D48FCFCB47AE9896BA9F4230D414FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.IO.Pipelines.FlushResult.#ctor(System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs#L16C13-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs#L16C13-L27C10" }, { "DocsId": "P:System.IO.Pipelines.FlushResult.IsCanceled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs#L31C35-L31C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs#L31C35-L31C77" }, { "DocsId": "P:System.IO.Pipelines.FlushResult.IsCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs#L35C36-L35C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs#L35C36-L35C79" } ], "DocsId": "T:System.IO.Pipelines.FlushResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs" }, { "Members": [ { "DocsId": "P:System.IO.Pipelines.IDuplexPipe.Input", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs" }, { "DocsId": "P:System.IO.Pipelines.IDuplexPipe.Output", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs" } ], "DocsId": "T:System.IO.Pipelines.IDuplexPipe", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs" }, { "Members": [ { "DocsId": "M:System.IO.Pipelines.Pipe.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L87C25-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L87C25-L89C10" }, { "DocsId": "M:System.IO.Pipelines.Pipe.#ctor(System.IO.Pipelines.PipeOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L35C9-L111C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L35C9-L111C10" }, { "DocsId": "M:System.IO.Pipelines.Pipe.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L1175C13-L1185C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L1175C13-L1185C10" }, { "DocsId": "P:System.IO.Pipelines.Pipe.Reader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L1166C37-L1166C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L1166C37-L1166C44" }, { "DocsId": "P:System.IO.Pipelines.Pipe.Writer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L1170C37-L1170C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L1170C37-L1170C44" } ], "DocsId": "T:System.IO.Pipelines.Pipe", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs" }, { "Members": [ { "DocsId": "M:System.IO.Pipelines.PipeOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.IO.Pipelines.PipeScheduler,System.IO.Pipelines.PipeScheduler,System.Int64,System.Int64,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L26C9-L86C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L26C9-L86C10" }, { "DocsId": "P:System.IO.Pipelines.PipeOptions.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L16C45-L16C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L16C45-L16C49" }, { "DocsId": "P:System.IO.Pipelines.PipeOptions.UseSynchronizationContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L90C49-L90C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L90C49-L90C53" }, { "DocsId": "P:System.IO.Pipelines.PipeOptions.PauseWriterThreshold", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L94C44-L94C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L94C44-L94C48" }, { "DocsId": "P:System.IO.Pipelines.PipeOptions.ResumeWriterThreshold", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L98C45-L98C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L98C45-L98C49" }, { "DocsId": "P:System.IO.Pipelines.PipeOptions.MinimumSegmentSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L102C41-L102C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L102C41-L102C45" }, { "DocsId": "P:System.IO.Pipelines.PipeOptions.WriterScheduler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L106C48-L106C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L106C48-L106C52" }, { "DocsId": "P:System.IO.Pipelines.PipeOptions.ReaderScheduler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L110C48-L110C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L110C48-L110C52" }, { "DocsId": "P:System.IO.Pipelines.PipeOptions.Pool", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L114C40-L114C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L114C40-L114C44" } ], "DocsId": "T:System.IO.Pipelines.PipeOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs" }, { "Members": [ { "DocsId": "M:System.IO.Pipelines.PipeReader.TryRead(System.IO.Pipelines.ReadResult@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.ReadAtLeastAsync(System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L53C13-L58C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L53C13-L58C73" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.ReadAtLeastAsyncCore(System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.AdvanceTo(System.SequencePosition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.AdvanceTo(System.SequencePosition,System.SequencePosition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.AsStream(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L105C13-L114C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L105C13-L114C28" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.CancelPendingRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.Complete(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.CompleteAsync(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L132C17-L139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L132C17-L139C10" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.OnWriterCompleted(System.Action{System.Exception,System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L152C9-L152C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L152C9-L152C10" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.Create(System.IO.Stream,System.IO.Pipelines.StreamPipeReaderOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L160C13-L160C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L160C13-L160C101" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.Create(System.Buffers.ReadOnlySequence{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L170C13-L170C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L170C13-L170C53" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.CopyToAsync(System.IO.Pipelines.PipeWriter,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L179C13-L192C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L179C13-L192C36" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.CopyToAsync(System.IO.Stream,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L201C13-L229C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L201C13-L229C32" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs" } ], "DocsId": "T:System.IO.Pipelines.PipeReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" }, { "Members": [ { "DocsId": "M:System.IO.Pipelines.PipeScheduler.Schedule(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeScheduler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs" }, { "DocsId": "P:System.IO.Pipelines.PipeScheduler.ThreadPool", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs#L16C51-L16C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs#L16C51-L16C72" }, { "DocsId": "P:System.IO.Pipelines.PipeScheduler.Inline", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs#L20C47-L20C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs#L20C47-L20C64" } ], "DocsId": "T:System.IO.Pipelines.PipeScheduler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs" }, { "Members": [ { "DocsId": "M:System.IO.Pipelines.PipeWriter.Complete(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.CompleteAsync(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L26C17-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L26C17-L33C10" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.CancelPendingFlush", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.OnReaderCompleted(System.Action{System.Exception,System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L54C9-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L54C9-L54C10" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.Advance(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.GetMemory(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.GetSpan(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.AsStream(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L88C13-L97C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L88C13-L97C28" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.Create(System.IO.Stream,System.IO.Pipelines.StreamPipeWriterOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L106C13-L106C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L106C13-L106C101" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L115C13-L116C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L115C13-L116C50" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.CopyFromAsync(System.IO.Stream,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" }, { "DocsId": "P:System.IO.Pipelines.PipeWriter.CanGetUnflushedBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L41C53-L41C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L41C53-L41C58" }, { "DocsId": "P:System.IO.Pipelines.PipeWriter.UnflushedBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L155C47-L155C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L155C47-L155C109" } ], "DocsId": "T:System.IO.Pipelines.PipeWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" }, { "Members": [ { "DocsId": "M:System.IO.Pipelines.ReadResult.#ctor(System.Buffers.ReadOnlySequence{System.Byte},System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L20C13-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L20C13-L31C10" }, { "DocsId": "P:System.IO.Pipelines.ReadResult.Buffer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L35C49-L35C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L35C49-L35C62" }, { "DocsId": "P:System.IO.Pipelines.ReadResult.IsCanceled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L39C35-L39C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L39C35-L39C77" }, { "DocsId": "P:System.IO.Pipelines.ReadResult.IsCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L43C36-L43C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L43C36-L43C79" } ], "DocsId": "T:System.IO.Pipelines.ReadResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs" }, { "Members": [ { "DocsId": "M:System.IO.Pipelines.StreamPipeExtensions.CopyToAsync(System.IO.Stream,System.IO.Pipelines.PipeWriter,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeExtensions.cs#L19C13-L33C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeExtensions.cs#L19C13-L33C73" } ], "DocsId": "T:System.IO.Pipelines.StreamPipeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeExtensions.cs" }, { "Members": [ { "DocsId": "M:System.IO.Pipelines.StreamPipeReaderOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L23C13-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L23C13-L26C10" }, { "DocsId": "M:System.IO.Pipelines.StreamPipeReaderOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Int32,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L61C47-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L61C47-L53C10" }, { "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.BufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L57C33-L57C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L57C33-L57C37" }, { "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.MinimumReadSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L65C38-L65C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L65C38-L65C42" }, { "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.Pool", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L69C40-L69C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L69C40-L69C44" }, { "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.LeaveOpen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L73C33-L73C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L73C33-L73C37" }, { "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.UseZeroByteReads", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L77C40-L77C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L77C40-L77C44" } ], "DocsId": "T:System.IO.Pipelines.StreamPipeReaderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs" }, { "Members": [ { "DocsId": "M:System.IO.Pipelines.StreamPipeWriterOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L19C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L19C9-L29C10" }, { "DocsId": "P:System.IO.Pipelines.StreamPipeWriterOptions.MinimumBufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L33C40-L33C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L33C40-L33C44" }, { "DocsId": "P:System.IO.Pipelines.StreamPipeWriterOptions.Pool", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L37C40-L37C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L37C40-L37C44" }, { "DocsId": "P:System.IO.Pipelines.StreamPipeWriterOptions.LeaveOpen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L41C33-L41C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L41C33-L41C37" } ], "DocsId": "T:System.IO.Pipelines.StreamPipeWriterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.IO.Ports.json b/xml/SourceLinkInformation/net-8.0-pp/System.IO.Ports.json index 0bd4f1ee851..b8d63969340 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.IO.Ports.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.IO.Ports.json @@ -1,481 +1,481 @@ { "Assembly": "System.IO.Ports", - "GUID": "C11F1F28AF1D4E5FA0C0EF259175CDE9FFFFFFFF", + "GUID": "50FCFF7CCFAF45EA9F829ED0AD9D722BFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:System.IO.Ports.Handshake.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" }, { "DocsId": "F:System.IO.Ports.Handshake.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" }, { "DocsId": "F:System.IO.Ports.Handshake.XOnXOff", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" }, { "DocsId": "F:System.IO.Ports.Handshake.RequestToSend", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" }, { "DocsId": "F:System.IO.Ports.Handshake.RequestToSendXOnXOff", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" } ], "DocsId": "T:System.IO.Ports.Handshake", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" }, { "Members": [ { "DocsId": "F:System.IO.Ports.Parity.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" }, { "DocsId": "F:System.IO.Ports.Parity.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" }, { "DocsId": "F:System.IO.Ports.Parity.Odd", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" }, { "DocsId": "F:System.IO.Ports.Parity.Even", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" }, { "DocsId": "F:System.IO.Ports.Parity.Mark", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" }, { "DocsId": "F:System.IO.Ports.Parity.Space", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" } ], "DocsId": "T:System.IO.Ports.Parity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" }, { "Members": [ { "DocsId": "F:System.IO.Ports.SerialData.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" }, { "DocsId": "F:System.IO.Ports.SerialData.Chars", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" }, { "DocsId": "F:System.IO.Ports.SerialData.Eof", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" } ], "DocsId": "T:System.IO.Ports.SerialData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" }, { "Members": [ { "DocsId": "P:System.IO.Ports.SerialDataReceivedEventArgs.EventType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventArgs.cs#L13C39-L13C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventArgs.cs#L13C39-L13C43" } ], "DocsId": "T:System.IO.Ports.SerialDataReceivedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.IO.Ports.SerialDataReceivedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" }, { "DocsId": "M:System.IO.Ports.SerialDataReceivedEventHandler.Invoke(System.Object,System.IO.Ports.SerialDataReceivedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" }, { "DocsId": "M:System.IO.Ports.SerialDataReceivedEventHandler.BeginInvoke(System.Object,System.IO.Ports.SerialDataReceivedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" }, { "DocsId": "M:System.IO.Ports.SerialDataReceivedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" } ], "DocsId": "T:System.IO.Ports.SerialDataReceivedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" }, { "Members": [ { "DocsId": "F:System.IO.Ports.SerialError.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" }, { "DocsId": "F:System.IO.Ports.SerialError.TXFull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" }, { "DocsId": "F:System.IO.Ports.SerialError.RXOver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" }, { "DocsId": "F:System.IO.Ports.SerialError.Overrun", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" }, { "DocsId": "F:System.IO.Ports.SerialError.RXParity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" }, { "DocsId": "F:System.IO.Ports.SerialError.Frame", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" } ], "DocsId": "T:System.IO.Ports.SerialError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" }, { "Members": [ { "DocsId": "P:System.IO.Ports.SerialErrorReceivedEventArgs.EventType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventArgs.cs#L13C40-L13C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventArgs.cs#L13C40-L13C44" } ], "DocsId": "T:System.IO.Ports.SerialErrorReceivedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.IO.Ports.SerialErrorReceivedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" }, { "DocsId": "M:System.IO.Ports.SerialErrorReceivedEventHandler.Invoke(System.Object,System.IO.Ports.SerialErrorReceivedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" }, { "DocsId": "M:System.IO.Ports.SerialErrorReceivedEventHandler.BeginInvoke(System.Object,System.IO.Ports.SerialErrorReceivedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" }, { "DocsId": "M:System.IO.Ports.SerialErrorReceivedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" } ], "DocsId": "T:System.IO.Ports.SerialErrorReceivedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" }, { "Members": [ { "DocsId": "F:System.IO.Ports.SerialPinChange.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" }, { "DocsId": "F:System.IO.Ports.SerialPinChange.CtsChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" }, { "DocsId": "F:System.IO.Ports.SerialPinChange.DsrChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" }, { "DocsId": "F:System.IO.Ports.SerialPinChange.CDChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" }, { "DocsId": "F:System.IO.Ports.SerialPinChange.Ring", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" }, { "DocsId": "F:System.IO.Ports.SerialPinChange.Break", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" } ], "DocsId": "T:System.IO.Ports.SerialPinChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" }, { "Members": [ { "DocsId": "P:System.IO.Ports.SerialPinChangedEventArgs.EventType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventArgs.cs#L13C44-L13C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventArgs.cs#L13C44-L13C48" } ], "DocsId": "T:System.IO.Ports.SerialPinChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.IO.Ports.SerialPinChangedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" }, { "DocsId": "M:System.IO.Ports.SerialPinChangedEventHandler.Invoke(System.Object,System.IO.Ports.SerialPinChangedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" }, { "DocsId": "M:System.IO.Ports.SerialPinChangedEventHandler.BeginInvoke(System.Object,System.IO.Ports.SerialPinChangedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" }, { "DocsId": "M:System.IO.Ports.SerialPinChangedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" } ], "DocsId": "T:System.IO.Ports.SerialPinChangedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" }, { "Members": [ { "DocsId": "M:System.IO.Ports.SerialPort.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L38C9-L546C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L38C9-L546C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.ComponentModel.IContainer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L548C51-L552C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L548C51-L552C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L557C46-L559C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L557C46-L559C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L561C60-L563C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L561C60-L563C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32,System.IO.Ports.Parity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L565C75-L567C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L565C75-L567C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32,System.IO.Ports.Parity,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L569C89-L571C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L569C89-L571C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32,System.IO.Ports.Parity,System.Int32,System.IO.Ports.StopBits)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L576C108-L583C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L576C108-L583C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L588C13-L589C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L588C13-L589C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L593C13-L605C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L593C13-L605C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.DiscardInBuffer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L609C13-L613C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L609C13-L613C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.DiscardOutBuffer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L617C13-L620C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L617C13-L620C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L628C13-L647C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L628C13-L647C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.Read(System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L660C13-L699C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L660C13-L699C38" }, { "DocsId": "M:System.IO.Ports.SerialPort.ReadChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L706C13-L709C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L706C13-L709C46" }, { "DocsId": "M:System.IO.Ports.SerialPort.Read(System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L801C13-L812C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L801C13-L812C77" }, { "DocsId": "M:System.IO.Ports.SerialPort.ReadByte", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L981C13-L987C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L981C13-L987C53" }, { "DocsId": "M:System.IO.Ports.SerialPort.ReadExisting", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L992C13-L1048C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L992C13-L1048C80" }, { "DocsId": "M:System.IO.Ports.SerialPort.ReadLine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1053C13-L1053C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1053C13-L1053C36" }, { "DocsId": "M:System.IO.Ports.SerialPort.ReadTo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1058C13-L1171C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1058C13-L1171C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.Write(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1176C13-L1186C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1176C13-L1186C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.Write(System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1192C13-L1207C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1192C13-L1207C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.Write(System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1212C13-L1225C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1212C13-L1225C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.WriteLine(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1229C13-L1230C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1229C13-L1230C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.GetPortNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.Win32.cs#L22C20-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.Win32.cs#L22C20-L37C10" }, { "DocsId": "E:System.IO.Ports.SerialPort.ErrorReceived", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" }, { "DocsId": "E:System.IO.Ports.SerialPort.DataReceived", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L79C17-L89C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L79C17-L89C14" }, { "DocsId": "E:System.IO.Ports.SerialPort.PinChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L108C17-L118C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L108C17-L118C14" }, { "DocsId": "F:System.IO.Ports.SerialPort.InfiniteTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" }, { "DocsId": "P:System.IO.Ports.SerialPort.BaseStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L145C17-L148C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L145C17-L148C46" }, { "DocsId": "P:System.IO.Ports.SerialPort.BaudRate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L154C19-L154C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L154C19-L154C36" }, { "DocsId": "P:System.IO.Ports.SerialPort.BreakState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L170C17-L173C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L170C17-L173C57" }, { "DocsId": "P:System.IO.Ports.SerialPort.BytesToWrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L189C17-L191C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L189C17-L191C59" }, { "DocsId": "P:System.IO.Ports.SerialPort.BytesToRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L200C17-L202C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L200C17-L202C78" }, { "DocsId": "P:System.IO.Ports.SerialPort.CDHolding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L218C17-L220C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L218C17-L220C56" }, { "DocsId": "P:System.IO.Ports.SerialPort.CtsHolding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L228C17-L230C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L228C17-L230C57" }, { "DocsId": "P:System.IO.Ports.SerialPort.DataBits", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L237C15-L237C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L237C15-L237C32" }, { "DocsId": "P:System.IO.Ports.SerialPort.DiscardNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L253C17-L253C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L253C17-L253C37" }, { "DocsId": "P:System.IO.Ports.SerialPort.DsrHolding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L267C17-L269C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L267C17-L269C57" }, { "DocsId": "P:System.IO.Ports.SerialPort.DtrEnable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L277C17-L280C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L277C17-L280C35" }, { "DocsId": "P:System.IO.Ports.SerialPort.Encoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L297C17-L297C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L297C17-L297C34" }, { "DocsId": "P:System.IO.Ports.SerialPort.Handshake", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L325C17-L325C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L325C17-L325C35" }, { "DocsId": "P:System.IO.Ports.SerialPort.IsOpen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L341C19-L341C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L341C19-L341C90" }, { "DocsId": "P:System.IO.Ports.SerialPort.NewLine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L346C19-L346C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L346C19-L346C35" }, { "DocsId": "P:System.IO.Ports.SerialPort.Parity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L362C17-L362C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L362C17-L362C32" }, { "DocsId": "P:System.IO.Ports.SerialPort.ParityReplace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L377C19-L377C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L377C19-L377C41" }, { "DocsId": "P:System.IO.Ports.SerialPort.PortName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L392C17-L392C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L392C17-L392C34" }, { "DocsId": "P:System.IO.Ports.SerialPort.ReadBufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L411C17-L411C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L411C17-L411C40" }, { "DocsId": "P:System.IO.Ports.SerialPort.ReadTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L430C17-L430C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L430C17-L430C37" }, { "DocsId": "P:System.IO.Ports.SerialPort.ReceivedBytesThreshold", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L450C17-L450C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L450C17-L450C48" }, { "DocsId": "P:System.IO.Ports.SerialPort.RtsEnable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L473C17-L476C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L473C17-L476C35" }, { "DocsId": "P:System.IO.Ports.SerialPort.StopBits", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L491C17-L491C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L491C17-L491C34" }, { "DocsId": "P:System.IO.Ports.SerialPort.WriteBufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L509C17-L509C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L509C17-L509C41" }, { "DocsId": "P:System.IO.Ports.SerialPort.WriteTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L528C17-L528C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L528C17-L528C38" } ], "DocsId": "T:System.IO.Ports.SerialPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" }, { "Members": [ { "DocsId": "F:System.IO.Ports.StopBits.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" }, { "DocsId": "F:System.IO.Ports.StopBits.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" }, { "DocsId": "F:System.IO.Ports.StopBits.One", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" }, { "DocsId": "F:System.IO.Ports.StopBits.Two", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" }, { "DocsId": "F:System.IO.Ports.StopBits.OnePointFive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" } ], "DocsId": "T:System.IO.Ports.StopBits", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Linq.AsyncEnumerable.json b/xml/SourceLinkInformation/net-8.0-pp/System.Linq.AsyncEnumerable.json index dc9e6981977..d84dfe0abc7 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Linq.AsyncEnumerable.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Linq.AsyncEnumerable.json @@ -1,767 +1,771 @@ { "Assembly": "System.Linq.AsyncEnumerable", - "GUID": "487B68FE1CDE0381056129107B905CE5FFFFFFFF", + "GUID": "3161D26AC4403C3AA550294593D7FF54FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ + { + "DocsId": "M:System.Linq.AsyncEnumerable.Shuffle``1(System.Collections.Generic.IAsyncEnumerable{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Shuffle.cs#L25C13-L29C39" + }, { "DocsId": "M:System.Linq.AsyncEnumerable.SkipLast``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SkipLast.cs#L26C13-L30C144" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SkipLast.cs#L26C13-L31C144" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SkipWhile``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SkipWhile.cs#L31C13-L34C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SkipWhile.cs#L31C13-L36C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SkipWhile``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SkipWhile.cs#L84C13-L87C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SkipWhile.cs#L86C13-L91C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SkipWhile``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SkipWhile.cs#L141C13-L144C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SkipWhile.cs#L145C13-L150C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SkipWhile``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SkipWhile.cs#L199C13-L202C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SkipWhile.cs#L205C13-L210C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Append``1(System.Collections.Generic.IAsyncEnumerable{``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Append.cs#L23C13-L25C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Append.cs#L23C13-L25C51" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Empty``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Empty.cs#L17C69-L17C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Empty.cs#L17C69-L17C107" }, { "DocsId": "M:System.Linq.AsyncEnumerable.MaxByAsync``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MaxByAsync.cs#L31C13-L34C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MaxByAsync.cs#L31C13-L34C101" }, { "DocsId": "M:System.Linq.AsyncEnumerable.MaxByAsync``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MaxByAsync.cs#L147C13-L150C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MaxByAsync.cs#L147C13-L150C101" }, { "DocsId": "M:System.Linq.AsyncEnumerable.MinAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IComparer{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MinAsync.cs#L30C13-L58C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MinAsync.cs#L30C13-L58C62" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Cast``1(System.Collections.Generic.IAsyncEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Cast.cs#L27C13-L31C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Cast.cs#L27C13-L32C39" }, { "DocsId": "M:System.Linq.AsyncEnumerable.TakeLast``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/TakeLast.cs#L19C13-L23C143" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/TakeLast.cs#L19C13-L23C143" }, { "DocsId": "M:System.Linq.AsyncEnumerable.TakeWhile``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/TakeWhile.cs#L27C13-L30C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/TakeWhile.cs#L27C13-L32C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.TakeWhile``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/TakeWhile.cs#L62C13-L65C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/TakeWhile.cs#L64C13-L69C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.TakeWhile``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/TakeWhile.cs#L101C13-L104C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/TakeWhile.cs#L105C13-L110C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.TakeWhile``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/TakeWhile.cs#L141C13-L144C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/TakeWhile.cs#L147C13-L152C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.UnionBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/UnionBy.cs#L29C13-L33C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/UnionBy.cs#L29C13-L35C69" }, { "DocsId": "M:System.Linq.AsyncEnumerable.UnionBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/UnionBy.cs#L78C13-L82C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/UnionBy.cs#L80C13-L86C69" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AggregateAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``0,``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L27C13-L30C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L27C13-L30C58" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AggregateAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``0}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L76C13-L79C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L76C13-L79C58" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AggregateAsync``2(System.Collections.Generic.IAsyncEnumerable{``0},``1,System.Func{``1,``0,``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L127C13-L130C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L127C13-L130C103" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AggregateAsync``2(System.Collections.Generic.IAsyncEnumerable{``0},``1,System.Func{``1,``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L163C13-L166C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L163C13-L166C64" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AggregateAsync``3(System.Collections.Generic.IAsyncEnumerable{``0},``1,System.Func{``1,``0,``1},System.Func{``1,``2},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L208C13-L212C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L208C13-L212C119" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AggregateAsync``3(System.Collections.Generic.IAsyncEnumerable{``0},``1,System.Func{``1,``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Func{``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L255C13-L259C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L255C13-L259C80" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AnyAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AnyAsync.cs#L23C13-L25C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AnyAsync.cs#L23C13-L25C52" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AnyAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AnyAsync.cs#L59C13-L62C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AnyAsync.cs#L59C13-L62C102" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AnyAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AnyAsync.cs#L96C13-L99C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AnyAsync.cs#L96C13-L99C63" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AllAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AllAsync.cs#L29C13-L32C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AllAsync.cs#L29C13-L32C102" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AllAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AllAsync.cs#L67C13-L70C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AllAsync.cs#L67C13-L70C63" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Prepend``1(System.Collections.Generic.IAsyncEnumerable{``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Prepend.cs#L23C13-L25C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Prepend.cs#L23C13-L25C51" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AverageAsync(System.Collections.Generic.IAsyncEnumerable{System.Int32},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L24C13-L26C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L24C13-L26C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AverageAsync(System.Collections.Generic.IAsyncEnumerable{System.Int64},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L59C13-L61C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L59C13-L61C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AverageAsync(System.Collections.Generic.IAsyncEnumerable{System.Single},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L92C13-L94C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L92C13-L94C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AverageAsync(System.Collections.Generic.IAsyncEnumerable{System.Double},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L125C13-L127C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L125C13-L127C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AverageAsync(System.Collections.Generic.IAsyncEnumerable{System.Decimal},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L158C13-L160C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L158C13-L160C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AverageAsync(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Int32}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L192C13-L194C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L192C13-L194C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AverageAsync(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Int64}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L224C13-L226C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L224C13-L226C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AverageAsync(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Single}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L255C13-L257C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L255C13-L257C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AverageAsync(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Double}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L286C13-L288C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L286C13-L288C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AverageAsync(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Decimal}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L317C13-L319C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L317C13-L319C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Chunk``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Chunk.cs#L30C13-L33C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Chunk.cs#L30C13-L35C46" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Concat``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Concat.cs#L23C13-L26C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Concat.cs#L23C13-L29C46" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ContainsAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ContainsAsync.cs#L27C13-L29C145" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ContainsAsync.cs#L27C13-L29C145" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AggregateBy``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},``2,System.Func{``2,``0,``2},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateBy.cs#L41C13-L45C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateBy.cs#L41C13-L47C77" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AggregateBy``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},``2,System.Func{``2,``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateBy.cs#L116C13-L120C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateBy.cs#L118C13-L124C77" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AggregateBy``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``1,``2},System.Func{``2,``0,``2},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateBy.cs#L186C13-L191C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateBy.cs#L190C13-L197C85" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AggregateBy``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Func{``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Func{``2,``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateBy.cs#L262C13-L267C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateBy.cs#L268C13-L275C85" }, { "DocsId": "M:System.Linq.AsyncEnumerable.CountBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountBy.cs#L28C13-L31C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountBy.cs#L28C13-L33C65" }, { "DocsId": "M:System.Linq.AsyncEnumerable.CountBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountBy.cs#L83C13-L86C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountBy.cs#L85C13-L90C65" }, { "DocsId": "M:System.Linq.AsyncEnumerable.CountAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L24C13-L26C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L24C13-L26C52" }, { "DocsId": "M:System.Linq.AsyncEnumerable.CountAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L63C13-L66C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L63C13-L66C102" }, { "DocsId": "M:System.Linq.AsyncEnumerable.CountAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L98C13-L101C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L98C13-L101C63" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LongCountAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L131C13-L133C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L131C13-L133C52" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LongCountAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L169C13-L172C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L169C13-L172C102" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LongCountAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L203C13-L206C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L203C13-L206C63" }, { "DocsId": "M:System.Linq.AsyncEnumerable.DefaultIfEmpty``1(System.Collections.Generic.IAsyncEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/DefaultIfEmpty.cs#L22C13-L22C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/DefaultIfEmpty.cs#L22C13-L22C44" }, { "DocsId": "M:System.Linq.AsyncEnumerable.DefaultIfEmpty``1(System.Collections.Generic.IAsyncEnumerable{``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/DefaultIfEmpty.cs#L36C13-L38C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/DefaultIfEmpty.cs#L36C13-L38C56" }, { "DocsId": "M:System.Linq.AsyncEnumerable.DistinctBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/DistinctBy.cs#L32C13-L35C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/DistinctBy.cs#L32C13-L37C62" }, { "DocsId": "M:System.Linq.AsyncEnumerable.DistinctBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/DistinctBy.cs#L86C13-L89C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/DistinctBy.cs#L88C13-L93C62" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Distinct``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Distinct.cs#L22C13-L24C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Distinct.cs#L22C13-L26C49" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ElementAtAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ElementAtAsync.cs#L25C13-L27C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ElementAtAsync.cs#L25C13-L27C102" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ElementAtOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ElementAtAsync.cs#L45C13-L47C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ElementAtAsync.cs#L45C13-L47C102" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ElementAtAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Index,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ElementAtAsync.cs#L69C13-L76C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ElementAtAsync.cs#L69C13-L76C110" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ElementAtOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Index,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ElementAtAsync.cs#L96C13-L103C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ElementAtAsync.cs#L96C13-L103C110" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToAsyncEnumerable``1(System.Collections.Generic.IEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToAsyncEnumerable.cs#L21C13-L28C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToAsyncEnumerable.cs#L21C13-L29C42" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ExceptBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ExceptBy.cs#L32C13-L36C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ExceptBy.cs#L32C13-L38C69" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ExceptBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ExceptBy.cs#L81C13-L85C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ExceptBy.cs#L98C13-L104C69" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Except``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Except.cs#L26C13-L29C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Except.cs#L26C13-L31C56" }, { "DocsId": "M:System.Linq.AsyncEnumerable.FirstAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L24C13-L26C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L24C13-L26C52" }, { "DocsId": "M:System.Linq.AsyncEnumerable.FirstAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L66C13-L69C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L66C13-L69C102" }, { "DocsId": "M:System.Linq.AsyncEnumerable.FirstAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L105C13-L108C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L105C13-L108C63" }, { "DocsId": "M:System.Linq.AsyncEnumerable.FirstOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L137C13-L137C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L137C13-L137C78" }, { "DocsId": "M:System.Linq.AsyncEnumerable.FirstOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L151C13-L153C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L151C13-L153C66" }, { "DocsId": "M:System.Linq.AsyncEnumerable.FirstOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L187C13-L187C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L187C13-L187C80" }, { "DocsId": "M:System.Linq.AsyncEnumerable.FirstOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L204C13-L204C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L204C13-L204C80" }, { "DocsId": "M:System.Linq.AsyncEnumerable.FirstOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L221C13-L224C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L221C13-L224C116" }, { "DocsId": "M:System.Linq.AsyncEnumerable.FirstOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L258C13-L261C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L258C13-L261C77" }, { "DocsId": "M:System.Linq.AsyncEnumerable.GroupBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L32C13-L35C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L32C13-L37C62" }, { "DocsId": "M:System.Linq.AsyncEnumerable.GroupBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L67C13-L70C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L69C13-L74C62" }, { "DocsId": "M:System.Linq.AsyncEnumerable.GroupBy``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L110C13-L114C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L114C13-L120C79" }, { "DocsId": "M:System.Linq.AsyncEnumerable.GroupBy``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L155C13-L159C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L161C13-L167C79" }, { "DocsId": "M:System.Linq.AsyncEnumerable.GroupBy``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L199C13-L203C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L207C13-L213C78" }, { "DocsId": "M:System.Linq.AsyncEnumerable.GroupBy``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Func{``1,System.Collections.Generic.IEnumerable{``0},System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L244C13-L248C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L256C13-L262C78" }, { "DocsId": "M:System.Linq.AsyncEnumerable.GroupBy``4(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L292C13-L297C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L308C13-L315C95" }, { "DocsId": "M:System.Linq.AsyncEnumerable.GroupBy``4(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Func{``1,System.Collections.Generic.IEnumerable{``2},System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``3}},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L342C13-L347C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L362C13-L369C95" }, { "DocsId": "M:System.Linq.AsyncEnumerable.GroupJoin``4(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3},System.Collections.Generic.IEqualityComparer{``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupJoin.cs#L44C13-L50C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupJoin.cs#L44C13-L52C107" }, { "DocsId": "M:System.Linq.AsyncEnumerable.GroupJoin``4(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Func{``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Func{``0,System.Collections.Generic.IEnumerable{``1},System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``3}},System.Collections.Generic.IEqualityComparer{``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupJoin.cs#L113C13-L119C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupJoin.cs#L115C13-L123C107" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Index``1(System.Collections.Generic.IAsyncEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Index.cs#L21C13-L23C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Index.cs#L21C13-L25C39" }, { "DocsId": "M:System.Linq.AsyncEnumerable.IntersectBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/IntersectBy.cs#L37C13-L41C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/IntersectBy.cs#L37C13-L43C69" }, { "DocsId": "M:System.Linq.AsyncEnumerable.IntersectBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/IntersectBy.cs#L105C13-L109C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/IntersectBy.cs#L107C13-L113C69" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Intersect``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Intersect.cs#L26C13-L29C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Intersect.cs#L26C13-L31C56" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Join``4(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,``1,``3},System.Collections.Generic.IEqualityComparer{``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Join.cs#L41C13-L47C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Join.cs#L41C13-L49C107" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Join``4(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Func{``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Func{``0,``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``3}},System.Collections.Generic.IEqualityComparer{``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Join.cs#L118C13-L124C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Join.cs#L120C13-L128C107" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LastAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L23C13-L25C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L23C13-L25C52" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LastAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L72C13-L75C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L72C13-L75C63" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LastAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L132C13-L135C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L132C13-L135C63" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LastOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L187C13-L187C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L187C13-L187C76" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LastOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L201C13-L203C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L201C13-L203C66" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LastOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L242C13-L242C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L242C13-L242C79" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LastOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L256C13-L256C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L256C13-L256C79" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LastOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L273C13-L276C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L273C13-L276C77" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LastOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L332C13-L335C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L332C13-L335C77" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LeftJoin``4(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,``1,``3},System.Collections.Generic.IEqualityComparer{``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LeftJoin.cs#L38C13-L44C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LeftJoin.cs#L38C13-L46C107" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LeftJoin``4(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Func{``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Func{``0,``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``3}},System.Collections.Generic.IEqualityComparer{``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LeftJoin.cs#L113C13-L119C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LeftJoin.cs#L115C13-L123C107" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToArrayAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToArrayAsync.cs#L23C13-L25C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToArrayAsync.cs#L23C13-L25C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToDictionaryAsync``2(System.Collections.Generic.IAsyncEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}},System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L29C13-L31C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L29C13-L31C101" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToDictionaryAsync``2(System.Collections.Generic.IAsyncEnumerable{System.ValueTuple{``0,``1}},System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L60C13-L60C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L60C13-L60C96" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToDictionaryAsync``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L82C13-L85C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L82C13-L85C114" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToDictionaryAsync``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L121C13-L124C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L121C13-L124C75" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToDictionaryAsync``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L165C13-L169C131" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L165C13-L169C131" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToDictionaryAsync``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L211C13-L215C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L211C13-L215C92" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToListAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToListAsync.cs#L23C13-L25C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToListAsync.cs#L23C13-L25C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToLookupAsync``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToLookupAsync.cs#L34C13-L37C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToLookupAsync.cs#L34C13-L37C114" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToLookupAsync``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToLookupAsync.cs#L73C13-L76C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToLookupAsync.cs#L88C13-L91C75" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToLookupAsync``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToLookupAsync.cs#L116C13-L120C131" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToLookupAsync.cs#L146C13-L150C131" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToLookupAsync``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToLookupAsync.cs#L160C13-L164C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToLookupAsync.cs#L205C13-L209C92" }, { "DocsId": "M:System.Linq.AsyncEnumerable.MaxAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IComparer{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MaxAsync.cs#L30C13-L58C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MaxAsync.cs#L30C13-L58C62" }, { "DocsId": "M:System.Linq.AsyncEnumerable.MinByAsync``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MinByAsync.cs#L31C13-L34C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MinByAsync.cs#L31C13-L34C101" }, { "DocsId": "M:System.Linq.AsyncEnumerable.MinByAsync``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MinByAsync.cs#L147C13-L150C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MinByAsync.cs#L147C13-L150C101" }, { "DocsId": "M:System.Linq.AsyncEnumerable.OfType``1(System.Collections.Generic.IAsyncEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OfType.cs#L27C13-L29C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OfType.cs#L27C13-L31C39" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Order``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L22C13-L22C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L22C13-L22C72" }, { "DocsId": "M:System.Linq.AsyncEnumerable.OrderBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L37C13-L37C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L38C13-L43C96" }, { "DocsId": "M:System.Linq.AsyncEnumerable.OrderBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L52C13-L52C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L60C13-L65C96" }, { "DocsId": "M:System.Linq.AsyncEnumerable.OrderDescending``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L63C13-L63C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L77C13-L77C82" }, { "DocsId": "M:System.Linq.AsyncEnumerable.OrderByDescending``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L78C13-L78C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L93C13-L98C95" }, { "DocsId": "M:System.Linq.AsyncEnumerable.OrderByDescending``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L93C13-L93C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L115C13-L120C95" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ThenBy``2(System.Linq.IOrderedAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L109C13-L111C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L137C13-L139C98" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ThenBy``2(System.Linq.IOrderedAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L128C13-L130C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L156C13-L158C98" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ThenByDescending``2(System.Linq.IOrderedAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L147C13-L149C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L175C13-L177C97" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ThenByDescending``2(System.Linq.IOrderedAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L166C13-L168C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L194C13-L196C97" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Range(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Range.cs#L18C13-L28C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Range.cs#L18C13-L28C39" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Repeat``1(``0,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Repeat.cs#L18C13-L25C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Repeat.cs#L18C13-L25C41" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Reverse``1(System.Collections.Generic.IAsyncEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Reverse.cs#L20C13-L22C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Reverse.cs#L20C13-L24C39" }, { "DocsId": "M:System.Linq.AsyncEnumerable.RightJoin``4(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,``1,``3},System.Collections.Generic.IEqualityComparer{``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/RightJoin.cs#L38C13-L44C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/RightJoin.cs#L38C13-L46C107" }, { "DocsId": "M:System.Linq.AsyncEnumerable.RightJoin``4(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Func{``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Func{``0,``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``3}},System.Collections.Generic.IEqualityComparer{``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/RightJoin.cs#L114C13-L120C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/RightJoin.cs#L116C13-L124C107" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Select``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Select.cs#L28C13-L31C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Select.cs#L28C13-L33C49" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Select``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Select.cs#L60C13-L63C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Select.cs#L62C13-L67C49" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Select``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Select.cs#L95C13-L98C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Select.cs#L99C13-L104C49" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Select``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Select.cs#L131C13-L134C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Select.cs#L137C13-L142C49" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Collections.Generic.IEnumerable{``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L31C13-L34C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L31C13-L36C49" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Collections.Generic.IEnumerable{``1}}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L69C13-L72C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L71C13-L76C49" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Collections.Generic.IAsyncEnumerable{``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L107C13-L110C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L111C13-L116C49" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L146C13-L149C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L152C13-L157C49" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Collections.Generic.IEnumerable{``1}}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L186C13-L189C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L194C13-L199C49" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Collections.Generic.IAsyncEnumerable{``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L226C13-L229C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L236C13-L241C49" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Collections.Generic.IEnumerable{``1}},System.Func{``0,``1,``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L273C13-L277C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L285C13-L291C75" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Collections.Generic.IEnumerable{``1}}},System.Func{``0,``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L321C13-L325C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L335C13-L341C75" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Collections.Generic.IAsyncEnumerable{``1}},System.Func{``0,``1,``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L369C13-L373C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L385C13-L391C75" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Collections.Generic.IAsyncEnumerable{``1}},System.Func{``0,``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L417C13-L421C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L435C13-L441C75" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}},System.Func{``0,``1,``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L464C13-L468C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L484C13-L490C75" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Collections.Generic.IEnumerable{``1}}},System.Func{``0,``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L512C13-L516C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L534C13-L540C75" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Collections.Generic.IAsyncEnumerable{``1}},System.Func{``0,``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L560C13-L564C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L584C13-L590C75" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SequenceEqualAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SequenceEqualAsync.cs#L28C13-L31C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SequenceEqualAsync.cs#L28C13-L31C106" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SingleAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L27C13-L29C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L27C13-L29C52" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SingleAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L76C13-L79C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L76C13-L79C63" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SingleAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L135C13-L138C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L135C13-L138C63" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SingleOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L191C13-L191C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L191C13-L191C78" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SingleOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L206C13-L208C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L206C13-L208C66" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SingleOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L258C13-L258C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L258C13-L258C81" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SingleOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L280C13-L280C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L280C13-L280C81" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SingleOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L298C13-L301C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L298C13-L301C77" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SingleOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L354C13-L357C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L354C13-L357C77" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Skip``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Skip.cs#L22C13-L26C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Skip.cs#L22C13-L27C46" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SumAsync(System.Collections.Generic.IAsyncEnumerable{System.Int32},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L23C13-L25C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L23C13-L25C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SumAsync(System.Collections.Generic.IAsyncEnumerable{System.Int64},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L49C13-L51C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L49C13-L51C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SumAsync(System.Collections.Generic.IAsyncEnumerable{System.Single},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L74C13-L76C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L74C13-L76C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SumAsync(System.Collections.Generic.IAsyncEnumerable{System.Double},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L99C13-L101C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L99C13-L101C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SumAsync(System.Collections.Generic.IAsyncEnumerable{System.Decimal},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L124C13-L126C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L124C13-L126C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SumAsync(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Int32}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L150C13-L152C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L150C13-L152C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SumAsync(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Int64}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L179C13-L181C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L179C13-L181C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SumAsync(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Single}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L207C13-L209C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L207C13-L209C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SumAsync(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Double}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L235C13-L237C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L235C13-L237C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SumAsync(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Decimal}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L263C13-L265C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L263C13-L265C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Take``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Take.cs#L27C13-L31C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Take.cs#L27C13-L31C46" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Take``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Range)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Take.cs#L64C13-L86C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Take.cs#L64C13-L91C124" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToHashSetAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToHashSetAsync.cs#L25C13-L27C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToHashSetAsync.cs#L25C13-L27C101" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Union``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Union.cs#L26C13-L29C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Union.cs#L26C13-L31C56" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Where``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Where.cs#L24C13-L27C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Where.cs#L24C13-L29C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Where``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Where.cs#L55C13-L58C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Where.cs#L57C13-L62C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Where``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Where.cs#L92C13-L95C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Where.cs#L96C13-L101C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Where``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Where.cs#L130C13-L133C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Where.cs#L136C13-L141C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Zip``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,``1,``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Zip.cs#L32C13-L36C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Zip.cs#L32C13-L38C62" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Zip``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Zip.cs#L87C13-L91C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Zip.cs#L89C13-L95C62" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Zip``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Zip.cs#L135C13-L138C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Zip.cs#L139C13-L144C46" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Zip``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Collections.Generic.IAsyncEnumerable{``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Zip.cs#L185C13-L189C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Zip.cs#L191C13-L197C53" } ], "DocsId": "T:System.Linq.AsyncEnumerable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MinAsync.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MinAsync.cs" }, { "Members": [ { "DocsId": "M:System.Linq.IOrderedAsyncEnumerable`1.CreateOrderedAsyncEnumerable``1(System.Func{`0,``0},System.Collections.Generic.IComparer{``0},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OfType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OfType.cs" }, { "DocsId": "M:System.Linq.IOrderedAsyncEnumerable`1.CreateOrderedAsyncEnumerable``1(System.Func{`0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``0}},System.Collections.Generic.IComparer{``0},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OfType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OfType.cs" } ], "DocsId": "T:System.Linq.IOrderedAsyncEnumerable`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OfType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OfType.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Management.json b/xml/SourceLinkInformation/net-8.0-pp/System.Management.json index ed95ea2c22a..6066f06ce60 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Management.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Management.json @@ -1,2769 +1,2769 @@ { "Assembly": "System.Management", - "GUID": "70C829088B0C4B50B1C2462440234DF1FFFFFFFF", + "GUID": "9B28E4727E004842A2A3428A215CBA9FFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:System.Management.TextFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.TextFormat.Mof", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.TextFormat.CimDtd20", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.TextFormat.WmiDtd20", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" } ], "DocsId": "T:System.Management.TextFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "Members": [ { "DocsId": "F:System.Management.CimType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.SInt8", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.UInt8", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.SInt16", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.UInt16", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.SInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.UInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.SInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.UInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.Real32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.Real64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.Boolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.String", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.DateTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.Reference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.Char16", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.Object", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" } ], "DocsId": "T:System.Management.CimType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "Members": [ { "DocsId": "F:System.Management.ComparisonSettings.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.ComparisonSettings.IncludeAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.ComparisonSettings.IgnoreQualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.ComparisonSettings.IgnoreObjectSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.ComparisonSettings.IgnoreDefaultValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.ComparisonSettings.IgnoreClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.ComparisonSettings.IgnoreCase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.ComparisonSettings.IgnoreFlavor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" } ], "DocsId": "T:System.Management.ComparisonSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementBaseObject.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L230C9-L232C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L230C9-L232C55" }, { "DocsId": "M:System.Management.ManagementBaseObject.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L237C13-L244C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L237C13-L244C10" }, { "DocsId": "M:System.Management.ManagementBaseObject.op_Explicit(System.Management.ManagementBaseObject)~System.IntPtr", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L260C13-L263C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L260C13-L263C56" }, { "DocsId": "M:System.Management.ManagementBaseObject.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L269C13-L269C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L269C13-L269C55" }, { "DocsId": "M:System.Management.ManagementBaseObject.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L274C13-L274C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L274C13-L274C55" }, { "DocsId": "M:System.Management.ManagementBaseObject.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L314C13-L326C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L314C13-L326C55" }, { "DocsId": "M:System.Management.ManagementBaseObject.GetPropertyValue(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L500C13-L507C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L500C13-L507C55" }, { "DocsId": "M:System.Management.ManagementBaseObject.GetQualifierValue(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L522C13-L522C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L522C13-L522C52" }, { "DocsId": "M:System.Management.ManagementBaseObject.SetQualifierValue(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L535C13-L536C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L535C13-L536C10" }, { "DocsId": "M:System.Management.ManagementBaseObject.GetPropertyQualifierValue(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L552C13-L552C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L552C13-L552C77" }, { "DocsId": "M:System.Management.ManagementBaseObject.SetPropertyQualifierValue(System.String,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L567C13-L568C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L567C13-L568C10" }, { "DocsId": "M:System.Management.ManagementBaseObject.GetText(System.Management.TextFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L583C13-L636C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L583C13-L636C33" }, { "DocsId": "M:System.Management.ManagementBaseObject.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L651C13-L688C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L651C13-L688C10" }, { "DocsId": "M:System.Management.ManagementBaseObject.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L702C13-L719C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L702C13-L719C30" }, { "DocsId": "M:System.Management.ManagementBaseObject.CompareTo(System.Management.ManagementBaseObject,System.Management.ComparisonSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L737C13-L758C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L737C13-L758C27" }, { "DocsId": "M:System.Management.ManagementBaseObject.SetPropertyValue(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L821C13-L829C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L821C13-L829C10" }, { "DocsId": "P:System.Management.ManagementBaseObject.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L348C17-L350C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L348C17-L350C79" }, { "DocsId": "P:System.Management.ManagementBaseObject.SystemProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L367C17-L369C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L367C17-L369C84" }, { "DocsId": "P:System.Management.ManagementBaseObject.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L387C17-L389C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L387C17-L389C73" }, { "DocsId": "P:System.Management.ManagementBaseObject.ClassPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L408C17-L451C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L408C17-L451C34" }, { "DocsId": "P:System.Management.ManagementBaseObject.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L473C19-L473C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L473C19-L473C57" } ], "DocsId": "T:System.Management.ManagementBaseObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementClass.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L55C13-L55C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L55C13-L55C55" }, { "DocsId": "M:System.Management.ManagementClass.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L144C36-L144C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L144C36-L144C95" }, { "DocsId": "M:System.Management.ManagementClass.#ctor(System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L164C55-L164C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L164C55-L164C81" }, { "DocsId": "M:System.Management.ManagementClass.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L177C47-L177C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L177C47-L177C93" }, { "DocsId": "M:System.Management.ManagementClass.#ctor(System.Management.ManagementPath,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L197C81-L197C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L197C81-L197C110" }, { "DocsId": "M:System.Management.ManagementClass.#ctor(System.String,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L216C15-L216C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L216C15-L216C64" }, { "DocsId": "M:System.Management.ManagementClass.#ctor(System.Management.ManagementScope,System.Management.ManagementPath,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L243C15-L243C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L243C15-L243C45" }, { "DocsId": "M:System.Management.ManagementClass.#ctor(System.String,System.String,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L268C15-L268C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L268C15-L268C86" }, { "DocsId": "M:System.Management.ManagementClass.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L274C9-L276C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L274C9-L276C55" }, { "DocsId": "M:System.Management.ManagementClass.GetInstances", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L427C13-L427C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L427C13-L427C59" }, { "DocsId": "M:System.Management.ManagementClass.GetInstances(System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L459C13-L492C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L459C13-L492C71" }, { "DocsId": "M:System.Management.ManagementClass.GetInstances(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L567C13-L568C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L567C13-L568C10" }, { "DocsId": "M:System.Management.ManagementClass.GetInstances(System.Management.ManagementOperationObserver,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L579C13-L621C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L579C13-L621C10" }, { "DocsId": "M:System.Management.ManagementClass.GetSubclasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L639C13-L639C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L639C13-L639C60" }, { "DocsId": "M:System.Management.ManagementClass.GetSubclasses(System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L675C13-L708C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L675C13-L708C71" }, { "DocsId": "M:System.Management.ManagementClass.GetSubclasses(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L717C13-L718C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L717C13-L718C10" }, { "DocsId": "M:System.Management.ManagementClass.GetSubclasses(System.Management.ManagementOperationObserver,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L730C13-L773C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L730C13-L773C10" }, { "DocsId": "M:System.Management.ManagementClass.Derive(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L804C13-L852C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L804C13-L852C29" }, { "DocsId": "M:System.Management.ManagementClass.CreateInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L887C13-L908C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L887C13-L908C32" }, { "DocsId": "M:System.Management.ManagementClass.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L924C13-L935C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L924C13-L935C71" }, { "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L977C13-L977C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L977C13-L977C52" }, { "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L991C13-L991C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L991C13-L991C88" }, { "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.String,System.String,System.String,System.String,System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1019C13-L1065C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1019C13-L1065C71" }, { "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1077C13-L1078C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1077C13-L1078C10" }, { "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1090C13-L1091C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1090C13-L1091C10" }, { "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.String,System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1116C13-L1167C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1116C13-L1167C10" }, { "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1185C13-L1185C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1185C13-L1185C57" }, { "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1200C13-L1200C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1200C13-L1200C80" }, { "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.String,System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1222C13-L1262C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1222C13-L1262C71" }, { "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1274C13-L1275C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1274C13-L1275C10" }, { "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1287C13-L1288C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1287C13-L1288C10" }, { "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1307C13-L1353C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1307C13-L1353C10" }, { "DocsId": "M:System.Management.ManagementClass.GetStronglyTypedClassCode(System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1410C13-L1412C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1410C13-L1412C93" }, { "DocsId": "M:System.Management.ManagementClass.GetStronglyTypedClassCode(System.Management.CodeLanguage,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1438C13-L1440C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1438C13-L1440C74" }, { "DocsId": "P:System.Management.ManagementClass.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L305C17-L305C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L305C17-L305C34" }, { "DocsId": "P:System.Management.ManagementClass.Derivation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L344C17-L362C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L344C17-L362C31" }, { "DocsId": "P:System.Management.ManagementClass.Methods", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L389C17-L391C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L389C17-L391C67" } ], "DocsId": "T:System.Management.ManagementClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementDateTimeConverter.ToDateTime(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L113C13-L203C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L113C13-L203C29" }, { "DocsId": "M:System.Management.ManagementDateTimeConverter.ToDmtfDateTime(System.DateTime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L235C13-L284C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L235C13-L284C33" }, { "DocsId": "M:System.Management.ManagementDateTimeConverter.ToTimeSpan(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L311C13-L374C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L311C13-L374C29" }, { "DocsId": "M:System.Management.ManagementDateTimeConverter.ToDmtfTimeInterval(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L408C13-L439C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L408C13-L439C33" } ], "DocsId": "T:System.Management.ManagementDateTimeConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs" }, { "Members": [ { "DocsId": "P:System.Management.ManagementEventArgs.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L55C19-L55C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L55C19-L55C34" } ], "DocsId": "T:System.Management.ManagementEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Management.ObjectReadyEventArgs.NewObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L88C17-L88C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L88C17-L88C34" } ], "DocsId": "T:System.Management.ObjectReadyEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Management.CompletedEventArgs.StatusObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L127C17-L127C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L127C17-L127C34" }, { "DocsId": "P:System.Management.CompletedEventArgs.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L142C17-L142C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L142C17-L142C49" } ], "DocsId": "T:System.Management.CompletedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Management.ObjectPutEventArgs.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L178C17-L178C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L178C17-L178C32" } ], "DocsId": "T:System.Management.ObjectPutEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Management.ProgressEventArgs.UpperBound", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L223C17-L223C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L223C17-L223C35" }, { "DocsId": "P:System.Management.ProgressEventArgs.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L239C17-L239C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L239C17-L239C32" }, { "DocsId": "P:System.Management.ProgressEventArgs.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L254C17-L254C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L254C17-L254C48" } ], "DocsId": "T:System.Management.ProgressEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Management.EventArrivedEventArgs.NewEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L279C19-L279C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L279C19-L279C43" } ], "DocsId": "T:System.Management.EventArrivedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Management.StoppedEventArgs.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L306C17-L306C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L306C17-L306C49" } ], "DocsId": "T:System.Management.StoppedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Management.EventArrivedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" }, { "DocsId": "M:System.Management.EventArrivedEventHandler.Invoke(System.Object,System.Management.EventArrivedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" }, { "DocsId": "M:System.Management.EventArrivedEventHandler.BeginInvoke(System.Object,System.Management.EventArrivedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" }, { "DocsId": "M:System.Management.EventArrivedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" } ], "DocsId": "T:System.Management.EventArrivedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" }, { "Members": [ { "DocsId": "M:System.Management.StoppedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" }, { "DocsId": "M:System.Management.StoppedEventHandler.Invoke(System.Object,System.Management.StoppedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" }, { "DocsId": "M:System.Management.StoppedEventHandler.BeginInvoke(System.Object,System.Management.StoppedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" }, { "DocsId": "M:System.Management.StoppedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" } ], "DocsId": "T:System.Management.StoppedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementEventWatcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L142C43-L142C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L142C43-L142C86" }, { "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.Management.EventQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L154C33-L154C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L154C33-L154C60" }, { "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L166C29-L166C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L166C29-L166C72" }, { "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.Management.ManagementScope,System.Management.EventQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L176C33-L176C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L176C33-L176C61" }, { "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L187C29-L187C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L187C29-L187C94" }, { "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.String,System.String,System.Management.EventWatcherOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L201C44-L201C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L201C44-L201C112" }, { "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.Management.ManagementScope,System.Management.EventQuery,System.Management.EventWatcherOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L212C9-L239C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L212C9-L239C10" }, { "DocsId": "M:System.Management.ManagementEventWatcher.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L247C13-L257C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L247C13-L257C10" }, { "DocsId": "M:System.Management.ManagementEventWatcher.WaitForNextEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L392C13-L465C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L392C13-L465C24" }, { "DocsId": "M:System.Management.ManagementEventWatcher.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L478C13-L524C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L478C13-L524C10" }, { "DocsId": "M:System.Management.ManagementEventWatcher.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L535C13-L549C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L535C13-L549C10" }, { "DocsId": "E:System.Management.ManagementEventWatcher.EventArrived", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" }, { "DocsId": "E:System.Management.ManagementEventWatcher.Stopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" }, { "DocsId": "P:System.Management.ManagementEventWatcher.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L287C17-L287C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L287C17-L287C30" }, { "DocsId": "P:System.Management.ManagementEventWatcher.Query", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L320C17-L320C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L320C17-L320C30" }, { "DocsId": "P:System.Management.ManagementEventWatcher.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L353C17-L353C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L353C17-L353C32" } ], "DocsId": "T:System.Management.ManagementEventWatcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" }, { "Members": [ { "DocsId": "F:System.Management.ManagementStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.NoError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.False", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ResetToDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.Different", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.Timedout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.NoMoreData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.OperationCanceled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.Pending", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.DuplicateObjects", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.PartialResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.Failed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.NotFound", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.AccessDenied", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ProviderFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.TypeMismatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.OutOfMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.NotAvailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.CriticalError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.NotSupported", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidSuperclass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidNamespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ProviderNotFound", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidProviderRegistration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ProviderLoadFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InitializationFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.TransportFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidQueryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.AlreadyExists", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.OverrideNotAllowed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.PropagatedQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.PropagatedProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.Unexpected", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.IllegalOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.CannotBeKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.IncompleteClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidSyntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.NondecoratedObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ProviderNotCapable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ClassHasChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ClassHasInstances", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.QueryNotImplemented", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.IllegalNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidQualifierType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidPropertyType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ValueOutOfRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.CannotBeSingleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidCimType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidMethodParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.SystemProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.CallCanceled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ShuttingDown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.PropagatedMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.UnsupportedParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.MissingParameterID", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidParameterID", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.NonconsecutiveParameterIDs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ParameterIDOnRetval", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidObjectPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.OutOfDiskSpace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.BufferTooSmall", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.UnsupportedPutExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.UnknownObjectType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.UnknownPacketType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.MarshalVersionMismatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.MarshalInvalidSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidDuplicateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.TooMuchData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ServerTooBusy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidFlavor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.CircularReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.UnsupportedClassUpdate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.CannotChangeKeyInheritance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.CannotChangeIndexInheritance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.TooManyProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.UpdateTypeMismatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.UpdateOverrideNotAllowed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.UpdatePropagatedMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.MethodNotImplemented", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.MethodDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.RefresherBusy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.UnparsableQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.NotEventClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.MissingGroupWithin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.MissingAggregationList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.PropertyNotAnObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.AggregatingByObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.UninterpretableProviderQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.BackupRestoreWinmgmtRunning", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.QueueOverflow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.PrivilegeNotHeld", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidOperator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.LocalCredentials", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.CannotBeAbstract", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.AmendedObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ClientTooSlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.RegistrationTooBroad", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.RegistrationTooPrecise", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" } ], "DocsId": "T:System.Management.ManagementStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs#L679C91-L682C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs#L679C91-L682C10" }, { "DocsId": "M:System.Management.ManagementException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs#L686C40-L689C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs#L686C40-L689C10" }, { "DocsId": "M:System.Management.ManagementException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs#L697C54-L700C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs#L697C54-L700C10" }, { "DocsId": "M:System.Management.ManagementException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs#L709C80-L714C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs#L709C80-L714C10" }, { "DocsId": "M:System.Management.ManagementException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs#L729C13-L734C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs#L729C13-L734C10" }, { "DocsId": "P:System.Management.ManagementException.ErrorInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs#L788C15-L788C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs#L788C15-L788C34" }, { "DocsId": "P:System.Management.ManagementException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs#L801C15-L801C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs#L801C15-L801C32" } ], "DocsId": "T:System.Management.ManagementException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementNamedValueCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L37C9-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L37C9-L39C10" }, { "DocsId": "M:System.Management.ManagementNamedValueCollection.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L53C9-L55C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L53C9-L55C55" }, { "DocsId": "M:System.Management.ManagementNamedValueCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L101C17-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L101C17-L107C10" }, { "DocsId": "M:System.Management.ManagementNamedValueCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L118C13-L120C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L118C13-L120C10" }, { "DocsId": "M:System.Management.ManagementNamedValueCollection.RemoveAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L127C13-L129C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L127C13-L129C10" }, { "DocsId": "M:System.Management.ManagementNamedValueCollection.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L141C13-L175C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L141C13-L175C24" }, { "DocsId": "P:System.Management.ManagementNamedValueCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L190C17-L190C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L190C17-L190C43" } ], "DocsId": "T:System.Management.ManagementNamedValueCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementObject.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L100C13-L100C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L100C13-L100C55" }, { "DocsId": "M:System.Management.ManagementObject.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L105C13-L112C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L105C13-L112C10" }, { "DocsId": "M:System.Management.ManagementObject.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L229C37-L229C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L229C37-L229C80" }, { "DocsId": "M:System.Management.ManagementObject.#ctor(System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L245C56-L245C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L245C56-L245C82" }, { "DocsId": "M:System.Management.ManagementObject.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L273C48-L273C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L273C48-L273C94" }, { "DocsId": "M:System.Management.ManagementObject.#ctor(System.Management.ManagementPath,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L303C82-L303C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L303C82-L303C111" }, { "DocsId": "M:System.Management.ManagementObject.#ctor(System.String,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L331C13-L332C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L331C13-L332C12" }, { "DocsId": "M:System.Management.ManagementObject.#ctor(System.Management.ManagementScope,System.Management.ManagementPath,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L373C15-L376C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L373C15-L376C10" }, { "DocsId": "M:System.Management.ManagementObject.#ctor(System.String,System.String,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L458C15-L458C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L458C15-L458C98" }, { "DocsId": "M:System.Management.ManagementObject.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L469C88-L472C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L469C88-L472C10" }, { "DocsId": "M:System.Management.ManagementObject.Get", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L768C13-L806C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L768C13-L806C10" }, { "DocsId": "M:System.Management.ManagementObject.Get(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L890C13-L933C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L890C13-L933C10" }, { "DocsId": "M:System.Management.ManagementObject.GetRelated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L965C13-L965C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L965C13-L965C45" }, { "DocsId": "M:System.Management.ManagementObject.GetRelated(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L993C13-L993C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L993C13-L993C88" }, { "DocsId": "M:System.Management.ManagementObject.GetRelated(System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1027C13-L1076C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1027C13-L1076C71" }, { "DocsId": "M:System.Management.ManagementObject.GetRelated(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1092C13-L1093C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1092C13-L1093C10" }, { "DocsId": "M:System.Management.ManagementObject.GetRelated(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1110C13-L1111C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1110C13-L1111C10" }, { "DocsId": "M:System.Management.ManagementObject.GetRelated(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1143C13-L1198C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1143C13-L1198C10" }, { "DocsId": "M:System.Management.ManagementObject.GetRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1217C13-L1217C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1217C13-L1217C51" }, { "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1236C13-L1236C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1236C13-L1236C81" }, { "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1264C13-L1308C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1264C13-L1308C71" }, { "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1325C13-L1326C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1325C13-L1326C10" }, { "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1343C13-L1344C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1343C13-L1344C10" }, { "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1370C13-L1421C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1370C13-L1421C10" }, { "DocsId": "M:System.Management.ManagementObject.Put", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1438C13-L1438C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1438C13-L1438C42" }, { "DocsId": "M:System.Management.ManagementObject.Put(System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1454C13-L1538C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1454C13-L1538C28" }, { "DocsId": "M:System.Management.ManagementObject.Put(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1599C13-L1600C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1599C13-L1600C10" }, { "DocsId": "M:System.Management.ManagementObject.Put(System.Management.ManagementOperationObserver,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1610C13-L1668C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1610C13-L1668C10" }, { "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1701C13-L1701C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1701C13-L1701C51" }, { "DocsId": "M:System.Management.ManagementObject.CopyTo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1713C13-L1713C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1713C13-L1713C71" }, { "DocsId": "M:System.Management.ManagementObject.CopyTo(System.String,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1726C13-L1726C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1726C13-L1726C62" }, { "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementPath,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1739C13-L1827C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1739C13-L1827C28" }, { "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1837C13-L1838C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1837C13-L1838C10" }, { "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1847C13-L1848C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1847C13-L1848C10" }, { "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.String,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1858C13-L1859C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1858C13-L1859C10" }, { "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.Management.ManagementPath,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1869C13-L1924C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1869C13-L1924C10" }, { "DocsId": "M:System.Management.ManagementObject.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1937C13-L1938C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1937C13-L1938C10" }, { "DocsId": "M:System.Management.ManagementObject.Delete(System.Management.DeleteOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1946C13-L1990C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1946C13-L1990C10" }, { "DocsId": "M:System.Management.ManagementObject.Delete(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1999C13-L2000C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1999C13-L2000C10" }, { "DocsId": "M:System.Management.ManagementObject.Delete(System.Management.ManagementOperationObserver,System.Management.DeleteOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2009C13-L2057C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2009C13-L2057C10" }, { "DocsId": "M:System.Management.ManagementObject.InvokeMethod(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2130C13-L2156C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2130C13-L2156C27" }, { "DocsId": "M:System.Management.ManagementObject.InvokeMethod(System.Management.ManagementOperationObserver,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2177C13-L2198C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2177C13-L2198C10" }, { "DocsId": "M:System.Management.ManagementObject.InvokeMethod(System.String,System.Management.ManagementBaseObject,System.Management.InvokeMethodOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2276C13-L2323C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2276C13-L2323C34" }, { "DocsId": "M:System.Management.ManagementObject.InvokeMethod(System.Management.ManagementOperationObserver,System.String,System.Management.ManagementBaseObject,System.Management.InvokeMethodOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2343C13-L2390C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2343C13-L2390C10" }, { "DocsId": "M:System.Management.ManagementObject.GetMethodParameters(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2413C13-L2415C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2413C13-L2415C33" }, { "DocsId": "M:System.Management.ManagementObject.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2493C13-L2511C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2493C13-L2511C73" }, { "DocsId": "M:System.Management.ManagementObject.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2527C13-L2530C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2527C13-L2530C27" }, { "DocsId": "P:System.Management.ManagementObject.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L510C17-L510C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L510C17-L510C63" }, { "DocsId": "P:System.Management.ManagementObject.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L562C17-L562C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L562C17-L562C61" }, { "DocsId": "P:System.Management.ManagementObject.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L626C17-L626C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L626C17-L626C66" }, { "DocsId": "P:System.Management.ManagementObject.ClassPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L671C17-L721C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L671C17-L721C34" } ], "DocsId": "T:System.Management.ManagementObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementObjectCollection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L92C13-L93C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L92C13-L93C10" }, { "DocsId": "M:System.Management.ManagementObjectCollection.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L102C13-L106C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L102C13-L106C10" }, { "DocsId": "M:System.Management.ManagementObjectCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L201C13-L235C20" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L201C13-L235C20" }, { "DocsId": "M:System.Management.ManagementObjectCollection.CopyTo(System.Management.ManagementBaseObject[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L246C13-L247C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L246C13-L247C10" }, { "DocsId": "M:System.Management.ManagementObjectCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L269C13-L329C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L269C13-L329C71" }, { "DocsId": "M:System.Management.ManagementObjectCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L344C13-L344C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L344C13-L344C36" }, { "DocsId": "P:System.Management.ManagementObjectCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L137C17-L152C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L137C17-L152C30" }, { "DocsId": "P:System.Management.ManagementObjectCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L167C17-L170C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L167C17-L170C30" }, { "DocsId": "P:System.Management.ManagementObjectCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L184C17-L187C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L184C17-L187C29" }, { "DocsId": "T:System.Management.ManagementObjectCollection.ManagementObjectEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs" } ], "DocsId": "T:System.Management.ManagementObjectCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L86C45-L86C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L86C45-L86C88" }, { "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L101C63-L101C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L101C63-L101C113" }, { "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.Management.ObjectQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L116C62-L116C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L116C62-L116C89" }, { "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L138C13-L139C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L138C13-L139C12" }, { "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.Management.ManagementScope,System.Management.ObjectQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L161C85-L161C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L161C85-L161C113" }, { "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L183C13-L184C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L183C13-L184C12" }, { "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.Management.ManagementScope,System.Management.ObjectQuery,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L205C9-L218C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L205C9-L218C10" }, { "DocsId": "M:System.Management.ManagementObjectSearcher.Get", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L323C13-L392C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L323C13-L392C71" }, { "DocsId": "M:System.Management.ManagementObjectSearcher.Get(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L405C13-L483C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L405C13-L483C10" }, { "DocsId": "P:System.Management.ManagementObjectSearcher.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L249C17-L249C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L249C17-L249C30" }, { "DocsId": "P:System.Management.ManagementObjectSearcher.Query", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L275C17-L275C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L275C17-L275C30" }, { "DocsId": "P:System.Management.ManagementObjectSearcher.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L296C17-L296C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L296C17-L296C32" } ], "DocsId": "T:System.Management.ManagementObjectSearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs" }, { "Members": [ { "DocsId": "M:System.Management.ObjectReadyEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.ObjectReadyEventHandler.Invoke(System.Object,System.Management.ObjectReadyEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.ObjectReadyEventHandler.BeginInvoke(System.Object,System.Management.ObjectReadyEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.ObjectReadyEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" } ], "DocsId": "T:System.Management.ObjectReadyEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "Members": [ { "DocsId": "M:System.Management.CompletedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.CompletedEventHandler.Invoke(System.Object,System.Management.CompletedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.CompletedEventHandler.BeginInvoke(System.Object,System.Management.CompletedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.CompletedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" } ], "DocsId": "T:System.Management.CompletedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "Members": [ { "DocsId": "M:System.Management.ProgressEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.ProgressEventHandler.Invoke(System.Object,System.Management.ProgressEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.ProgressEventHandler.BeginInvoke(System.Object,System.Management.ProgressEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.ProgressEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" } ], "DocsId": "T:System.Management.ProgressEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "Members": [ { "DocsId": "M:System.Management.ObjectPutEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.ObjectPutEventHandler.Invoke(System.Object,System.Management.ObjectPutEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.ObjectPutEventHandler.BeginInvoke(System.Object,System.Management.ObjectPutEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.ObjectPutEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" } ], "DocsId": "T:System.Management.ObjectPutEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementOperationObserver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs#L153C9-L158C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs#L153C9-L158C10" }, { "DocsId": "M:System.Management.ManagementOperationObserver.Cancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs#L167C13-L211C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs#L167C13-L211C10" }, { "DocsId": "E:System.Management.ManagementOperationObserver.ObjectReady", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "E:System.Management.ManagementOperationObserver.Completed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "E:System.Management.ManagementOperationObserver.Progress", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "E:System.Management.ManagementOperationObserver.ObjectPut", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" } ], "DocsId": "T:System.Management.ManagementOperationObserver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "Members": [ { "DocsId": "F:System.Management.AuthenticationLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.AuthenticationLevel.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.AuthenticationLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.AuthenticationLevel.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.AuthenticationLevel.Call", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.AuthenticationLevel.Packet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.AuthenticationLevel.PacketIntegrity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.AuthenticationLevel.PacketPrivacy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.AuthenticationLevel.Unchanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" } ], "DocsId": "T:System.Management.AuthenticationLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "Members": [ { "DocsId": "F:System.Management.ImpersonationLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.ImpersonationLevel.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.ImpersonationLevel.Anonymous", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.ImpersonationLevel.Identify", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.ImpersonationLevel.Impersonate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.ImpersonationLevel.Delegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" } ], "DocsId": "T:System.Management.ImpersonationLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "Members": [ { "DocsId": "F:System.Management.PutType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.PutType.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.PutType.UpdateOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.PutType.CreateOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.PutType.UpdateOrCreate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" } ], "DocsId": "T:System.Management.PutType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.ManagementOptions.InfiniteTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "P:System.Management.ManagementOptions.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L169C17-L169C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L169C17-L169C73" }, { "DocsId": "P:System.Management.ManagementOptions.Timeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L207C15-L207C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L207C15-L207C30" } ], "DocsId": "T:System.Management.ManagementOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "Members": [ { "DocsId": "M:System.Management.EnumerationOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L514C39-L514C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L514C39-L514C120" }, { "DocsId": "M:System.Management.EnumerationOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L543C35-L553C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L543C35-L553C10" }, { "DocsId": "M:System.Management.EnumerationOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L563C13-L569C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L563C13-L569C129" }, { "DocsId": "P:System.Management.EnumerationOptions.ReturnImmediately", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L329C19-L329C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L329C19-L329C121" }, { "DocsId": "P:System.Management.EnumerationOptions.BlockSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L347C19-L347C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L347C19-L347C36" }, { "DocsId": "P:System.Management.EnumerationOptions.Rewindable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L378C19-L378C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L378C19-L378C115" }, { "DocsId": "P:System.Management.EnumerationOptions.UseAmendedQualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L405C19-L405C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L405C19-L405C125" }, { "DocsId": "P:System.Management.EnumerationOptions.EnsureLocatable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L428C15-L428C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L428C15-L428C115" }, { "DocsId": "P:System.Management.EnumerationOptions.PrototypeOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L451C15-L451C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L451C15-L451C106" }, { "DocsId": "P:System.Management.EnumerationOptions.DirectRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L472C15-L472C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L472C15-L472C110" }, { "DocsId": "P:System.Management.EnumerationOptions.EnumerateDeep", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L495C15-L495C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L495C15-L495C104" } ], "DocsId": "T:System.Management.EnumerationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "Members": [ { "DocsId": "M:System.Management.EventWatcherOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L691C15-L691C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L691C15-L691C49" }, { "DocsId": "M:System.Management.EventWatcherOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L663C9-L705C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L663C9-L705C10" }, { "DocsId": "M:System.Management.EventWatcherOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L715C13-L720C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L715C13-L720C76" }, { "DocsId": "P:System.Management.EventWatcherOptions.BlockSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L674C19-L674C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L674C19-L674C36" } ], "DocsId": "T:System.Management.EventWatcherOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "Members": [ { "DocsId": "M:System.Management.ObjectGetOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L830C37-L830C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L830C37-L830C75" }, { "DocsId": "M:System.Management.ObjectGetOptions.#ctor(System.Management.ManagementNamedValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L837C75-L837C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L837C75-L837C116" }, { "DocsId": "M:System.Management.ObjectGetOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L846C120-L849C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L846C120-L849C10" }, { "DocsId": "M:System.Management.ObjectGetOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L859C13-L864C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L859C13-L864C84" }, { "DocsId": "P:System.Management.ObjectGetOptions.UseAmendedQualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L814C19-L814C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L814C19-L814C125" } ], "DocsId": "T:System.Management.ObjectGetOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "Members": [ { "DocsId": "M:System.Management.PutOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L988C31-L988C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L988C31-L988C93" }, { "DocsId": "M:System.Management.PutOptions.#ctor(System.Management.ManagementNamedValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L995C69-L995C134" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L995C69-L995C134" }, { "DocsId": "M:System.Management.PutOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Boolean,System.Management.PutType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1005C131-L1009C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1005C131-L1009C10" }, { "DocsId": "M:System.Management.PutOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1019C13-L1024C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1019C13-L1024C84" }, { "DocsId": "P:System.Management.PutOptions.UseAmendedQualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L947C19-L947C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L947C19-L947C125" }, { "DocsId": "P:System.Management.PutOptions.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L965C17-L967C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L965C17-L967C103" } ], "DocsId": "T:System.Management.PutOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "Members": [ { "DocsId": "M:System.Management.DeleteOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1088C34-L1088C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1088C34-L1088C44" }, { "DocsId": "M:System.Management.DeleteOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1096C90-L1096C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1096C90-L1096C116" }, { "DocsId": "M:System.Management.DeleteOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1106C13-L1111C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1106C13-L1111C59" } ], "DocsId": "T:System.Management.DeleteOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "Members": [ { "DocsId": "M:System.Management.InvokeMethodOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1175C40-L1175C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1175C40-L1175C50" }, { "DocsId": "M:System.Management.InvokeMethodOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1183C96-L1183C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1183C96-L1183C122" }, { "DocsId": "M:System.Management.InvokeMethodOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1193C13-L1198C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1193C13-L1198C65" } ], "DocsId": "T:System.Management.InvokeMethodOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "Members": [ { "DocsId": "M:System.Management.ConnectionOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1554C13-L1557C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1554C13-L1557C12" }, { "DocsId": "M:System.Management.ConnectionOptions.#ctor(System.String,System.String,System.String,System.String,System.Management.ImpersonationLevel,System.Management.AuthenticationLevel,System.Boolean,System.Management.ManagementNamedValueCollection,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1578C77-L1603C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1578C77-L1603C10" }, { "DocsId": "M:System.Management.ConnectionOptions.#ctor(System.String,System.String,System.Security.SecureString,System.String,System.Management.ImpersonationLevel,System.Management.AuthenticationLevel,System.Boolean,System.Management.ManagementNamedValueCollection,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1622C77-L1643C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1622C77-L1643C10" }, { "DocsId": "M:System.Management.ConnectionOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1653C13-L1658C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1653C13-L1658C102" }, { "DocsId": "P:System.Management.ConnectionOptions.Locale", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1295C19-L1295C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1295C19-L1295C49" }, { "DocsId": "P:System.Management.ConnectionOptions.Username", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1321C19-L1321C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1321C19-L1321C35" }, { "DocsId": "P:System.Management.ConnectionOptions.Password", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1347C17-L1379C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1347C17-L1379C14" }, { "DocsId": "P:System.Management.ConnectionOptions.SecurePassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1396C17-L1418C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1396C17-L1418C14" }, { "DocsId": "P:System.Management.ConnectionOptions.Authority", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1443C19-L1443C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1443C19-L1443C52" }, { "DocsId": "P:System.Management.ConnectionOptions.Impersonation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1475C19-L1475C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1475C19-L1475C40" }, { "DocsId": "P:System.Management.ConnectionOptions.Authentication", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1506C19-L1506C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1506C19-L1506C41" }, { "DocsId": "P:System.Management.ConnectionOptions.EnablePrivileges", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1530C19-L1530C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1530C19-L1530C43" } ], "DocsId": "T:System.Management.ConnectionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementPath.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L184C35-L184C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L184C35-L184C57" }, { "DocsId": "M:System.Management.ManagementPath.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L190C9-L194C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L190C9-L194C10" }, { "DocsId": "M:System.Management.ManagementPath.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L206C13-L206C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L206C13-L206C30" }, { "DocsId": "M:System.Management.ManagementPath.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L217C13-L217C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L217C13-L217C45" }, { "DocsId": "M:System.Management.ManagementPath.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L228C13-L228C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L228C13-L228C28" }, { "DocsId": "M:System.Management.ManagementPath.SetAsClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L408C13-L421C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L408C13-L421C94" }, { "DocsId": "M:System.Management.ManagementPath.SetAsSingleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L430C13-L443C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L430C13-L443C94" }, { "DocsId": "P:System.Management.ManagementPath.DefaultPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L241C19-L241C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L241C19-L241C53" }, { "DocsId": "P:System.Management.ManagementPath.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L462C17-L462C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L462C17-L462C43" }, { "DocsId": "P:System.Management.ManagementPath.RelativePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L502C17-L536C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L502C17-L536C32" }, { "DocsId": "P:System.Management.ManagementPath.Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L605C17-L633C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L605C17-L633C32" }, { "DocsId": "P:System.Management.ManagementPath.NamespacePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L856C17-L856C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L856C17-L856C99" }, { "DocsId": "P:System.Management.ManagementPath.ClassName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L889C17-L889C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L889C17-L889C42" }, { "DocsId": "P:System.Management.ManagementPath.IsClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L976C17-L990C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L976C17-L990C101" }, { "DocsId": "P:System.Management.ManagementPath.IsInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L1005C17-L1019C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L1005C17-L1019C100" }, { "DocsId": "P:System.Management.ManagementPath.IsSingleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L1034C17-L1048C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L1034C17-L1048C101" } ], "DocsId": "T:System.Management.ManagementPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L60C68-L60C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L60C68-L60C69" }, { "DocsId": "M:System.Management.ManagementQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" }, { "DocsId": "P:System.Management.ManagementQuery.QueryString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L76C19-L76C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L76C19-L76C54" }, { "DocsId": "P:System.Management.ManagementQuery.QueryLanguage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L98C19-L98C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L98C19-L98C56" } ], "DocsId": "T:System.Management.ManagementQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" }, { "Members": [ { "DocsId": "M:System.Management.ObjectQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L221C32-L221C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L221C32-L221C42" }, { "DocsId": "M:System.Management.ObjectQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L228C44-L228C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L228C44-L228C59" }, { "DocsId": "M:System.Management.ObjectQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L236C61-L236C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L236C61-L236C86" }, { "DocsId": "M:System.Management.ObjectQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L247C13-L247C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L247C13-L247C64" } ], "DocsId": "T:System.Management.ObjectQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" }, { "Members": [ { "DocsId": "M:System.Management.EventQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L434C31-L434C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L434C31-L434C41" }, { "DocsId": "M:System.Management.EventQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L440C43-L440C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L440C43-L440C58" }, { "DocsId": "M:System.Management.EventQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L448C60-L448C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L448C60-L448C85" }, { "DocsId": "M:System.Management.EventQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L459C13-L459C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L459C13-L459C63" } ], "DocsId": "T:System.Management.EventQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" }, { "Members": [ { "DocsId": "M:System.Management.WqlObjectQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L523C35-L523C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L523C35-L523C49" }, { "DocsId": "M:System.Management.WqlObjectQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L530C47-L530C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L530C47-L530C62" }, { "DocsId": "M:System.Management.WqlObjectQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L555C13-L555C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L555C13-L555C52" }, { "DocsId": "P:System.Management.WqlObjectQuery.QueryLanguage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L543C15-L543C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L543C15-L543C41" } ], "DocsId": "T:System.Management.WqlObjectQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" }, { "Members": [ { "DocsId": "M:System.Management.SelectQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L626C32-L626C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L626C32-L626C46" }, { "DocsId": "M:System.Management.SelectQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L654C9-L682C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L654C9-L682C10" }, { "DocsId": "M:System.Management.SelectQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L697C66-L697C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L697C66-L697C102" }, { "DocsId": "M:System.Management.SelectQuery.#ctor(System.String,System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L721C95-L732C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L721C95-L732C10" }, { "DocsId": "M:System.Management.SelectQuery.#ctor(System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L747C68-L758C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L747C68-L758C10" }, { "DocsId": "M:System.Management.SelectQuery.BuildQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L913C13-L955C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L913C13-L955C10" }, { "DocsId": "M:System.Management.SelectQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L965C13-L1095C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L965C13-L1095C10" }, { "DocsId": "M:System.Management.SelectQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1105C13-L1121C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1105C13-L1121C57" }, { "DocsId": "P:System.Management.SelectQuery.QueryString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L787C17-L788C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L787C17-L788C41" }, { "DocsId": "P:System.Management.SelectQuery.IsSchemaQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L812C15-L812C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L812C15-L812C36" }, { "DocsId": "P:System.Management.SelectQuery.ClassName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L846C19-L846C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L846C19-L846C52" }, { "DocsId": "P:System.Management.SelectQuery.Condition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L865C19-L865C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L865C19-L865C52" }, { "DocsId": "P:System.Management.SelectQuery.SelectedProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L884C19-L884C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L884C19-L884C45" } ], "DocsId": "T:System.Management.SelectQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" }, { "Members": [ { "DocsId": "M:System.Management.RelatedObjectQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1215C39-L1215C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1215C39-L1215C53" }, { "DocsId": "M:System.Management.RelatedObjectQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1252C9-L1283C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1252C9-L1283C10" }, { "DocsId": "M:System.Management.RelatedObjectQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1291C79-L1293C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1291C79-L1293C12" }, { "DocsId": "M:System.Management.RelatedObjectQuery.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1308C9-L1328C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1308C9-L1328C10" }, { "DocsId": "M:System.Management.RelatedObjectQuery.#ctor(System.Boolean,System.String,System.String,System.String,System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1344C9-L1367C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1344C9-L1367C10" }, { "DocsId": "M:System.Management.RelatedObjectQuery.BuildQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1564C13-L1624C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1564C13-L1624C10" }, { "DocsId": "M:System.Management.RelatedObjectQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1634C13-L1754C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1634C13-L1754C10" }, { "DocsId": "M:System.Management.RelatedObjectQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1766C13-L1773C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1766C13-L1773C55" }, { "DocsId": "P:System.Management.RelatedObjectQuery.IsSchemaQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1385C15-L1385C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1385C15-L1385C36" }, { "DocsId": "P:System.Management.RelatedObjectQuery.SourceObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1405C19-L1405C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1405C19-L1405C55" }, { "DocsId": "P:System.Management.RelatedObjectQuery.RelatedClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1433C19-L1433C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1433C19-L1433C55" }, { "DocsId": "P:System.Management.RelatedObjectQuery.RelationshipClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1461C19-L1461C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1461C19-L1461C60" }, { "DocsId": "P:System.Management.RelatedObjectQuery.RelatedQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1479C19-L1479C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1479C19-L1479C59" }, { "DocsId": "P:System.Management.RelatedObjectQuery.RelationshipQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1497C19-L1497C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1497C19-L1497C64" }, { "DocsId": "P:System.Management.RelatedObjectQuery.RelatedRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1515C19-L1515C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1515C19-L1515C54" }, { "DocsId": "P:System.Management.RelatedObjectQuery.ThisRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1532C19-L1532C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1532C19-L1532C51" }, { "DocsId": "P:System.Management.RelatedObjectQuery.ClassDefinitionsOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1552C19-L1552C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1552C19-L1552C47" } ], "DocsId": "T:System.Management.RelatedObjectQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" }, { "Members": [ { "DocsId": "M:System.Management.RelationshipQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1852C38-L1852C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1852C38-L1852C52" }, { "DocsId": "M:System.Management.RelationshipQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1880C9-L1911C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1880C9-L1911C10" }, { "DocsId": "M:System.Management.RelationshipQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1919C83-L1921C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1919C83-L1921C12" }, { "DocsId": "M:System.Management.RelationshipQuery.#ctor(System.String,System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1933C9-L1946C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1933C9-L1946C10" }, { "DocsId": "M:System.Management.RelationshipQuery.#ctor(System.Boolean,System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1959C9-L1976C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1959C9-L1976C10" }, { "DocsId": "M:System.Management.RelationshipQuery.BuildQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2099C13-L2144C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2099C13-L2144C10" }, { "DocsId": "M:System.Management.RelationshipQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2154C13-L2260C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2154C13-L2260C10" }, { "DocsId": "M:System.Management.RelationshipQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2272C13-L2277C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2272C13-L2277C55" }, { "DocsId": "P:System.Management.RelationshipQuery.IsSchemaQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1995C15-L1995C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1995C15-L1995C36" }, { "DocsId": "P:System.Management.RelationshipQuery.SourceObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2015C19-L2015C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2015C19-L2015C55" }, { "DocsId": "P:System.Management.RelationshipQuery.RelationshipClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2033C19-L2033C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2033C19-L2033C60" }, { "DocsId": "P:System.Management.RelationshipQuery.RelationshipQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2051C19-L2051C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2051C19-L2051C64" }, { "DocsId": "P:System.Management.RelationshipQuery.ThisRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2069C19-L2069C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2069C19-L2069C51" }, { "DocsId": "P:System.Management.RelationshipQuery.ClassDefinitionsOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2087C19-L2087C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2087C19-L2087C47" } ], "DocsId": "T:System.Management.RelationshipQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" }, { "Members": [ { "DocsId": "M:System.Management.WqlEventQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2443C34-L2443C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2443C34-L2443C96" }, { "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2471C9-L2497C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2471C9-L2497C10" }, { "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2518C73-L2518C150" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2518C73-L2518C150" }, { "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2543C41-L2544C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2543C41-L2544C12" }, { "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.TimeSpan,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2575C41-L2576C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2575C41-L2576C12" }, { "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.String,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2607C41-L2608C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2607C41-L2608C12" }, { "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.String,System.TimeSpan,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2646C13-L2647C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2646C13-L2647C12" }, { "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.TimeSpan,System.String,System.TimeSpan,System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2686C9-L2700C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2686C9-L2700C10" }, { "DocsId": "M:System.Management.WqlEventQuery.BuildQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2966C13-L3013C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2966C13-L3013C10" }, { "DocsId": "M:System.Management.WqlEventQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L3022C13-L3134C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L3022C13-L3134C10" }, { "DocsId": "M:System.Management.WqlEventQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L3146C13-L3160C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L3146C13-L3160C104" }, { "DocsId": "P:System.Management.WqlEventQuery.QueryLanguage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2714C15-L2714C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2714C15-L2714C41" }, { "DocsId": "P:System.Management.WqlEventQuery.QueryString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2729C17-L2730C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2729C17-L2730C41" }, { "DocsId": "P:System.Management.WqlEventQuery.EventClassName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2763C19-L2763C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2763C19-L2763C57" }, { "DocsId": "P:System.Management.WqlEventQuery.Condition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2797C19-L2797C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2797C19-L2797C52" }, { "DocsId": "P:System.Management.WqlEventQuery.WithinInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2833C19-L2833C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2833C19-L2833C41" }, { "DocsId": "P:System.Management.WqlEventQuery.GroupWithinInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2869C19-L2869C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2869C19-L2869C46" }, { "DocsId": "P:System.Management.WqlEventQuery.GroupByPropertyList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2906C19-L2906C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2906C19-L2906C46" }, { "DocsId": "P:System.Management.WqlEventQuery.HavingCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2954C19-L2954C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2954C19-L2954C58" } ], "DocsId": "T:System.Management.WqlEventQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementScope.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L691C13-L695C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L691C13-L695C10" }, { "DocsId": "M:System.Management.ManagementScope.#ctor(System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L710C55-L710C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L710C55-L710C94" }, { "DocsId": "M:System.Management.ManagementScope.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L723C47-L723C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L723C47-L723C106" }, { "DocsId": "M:System.Management.ManagementScope.#ctor(System.String,System.Management.ConnectionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L742C74-L742C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L742C74-L742C117" }, { "DocsId": "M:System.Management.ManagementScope.#ctor(System.Management.ManagementPath,System.Management.ConnectionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L766C9-L781C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L766C9-L781C10" }, { "DocsId": "M:System.Management.ManagementScope.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L877C13-L877C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L877C13-L877C49" }, { "DocsId": "M:System.Management.ManagementScope.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L889C13-L889C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L889C13-L889C28" }, { "DocsId": "M:System.Management.ManagementScope.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L921C13-L922C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L921C13-L922C10" }, { "DocsId": "P:System.Management.ManagementScope.IsConnected", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L597C17-L597C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L597C17-L597C47" }, { "DocsId": "P:System.Management.ManagementScope.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L810C17-L810C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L810C17-L810C126" }, { "DocsId": "P:System.Management.ManagementScope.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L848C17-L848C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L848C17-L848C64" } ], "DocsId": "T:System.Management.ManagementScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs" }, { "Members": [ { "DocsId": "P:System.Management.MethodData.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Method.cs#L147C19-L147C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Method.cs#L147C19-L147C43" }, { "DocsId": "P:System.Management.MethodData.InParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Method.cs#L171C17-L172C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Method.cs#L171C17-L172C93" }, { "DocsId": "P:System.Management.MethodData.OutParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Method.cs#L198C17-L199C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Method.cs#L198C17-L199C95" }, { "DocsId": "P:System.Management.MethodData.Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Method.cs#L215C17-L228C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Method.cs#L215C17-L228C34" }, { "DocsId": "P:System.Management.MethodData.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Method.cs#L243C54-L243C147" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Method.cs#L243C54-L243C147" } ], "DocsId": "T:System.Management.MethodData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Method.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Method.cs" }, { "Members": [ { "DocsId": "M:System.Management.MethodDataCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L152C38-L154C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L152C38-L154C10" }, { "DocsId": "M:System.Management.MethodDataCollection.CopyTo(System.Management.MethodData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L164C13-L165C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L164C13-L165C10" }, { "DocsId": "M:System.Management.MethodDataCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L172C13-L172C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L172C13-L172C68" }, { "DocsId": "M:System.Management.MethodDataCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L188C13-L188C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L188C13-L188C53" }, { "DocsId": "M:System.Management.MethodDataCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L363C13-L385C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L363C13-L385C10" }, { "DocsId": "M:System.Management.MethodDataCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L403C13-L404C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L403C13-L404C10" }, { "DocsId": "M:System.Management.MethodDataCollection.Add(System.String,System.Management.ManagementBaseObject,System.Management.ManagementBaseObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L423C13-L452C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L423C13-L452C10" }, { "DocsId": "P:System.Management.MethodDataCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L75C17-L114C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L75C17-L114C26" }, { "DocsId": "P:System.Management.MethodDataCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L127C19-L127C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L127C19-L127C32" }, { "DocsId": "P:System.Management.MethodDataCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L138C19-L138C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L138C19-L138C31" }, { "DocsId": "P:System.Management.MethodDataCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L343C17-L346C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L343C17-L346C59" }, { "DocsId": "T:System.Management.MethodDataCollection.MethodDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs" } ], "DocsId": "T:System.Management.MethodDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs" }, { "Members": [ { "DocsId": "P:System.Management.PropertyData.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Property.cs#L124C19-L124C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Property.cs#L124C19-L124C45" }, { "DocsId": "P:System.Management.PropertyData.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Property.cs#L138C17-L141C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Property.cs#L138C17-L141C95" }, { "DocsId": "P:System.Management.PropertyData.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Property.cs#L181C17-L182C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Property.cs#L181C17-L182C95" }, { "DocsId": "P:System.Management.PropertyData.IsLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Property.cs#L197C17-L198C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Property.cs#L197C17-L198C121" }, { "DocsId": "P:System.Management.PropertyData.IsArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Property.cs#L212C17-L213C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Property.cs#L212C17-L213C92" }, { "DocsId": "P:System.Management.PropertyData.Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Property.cs#L228C17-L241C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Property.cs#L228C17-L241C34" }, { "DocsId": "P:System.Management.PropertyData.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Property.cs#L253C54-L253C151" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Property.cs#L253C54-L253C151" } ], "DocsId": "T:System.Management.PropertyData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Property.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Property.cs" }, { "Members": [ { "DocsId": "M:System.Management.PropertyDataCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L131C13-L168C20" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L131C13-L168C20" }, { "DocsId": "M:System.Management.PropertyDataCollection.CopyTo(System.Management.PropertyData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L179C13-L180C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L179C13-L180C10" }, { "DocsId": "M:System.Management.PropertyDataCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L186C13-L186C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L186C13-L186C80" }, { "DocsId": "M:System.Management.PropertyDataCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L198C13-L198C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L198C13-L198C65" }, { "DocsId": "M:System.Management.PropertyDataCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L377C13-L394C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L377C13-L394C10" }, { "DocsId": "M:System.Management.PropertyDataCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L413C13-L436C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L413C13-L436C10" }, { "DocsId": "M:System.Management.PropertyDataCollection.Add(System.String,System.Object,System.Management.CimType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L452C13-L478C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L452C13-L478C10" }, { "DocsId": "M:System.Management.PropertyDataCollection.Add(System.String,System.Management.CimType,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L494C13-L516C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L494C13-L516C10" }, { "DocsId": "P:System.Management.PropertyDataCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L75C17-L94C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L75C17-L94C45" }, { "DocsId": "P:System.Management.PropertyDataCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L107C19-L107C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L107C19-L107C32" }, { "DocsId": "P:System.Management.PropertyDataCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L118C19-L118C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L118C19-L118C31" }, { "DocsId": "P:System.Management.PropertyDataCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L350C17-L353C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L350C17-L353C63" }, { "DocsId": "T:System.Management.PropertyDataCollection.PropertyDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs" } ], "DocsId": "T:System.Management.PropertyDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs" }, { "Members": [ { "DocsId": "P:System.Management.QualifierData.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Qualifier.cs#L151C19-L151C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Qualifier.cs#L151C19-L151C46" }, { "DocsId": "P:System.Management.QualifierData.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Qualifier.cs#L172C17-L173C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Qualifier.cs#L172C17-L173C70" }, { "DocsId": "P:System.Management.QualifierData.IsAmended", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Qualifier.cs#L209C17-L211C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Qualifier.cs#L209C17-L211C88" }, { "DocsId": "P:System.Management.QualifierData.IsLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Qualifier.cs#L247C17-L249C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Qualifier.cs#L247C17-L249C92" }, { "DocsId": "P:System.Management.QualifierData.PropagatesToInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Qualifier.cs#L265C17-L267C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Qualifier.cs#L265C17-L267C107" }, { "DocsId": "P:System.Management.QualifierData.PropagatesToSubclass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Qualifier.cs#L303C17-L305C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Qualifier.cs#L303C17-L305C112" }, { "DocsId": "P:System.Management.QualifierData.IsOverridable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Qualifier.cs#L341C17-L343C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Qualifier.cs#L341C17-L343C97" } ], "DocsId": "T:System.Management.QualifierData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Qualifier.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Qualifier.cs" }, { "Members": [ { "DocsId": "M:System.Management.QualifierDataCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L180C13-L218C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L180C13-L218C10" }, { "DocsId": "M:System.Management.QualifierDataCollection.CopyTo(System.Management.QualifierData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L230C13-L231C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L230C13-L231C10" }, { "DocsId": "M:System.Management.QualifierDataCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L238C13-L238C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L238C13-L238C111" }, { "DocsId": "M:System.Management.QualifierDataCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L250C13-L250C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L250C13-L250C96" }, { "DocsId": "M:System.Management.QualifierDataCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L426C13-L435C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L426C13-L435C10" }, { "DocsId": "M:System.Management.QualifierDataCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L447C13-L448C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L447C13-L448C10" }, { "DocsId": "M:System.Management.QualifierDataCollection.Add(System.String,System.Object,System.Boolean,System.Boolean,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L466C13-L484C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L466C13-L484C10" }, { "DocsId": "P:System.Management.QualifierDataCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L119C17-L144C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L119C17-L144C14" }, { "DocsId": "P:System.Management.QualifierDataCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L156C19-L156C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L156C19-L156C32" }, { "DocsId": "P:System.Management.QualifierDataCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L167C19-L167C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L167C19-L167C31" }, { "DocsId": "P:System.Management.QualifierDataCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L413C17-L416C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L413C17-L416C105" }, { "DocsId": "T:System.Management.QualifierDataCollection.QualifierDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs" } ], "DocsId": "T:System.Management.QualifierDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs" }, { "Members": [ { "DocsId": "F:System.Management.CodeLanguage.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" }, { "DocsId": "F:System.Management.CodeLanguage.CSharp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" }, { "DocsId": "F:System.Management.CodeLanguage.JScript", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" }, { "DocsId": "F:System.Management.CodeLanguage.VB", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" }, { "DocsId": "F:System.Management.CodeLanguage.VJSharp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" }, { "DocsId": "F:System.Management.CodeLanguage.Mcpp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" } ], "DocsId": "T:System.Management.CodeLanguage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L430C17-L431C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L430C17-L431C14" }, { "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L441C17-L461C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L441C17-L461C14" }, { "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L497C21-L497C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L497C21-L497C36" }, { "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L515C17-L589C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L515C17-L589C29" }, { "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L600C17-L642C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L600C17-L642C14" }, { "DocsId": "P:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L475C21-L482C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L475C21-L482C49" }, { "DocsId": "P:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L497C21-L497C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L497C21-L497C36" } ], "DocsId": "T:System.Management.ManagementObjectCollection.ManagementObjectEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs" }, { "Members": [ { "DocsId": "M:System.Management.MethodDataCollection.MethodDataEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L295C48-L295C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L295C48-L295C76" }, { "DocsId": "M:System.Management.MethodDataCollection.MethodDataEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L316C17-L316C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L316C17-L316C38" }, { "DocsId": "M:System.Management.MethodDataCollection.MethodDataEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L324C17-L325C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L324C17-L325C14" }, { "DocsId": "P:System.Management.MethodDataCollection.MethodDataEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L295C48-L295C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L295C48-L295C76" }, { "DocsId": "P:System.Management.MethodDataCollection.MethodDataEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L306C21-L306C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L306C21-L306C71" } ], "DocsId": "T:System.Management.MethodDataCollection.MethodDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs" }, { "Members": [ { "DocsId": "M:System.Management.PropertyDataCollection.PropertyDataEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L276C48-L276C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L276C48-L276C76" }, { "DocsId": "M:System.Management.PropertyDataCollection.PropertyDataEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L306C17-L310C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L306C17-L310C71" }, { "DocsId": "M:System.Management.PropertyDataCollection.PropertyDataEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L319C17-L320C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L319C17-L320C14" }, { "DocsId": "P:System.Management.PropertyDataCollection.PropertyDataEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L276C48-L276C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L276C48-L276C76" }, { "DocsId": "P:System.Management.PropertyDataCollection.PropertyDataEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L289C21-L292C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L289C21-L292C79" } ], "DocsId": "T:System.Management.PropertyDataCollection.PropertyDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs" }, { "Members": [ { "DocsId": "M:System.Management.QualifierDataCollection.QualifierDataEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L350C48-L350C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L350C48-L350C76" }, { "DocsId": "M:System.Management.QualifierDataCollection.QualifierDataEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L380C17-L384C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L380C17-L384C72" }, { "DocsId": "M:System.Management.QualifierDataCollection.QualifierDataEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L392C17-L393C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L392C17-L393C14" }, { "DocsId": "P:System.Management.QualifierDataCollection.QualifierDataEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L350C48-L350C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L350C48-L350C76" }, { "DocsId": "P:System.Management.QualifierDataCollection.QualifierDataEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L362C21-L366C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L362C21-L366C87" } ], "DocsId": "T:System.Management.QualifierDataCollection.QualifierDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Memory.Data.json b/xml/SourceLinkInformation/net-8.0-pp/System.Memory.Data.json index 41c33056842..de619128c09 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Memory.Data.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Memory.Data.json @@ -1,187 +1,187 @@ { "Assembly": "System.Memory.Data", - "GUID": "6A586D0EA2E340F59AEFCDE8FF691E3FFFFFFFFF", + "GUID": "CBD5EC58E2E34712930C985E3BCC71C5FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.BinaryData.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L60C9-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L60C9-L63C10" }, { "DocsId": "M:System.BinaryData.#ctor(System.Byte[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L72C61-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L72C61-L75C10" }, { "DocsId": "M:System.BinaryData.#ctor(System.Object,System.Text.Json.JsonSerializerOptions,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L90C119-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L90C119-L94C10" }, { "DocsId": "M:System.BinaryData.#ctor(System.Object,System.Text.Json.Serialization.JsonSerializerContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L107C108-L111C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L107C108-L111C10" }, { "DocsId": "M:System.BinaryData.#ctor(System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L118C9-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L118C9-L121C10" }, { "DocsId": "M:System.BinaryData.#ctor(System.ReadOnlyMemory{System.Byte},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L130C75-L133C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L130C75-L133C10" }, { "DocsId": "M:System.BinaryData.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L140C9-L148C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L140C9-L148C10" }, { "DocsId": "M:System.BinaryData.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L158C61-L161C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L158C61-L161C10" }, { "DocsId": "M:System.BinaryData.FromBytes(System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L169C74-L169C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L169C74-L169C94" }, { "DocsId": "M:System.BinaryData.FromBytes(System.ReadOnlyMemory{System.Byte},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L181C16-L181C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L181C16-L181C47" }, { "DocsId": "M:System.BinaryData.FromBytes(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L189C60-L189C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L189C60-L189C80" }, { "DocsId": "M:System.BinaryData.FromBytes(System.Byte[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L200C16-L200C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L200C16-L200C47" }, { "DocsId": "M:System.BinaryData.FromString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L208C61-L208C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L208C61-L208C81" }, { "DocsId": "M:System.BinaryData.FromString(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L220C16-L220C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L220C16-L220C47" }, { "DocsId": "M:System.BinaryData.FromStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L228C63-L228C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L228C63-L228C98" }, { "DocsId": "M:System.BinaryData.FromStream(System.IO.Stream,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L241C13-L246C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L241C13-L246C97" }, { "DocsId": "M:System.BinaryData.FromStreamAsync(System.IO.Stream,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L257C16-L257C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L257C16-L257C75" }, { "DocsId": "M:System.BinaryData.FromStreamAsync(System.IO.Stream,System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L272C13-L277C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L272C13-L277C90" }, { "DocsId": "M:System.BinaryData.FromFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L323C59-L323C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L323C59-L323C90" }, { "DocsId": "M:System.BinaryData.FromFile(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L335C13-L340C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L335C13-L340C71" }, { "DocsId": "M:System.BinaryData.FromFileAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L350C16-L350C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L350C16-L350C71" }, { "DocsId": "M:System.BinaryData.FromFileAsync(System.String,System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L364C13-L369C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L364C13-L369C27" }, { "DocsId": "M:System.BinaryData.FromObjectAsJson``1(``0,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L397C16-L397C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L397C16-L397C120" }, { "DocsId": "M:System.BinaryData.FromObjectAsJson``1(``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L410C16-L410C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L410C16-L410C125" }, { "DocsId": "M:System.BinaryData.WithMediaType(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L419C16-L419C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L419C16-L419C49" }, { "DocsId": "M:System.BinaryData.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L436C13-L445C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L436C13-L445C66" }, { "DocsId": "M:System.BinaryData.ToStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L453C37-L453C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L453C37-L453C69" }, { "DocsId": "M:System.BinaryData.ToMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L459C51-L459C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L459C51-L459C57" }, { "DocsId": "M:System.BinaryData.ToArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L465C36-L465C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L465C36-L465C52" }, { "DocsId": "M:System.BinaryData.ToObjectFromJson``1(System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L478C16-L478C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L478C16-L478C80" }, { "DocsId": "M:System.BinaryData.ToObjectFromJson``1(System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L489C16-L489C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L489C16-L489C82" }, { "DocsId": "M:System.BinaryData.op_Implicit(System.BinaryData)~System.ReadOnlyMemory{System.Byte}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L506C83-L506C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L506C83-L506C106" }, { "DocsId": "M:System.BinaryData.op_Implicit(System.BinaryData)~System.ReadOnlySpan{System.Byte}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L514C13-L518C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L514C13-L518C37" }, { "DocsId": "M:System.BinaryData.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L529C73-L529C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L529C73-L529C99" }, { "DocsId": "M:System.BinaryData.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L533C46-L533C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L533C46-L533C64" }, { "DocsId": "P:System.BinaryData.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L35C42-L35C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L35C42-L35C46" }, { "DocsId": "P:System.BinaryData.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L41C30-L41C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L41C30-L41C43" }, { "DocsId": "P:System.BinaryData.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L47C32-L47C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L47C32-L47C46" }, { "DocsId": "P:System.BinaryData.MediaType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L53C36-L53C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L53C36-L53C40" } ], "DocsId": "T:System.BinaryData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.BinaryDataJsonConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs#L14C9-L15C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs#L14C9-L15C12" }, { "DocsId": "M:System.Text.Json.Serialization.BinaryDataJsonConverter.Read(System.Text.Json.Utf8JsonReader@,System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs#L20C13-L20C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs#L20C13-L20C70" }, { "DocsId": "M:System.Text.Json.Serialization.BinaryDataJsonConverter.Write(System.Text.Json.Utf8JsonWriter,System.BinaryData,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs#L26C13-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs#L26C13-L27C10" } ], "DocsId": "T:System.Text.Json.Serialization.BinaryDataJsonConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Net.Http.Json.json b/xml/SourceLinkInformation/net-8.0-pp/System.Net.Http.Json.json index eeabc24535b..9cbee28c4bf 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Net.Http.Json.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Net.Http.Json.json @@ -1,293 +1,293 @@ { "Assembly": "System.Net.Http.Json", - "GUID": "D4D8354BDB84B540B9785042CCF6F955FFFFFFFF", + "GUID": "035AE51D0F375BBAA1ADCE1300354854FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L36C13-L36C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L36C13-L36C108" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L56C13-L56C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L56C13-L56C92" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L74C13-L74C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L74C13-L74C105" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L92C13-L92C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L92C13-L92C89" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L110C13-L110C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L110C13-L110C103" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.Uri,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L128C13-L128C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L128C13-L128C103" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L34C13-L34C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L34C13-L34C97" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L49C13-L49C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L49C13-L49C99" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L64C13-L64C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L64C13-L64C99" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L79C13-L79C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L79C13-L79C101" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L92C13-L92C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L92C13-L92C97" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L105C13-L105C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L105C13-L105C99" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L118C13-L118C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L118C13-L118C96" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L131C13-L131C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L131C13-L131C98" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L145C13-L145C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L145C13-L145C92" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L159C13-L159C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L159C13-L159C92" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L173C13-L173C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L173C13-L173C94" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L187C13-L187C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L187C13-L187C94" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L24C13-L24C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L24C13-L24C94" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L29C13-L29C200" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L29C13-L29C200" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L34C13-L34C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L34C13-L34C96" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L39C13-L39C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L39C13-L39C98" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L42C13-L42C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L42C13-L42C94" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L45C13-L45C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L45C13-L45C96" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L48C13-L48C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L48C13-L48C93" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L51C13-L51C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L51C13-L51C95" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L56C13-L56C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L56C13-L56C89" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L61C13-L61C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L61C13-L61C89" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L66C13-L66C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L66C13-L66C91" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L71C13-L71C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L71C13-L71C91" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L18C13-L24C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L18C13-L24C77" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L31C13-L37C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L31C13-L37C77" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L43C16-L43C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L43C16-L43C91" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L48C16-L48C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L48C16-L48C91" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L52C13-L58C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L52C13-L58C77" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L63C13-L69C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L63C13-L69C77" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L18C13-L24C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L18C13-L24C76" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L31C13-L37C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L31C13-L37C76" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L43C16-L43C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L43C16-L43C90" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L48C16-L48C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L48C16-L48C90" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L52C13-L58C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L52C13-L58C76" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L63C13-L69C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L63C13-L69C76" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L29C13-L35C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L29C13-L35C78" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L53C13-L59C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L53C13-L59C78" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L75C16-L75C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L75C16-L75C92" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L90C16-L90C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L90C16-L90C92" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L105C13-L111C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L105C13-L111C78" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L127C13-L133C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L127C13-L133C78" } ], "DocsId": "T:System.Net.Http.Json.HttpClientJsonExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.cs" }, { "Members": [ { "DocsId": "M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpContent,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.AsyncEnumerable.cs#L33C13-L33C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.AsyncEnumerable.cs#L33C13-L33C112" }, { "DocsId": "M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpContent,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.AsyncEnumerable.cs#L55C13-L60C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.AsyncEnumerable.cs#L55C13-L60C99" }, { "DocsId": "M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpContent,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.AsyncEnumerable.cs#L80C13-L85C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.AsyncEnumerable.cs#L80C13-L85C96" }, { "DocsId": "M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync(System.Net.Http.HttpContent,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L32C13-L37C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L32C13-L37C85" }, { "DocsId": "M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync(System.Net.Http.HttpContent,System.Type,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L51C13-L51C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L51C13-L51C106" }, { "DocsId": "M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync``1(System.Net.Http.HttpContent,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L66C13-L71C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L66C13-L71C82" }, { "DocsId": "M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync``1(System.Net.Http.HttpContent,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L85C13-L85C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L85C13-L85C103" }, { "DocsId": "M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync(System.Net.Http.HttpContent,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L110C13-L115C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L110C13-L115C85" }, { "DocsId": "M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync``1(System.Net.Http.HttpContent,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L120C13-L125C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L120C13-L125C84" } ], "DocsId": "T:System.Net.Http.Json.HttpContentJsonExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs" }, { "Members": [ { "DocsId": "M:System.Net.Http.Json.JsonContent.Create``1(``0,System.Net.Http.Headers.MediaTypeHeaderValue,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L54C16-L54C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L54C16-L54C94" }, { "DocsId": "M:System.Net.Http.Json.JsonContent.Create(System.Object,System.Type,System.Net.Http.Headers.MediaTypeHeaderValue,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L68C13-L71C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L68C13-L71C108" }, { "DocsId": "M:System.Net.Http.Json.JsonContent.Create``1(``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Net.Http.Headers.MediaTypeHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L84C13-L86C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L84C13-L86C73" }, { "DocsId": "M:System.Net.Http.Json.JsonContent.Create(System.Object,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Net.Http.Headers.MediaTypeHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L98C13-L101C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L98C13-L101C73" }, { "DocsId": "M:System.Net.Http.Json.JsonContent.SerializeToStreamAsync(System.IO.Stream,System.Net.TransportContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L105C16-L105C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L105C16-L105C74" }, { "DocsId": "M:System.Net.Http.Json.JsonContent.TryComputeLength(System.Int64@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L109C13-L110C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L109C13-L110C26" }, { "DocsId": "M:System.Net.Http.Json.JsonContent.SerializeToStream(System.IO.Stream,System.Net.TransportContext,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.netcoreapp.cs#L16C13-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.netcoreapp.cs#L16C13-L24C10" }, { "DocsId": "M:System.Net.Http.Json.JsonContent.SerializeToStreamAsync(System.IO.Stream,System.Net.TransportContext,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.netcoreapp.cs#L27C16-L27C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.netcoreapp.cs#L27C16-L27C69" }, { "DocsId": "P:System.Net.Http.Json.JsonContent.ObjectType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L19C35-L19C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L19C35-L19C49" }, { "DocsId": "P:System.Net.Http.Json.JsonContent.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L20C32-L20C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L20C32-L20C36" } ], "DocsId": "T:System.Net.Http.Json.JsonContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Net.Http.WinHttpHandler.json b/xml/SourceLinkInformation/net-8.0-pp/System.Net.Http.WinHttpHandler.json index d189c62a2f6..fdfc9f19313 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Net.Http.WinHttpHandler.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Net.Http.WinHttpHandler.json @@ -1,177 +1,177 @@ { "Assembly": "System.Net.Http.WinHttpHandler", - "GUID": "4AF235F06D744508A8A28D3482FA6182FFFFFFFF", + "GUID": "45DDE6D172FA440789A50C52E4DC97CFFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" }, { "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.DoNotUseProxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" }, { "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.UseWinHttpProxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" }, { "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.UseWinInetProxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" }, { "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.UseCustomProxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" } ], "DocsId": "T:System.Net.Http.WindowsProxyUsePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" }, { "Members": [ { "DocsId": "F:System.Net.Http.CookieUsePolicy.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" }, { "DocsId": "F:System.Net.Http.CookieUsePolicy.IgnoreCookies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" }, { "DocsId": "F:System.Net.Http.CookieUsePolicy.UseInternalCookieStoreOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" }, { "DocsId": "F:System.Net.Http.CookieUsePolicy.UseSpecifiedCookieContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" } ], "DocsId": "T:System.Net.Http.CookieUsePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" }, { "Members": [ { "DocsId": "M:System.Net.Http.WinHttpHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L53C9-L99C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L53C9-L99C10" }, { "DocsId": "M:System.Net.Http.WinHttpHandler.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L542C13-L553C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L542C13-L551C10" }, { "DocsId": "M:System.Net.Http.WinHttpHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L559C13-L622C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L557C13-L620C29" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.AutomaticRedirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L106C17-L106C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L106C17-L106C46" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.MaxAutomaticRedirections", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L120C17-L120C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L120C17-L120C50" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.AutomaticDecompression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L142C17-L142C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L142C17-L142C48" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.CookieUsePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L156C17-L156C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L156C17-L156C41" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.CookieContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L177C17-L177C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L177C17-L177C41" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.SslProtocols", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L191C17-L191C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L191C17-L191C38" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.ServerCertificateValidationCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L211C17-L211C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L211C17-L211C61" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.CheckCertificateRevocationList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L226C17-L226C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L226C17-L226C56" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.ClientCertificateOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L240C17-L240C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L240C17-L240C49" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.ClientCertificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L260C17-L265C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L260C17-L265C81" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.PreAuthenticate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L273C17-L273C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L273C17-L273C41" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.ServerCredentials", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L286C17-L286C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L286C17-L286C43" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.WindowsProxyUsePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L299C17-L299C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L299C17-L299C47" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.DefaultProxyCredentials", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L321C17-L321C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L321C17-L321C49" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.Proxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L335C17-L335C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L335C17-L335C31" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.MaxConnectionsPerServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L349C17-L349C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L349C17-L349C49" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.SendTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L373C17-L373C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L373C17-L373C37" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.ReceiveHeadersTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L389C17-L389C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L389C17-L389C47" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.ReceiveDataTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L404C17-L404C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L404C17-L404C44" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.TcpKeepAliveEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L427C17-L427C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L427C17-L427C45" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.TcpKeepAliveTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L448C17-L448C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L448C17-L448C42" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.TcpKeepAliveInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L470C17-L470C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L470C17-L470C46" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.MaxResponseHeadersLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L484C17-L484C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L484C17-L484C50" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.MaxResponseDrainSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L506C17-L506C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L506C17-L506C46" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.EnableMultipleHttp2Connections", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L528C17-L528C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L528C17-L528C56" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L537C58-L537C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L537C58-L537C106" } ], "DocsId": "T:System.Net.Http.WinHttpHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Net.ServerSentEvents.json b/xml/SourceLinkInformation/net-8.0-pp/System.Net.ServerSentEvents.json index 4ba78ff772a..f15696a15aa 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Net.ServerSentEvents.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Net.ServerSentEvents.json @@ -1,109 +1,109 @@ { "Assembly": "System.Net.ServerSentEvents", - "GUID": "A15FAAD5A62A4E8FB470FC083C5DAC45FFFFFFFF", + "GUID": "889BA2D3EAED4A99B9B8504D9FE988E2FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Net.ServerSentEvents.SseFormatter.WriteAsync(System.Collections.Generic.IAsyncEnumerable{System.Net.ServerSentEvents.SseItem{System.String}},System.IO.Stream,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseFormatter.cs#L29C13-L39C135" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseFormatter.cs#L29C13-L39C135" }, { "DocsId": "M:System.Net.ServerSentEvents.SseFormatter.WriteAsync``1(System.Collections.Generic.IAsyncEnumerable{System.Net.ServerSentEvents.SseItem{``0}},System.IO.Stream,System.Action{System.Net.ServerSentEvents.SseItem{``0},System.Buffers.IBufferWriter{System.Byte}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseFormatter.cs#L53C13-L68C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseFormatter.cs#L53C13-L68C90" } ], "DocsId": "T:System.Net.ServerSentEvents.SseFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseFormatter.cs" }, { "Members": [ { "DocsId": "M:System.Net.ServerSentEvents.SseParser`1.Enumerate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser_1.cs" }, { "DocsId": "M:System.Net.ServerSentEvents.SseParser`1.EnumerateAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser_1.cs" }, { "DocsId": "P:System.Net.ServerSentEvents.SseParser`1.LastEventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser_1.cs#L451C37-L451C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser_1.cs#L451C37-L451C41" }, { "DocsId": "P:System.Net.ServerSentEvents.SseParser`1.ReconnectionInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser_1.cs#L460C48-L460C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser_1.cs#L460C48-L460C52" } ], "DocsId": "T:System.Net.ServerSentEvents.SseParser`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser_1.cs" }, { "Members": [ { "DocsId": "M:System.Net.ServerSentEvents.SseItem`1.#ctor(`0,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs#L23C13-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs#L23C13-L30C10" }, { "DocsId": "P:System.Net.ServerSentEvents.SseItem`1.Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs#L33C25-L33C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs#L33C25-L33C29" }, { "DocsId": "P:System.Net.ServerSentEvents.SseItem`1.EventType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs#L36C36-L36C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs#L36C36-L36C76" }, { "DocsId": "P:System.Net.ServerSentEvents.SseItem`1.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs#L42C20-L42C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs#L42C20-L42C28" }, { "DocsId": "P:System.Net.ServerSentEvents.SseItem`1.ReconnectionInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs#L60C20-L60C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs#L60C20-L60C41" } ], "DocsId": "T:System.Net.ServerSentEvents.SseItem`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs" }, { "Members": [ { "DocsId": "M:System.Net.ServerSentEvents.SseItemParser`1.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItemParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItemParser.cs" }, { "DocsId": "M:System.Net.ServerSentEvents.SseItemParser`1.Invoke(System.String,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItemParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItemParser.cs" }, { "DocsId": "M:System.Net.ServerSentEvents.SseItemParser`1.BeginInvoke(System.String,System.ReadOnlySpan{System.Byte},System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItemParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItemParser.cs" }, { "DocsId": "M:System.Net.ServerSentEvents.SseItemParser`1.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItemParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItemParser.cs" } ], "DocsId": "T:System.Net.ServerSentEvents.SseItemParser`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItemParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItemParser.cs" }, { "Members": [ { "DocsId": "M:System.Net.ServerSentEvents.SseParser.Create(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser.cs#L29C13-L29C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser.cs#L29C13-L29C73" }, { "DocsId": "M:System.Net.ServerSentEvents.SseParser.Create``1(System.IO.Stream,System.Net.ServerSentEvents.SseItemParser{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser.cs#L39C13-L49C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser.cs#L39C13-L49C60" }, { "DocsId": "F:System.Net.ServerSentEvents.SseParser.EventTypeDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser.cs" } ], "DocsId": "T:System.Net.ServerSentEvents.SseParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Net.WebSockets.WebSocketProtocol.json b/xml/SourceLinkInformation/net-8.0-pp/System.Net.WebSockets.WebSocketProtocol.json index e68c987ee30..adf4860d446 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Net.WebSockets.WebSocketProtocol.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Net.WebSockets.WebSocketProtocol.json @@ -1,17 +1,17 @@ { "Assembly": "System.Net.WebSockets.WebSocketProtocol", - "GUID": "8E2036DC7B354A0E9A7EF723405B9AFFFFFFFFFF", + "GUID": "35DB53650AB44573B1FDB902DDDFC557FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Net.WebSockets.WebSocketProtocol.CreateFromStream(System.IO.Stream,System.Boolean,System.String,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/maintenance-packages/blob/d0c2a5a83211e271826172a6b0510c25a52dbd53/src/System.Net.WebSockets.WebSocketProtocol/src/System/Net/WebSockets/WebSocketProtocol.cs#L17C13-L39C113" + "SourceLink": "https://github.com/dotnet/maintenance-packages/blob/ab95a1f103b49919ba02577a99f3173405bb50ca/src/System.Net.WebSockets.WebSocketProtocol/src/System/Net/WebSockets/WebSocketProtocol.cs#L17C13-L39C113" } ], "DocsId": "T:System.Net.WebSockets.WebSocketProtocol", - "SourceLink": "https://github.com/dotnet/maintenance-packages/blob/d0c2a5a83211e271826172a6b0510c25a52dbd53/src/System.Net.WebSockets.WebSocketProtocol/src/System/Net/WebSockets/WebSocketProtocol.cs" + "SourceLink": "https://github.com/dotnet/maintenance-packages/blob/ab95a1f103b49919ba02577a99f3173405bb50ca/src/System.Net.WebSockets.WebSocketProtocol/src/System/Net/WebSockets/WebSocketProtocol.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Numerics.Tensors.json b/xml/SourceLinkInformation/net-8.0-pp/System.Numerics.Tensors.json index 2bc6a4248a0..3897ab98cda 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Numerics.Tensors.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Numerics.Tensors.json @@ -1,3137 +1,3137 @@ { "Assembly": "System.Numerics.Tensors", - "GUID": "D177019B26F440079B1E69AE48C53A2DFFFFFFFF", + "GUID": "10A7C57EF9624A22BFFD5F65FAC8C6B0FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Buffers.NIndex.#ctor(System.IntPtr,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L31C13-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L31C13-L40C10" }, { "DocsId": "M:System.Buffers.NIndex.#ctor(System.Index)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L50C13-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L50C13-L54C10" }, { "DocsId": "M:System.Buffers.NIndex.FromStart(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L73C13-L78C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L73C13-L78C38" }, { "DocsId": "M:System.Buffers.NIndex.FromEnd(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L86C13-L91C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L86C13-L91C39" }, { "DocsId": "M:System.Buffers.NIndex.ToIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L98C35-L98C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L98C35-L98C55" }, { "DocsId": "M:System.Buffers.NIndex.ToIndexUnchecked", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L104C44-L104C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L104C44-L104C55" }, { "DocsId": "M:System.Buffers.NIndex.GetOffset(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L132C13-L141C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L132C13-L141C27" }, { "DocsId": "M:System.Buffers.NIndex.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L146C75-L146C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L146C75-L146C122" }, { "DocsId": "M:System.Buffers.NIndex.Equals(System.Buffers.NIndex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L150C45-L150C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L150C45-L150C67" }, { "DocsId": "M:System.Buffers.NIndex.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L153C46-L153C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L153C46-L153C66" }, { "DocsId": "M:System.Buffers.NIndex.op_Implicit(System.IntPtr)~System.Buffers.NIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L156C63-L156C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L156C63-L156C79" }, { "DocsId": "M:System.Buffers.NIndex.op_Implicit(System.Index)~System.Buffers.NIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L159C64-L159C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L159C64-L159C81" }, { "DocsId": "M:System.Buffers.NIndex.op_Explicit(System.Buffers.NIndex)~System.Index", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L162C64-L162C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L162C64-L162C108" }, { "DocsId": "M:System.Buffers.NIndex.op_CheckedExplicit(System.Buffers.NIndex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L165C72-L165C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L165C72-L165C125" }, { "DocsId": "M:System.Buffers.NIndex.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L170C13-L173C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L170C13-L173C37" }, { "DocsId": "P:System.Buffers.NIndex.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L63C39-L63C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L63C39-L63C58" }, { "DocsId": "P:System.Buffers.NIndex.End", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L66C37-L66C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L66C37-L66C57" }, { "DocsId": "P:System.Buffers.NIndex.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L111C17-L114C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L111C17-L114C35" }, { "DocsId": "P:System.Buffers.NIndex.IsFromEnd", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L119C34-L119C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L119C34-L119C44" } ], "DocsId": "T:System.Buffers.NIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs" }, { "Members": [ { "DocsId": "M:System.Buffers.NRange.#ctor(System.Buffers.NIndex,System.Buffers.NIndex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L32C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L32C13-L34C10" }, { "DocsId": "M:System.Buffers.NRange.#ctor(System.Range)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L42C13-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L42C13-L44C10" }, { "DocsId": "M:System.Buffers.NRange.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L49C13-L51C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L49C13-L51C30" }, { "DocsId": "M:System.Buffers.NRange.Equals(System.Buffers.NRange)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L55C45-L55C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L55C45-L55C95" }, { "DocsId": "M:System.Buffers.NRange.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L60C13-L60C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L60C13-L60C77" }, { "DocsId": "M:System.Buffers.NRange.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L66C13-L89C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L66C13-L89C51" }, { "DocsId": "M:System.Buffers.NRange.StartAt(System.Buffers.NIndex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L93C55-L93C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L93C55-L93C84" }, { "DocsId": "M:System.Buffers.NRange.EndAt(System.Buffers.NIndex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L96C51-L96C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L96C51-L96C80" }, { "DocsId": "M:System.Buffers.NRange.GetOffsetAndLength(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L111C13-L119C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L111C13-L119C41" }, { "DocsId": "M:System.Buffers.NRange.op_Implicit(System.Range)~System.Buffers.NRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L128C64-L128C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L128C64-L128C98" }, { "DocsId": "M:System.Buffers.NRange.op_Explicit(System.Buffers.NRange)~System.Range", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L134C64-L134C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L134C64-L134C111" }, { "DocsId": "M:System.Buffers.NRange.op_CheckedExplicit(System.Buffers.NRange)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L140C72-L140C137" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L140C72-L140C137" }, { "DocsId": "M:System.Buffers.NRange.ToRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L146C35-L146C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L146C35-L146C88" }, { "DocsId": "M:System.Buffers.NRange.ToRangeUnchecked", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L152C44-L152C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L152C44-L152C79" }, { "DocsId": "P:System.Buffers.NRange.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L22C31-L22C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L22C31-L22C35" }, { "DocsId": "P:System.Buffers.NRange.End", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L25C29-L25C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L25C29-L25C33" }, { "DocsId": "P:System.Buffers.NRange.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L99C37-L99C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L99C37-L99C73" } ], "DocsId": "T:System.Buffers.NRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs" }, { "Members": [ { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Abs(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L30C13-L30C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L30C13-L30C72" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Add(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L49C13-L49C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L49C13-L49C74" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Add(System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L66C13-L66C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L66C13-L66C76" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AddMultiply(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L87C13-L87C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L87C13-L87C98" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AddMultiply(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L107C13-L107C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L107C13-L107C100" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AddMultiply(System.ReadOnlySpan{System.Single},System.Single,System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L127C13-L127C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L127C13-L127C100" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Cosh(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L151C13-L151C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L151C13-L151C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.CosineSimilarity(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L173C13-L173C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L173C13-L173C39" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Distance(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L201C13-L206C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L201C13-L206C100" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Divide(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L226C13-L226C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L226C13-L226C77" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Divide(System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L243C13-L243C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L243C13-L243C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Dot(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L269C13-L269C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L269C13-L269C73" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Exp(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L290C13-L290C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L290C13-L290C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMax(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L306C13-L306C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L306C13-L306C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMaxMagnitude(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L323C13-L323C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L323C13-L323C76" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMin(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L339C13-L339C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L339C13-L339C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMinMagnitude(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L356C13-L356C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L356C13-L356C76" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L379C13-L379C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L379C13-L379C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log2(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L402C13-L402C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L402C13-L402C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Max(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L419C13-L419C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L419C13-L419C46" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Max(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L443C13-L443C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L443C13-L443C74" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitude(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L461C13-L461C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L461C13-L461C55" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitude(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L479C13-L479C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L479C13-L479C83" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Min(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L496C13-L496C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L496C13-L496C46" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Min(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L520C13-L520C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L520C13-L520C74" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitude(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L538C13-L538C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L538C13-L538C55" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitude(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L561C13-L561C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L561C13-L561C83" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Multiply(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L580C13-L580C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L580C13-L580C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Multiply(System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L598C13-L598C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L598C13-L598C81" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAdd(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L619C13-L619C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L619C13-L619C94" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAdd(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L640C13-L640C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L640C13-L640C96" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAdd(System.ReadOnlySpan{System.Single},System.Single,System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L660C13-L660C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L660C13-L660C96" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Negate(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L676C13-L676C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L676C13-L676C70" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Norm(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L696C13-L696C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L696C13-L696C40" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Product(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L713C13-L718C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L713C13-L718C83" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ProductOfDifferences(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L744C13-L749C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L744C13-L749C86" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ProductOfSums(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L775C13-L780C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L775C13-L780C81" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sigmoid(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L800C13-L806C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L800C13-L806C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sinh(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L830C13-L830C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L830C13-L830C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SoftMax(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L850C13-L865C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L850C13-L865C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Subtract(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L884C13-L884C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L884C13-L884C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Subtract(System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L901C13-L901C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L901C13-L901C81" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sum(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L916C13-L916C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L916C13-L916C70" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SumOfMagnitudes(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L937C13-L937C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L937C13-L937C70" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SumOfSquares(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L958C13-L958C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L958C13-L958C69" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Tanh(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L983C13-L983C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L983C13-L983C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Abs``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Abs.cs#L31C13-L31C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Abs.cs#L31C13-L31C71" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Acos``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Acos.cs#L26C13-L26C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Acos.cs#L26C13-L26C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Acosh``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Acosh.cs#L26C13-L26C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Acosh.cs#L26C13-L26C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AcosPi``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AcosPi.cs#L26C13-L26C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AcosPi.cs#L26C13-L26C69" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Add``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Add.cs#L28C13-L28C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Add.cs#L28C13-L28C73" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Add``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Add.cs#L46C13-L46C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Add.cs#L46C13-L46C75" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AddMultiply``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AddMultiply.cs#L30C13-L30C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AddMultiply.cs#L30C13-L30C97" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AddMultiply``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AddMultiply.cs#L51C13-L51C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AddMultiply.cs#L51C13-L51C99" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AddMultiply``1(System.ReadOnlySpan{``0},``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AddMultiply.cs#L72C13-L72C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AddMultiply.cs#L72C13-L72C99" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Asin``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Asin.cs#L26C13-L26C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Asin.cs#L26C13-L26C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Asinh``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Asinh.cs#L26C13-L26C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Asinh.cs#L26C13-L26C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AsinPi``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AsinPi.cs#L26C13-L26C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AsinPi.cs#L26C13-L26C69" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atan``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan.cs#L26C13-L26C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan.cs#L26C13-L26C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atan2``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2.cs#L29C13-L29C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2.cs#L29C13-L29C75" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atan2``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2.cs#L48C13-L48C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2.cs#L48C13-L48C77" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atan2``1(``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2.cs#L67C13-L67C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2.cs#L67C13-L67C77" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atan2Pi``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2Pi.cs#L29C13-L29C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2Pi.cs#L29C13-L29C77" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atan2Pi``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2Pi.cs#L48C13-L48C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2Pi.cs#L48C13-L48C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atan2Pi``1(``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2Pi.cs#L67C13-L67C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2Pi.cs#L67C13-L67C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atanh``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atanh.cs#L26C13-L26C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atanh.cs#L26C13-L26C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AtanPi``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AtanPi.cs#L26C13-L26C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AtanPi.cs#L26C13-L26C69" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.BitwiseAnd``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.BitwiseAnd.cs#L25C13-L25C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.BitwiseAnd.cs#L25C13-L25C80" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.BitwiseAnd``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.BitwiseAnd.cs#L40C13-L40C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.BitwiseAnd.cs#L40C13-L40C82" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.BitwiseOr``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.BitwiseOr.cs#L25C13-L25C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.BitwiseOr.cs#L25C13-L25C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.BitwiseOr``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.BitwiseOr.cs#L40C13-L40C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.BitwiseOr.cs#L40C13-L40C81" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Cbrt``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Cbrt.cs#L23C13-L23C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Cbrt.cs#L23C13-L23C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Ceiling``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Ceiling.cs#L23C13-L23C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Ceiling.cs#L23C13-L23C70" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ConvertChecked``2(System.ReadOnlySpan{``0},System.Span{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ConvertChecked.cs#L26C13-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ConvertChecked.cs#L26C13-L30C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ConvertSaturating``2(System.ReadOnlySpan{``0},System.Span{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ConvertSaturating.cs#L26C13-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ConvertSaturating.cs#L26C13-L30C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ConvertTruncating``2(System.ReadOnlySpan{``0},System.Span{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ConvertTruncating.cs#L26C13-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ConvertTruncating.cs#L26C13-L101C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.CopySign``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.CopySign.cs#L25C13-L25C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.CopySign.cs#L25C13-L25C81" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.CopySign``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.CopySign.cs#L40C13-L40C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.CopySign.cs#L40C13-L40C83" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Cos``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Cos.cs#L30C13-L30C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Cos.cs#L30C13-L30C66" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Cosh``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Cosh.cs#L34C13-L34C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Cosh.cs#L34C13-L34C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.CosineSimilarity``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.CosineSimilarity.cs#L32C13-L32C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.CosineSimilarity.cs#L32C13-L32C39" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.CosPi``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.CosPi.cs#L30C13-L30C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.CosPi.cs#L30C13-L30C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.DegreesToRadians``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.DegreesToRadians.cs#L23C13-L23C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.DegreesToRadians.cs#L23C13-L23C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Distance``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Distance.cs#L37C13-L42C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Distance.cs#L37C13-L42C91" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Divide``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Divide.cs#L29C13-L29C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Divide.cs#L29C13-L29C76" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Divide``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Divide.cs#L48C13-L48C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Divide.cs#L48C13-L48C78" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Divide``1(``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Divide.cs#L67C13-L67C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Divide.cs#L67C13-L67C78" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Dot``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Dot.cs#L33C13-L33C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Dot.cs#L33C13-L33C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Exp``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp.cs#L31C13-L31C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp.cs#L31C13-L31C66" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Exp10``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp10.cs#L26C13-L26C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp10.cs#L26C13-L26C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Exp10M1``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp10M1.cs#L26C13-L26C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp10M1.cs#L26C13-L26C70" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Exp2``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp2.cs#L26C13-L26C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp2.cs#L26C13-L26C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Exp2M1``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp2M1.cs#L26C13-L26C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp2M1.cs#L26C13-L26C69" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ExpM1``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ExpM1.cs#L26C13-L26C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ExpM1.cs#L26C13-L26C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Floor``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Floor.cs#L23C13-L23C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Floor.cs#L23C13-L23C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.FusedMultiplyAdd``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.FusedMultiplyAdd.cs#L39C13-L39C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.FusedMultiplyAdd.cs#L39C13-L39C98" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.FusedMultiplyAdd``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.FusedMultiplyAdd.cs#L67C13-L67C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.FusedMultiplyAdd.cs#L67C13-L67C100" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.FusedMultiplyAdd``1(System.ReadOnlySpan{``0},``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.FusedMultiplyAdd.cs#L94C13-L94C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.FusedMultiplyAdd.cs#L94C13-L94C100" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ConvertToHalf(System.ReadOnlySpan{System.Single},System.Span{System.Half})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Half.cs#L24C13-L24C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Half.cs#L24C13-L24C51" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ConvertToSingle(System.ReadOnlySpan{System.Half},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Half.cs#L42C13-L42C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Half.cs#L42C13-L42C51" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.HammingBitDistance``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.HammingDistance.cs#L22C13-L33C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.HammingDistance.cs#L22C13-L33C26" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.HammingDistance``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.HammingDistance.cs#L50C13-L59C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.HammingDistance.cs#L50C13-L59C47" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Hypot``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Hypot.cs#L26C13-L26C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Hypot.cs#L26C13-L26C75" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Ieee754Remainder``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Ieee754Remainder.cs#L25C13-L25C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Ieee754Remainder.cs#L25C13-L25C86" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Ieee754Remainder``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Ieee754Remainder.cs#L41C13-L41C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Ieee754Remainder.cs#L41C13-L41C88" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Ieee754Remainder``1(``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Ieee754Remainder.cs#L56C13-L56C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Ieee754Remainder.cs#L56C13-L56C88" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ILogB``1(System.ReadOnlySpan{``0},System.Span{System.Int32})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ILogB.cs#L23C13-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ILogB.cs#L23C13-L32C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMax``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.IndexOfMax.cs#L29C13-L29C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.IndexOfMax.cs#L29C13-L29C59" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMaxMagnitude``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.IndexOfMaxMagnitude.cs#L27C13-L27C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.IndexOfMaxMagnitude.cs#L27C13-L27C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMin``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.IndexOfMin.cs#L26C13-L26C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.IndexOfMin.cs#L26C13-L26C59" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMinMagnitude``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.IndexOfMinMagnitude.cs#L27C13-L27C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.IndexOfMinMagnitude.cs#L27C13-L27C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.LeadingZeroCount``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.LeadingZeroCount.cs#L26C13-L26C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.LeadingZeroCount.cs#L26C13-L26C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Lerp``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Lerp.cs#L31C13-L31C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Lerp.cs#L31C13-L31C86" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Lerp``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Lerp.cs#L52C13-L52C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Lerp.cs#L52C13-L52C88" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Lerp``1(System.ReadOnlySpan{``0},``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Lerp.cs#L73C13-L73C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Lerp.cs#L73C13-L73C88" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log.cs#L33C13-L33C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log.cs#L33C13-L33C66" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log.cs#L54C13-L54C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log.cs#L54C13-L54C77" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log.cs#L73C13-L73C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log.cs#L73C13-L73C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log10``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log10.cs#L32C13-L32C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log10.cs#L32C13-L32C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log10P1``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log10P1.cs#L32C13-L32C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log10P1.cs#L32C13-L32C70" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log2``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log2.cs#L33C13-L33C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log2.cs#L33C13-L33C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log2P1``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log2P1.cs#L32C13-L32C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log2P1.cs#L32C13-L32C69" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.LogP1``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.LogP1.cs#L32C13-L32C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.LogP1.cs#L32C13-L32C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Max``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Max.cs#L30C13-L30C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Max.cs#L30C13-L30C45" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Max``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Max.cs#L55C13-L55C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Max.cs#L55C13-L55C73" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Max``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Max.cs#L78C13-L78C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Max.cs#L78C13-L78C75" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitude``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitude.cs#L28C13-L28C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitude.cs#L28C13-L28C54" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitude``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitude.cs#L47C13-L47C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitude.cs#L47C13-L47C82" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitude``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitude.cs#L64C13-L64C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitude.cs#L64C13-L64C84" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitudeNumber``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitudeNumber.cs#L29C13-L29C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitudeNumber.cs#L29C13-L29C60" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitudeNumber``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitudeNumber.cs#L55C13-L55C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitudeNumber.cs#L55C13-L55C88" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitudeNumber``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitudeNumber.cs#L79C13-L79C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitudeNumber.cs#L79C13-L79C90" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxNumber``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxNumber.cs#L29C13-L29C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxNumber.cs#L29C13-L29C51" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxNumber``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxNumber.cs#L54C13-L54C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxNumber.cs#L54C13-L54C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxNumber``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxNumber.cs#L77C13-L77C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxNumber.cs#L77C13-L77C81" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Min``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Min.cs#L28C13-L28C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Min.cs#L28C13-L28C45" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Min``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Min.cs#L53C13-L53C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Min.cs#L53C13-L53C73" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Min``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Min.cs#L76C13-L76C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Min.cs#L76C13-L76C75" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitude``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitude.cs#L28C13-L28C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitude.cs#L28C13-L28C54" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitude``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitude.cs#L52C13-L52C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitude.cs#L52C13-L52C82" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitude``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitude.cs#L74C13-L74C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitude.cs#L74C13-L74C84" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitudeNumber``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitudeNumber.cs#L29C13-L29C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitudeNumber.cs#L29C13-L29C60" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitudeNumber``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitudeNumber.cs#L55C13-L55C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitudeNumber.cs#L55C13-L55C88" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitudeNumber``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitudeNumber.cs#L79C13-L79C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitudeNumber.cs#L79C13-L79C90" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinNumber``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinNumber.cs#L29C13-L29C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinNumber.cs#L29C13-L29C51" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinNumber``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinNumber.cs#L54C13-L54C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinNumber.cs#L54C13-L54C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinNumber``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinNumber.cs#L77C13-L77C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinNumber.cs#L77C13-L77C81" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Multiply``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Multiply.cs#L28C13-L28C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Multiply.cs#L28C13-L28C78" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Multiply``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Multiply.cs#L47C13-L47C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Multiply.cs#L47C13-L47C80" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAdd``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAdd.cs#L30C13-L30C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAdd.cs#L30C13-L30C93" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAdd``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAdd.cs#L52C13-L52C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAdd.cs#L52C13-L52C95" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAdd``1(System.ReadOnlySpan{``0},``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAdd.cs#L73C13-L73C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAdd.cs#L73C13-L73C95" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAddEstimate``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAddEstimate.cs#L38C13-L38C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAddEstimate.cs#L38C13-L38C101" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAddEstimate``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAddEstimate.cs#L64C13-L64C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAddEstimate.cs#L64C13-L64C103" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAddEstimate``1(System.ReadOnlySpan{``0},``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAddEstimate.cs#L89C13-L89C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAddEstimate.cs#L89C13-L89C103" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Negate``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Negate.cs#L25C13-L25C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Negate.cs#L25C13-L25C69" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Norm``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Norm.cs#L27C13-L27C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Norm.cs#L27C13-L27C36" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.OnesComplement``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.OnesComplement.cs#L22C13-L22C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.OnesComplement.cs#L22C13-L22C77" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.PopCount``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.PopCount.cs#L19C13-L25C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.PopCount.cs#L19C13-L25C26" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.PopCount``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.PopCount.cs#L40C13-L40C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.PopCount.cs#L40C13-L40C71" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Pow``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Pow.cs#L26C13-L26C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Pow.cs#L26C13-L26C73" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Pow``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Pow.cs#L41C13-L41C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Pow.cs#L41C13-L41C75" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Pow``1(``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Pow.cs#L56C13-L56C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Pow.cs#L56C13-L56C75" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Product``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Product.cs#L24C13-L29C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Product.cs#L24C13-L29C78" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ProductOfDifferences``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Product.cs#L56C13-L61C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Product.cs#L56C13-L61C81" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ProductOfSums``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Product.cs#L88C13-L93C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Product.cs#L88C13-L93C76" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.RadiansToDegrees``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.RadiansToDegrees.cs#L23C13-L23C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.RadiansToDegrees.cs#L23C13-L23C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Reciprocal``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Reciprocal.cs#L25C13-L25C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Reciprocal.cs#L25C13-L25C73" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ReciprocalEstimate``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Reciprocal.cs#L40C13-L40C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Reciprocal.cs#L40C13-L40C81" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ReciprocalSqrt``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Reciprocal.cs#L55C13-L55C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Reciprocal.cs#L55C13-L55C77" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ReciprocalSqrtEstimate``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Reciprocal.cs#L70C13-L70C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Reciprocal.cs#L70C13-L70C85" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.RootN``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.RootN.cs#L24C13-L24C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.RootN.cs#L24C13-L24C72" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.RotateLeft``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Rotate.cs#L23C13-L23C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Rotate.cs#L23C13-L23C88" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.RotateRight``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Rotate.cs#L38C13-L38C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Rotate.cs#L38C13-L38C89" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Round``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Round.cs#L26C13-L26C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Round.cs#L26C13-L26C74" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Round``1(System.ReadOnlySpan{``0},System.MidpointRounding,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Round.cs#L45C21-L65C136" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Round.cs#L45C21-L65C136" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Round``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Round.cs#L81C13-L81C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Round.cs#L81C13-L81C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Round``1(System.ReadOnlySpan{``0},System.Int32,System.MidpointRounding,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Round.cs#L100C13-L157C136" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Round.cs#L100C13-L157C136" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ScaleB``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ScaleB.cs#L23C13-L23C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ScaleB.cs#L23C13-L23C73" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ShiftLeft``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ShiftLeft.cs#L23C13-L23C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ShiftLeft.cs#L23C13-L23C86" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ShiftRightArithmetic``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ShiftLeft.cs#L38C13-L38C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ShiftLeft.cs#L38C13-L38C97" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ShiftRightLogical``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ShiftLeft.cs#L53C13-L53C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ShiftLeft.cs#L53C13-L53C94" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sigmoid``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sigmoid.cs#L28C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sigmoid.cs#L28C13-L34C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sin``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sin.cs#L30C13-L30C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sin.cs#L30C13-L30C66" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SinCos``1(System.ReadOnlySpan{``0},System.Span{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.SinCos.cs#L27C13-L27C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.SinCos.cs#L27C13-L27C99" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SinCosPi``1(System.ReadOnlySpan{``0},System.Span{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.SinCosPi.cs#L27C13-L27C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.SinCosPi.cs#L27C13-L27C105" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sinh``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sinh.cs#L34C13-L34C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sinh.cs#L34C13-L34C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SinPi``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.SinPi.cs#L30C13-L30C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.SinPi.cs#L30C13-L30C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SoftMax``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.SoftMax.cs#L27C13-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.SoftMax.cs#L27C13-L42C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sqrt``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sqrt.cs#L22C13-L22C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sqrt.cs#L22C13-L22C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Subtract``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Subtract.cs#L28C13-L28C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Subtract.cs#L28C13-L28C78" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Subtract``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Subtract.cs#L46C13-L46C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Subtract.cs#L46C13-L46C80" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Subtract``1(``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Subtract.cs#L64C13-L64C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Subtract.cs#L64C13-L64C80" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sum``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sum.cs#L24C13-L24C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sum.cs#L24C13-L24C65" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SumOfMagnitudes``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sum.cs#L47C13-L47C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sum.cs#L47C13-L47C65" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SumOfSquares``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sum.cs#L69C13-L69C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sum.cs#L69C13-L69C64" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Tan``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Tan.cs#L30C13-L30C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Tan.cs#L30C13-L30C66" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Tanh``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Tanh.cs#L34C13-L34C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Tanh.cs#L34C13-L34C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.TanPi``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.TanPi.cs#L29C13-L29C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.TanPi.cs#L29C13-L29C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.TrailingZeroCount``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.TrailingZeroCount.cs#L25C13-L25C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.TrailingZeroCount.cs#L25C13-L25C80" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Truncate``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Truncate.cs#L25C13-L25C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Truncate.cs#L25C13-L25C71" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Xor``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Xor.cs#L25C13-L25C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Xor.cs#L25C13-L25C73" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Xor``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Xor.cs#L40C13-L40C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Xor.cs#L40C13-L40C75" } ], "DocsId": "T:System.Numerics.Tensors.TensorPrimitives", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs" }, { "Members": [ { "DocsId": "M:System.Numerics.Tensors.Tensor.AsReadOnlyTensorSpan``1(``0[],System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L34C131-L34C162" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L34C131-L34C162" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.AsTensorSpan``1(``0[],System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L45C115-L45C146" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L45C115-L45C146" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Average``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L57C13-L58C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L57C13-L58C78" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Broadcast``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L70C13-L70C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L70C13-L70C61" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Broadcast``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L82C13-L87C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L82C13-L87C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.BroadcastTo``1(System.Numerics.Tensors.Tensor{``0},System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L99C13-L105C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L99C13-L105C10" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.BroadcastTo``1(System.Numerics.Tensors.TensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L114C13-L120C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L114C13-L120C10" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.BroadcastTo``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L129C13-L135C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L129C13-L135C10" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Concatenate``1(System.ReadOnlySpan{System.Numerics.Tensors.Tensor{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L274C13-L274C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L274C13-L274C55" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ConcatenateOnDimension``1(System.Int32,System.ReadOnlySpan{System.Numerics.Tensors.Tensor{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L284C13-L330C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L284C13-L330C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Concatenate``1(System.ReadOnlySpan{System.Numerics.Tensors.Tensor{``0}},System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L340C13-L340C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L340C13-L340C72" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ConcatenateOnDimension``1(System.Int32,System.ReadOnlySpan{System.Numerics.Tensors.Tensor{``0}},System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L352C13-L428C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L352C13-L428C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Equals``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L457C13-L468C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L457C13-L468C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Equals``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L484C13-L524C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L484C13-L524C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Equals``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L537C13-L539C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L537C13-L539C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Equals``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L553C13-L580C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L553C13-L580C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.EqualsAll``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L597C13-L626C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L597C13-L626C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.EqualsAll``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L643C13-L665C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L643C13-L665C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.EqualsAny``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L681C13-L710C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L681C13-L710C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.EqualsAny``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L727C13-L749C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L727C13-L749C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.FilteredUpdate``1(System.Numerics.Tensors.TensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{System.Boolean}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L762C13-L776C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L762C13-L776C31" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.FilteredUpdate``1(System.Numerics.Tensors.TensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{System.Boolean}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L788C13-L806C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L788C13-L806C31" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L825C13-L836C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L825C13-L836C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L855C13-L895C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L855C13-L895C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L910C13-L912C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L910C13-L912C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L928C13-L955C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L928C13-L955C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThan``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L970C13-L972C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L970C13-L972C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThan``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L988C13-L1015C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L988C13-L1015C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqual``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1034C13-L1045C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1034C13-L1045C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqual``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1064C13-L1104C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1064C13-L1104C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqual``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1119C13-L1121C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1119C13-L1121C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqual``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1137C13-L1164C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1137C13-L1164C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqual``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1179C13-L1181C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1179C13-L1181C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqual``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1197C13-L1224C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1197C13-L1224C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanAny``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1240C13-L1269C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1240C13-L1269C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanAny``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1286C13-L1308C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1286C13-L1308C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanAny``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1325C13-L1347C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1325C13-L1347C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqualAny``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1363C13-L1392C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1363C13-L1392C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqualAny``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1409C13-L1431C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1409C13-L1431C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqualAny``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1448C13-L1470C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1448C13-L1470C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanAll``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1487C13-L1516C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1487C13-L1516C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanAll``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1533C13-L1555C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1533C13-L1555C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanAll``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1572C13-L1594C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1572C13-L1594C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqualAll``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1611C13-L1640C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1611C13-L1640C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqualAll``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1657C13-L1679C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1657C13-L1679C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqualAll``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1696C13-L1718C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1696C13-L1718C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1737C13-L1748C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1737C13-L1748C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1767C13-L1807C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1767C13-L1807C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1822C13-L1824C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1822C13-L1824C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1840C13-L1867C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1840C13-L1867C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThan``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1882C13-L1884C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1882C13-L1884C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThan``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1900C13-L1927C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1900C13-L1927C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqual``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1946C13-L1957C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1946C13-L1957C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqual``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1976C13-L2016C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1976C13-L2016C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqual``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2031C13-L2033C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2031C13-L2033C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqual``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2049C13-L2076C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2049C13-L2076C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqual``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2091C13-L2093C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2091C13-L2093C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqual``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2109C13-L2136C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2109C13-L2136C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanAny``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2153C13-L2182C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2153C13-L2182C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanAny``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2199C13-L2221C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2199C13-L2221C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanAny``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2238C13-L2260C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2238C13-L2260C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqualAny``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2277C13-L2306C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2277C13-L2306C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqualAny``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2323C13-L2345C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2323C13-L2345C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqualAny``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2362C13-L2384C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2362C13-L2384C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanAll``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2400C13-L2429C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2400C13-L2429C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanAll``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2446C13-L2468C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2446C13-L2468C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanAll``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2485C13-L2507C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2485C13-L2507C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqualAll``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2523C13-L2552C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2523C13-L2552C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqualAll``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2569C13-L2591C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2569C13-L2591C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqualAll``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2608C13-L2630C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2608C13-L2630C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.PermuteDimensions``1(System.Numerics.Tensors.Tensor{``0},System.ReadOnlySpan{System.Int32})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2645C13-L2717C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2645C13-L2717C34" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Reshape``1(System.Numerics.Tensors.Tensor{``0},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2732C13-L2788C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2732C13-L2788C71" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Reshape``1(System.Numerics.Tensors.TensorSpan{``0}@,System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2800C13-L2859C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2800C13-L2859C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Reshape``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2871C13-L2928C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2871C13-L2928C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Resize``1(System.Numerics.Tensors.Tensor{``0},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2941C13-L2951C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2941C13-L2951C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ResizeTo``1(System.Numerics.Tensors.Tensor{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2962C13-L2968C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2962C13-L2968C10" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ResizeTo``1(System.Numerics.Tensors.TensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2978C13-L2984C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2978C13-L2984C10" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ResizeTo``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2994C13-L3000C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2994C13-L3000C10" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Reverse``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3010C13-L3013C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3010C13-L3013C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ReverseDimension``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3024C13-L3027C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3024C13-L3027C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Reverse``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3037C13-L3037C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3037C13-L3037C66" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ReverseDimension``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3049C13-L3110C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3049C13-L3110C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.SequenceEqual``1(System.Numerics.Tensors.TensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3121C13-L3124C235" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3121C13-L3124C235" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.SequenceEqual``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3133C13-L3136C235" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3133C13-L3136C235" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.SetSlice``1(System.Numerics.Tensors.Tensor{``0},System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3149C13-L3151C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3149C13-L3151C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.SetSlice``1(System.Numerics.Tensors.TensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3163C13-L3180C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3163C13-L3180C31" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Split``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3194C13-L3258C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3194C13-L3258C28" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Squeeze``1(System.Numerics.Tensors.Tensor{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3269C13-L3269C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3269C13-L3269C49" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.SqueezeDimension``1(System.Numerics.Tensors.Tensor{``0},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3280C13-L3316C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3280C13-L3316C68" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Squeeze``1(System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3325C13-L3325C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3325C13-L3325C49" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.SqueezeDimension``1(System.Numerics.Tensors.TensorSpan{``0}@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3336C13-L3372C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3336C13-L3372C108" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Squeeze``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3381C13-L3381C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3381C13-L3381C49" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.SqueezeDimension``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3392C13-L3428C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3392C13-L3428C116" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Stack``1(System.ReadOnlySpan{System.Numerics.Tensors.Tensor{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3439C13-L3439C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3439C13-L3439C52" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.StackAlongDimension``1(System.Int32,System.ReadOnlySpan{System.Numerics.Tensors.Tensor{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3449C13-L3466C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3449C13-L3466C73" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Stack``1(System.ReadOnlySpan{System.Numerics.Tensors.Tensor{``0}}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3476C13-L3476C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3476C13-L3476C69" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.StackAlongDimension``1(System.ReadOnlySpan{System.Numerics.Tensors.Tensor{``0}},System.Numerics.Tensors.TensorSpan{``0}@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3487C13-L3504C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3487C13-L3504C90" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.StdDev``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3517C13-L3534C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3517C13-L3523C37" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ToString``1(System.Numerics.Tensors.TensorSpan{``0}@,System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3546C13-L3546C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3535C13-L3535C69" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ToString``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3556C13-L3558C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3545C13-L3547C34" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ToString``1(System.Numerics.Tensors.Tensor{``0},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3605C110-L3605C166" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3594C110-L3594C166" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Transpose``1(System.Numerics.Tensors.Tensor{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3616C13-L3626C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3605C13-L3615C57" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.TryBroadcastTo``1(System.Numerics.Tensors.Tensor{``0},System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3639C13-L3639C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3628C13-L3628C79" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.TryBroadcastTo``1(System.Numerics.Tensors.TensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3650C13-L3650C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3639C13-L3639C79" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.TryBroadcastTo``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3661C13-L3669C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3650C13-L3658C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Unsqueeze``1(System.Numerics.Tensors.Tensor{``0},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3681C13-L3708C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3670C13-L3697C68" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Unsqueeze``1(System.Numerics.Tensors.TensorSpan{``0}@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3718C13-L3745C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3707C13-L3734C108" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Unsqueeze``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3755C13-L3782C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3744C13-L3771C116" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Abs``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3795C13-L3797C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3784C13-L3786C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Abs``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3808C13-L3808C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3797C13-L3797C98" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Acos``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3820C13-L3822C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3809C13-L3811C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Acos``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3833C13-L3833C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3822C13-L3822C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Acosh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3845C13-L3847C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3834C13-L3836C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Acosh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3858C13-L3858C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3847C13-L3847C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.AcosPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3870C13-L3872C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3859C13-L3861C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.AcosPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3883C13-L3883C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3872C13-L3872C101" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Add``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3897C13-L3907C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3886C13-L3896C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Add``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3918C13-L3920C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3907C13-L3909C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Add``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3932C13-L3932C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3921C13-L3921C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Add``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3944C13-L3944C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3933C13-L3933C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Asin``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3956C13-L3958C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3945C13-L3947C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Asin``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3969C13-L3969C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3958C13-L3958C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Asinh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3981C13-L3983C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3970C13-L3972C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Asinh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3994C13-L3994C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3983C13-L3983C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.AsinPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4006C13-L4008C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3995C13-L3997C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.AsinPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4019C13-L4019C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4008C13-L4008C101" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4031C13-L4033C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4020C13-L4022C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4044C13-L4044C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4033C13-L4033C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4058C13-L4068C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4047C13-L4057C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4080C13-L4080C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4069C13-L4069C106" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4091C13-L4094C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4080C13-L4083C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4106C13-L4106C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4095C13-L4095C106" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4117C13-L4120C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4106C13-L4109C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4132C13-L4132C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4121C13-L4121C106" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2Pi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4146C13-L4156C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4135C13-L4145C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2Pi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4168C13-L4168C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4157C13-L4157C108" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2Pi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4179C13-L4182C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4168C13-L4171C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2Pi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4194C13-L4194C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4183C13-L4183C108" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2Pi``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4205C13-L4208C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4194C13-L4197C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2Pi``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4220C13-L4220C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4209C13-L4209C108" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atanh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4233C13-L4235C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4222C13-L4224C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atanh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4246C13-L4246C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4235C13-L4235C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.AtanPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4258C13-L4260C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4247C13-L4249C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.AtanPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4271C13-L4271C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4260C13-L4260C101" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.BitwiseAnd``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4285C13-L4295C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4274C13-L4284C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.BitwiseAnd``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4307C13-L4307C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4296C13-L4296C111" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.BitwiseAnd``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4318C13-L4321C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4307C13-L4310C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.BitwiseAnd``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4333C13-L4333C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4322C13-L4322C111" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.BitwiseOr``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4347C13-L4357C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4336C13-L4346C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.BitwiseOr``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4369C13-L4369C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4358C13-L4358C110" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.BitwiseOr``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4380C13-L4383C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4369C13-L4372C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.BitwiseOr``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4395C13-L4395C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4384C13-L4384C110" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Cbrt``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4407C13-L4409C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4396C13-L4398C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Cbrt``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4420C13-L4420C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4409C13-L4409C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Ceiling``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4432C13-L4434C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4421C13-L4423C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Ceiling``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4445C13-L4445C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4434C13-L4434C102" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ConvertChecked``2(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4459C13-L4462C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4448C13-L4451C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ConvertChecked``2(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``1}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4475C13-L4475C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4464C13-L4464C114" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ConvertSaturating``2(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4489C13-L4492C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4478C13-L4481C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ConvertSaturating``2(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``1}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4505C13-L4505C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4494C13-L4494C117" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ConvertTruncating``2(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4519C13-L4522C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4508C13-L4511C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ConvertTruncating``2(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``1}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4535C13-L4535C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4524C13-L4524C117" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CopySign``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4548C13-L4551C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4537C13-L4540C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CopySign``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4563C13-L4573C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4552C13-L4562C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CopySign``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4585C13-L4585C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4574C13-L4574C112" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CopySign``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4597C13-L4597C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4586C13-L4586C112" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Cos``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4609C13-L4611C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4598C13-L4600C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Cos``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4622C13-L4622C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4611C13-L4611C98" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Cosh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4634C13-L4636C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4623C13-L4625C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Cosh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4647C13-L4647C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4636C13-L4636C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CosineSimilarity``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4660C13-L4678C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4649C13-L4667C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CosineSimilarity``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4690C13-L4728C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4679C13-L4717C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CosPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4751C13-L4753C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4740C13-L4742C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CosPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4774C13-L4774C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4763C13-L4763C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.DegreesToRadians``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4786C13-L4788C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4775C13-L4777C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.DegreesToRadians``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4799C13-L4799C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4788C13-L4788C111" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Distance``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4812C13-L4812C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4801C13-L4801C89" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Divide``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4825C13-L4827C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4814C13-L4816C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Divide``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4838C13-L4840C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4827C13-L4829C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Divide``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4853C13-L4863C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4842C13-L4852C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Divide``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4875C13-L4875C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4864C13-L4864C107" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Divide``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4887C13-L4887C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4876C13-L4876C107" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Divide``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4900C13-L4900C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4889C13-L4889C107" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Dot``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4913C13-L4913C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4902C13-L4902C84" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Exp``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4925C13-L4927C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4914C13-L4916C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Exp``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4938C13-L4938C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4927C13-L4927C98" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Exp10``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4950C13-L4952C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4939C13-L4941C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Exp10``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4963C13-L4963C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4952C13-L4952C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Exp10M1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4973C13-L4975C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4962C13-L4964C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Exp10M1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4984C13-L4984C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4973C13-L4973C102" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Exp2``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4994C13-L4996C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4983C13-L4985C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Exp2``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5005C13-L5005C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4994C13-L4994C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Exp2M1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5015C13-L5017C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5004C13-L5006C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Exp2M1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5026C13-L5026C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5015C13-L5015C101" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ExpM1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5036C13-L5038C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5025C13-L5027C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ExpM1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5047C13-L5047C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5036C13-L5036C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Floor``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5057C13-L5059C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5046C13-L5048C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Floor``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5068C13-L5068C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5057C13-L5057C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Hypot``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5083C13-L5093C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5072C13-L5082C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Hypot``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5106C13-L5106C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5095C13-L5095C106" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Ieee754Remainder``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5119C13-L5129C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5108C13-L5118C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Ieee754Remainder``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5140C13-L5140C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5129C13-L5129C117" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Ieee754Remainder``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5149C13-L5152C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5138C13-L5141C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Ieee754Remainder``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5162C13-L5162C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5151C13-L5151C117" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Ieee754Remainder``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5171C13-L5174C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5160C13-L5163C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Ieee754Remainder``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5184C13-L5184C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5173C13-L5173C117" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ILogB``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5194C13-L5196C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5183C13-L5185C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ILogB``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{System.Int32}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5205C13-L5205C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5194C13-L5194C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.IndexOfMax``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5215C13-L5216C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5204C13-L5205C54" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.IndexOfMaxMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5226C13-L5227C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5215C13-L5216C63" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.IndexOfMin``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5237C13-L5238C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5226C13-L5227C54" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.IndexOfMinMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5250C13-L5251C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5239C13-L5240C63" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LeadingZeroCount``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5263C13-L5265C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5252C13-L5254C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LeadingZeroCount``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5276C13-L5276C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5265C13-L5265C111" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5288C13-L5290C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5277C13-L5279C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5301C13-L5301C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5290C13-L5290C98" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5311C13-L5321C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5300C13-L5310C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5331C13-L5331C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5320C13-L5320C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5340C13-L5343C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5329C13-L5332C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5353C13-L5353C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5342C13-L5342C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log10``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5365C13-L5367C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5354C13-L5356C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log10``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5378C13-L5378C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5367C13-L5367C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log10P1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5390C13-L5392C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5379C13-L5381C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log10P1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5403C13-L5403C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5392C13-L5392C102" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log2``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5415C13-L5417C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5404C13-L5406C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log2``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5428C13-L5428C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5417C13-L5417C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log2P1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5440C13-L5442C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5429C13-L5431C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log2P1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5453C13-L5453C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5442C13-L5442C101" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LogP1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5465C13-L5467C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5454C13-L5456C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LogP1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5478C13-L5478C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5467C13-L5467C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Max``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5488C13-L5488C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5477C13-L5477C78" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Max``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5498C13-L5508C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5487C13-L5497C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Max``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5518C13-L5518C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5507C13-L5507C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Max``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5527C13-L5529C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5516C13-L5518C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Max``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5539C13-L5539C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5528C13-L5528C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5549C13-L5549C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5538C13-L5538C87" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5559C13-L5569C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5548C13-L5558C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5579C13-L5579C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5568C13-L5568C113" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5588C13-L5590C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5577C13-L5579C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5600C13-L5600C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5589C13-L5589C113" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxMagnitudeNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5610C13-L5610C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5599C13-L5599C93" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxMagnitudeNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5620C13-L5630C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5609C13-L5619C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxMagnitudeNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5640C13-L5640C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5629C13-L5629C119" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxMagnitudeNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5649C13-L5651C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5638C13-L5640C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxMagnitudeNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5661C13-L5661C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5650C13-L5650C119" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5671C13-L5671C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5660C13-L5660C84" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5681C13-L5691C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5670C13-L5680C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5701C13-L5701C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5690C13-L5690C110" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5710C13-L5712C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5699C13-L5701C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5722C13-L5722C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5711C13-L5711C110" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Min``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5732C13-L5732C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5721C13-L5721C78" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Min``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5742C13-L5752C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5731C13-L5741C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Min``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5762C13-L5762C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5751C13-L5751C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Min``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5771C13-L5773C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5760C13-L5762C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Min``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5783C13-L5783C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5772C13-L5772C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5793C13-L5793C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5782C13-L5782C87" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5803C13-L5813C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5792C13-L5802C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5823C13-L5823C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5812C13-L5812C113" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5832C13-L5834C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5821C13-L5823C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5844C13-L5844C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5833C13-L5833C113" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinMagnitudeNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5854C13-L5854C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5843C13-L5843C93" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinMagnitudeNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5864C13-L5874C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5853C13-L5863C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinMagnitudeNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5884C13-L5884C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5873C13-L5873C119" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinMagnitudeNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5893C13-L5895C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5882C13-L5884C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinMagnitudeNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5905C13-L5905C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5894C13-L5894C119" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5915C13-L5915C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5904C13-L5904C84" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5925C13-L5935C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5914C13-L5924C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5945C13-L5945C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5934C13-L5934C110" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5954C13-L5956C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5943C13-L5945C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5966C13-L5966C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5955C13-L5955C110" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Multiply``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5979C13-L5981C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5968C13-L5970C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Multiply``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5994C13-L6004C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5983C13-L5993C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Multiply``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6016C13-L6019C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6005C13-L6008C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Multiply``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6032C13-L6032C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6021C13-L6021C109" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Negate``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6042C13-L6044C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6031C13-L6033C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Negate``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6053C13-L6053C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6042C13-L6042C101" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Norm``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6065C13-L6065C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6054C13-L6054C79" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.OnesComplement``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6075C13-L6077C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6064C13-L6066C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.OnesComplement``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6086C13-L6086C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6075C13-L6075C109" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.PopCount``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6096C13-L6098C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6085C13-L6087C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.PopCount``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6107C13-L6107C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6096C13-L6096C103" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Pow``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6119C13-L6129C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6108C13-L6118C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Pow``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6139C13-L6139C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6128C13-L6128C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Pow``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6148C13-L6151C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6137C13-L6140C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Pow``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6161C13-L6161C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6150C13-L6150C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Pow``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6170C13-L6173C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6159C13-L6162C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Pow``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6183C13-L6183C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6172C13-L6172C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Product``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6193C13-L6193C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6182C13-L6182C82" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.RadiansToDegrees``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6203C13-L6205C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6192C13-L6194C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.RadiansToDegrees``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6214C13-L6214C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6203C13-L6203C111" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Reciprocal``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6224C13-L6226C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6213C13-L6215C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Reciprocal``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6235C13-L6235C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6224C13-L6224C105" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.RootN``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6246C13-L6248C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6235C13-L6237C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.RootN``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6258C13-L6264C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6247C13-L6253C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.RotateLeft``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6276C13-L6278C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6265C13-L6267C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.RotateLeft``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6289C13-L6295C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6278C13-L6284C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.RotateRight``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6307C13-L6309C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6296C13-L6298C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.RotateRight``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6320C13-L6326C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6309C13-L6315C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Round``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6336C13-L6338C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6325C13-L6327C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Round``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6347C13-L6347C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6336C13-L6336C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Round``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32,System.MidpointRounding)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6357C13-L6359C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6346C13-L6348C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Round``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32,System.MidpointRounding,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6370C13-L6376C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6359C13-L6365C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Round``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6385C13-L6387C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6374C13-L6376C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Round``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6397C13-L6403C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6386C13-L6392C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Round``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.MidpointRounding)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6412C13-L6414C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6401C13-L6403C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Round``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.MidpointRounding,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6424C13-L6430C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6413C13-L6419C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Sigmoid``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6440C13-L6442C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6429C13-L6431C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Sigmoid``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6451C13-L6451C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6440C13-L6440C102" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Sin``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6463C13-L6465C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6452C13-L6454C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Sin``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6476C13-L6476C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6465C13-L6465C98" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Sinh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6486C13-L6488C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6475C13-L6477C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Sinh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6497C13-L6497C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6486C13-L6486C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.SinPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6507C13-L6509C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6496C13-L6498C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.SinPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6518C13-L6518C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6507C13-L6507C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.SoftMax``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6528C13-L6530C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6517C13-L6519C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.SoftMax``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6539C13-L6539C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6528C13-L6528C102" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Sqrt``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6551C13-L6553C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6540C13-L6542C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Sqrt``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6564C13-L6564C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6553C13-L6553C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Subtract``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6577C13-L6579C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6566C13-L6568C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Subtract``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6590C13-L6592C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6579C13-L6581C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Subtract``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6604C13-L6614C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6593C13-L6603C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Subtract``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6626C13-L6626C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6615C13-L6615C109" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Subtract``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6638C13-L6638C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6627C13-L6627C109" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Subtract``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6650C13-L6650C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6639C13-L6639C109" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Sum``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6663C13-L6663C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6652C13-L6652C78" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Tan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6673C13-L6675C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6675C13-L6677C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Tan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6684C13-L6684C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6686C13-L6686C98" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Tanh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6694C13-L6696C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6696C13-L6698C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Tanh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6705C13-L6705C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6707C13-L6707C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.TanPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6715C13-L6717C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6717C13-L6719C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.TanPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6726C13-L6726C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6728C13-L6728C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.TrailingZeroCount``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6736C13-L6738C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6738C13-L6740C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.TrailingZeroCount``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6747C13-L6747C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6749C13-L6749C112" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Truncate``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6757C13-L6759C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6759C13-L6761C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Truncate``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6768C13-L6768C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6770C13-L6770C103" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Xor``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6780C13-L6790C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6782C13-L6792C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Xor``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6800C13-L6800C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6802C13-L6802C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Xor``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6811C13-L6813C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6813C13-L6815C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Xor``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6825C13-L6825C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6827C13-L6827C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GetSmallestBroadcastableLengths(System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6838C13-L6851C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6840C13-L6853C38" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Create``1(System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L27C13-L29C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L27C13-L29C56" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Create``1(System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L40C13-L42C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L40C13-L42C61" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Create``1(``0[],System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L54C16-L54C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L54C16-L54C51" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Create``1(``0[],System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L67C13-L67C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L67C13-L67C68" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Create``1(System.Collections.Generic.IEnumerable{``0},System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L79C13-L80C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L79C13-L80C91" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Create``1(System.Collections.Generic.IEnumerable{``0},System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L92C13-L93C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L92C13-L93C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CreateAndFillGaussianNormalDistribution``1(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L104C13-L104C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L104C13-L104C87" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CreateAndFillGaussianNormalDistribution``1(System.Random,System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L115C13-L118C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L115C13-L118C58" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CreateAndFillUniformDistribution``1(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L141C13-L141C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L141C13-L141C80" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CreateAndFillUniformDistribution``1(System.Random,System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L152C13-L157C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L152C13-L157C58" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CreateUninitialized``1(System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L166C16-L166C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L166C16-L166C59" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CreateUninitialized``1(System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L176C13-L178C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L176C13-L178C68" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.FillGaussianNormalDistribution``1(System.Numerics.Tensors.TensorSpan{``0}@,System.Random)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L191C13-L195C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L191C13-L195C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.FillUniformDistribution``1(System.Numerics.Tensors.TensorSpan{``0}@,System.Random)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L208C13-L213C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L208C13-L213C36" } ], "DocsId": "T:System.Numerics.Tensors.Tensor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs" }, { "Members": [ { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#Create(System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L96C13-L98C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L96C13-L98C69" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#Create(System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L109C13-L111C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L109C13-L111C88" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#CreateUninitialized(System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L121C13-L123C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L121C13-L123C69" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#CreateUninitialized(System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L134C13-L136C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L134C13-L136C88" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#IReadOnlyTensor,T>#get_Lengths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L179C69-L179C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L179C69-L179C77" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#IReadOnlyTensor,T>#get_Strides", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L192C69-L192C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L192C69-L192C77" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L194C50-L194C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L194C50-L194C55" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#get_Item(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L264C17-L264C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L264C17-L264C38" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#set_Item(System.ReadOnlySpan{System.IntPtr},`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L268C17-L269C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L268C17-L269C14" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#get_Item(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L284C17-L284C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L284C17-L284C38" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#set_Item(System.ReadOnlySpan{System.Buffers.NIndex},`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L288C17-L289C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L288C17-L289C14" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#IReadOnlyTensor,T>#get_Item(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L300C84-L300C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L300C84-L300C115" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#IReadOnlyTensor,T>#get_Item(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L310C86-L310C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L310C86-L310C117" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#IReadOnlyTensor,T>#get_Item(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L324C17-L327C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L324C17-L327C38" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.op_Implicit(`0[])~System.Numerics.Tensors.Tensor{`0}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L373C65-L373C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L373C65-L373C101" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.op_Implicit(System.Numerics.Tensors.Tensor{`0})~System.Numerics.Tensors.TensorSpan{`0}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L378C75-L378C204" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L378C75-L378C204" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.op_Implicit(System.Numerics.Tensors.Tensor{`0})~System.Numerics.Tensors.ReadOnlyTensorSpan{`0}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L383C83-L383C219" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L383C83-L383C219" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.AsTensorSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L389C48-L389C153" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L389C48-L389C153" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.AsTensorSpan(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L396C88-L396C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L396C88-L396C115" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.AsTensorSpan(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L403C86-L403C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L403C86-L403C98" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.AsTensorSpan(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L410C93-L410C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L410C93-L410C125" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.AsReadOnlyTensorSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L416C64-L416C177" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L416C64-L416C177" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.AsReadOnlyTensorSpan(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L423C104-L423C131" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L423C104-L423C131" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.AsReadOnlyTensorSpan(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L430C102-L430C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L430C102-L430C114" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.AsReadOnlyTensorSpan(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L437C109-L437C141" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L437C109-L437C141" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.GetPinnableReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L444C52-L444C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L444C52-L444C89" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#IReadOnlyTensor,T>#GetPinnableReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L451C84-L451C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L451C84-L451C129" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.Slice(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L461C13-L468C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L461C13-L468C30" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.Slice(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L479C13-L484C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L479C13-L484C34" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.Slice(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L495C13-L500C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L495C13-L500C34" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L507C39-L507C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L507C39-L507C61" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.CopyTo(System.Numerics.Tensors.TensorSpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L519C65-L519C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L519C65-L519C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.Fill(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L525C38-L525C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L525C38-L525C64" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.TryCopyTo(System.Numerics.Tensors.TensorSpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L535C68-L535C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L535C68-L535C105" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.FlattenTo(System.Span{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L541C62-L541C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L541C62-L541C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.TryFlattenTo(System.Span{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L547C65-L547C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L547C65-L547C105" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L554C58-L554C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L554C58-L554C73" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L561C50-L561C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L561C50-L561C70" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L567C52-L567C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L567C52-L567C67" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L635C13-L635C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L635C13-L635C49" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.ToString(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L662C13-L672C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L662C13-L672C34" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L143C41-L143C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L143C41-L143C45" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L149C32-L149C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L149C32-L149C52" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.IsPinned", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L155C33-L155C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L155C33-L155C42" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.Rank", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L161C28-L161C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L161C28-L161C43" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.FlattenedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L167C40-L167C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L167C40-L167C56" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.Lengths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L173C46-L173C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L173C46-L173C54" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#IReadOnlyTensor,T>#Lengths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L179C69-L179C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L179C69-L179C77" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.Strides", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L186C46-L186C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L186C46-L186C54" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#IReadOnlyTensor,T>#Strides", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L192C69-L192C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L192C69-L192C77" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L194C50-L194C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L194C50-L194C55" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.Item(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L204C76-L204C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L204C76-L204C99" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.Item(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L214C78-L214C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L214C78-L214C101" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.Item(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L228C17-L231C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L228C17-L231C38" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#Item(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L264C17-L264C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L264C17-L264C38" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#Item(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L284C17-L284C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L284C17-L284C38" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#IReadOnlyTensor,T>#Item(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L300C84-L300C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L300C84-L300C115" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#IReadOnlyTensor,T>#Item(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L310C86-L310C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L310C86-L310C117" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#IReadOnlyTensor,T>#Item(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L324C17-L327C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L324C17-L327C38" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.Item(System.Numerics.Tensors.Tensor{System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L342C17-L366C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L342C17-L366C73" } ], "DocsId": "T:System.Numerics.Tensors.Tensor`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs" }, { "Members": [ { "DocsId": "M:System.Numerics.Tensors.ITensor`2.Create(System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.ITensor`2.Create(System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.ITensor`2.CreateUninitialized(System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.ITensor`2.CreateUninitialized(System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.ITensor`2.AsTensorSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.ITensor`2.AsTensorSpan(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.ITensor`2.AsTensorSpan(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.ITensor`2.AsTensorSpan(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.ITensor`2.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.ITensor`2.Fill(`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.ITensor`2.GetPinnableReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.ITensor`2.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.ITensor`2.Item(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.ITensor`2.Item(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.ITensor`2.Item(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" } ], "DocsId": "T:System.Numerics.Tensors.ITensor`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "Members": [ { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.AsReadOnlyTensorSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.AsReadOnlyTensorSpan(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.AsReadOnlyTensorSpan(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.AsReadOnlyTensorSpan(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.FlattenTo(System.Span{`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.GetPinnableReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.Slice(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.Slice(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.Slice(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.TryFlattenTo(System.Span{`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.IReadOnlyTensor`2.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.IReadOnlyTensor`2.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.IReadOnlyTensor`2.IsPinned", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.IReadOnlyTensor`2.FlattenedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.IReadOnlyTensor`2.Rank", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.IReadOnlyTensor`2.Item(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.IReadOnlyTensor`2.Item(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.IReadOnlyTensor`2.Item(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.IReadOnlyTensor`2.Lengths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.IReadOnlyTensor`2.Strides", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" } ], "DocsId": "T:System.Numerics.Tensors.IReadOnlyTensor`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "Members": [ { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.#ctor(`0[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L36C49-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L36C49-L38C10" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.#ctor(`0[],System.Index,System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L53C15-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L53C15-L55C10" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.#ctor(`0[],System.Int32,System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L73C13-L106C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L73C13-L106C10" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.#ctor(System.ReadOnlySpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L113C59-L113C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L113C59-L113C92" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.#ctor(System.ReadOnlySpan{`0},System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L123C13-L136C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L123C13-L136C10" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.#ctor(System.Array)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L144C13-L153C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L144C13-L153C10" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.#ctor(System.Array,System.ReadOnlySpan{System.Int32},System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L164C13-L201C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L164C13-L201C10" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.#ctor(System.Array,System.ReadOnlySpan{System.Buffers.NIndex},System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L212C13-L249C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L212C13-L249C10" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.#ctor(`0*,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L261C70-L261C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L261C70-L261C114" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.#ctor(`0*,System.IntPtr,System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L284C13-L303C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L284C13-L303C10" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.op_Inequality(System.Numerics.Tensors.ReadOnlyTensorSpan{`0},System.Numerics.Tensors.ReadOnlyTensorSpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L413C100-L413C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L413C100-L413C116" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.op_Equality(System.Numerics.Tensors.ReadOnlyTensorSpan{`0},System.Numerics.Tensors.ReadOnlyTensorSpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L420C13-L423C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L420C13-L423C70" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L435C13-L435C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L435C13-L435C84" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L446C13-L446C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L446C13-L446C89" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.CastUp``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L463C13-L463C168" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L463C13-L463C168" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L467C46-L467C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L467C46-L467C66" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.GetPinnableReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L520C13-L522C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L520C13-L522C28" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.CopyTo(System.Numerics.Tensors.TensorSpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L540C13-L581C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L540C13-L581C10" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.TryCopyTo(System.Numerics.Tensors.TensorSpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L594C13-L635C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L594C13-L635C27" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.op_Implicit(`0[])~System.Numerics.Tensors.ReadOnlyTensorSpan{`0}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L641C78-L641C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L641C78-L641C110" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L646C46-L646C135" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L646C46-L646C135" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Slice(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L657C13-L662C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L657C13-L662C34" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Slice(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L688C13-L742C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L688C13-L742C29" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.TryFlattenTo(System.Span{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L751C13-L780C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L751C13-L780C27" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.FlattenTo(System.Span{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L789C13-L826C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L789C13-L826C10" }, { "DocsId": "P:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Item(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L328C17-L335C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L328C17-L335C89" }, { "DocsId": "P:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Item(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L351C17-L358C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L351C17-L358C89" }, { "DocsId": "P:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Item(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L374C17-L377C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L374C17-L377C38" }, { "DocsId": "P:System.Numerics.Tensors.ReadOnlyTensorSpan`1.FlattenedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L384C40-L384C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L384C40-L384C62" }, { "DocsId": "P:System.Numerics.Tensors.ReadOnlyTensorSpan`1.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L390C32-L390C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L390C32-L390C46" }, { "DocsId": "P:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Lengths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L396C46-L396C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L396C46-L396C60" }, { "DocsId": "P:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Rank", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L401C28-L401C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L401C28-L401C42" }, { "DocsId": "P:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Strides", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L407C46-L407C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L407C46-L407C60" }, { "DocsId": "P:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L452C54-L452C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L452C54-L452C61" }, { "DocsId": "T:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs" } ], "DocsId": "T:System.Numerics.Tensors.ReadOnlyTensorSpan`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs" }, { "Members": [ { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.#ctor(`0[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L37C41-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L37C41-L39C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.#ctor(`0[],System.Index,System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L55C15-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L55C15-L57C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.#ctor(`0[],System.Int32,System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L75C13-L108C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L75C13-L108C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.#ctor(System.Span{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L115C43-L115C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L115C43-L115C76" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.#ctor(System.Span{`0},System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L125C13-L139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L125C13-L139C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.#ctor(System.Array)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L147C13-L154C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L147C13-L154C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.#ctor(System.Array,System.ReadOnlySpan{System.Int32},System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L165C13-L203C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L165C13-L203C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.#ctor(System.Array,System.ReadOnlySpan{System.Buffers.NIndex},System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L214C13-L250C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L214C13-L250C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.#ctor(`0*,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L262C62-L262C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L262C62-L262C106" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.#ctor(`0*,System.IntPtr,System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L285C13-L305C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L285C13-L305C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.op_Inequality(System.Numerics.Tensors.TensorSpan{`0},System.Numerics.Tensors.TensorSpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L419C84-L419C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L419C84-L419C100" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.op_Equality(System.Numerics.Tensors.TensorSpan{`0},System.Numerics.Tensors.TensorSpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L426C13-L430C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L426C13-L430C70" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L441C13-L441C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L441C13-L441C84" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L452C13-L452C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L452C13-L452C89" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L460C46-L460C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L460C46-L460C66" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.GetPinnableReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L512C13-L514C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L512C13-L514C28" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L525C13-L544C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L525C13-L544C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.Fill(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L552C13-L553C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L552C13-L553C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.CopyTo(System.Numerics.Tensors.TensorSpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L570C13-L610C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L570C13-L610C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.TryCopyTo(System.Numerics.Tensors.TensorSpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L622C13-L661C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L622C13-L661C27" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.op_Implicit(`0[])~System.Numerics.Tensors.TensorSpan{`0}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L667C70-L667C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L667C70-L667C94" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.op_Implicit(System.Numerics.Tensors.TensorSpan{`0})~System.Numerics.Tensors.ReadOnlyTensorSpan{`0}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L673C13-L673C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L673C13-L673C128" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L679C46-L679C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L679C46-L679C127" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.Slice(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L691C13-L696C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L691C13-L696C34" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.Slice(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L722C13-L777C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L722C13-L777C29" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.TryFlattenTo(System.Span{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L786C13-L792C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L786C13-L792C27" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.FlattenTo(System.Span{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L801C13-L831C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L801C13-L831C10" }, { "DocsId": "P:System.Numerics.Tensors.TensorSpan`1.Item(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L330C17-L337C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L330C17-L337C89" }, { "DocsId": "P:System.Numerics.Tensors.TensorSpan`1.Item(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L355C17-L362C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L355C17-L362C89" }, { "DocsId": "P:System.Numerics.Tensors.TensorSpan`1.Item(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L379C17-L379C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L379C17-L379C38" }, { "DocsId": "P:System.Numerics.Tensors.TensorSpan`1.FlattenedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L390C40-L390C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L390C40-L390C62" }, { "DocsId": "P:System.Numerics.Tensors.TensorSpan`1.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L396C32-L396C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L396C32-L396C46" }, { "DocsId": "P:System.Numerics.Tensors.TensorSpan`1.Lengths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L402C46-L402C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L402C46-L402C60" }, { "DocsId": "P:System.Numerics.Tensors.TensorSpan`1.Rank", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L407C28-L407C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L407C28-L407C42" }, { "DocsId": "P:System.Numerics.Tensors.TensorSpan`1.Strides", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L413C46-L413C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L413C46-L413C60" }, { "DocsId": "P:System.Numerics.Tensors.TensorSpan`1.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L457C46-L457C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L457C46-L457C53" }, { "DocsId": "T:System.Numerics.Tensors.TensorSpan`1.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs" } ], "DocsId": "T:System.Numerics.Tensors.TensorSpan`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs" }, { "Members": [ { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L494C17-L499C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L494C17-L499C55" }, { "DocsId": "P:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L506C28-L506C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L506C28-L506C46" } ], "DocsId": "T:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs" }, { "Members": [ { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L488C17-L493C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L488C17-L493C55" }, { "DocsId": "P:System.Numerics.Tensors.TensorSpan`1.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L500C28-L500C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L500C28-L500C46" } ], "DocsId": "T:System.Numerics.Tensors.TensorSpan`1.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Reflection.Context.json b/xml/SourceLinkInformation/net-8.0-pp/System.Reflection.Context.json index 573c809952f..6179cb76782 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Reflection.Context.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Reflection.Context.json @@ -1,49 +1,49 @@ { "Assembly": "System.Reflection.Context", - "GUID": "2CAF91CC57B2451191BD9C9276D605B4FFFFFFFF", + "GUID": "5A91E8B7D1694CAA8F3D576E2B365D31FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Reflection.Context.CustomReflectionContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L21C47-L21C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L21C47-L21C88" }, { "DocsId": "M:System.Reflection.Context.CustomReflectionContext.#ctor(System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L23C9-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L23C9-L32C10" }, { "DocsId": "M:System.Reflection.Context.CustomReflectionContext.MapAssembly(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L36C13-L41C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L36C13-L41C65" }, { "DocsId": "M:System.Reflection.Context.CustomReflectionContext.MapType(System.Reflection.TypeInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L46C13-L51C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L46C13-L51C57" }, { "DocsId": "M:System.Reflection.Context.CustomReflectionContext.GetCustomAttributes(System.Reflection.MemberInfo,System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L56C13-L56C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L56C13-L56C39" }, { "DocsId": "M:System.Reflection.Context.CustomReflectionContext.GetCustomAttributes(System.Reflection.ParameterInfo,System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L61C13-L61C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L61C13-L61C39" }, { "DocsId": "M:System.Reflection.Context.CustomReflectionContext.AddProperties(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs" }, { "DocsId": "M:System.Reflection.Context.CustomReflectionContext.CreateProperty(System.Type,System.String,System.Func{System.Object,System.Object},System.Action{System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L77C13-L85C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L77C13-L85C23" }, { "DocsId": "M:System.Reflection.Context.CustomReflectionContext.CreateProperty(System.Type,System.String,System.Func{System.Object,System.Object},System.Action{System.Object,System.Object},System.Collections.Generic.IEnumerable{System.Attribute},System.Collections.Generic.IEnumerable{System.Attribute},System.Collections.Generic.IEnumerable{System.Attribute})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L97C13-L105C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L97C13-L105C23" } ], "DocsId": "T:System.Reflection.Context.CustomReflectionContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Reflection.MetadataLoadContext.json b/xml/SourceLinkInformation/net-8.0-pp/System.Reflection.MetadataLoadContext.json index 2c28def217d..bbb24f7dfb9 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Reflection.MetadataLoadContext.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Reflection.MetadataLoadContext.json @@ -1,77 +1,77 @@ { "Assembly": "System.Reflection.MetadataLoadContext", - "GUID": "6640911272FB44338C02C58C971A9F4AFFFFFFFF", + "GUID": "79F11BC0E6D84122A09559C0A3A8C60EFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Reflection.MetadataAssemblyResolver.Resolve(System.Reflection.MetadataLoadContext,System.Reflection.AssemblyName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataAssemblyResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataAssemblyResolver.cs" }, { "DocsId": "M:System.Reflection.MetadataAssemblyResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataAssemblyResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataAssemblyResolver.cs" } ], "DocsId": "T:System.Reflection.MetadataAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataAssemblyResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataAssemblyResolver.cs" }, { "Members": [ { "DocsId": "M:System.Reflection.MetadataLoadContext.#ctor(System.Reflection.MetadataAssemblyResolver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Disposing.cs#L11C9-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Disposing.cs#L11C9-L121C10" }, { "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromAssemblyPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L130C13-L135C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L130C13-L135C68" }, { "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromByteArray(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L145C13-L150C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L145C13-L150C67" }, { "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L163C13-L169C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L163C13-L169C49" }, { "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromAssemblyName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L181C13-L188C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L181C13-L188C45" }, { "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromAssemblyName(System.Reflection.AssemblyName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L200C13-L206C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L200C13-L206C45" }, { "DocsId": "M:System.Reflection.MetadataLoadContext.GetAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L265C13-L268C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L265C13-L268C45" }, { "DocsId": "M:System.Reflection.MetadataLoadContext.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L280C13-L282C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L280C13-L282C10" }, { "DocsId": "P:System.Reflection.MetadataLoadContext.CoreAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L253C17-L256C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L253C17-L256C38" } ], "DocsId": "T:System.Reflection.MetadataLoadContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Disposing.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Disposing.cs" }, { "Members": [ { "DocsId": "M:System.Reflection.PathAssemblyResolver.#ctor(System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/PathAssemblyResolver.cs#L25C9-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/PathAssemblyResolver.cs#L25C9-L53C10" }, { "DocsId": "M:System.Reflection.PathAssemblyResolver.Resolve(System.Reflection.MetadataLoadContext,System.Reflection.AssemblyName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/PathAssemblyResolver.cs#L58C13-L96C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/PathAssemblyResolver.cs#L58C13-L96C65" } ], "DocsId": "T:System.Reflection.PathAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/PathAssemblyResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/PathAssemblyResolver.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Resources.Extensions.json b/xml/SourceLinkInformation/net-8.0-pp/System.Resources.Extensions.json index 234f9b9561a..82c5175fff6 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Resources.Extensions.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Resources.Extensions.json @@ -1,95 +1,95 @@ { "Assembly": "System.Resources.Extensions", - "GUID": "1B6576A969684EE5B9E017E897CE997EFFFFFFFF", + "GUID": "692E252014234FA680886BD905D444ABFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L44C9-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L44C9-L59C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L61C9-L81C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L61C9-L81C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L88C13-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L88C13-L101C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L108C13-L129C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L108C13-L129C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.IO.Stream,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L137C13-L148C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L137C13-L148C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L177C13-L190C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L177C13-L190C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L233C13-L234C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L233C13-L234C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L253C13-L254C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L253C13-L254C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.Generate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L263C13-L434C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L263C13-L434C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L73C13-L119C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L73C13-L119C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddTypeConverterResource(System.String,System.Byte[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L130C13-L146C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L130C13-L146C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddBinaryFormattedResource(System.String,System.Byte[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L158C13-L179C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L158C13-L179C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddActivatorResource(System.String,System.IO.Stream,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L191C13-L210C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L191C13-L210C10" } ], "DocsId": "T:System.Resources.Extensions.PreserializedResourceWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs" }, { "Members": [ { "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L93C9-L112C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L93C9-L112C10" }, { "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L114C9-L141C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L114C9-L141C10" }, { "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L148C13-L149C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L148C13-L149C10" }, { "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L153C13-L154C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L153C13-L154C10" }, { "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L236C13-L236C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L236C13-L236C36" }, { "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L241C13-L243C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L241C13-L243C49" } ], "DocsId": "T:System.Resources.Extensions.DeserializingResourceReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/DeserializingResourceReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/DeserializingResourceReader.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Runtime.Caching.json b/xml/SourceLinkInformation/net-8.0-pp/System.Runtime.Caching.json index 22dab3edaca..de12a9ed539 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Runtime.Caching.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Runtime.Caching.json @@ -1,669 +1,669 @@ { "Assembly": "System.Runtime.Caching", - "GUID": "8440B59689E445BAA999A35781811D72FFFFFFFF", + "GUID": "771CC6F71E9F4D68A11BC5B69D84A9ABFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Runtime.Caching.CacheEntryChangeMonitor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryChangeMonitor.CacheKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryChangeMonitor.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryChangeMonitor.RegionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" } ], "DocsId": "T:System.Runtime.Caching.CacheEntryChangeMonitor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedArguments.#ctor(System.Runtime.Caching.ObjectCache,System.Runtime.Caching.CacheEntryRemovedReason,System.Runtime.Caching.CacheItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L27C9-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L27C9-L41C10" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryRemovedArguments.CacheItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L14C19-L14C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L14C19-L14C37" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryRemovedArguments.RemovedReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L19C19-L19C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L19C19-L19C34" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryRemovedArguments.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L24C19-L24C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L24C19-L24C34" } ], "DocsId": "T:System.Runtime.Caching.CacheEntryRemovedArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" }, { "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedCallback.Invoke(System.Runtime.Caching.CacheEntryRemovedArguments)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" }, { "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedCallback.BeginInvoke(System.Runtime.Caching.CacheEntryRemovedArguments,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" }, { "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" } ], "DocsId": "T:System.Runtime.Caching.CacheEntryRemovedCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" }, { "Members": [ { "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" }, { "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.Removed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" }, { "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.Expired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" }, { "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.Evicted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" }, { "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.ChangeMonitorChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" }, { "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.CacheSpecificEviction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" } ], "DocsId": "T:System.Runtime.Caching.CacheEntryRemovedReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateArguments.#ctor(System.Runtime.Caching.ObjectCache,System.Runtime.Caching.CacheEntryRemovedReason,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L49C9-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L49C9-L64C10" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L19C19-L19C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L19C19-L19C31" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.RemovedReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L24C19-L24C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L24C19-L24C34" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.RegionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L29C19-L29C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L29C19-L29C38" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L34C19-L34C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L34C19-L34C34" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.UpdatedCacheItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L39C19-L39C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L39C19-L39C44" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.UpdatedCacheItemPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L45C19-L45C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L45C19-L45C50" } ], "DocsId": "T:System.Runtime.Caching.CacheEntryUpdateArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" }, { "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateCallback.Invoke(System.Runtime.Caching.CacheEntryUpdateArguments)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" }, { "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateCallback.BeginInvoke(System.Runtime.Caching.CacheEntryUpdateArguments,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" }, { "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" } ], "DocsId": "T:System.Runtime.Caching.CacheEntryUpdateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.CacheItem.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L16C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L16C9-L19C10" }, { "DocsId": "M:System.Runtime.Caching.CacheItem.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L21C54-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L21C54-L24C10" }, { "DocsId": "M:System.Runtime.Caching.CacheItem.#ctor(System.String,System.Object,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L26C73-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L26C73-L29C10" }, { "DocsId": "P:System.Runtime.Caching.CacheItem.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L10C29-L10C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L10C29-L10C33" }, { "DocsId": "P:System.Runtime.Caching.CacheItem.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L11C31-L11C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L11C31-L11C35" }, { "DocsId": "P:System.Runtime.Caching.CacheItem.RegionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L12C36-L12C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L12C36-L12C40" } ], "DocsId": "T:System.Runtime.Caching.CacheItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.CacheItemPolicy.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L50C9-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L50C9-L55C10" }, { "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.AbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L20C19-L20C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L20C19-L20C37" }, { "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.ChangeMonitors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L24C60-L24C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L24C60-L24C111" }, { "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L28C19-L28C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L28C19-L28C36" }, { "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.RemovedCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L34C19-L34C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L34C19-L34C43" }, { "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.SlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L40C19-L40C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L40C19-L40C37" }, { "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.UpdateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L46C19-L46C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L46C19-L46C42" } ], "DocsId": "T:System.Runtime.Caching.CacheItemPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs" }, { "Members": [ { "DocsId": "F:System.Runtime.Caching.CacheItemPriority.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" }, { "DocsId": "F:System.Runtime.Caching.CacheItemPriority.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" }, { "DocsId": "F:System.Runtime.Caching.CacheItemPriority.NotRemovable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" } ], "DocsId": "T:System.Runtime.Caching.CacheItemPriority", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.ChangeMonitor.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs" }, { "DocsId": "M:System.Runtime.Caching.ChangeMonitor.InitializationComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L142C13-L150C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L142C13-L150C10" }, { "DocsId": "M:System.Runtime.Caching.ChangeMonitor.OnChanged(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L159C13-L167C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L159C13-L167C10" }, { "DocsId": "M:System.Runtime.Caching.ChangeMonitor.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L205C13-L215C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L205C13-L215C10" }, { "DocsId": "M:System.Runtime.Caching.ChangeMonitor.NotifyOnChanged(System.Runtime.Caching.OnChangedCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L224C13-L239C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L224C13-L239C10" }, { "DocsId": "M:System.Runtime.Caching.ChangeMonitor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L90C9-L90C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L90C9-L90C52" }, { "DocsId": "P:System.Runtime.Caching.ChangeMonitor.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L174C40-L174C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L174C40-L174C63" }, { "DocsId": "P:System.Runtime.Caching.ChangeMonitor.IsDisposed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L178C40-L178C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L178C40-L178C64" }, { "DocsId": "P:System.Runtime.Caching.ChangeMonitor.UniqueId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs" } ], "DocsId": "T:System.Runtime.Caching.ChangeMonitor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs" }, { "Members": [ { "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" }, { "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" }, { "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.InMemoryProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" }, { "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.OutOfProcessProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" }, { "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.CacheEntryChangeMonitors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" }, { "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.AbsoluteExpirations", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" }, { "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.SlidingExpirations", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" }, { "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.CacheEntryUpdateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" }, { "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.CacheEntryRemovedCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" }, { "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.CacheRegions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" } ], "DocsId": "T:System.Runtime.Caching.DefaultCacheCapabilities", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.FileChangeMonitor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" }, { "DocsId": "P:System.Runtime.Caching.FileChangeMonitor.FilePaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" }, { "DocsId": "P:System.Runtime.Caching.FileChangeMonitor.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" } ], "DocsId": "T:System.Runtime.Caching.FileChangeMonitor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.HostFileChangeMonitor.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L121C13-L150C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L121C13-L150C10" }, { "DocsId": "M:System.Runtime.Caching.HostFileChangeMonitor.#ctor(System.Collections.Generic.IList{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L160C9-L176C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L160C9-L176C10" }, { "DocsId": "P:System.Runtime.Caching.HostFileChangeMonitor.FilePaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L156C70-L156C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L156C70-L156C88" }, { "DocsId": "P:System.Runtime.Caching.HostFileChangeMonitor.UniqueId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L157C49-L157C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L157C49-L157C66" }, { "DocsId": "P:System.Runtime.Caching.HostFileChangeMonitor.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L158C61-L158C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L158C61-L158C82" } ], "DocsId": "T:System.Runtime.Caching.HostFileChangeMonitor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.MemoryCache.#ctor(System.String,System.Collections.Specialized.NameValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L39C9-L339C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L39C9-L339C10" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.#ctor(System.String,System.Collections.Specialized.NameValueCollection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L39C9-L361C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L39C9-L361C10" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.CreateCacheEntryChangeMonitor(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L422C13-L444C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L422C13-L444C96" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L449C13-L469C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L449C13-L469C10" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L498C13-L507C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L498C13-L507C38" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L512C13-L521C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L512C13-L521C38" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.Trim(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L533C13-L546C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L533C13-L546C28" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.Contains(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L565C13-L565C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L565C13-L565C59" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.Add(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L570C13-L571C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L570C13-L571C75" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.AddOrGetExisting(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L576C13-L582C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L576C13-L582C65" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.AddOrGetExisting(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L587C13-L592C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L587C13-L592C100" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.AddOrGetExisting(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L597C13-L601C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L597C13-L601C65" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.Get(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L606C13-L606C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L606C13-L606C49" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.GetCacheItem(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L611C13-L612C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L611C13-L612C71" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.Set(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L617C13-L624C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L617C13-L624C10" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.Set(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L628C13-L634C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L628C13-L634C10" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.Set(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L638C13-L682C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L638C13-L682C10" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.Remove(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L756C13-L756C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L756C13-L756C77" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.Remove(System.String,System.Runtime.Caching.CacheEntryRemovedReason,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L761C13-L774C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L761C13-L774C33" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.GetCount(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L779C13-L793C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L779C13-L793C26" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.GetLastSize(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L798C13-L803C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L798C13-L803C41" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.GetValues(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L808C13-L835C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L808C13-L835C27" }, { "DocsId": "P:System.Runtime.Caching.MemoryCache.CacheMemoryLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L258C17-L258C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L258C17-L258C48" }, { "DocsId": "P:System.Runtime.Caching.MemoryCache.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L266C17-L273C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L266C17-L273C39" }, { "DocsId": "P:System.Runtime.Caching.MemoryCache.DefaultCacheCapabilities", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L281C17-L281C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L281C17-L281C37" }, { "DocsId": "P:System.Runtime.Caching.MemoryCache.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L287C19-L287C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L287C19-L287C32" }, { "DocsId": "P:System.Runtime.Caching.MemoryCache.PhysicalMemoryLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L301C17-L301C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L301C17-L301C51" }, { "DocsId": "P:System.Runtime.Caching.MemoryCache.PollingInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L311C17-L311C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L311C17-L311C47" }, { "DocsId": "P:System.Runtime.Caching.MemoryCache.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L554C17-L554C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L554C17-L554C47" } ], "DocsId": "T:System.Runtime.Caching.MemoryCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.ObjectCache.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L52C13-L52C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L52C13-L52C86" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.CreateCacheEntryChangeMonitor(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.System#Collections#Generic#IEnumerable>#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L59C13-L59C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L59C13-L59C36" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.Contains(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.Add(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L70C13-L70C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L70C13-L70C91" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.Add(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L75C13-L75C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L75C13-L75C61" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.Add(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L80C13-L80C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L80C13-L80C79" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.AddOrGetExisting(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.AddOrGetExisting(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.AddOrGetExisting(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.Get(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.GetCacheItem(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.Set(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.Set(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.Set(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.GetValues(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.GetValues(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L103C13-L103C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L103C13-L103C48" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.Remove(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.GetCount(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "F:System.Runtime.Caching.ObjectCache.InfiniteAbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "F:System.Runtime.Caching.ObjectCache.NoSlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "P:System.Runtime.Caching.ObjectCache.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L27C17-L27C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L27C17-L27C31" }, { "DocsId": "P:System.Runtime.Caching.ObjectCache.DefaultCacheCapabilities", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "P:System.Runtime.Caching.ObjectCache.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "P:System.Runtime.Caching.ObjectCache.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" } ], "DocsId": "T:System.Runtime.Caching.ObjectCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.OnChangedCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" }, { "DocsId": "M:System.Runtime.Caching.OnChangedCallback.Invoke(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" }, { "DocsId": "M:System.Runtime.Caching.OnChangedCallback.BeginInvoke(System.Object,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" }, { "DocsId": "M:System.Runtime.Caching.OnChangedCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" } ], "DocsId": "T:System.Runtime.Caching.OnChangedCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.Hosting.IApplicationIdentifier.GetApplicationId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IApplicationIdentifier.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IApplicationIdentifier.cs" } ], "DocsId": "T:System.Runtime.Caching.Hosting.IApplicationIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IApplicationIdentifier.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IApplicationIdentifier.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.Hosting.IFileChangeNotificationSystem.StartMonitoring(System.String,System.Runtime.Caching.OnChangedCallback,System.Object@,System.DateTimeOffset@,System.Int64@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IFileChangeNotificationSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IFileChangeNotificationSystem.cs" }, { "DocsId": "M:System.Runtime.Caching.Hosting.IFileChangeNotificationSystem.StopMonitoring(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IFileChangeNotificationSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IFileChangeNotificationSystem.cs" } ], "DocsId": "T:System.Runtime.Caching.Hosting.IFileChangeNotificationSystem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IFileChangeNotificationSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IFileChangeNotificationSystem.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.Hosting.IMemoryCacheManager.UpdateCacheSize(System.Int64,System.Runtime.Caching.MemoryCache)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IMemoryCacheManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IMemoryCacheManager.cs" }, { "DocsId": "M:System.Runtime.Caching.Hosting.IMemoryCacheManager.ReleaseCache(System.Runtime.Caching.MemoryCache)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IMemoryCacheManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IMemoryCacheManager.cs" } ], "DocsId": "T:System.Runtime.Caching.Hosting.IMemoryCacheManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IMemoryCacheManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IMemoryCacheManager.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Runtime.Serialization.Formatters.json b/xml/SourceLinkInformation/net-8.0-pp/System.Runtime.Serialization.Formatters.json index d19912e83e1..d9c007bb177 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Runtime.Serialization.Formatters.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Runtime.Serialization.Formatters.json @@ -1,594 +1,594 @@ { "Assembly": "System.Runtime.Serialization.Formatters", - "GUID": "CCBD917A0534871B999993C47650825BFFFFFFFF", + "GUID": "A63F78224D74149CC38DF1089FA00800FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Runtime.Serialization.SerializationEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" }, { "DocsId": "M:System.Runtime.Serialization.SerializationEventHandler.Invoke(System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" }, { "DocsId": "M:System.Runtime.Serialization.SerializationEventHandler.BeginInvoke(System.Runtime.Serialization.StreamingContext,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" }, { "DocsId": "M:System.Runtime.Serialization.SerializationEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" } ], "DocsId": "T:System.Runtime.Serialization.SerializationEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.Formatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs#L18C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs#L18C9-L22C10" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.GetNext(System.Int64@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs#L30C13-L45C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs#L30C13-L45C24" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.Schedule(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs#L50C13-L62C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs#L50C13-L62C23" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.Serialize(System.IO.Stream,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteArray(System.Object,System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteBoolean(System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteByte(System.Byte,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteChar(System.Char,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteDateTime(System.DateTime,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteDecimal(System.Decimal,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteDouble(System.Double,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteInt16(System.Int16,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteInt32(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteInt64(System.Int64,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteObjectRef(System.Object,System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteMember(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs#L92C13-L168C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs#L92C13-L168C10" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteSByte(System.SByte,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteSingle(System.Single,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteTimeSpan(System.TimeSpan,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteUInt16(System.UInt16,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteUInt32(System.UInt32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteUInt64(System.UInt64,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteValueType(System.Object,System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "F:System.Runtime.Serialization.Formatter.m_idGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "F:System.Runtime.Serialization.Formatter.m_objectQueue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "P:System.Runtime.Serialization.Formatter.SurrogateSelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" }, { "DocsId": "P:System.Runtime.Serialization.Formatter.Binder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" }, { "DocsId": "P:System.Runtime.Serialization.Formatter.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" } ], "DocsId": "T:System.Runtime.Serialization.Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.Convert(System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L13C13-L15C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L13C13-L15C89" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.Convert(System.Object,System.TypeCode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L20C13-L22C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L20C13-L22C93" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToBoolean(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L27C13-L29C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L27C13-L29C82" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToChar(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L34C13-L36C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L34C13-L36C79" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToSByte(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L42C13-L44C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L42C13-L44C80" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToByte(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L49C13-L51C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L49C13-L51C79" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToInt16(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L56C13-L58C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L56C13-L58C80" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToUInt16(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L64C13-L66C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L64C13-L66C81" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToInt32(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L71C13-L73C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L71C13-L73C80" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToUInt32(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L79C13-L81C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L79C13-L81C81" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToInt64(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L86C13-L88C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L86C13-L88C80" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToUInt64(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L94C13-L96C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L94C13-L96C81" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToSingle(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L101C13-L103C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L101C13-L103C81" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToDouble(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L108C13-L110C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L108C13-L110C81" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToDecimal(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L115C13-L117C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L115C13-L117C82" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToDateTime(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L122C13-L124C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L122C13-L124C83" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToString(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L129C13-L131C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L129C13-L131C81" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" } ], "DocsId": "T:System.Runtime.Serialization.FormatterConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.FormatterServices.GetSerializableMembers(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L169C13-L169C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L169C13-L169C99" }, { "DocsId": "M:System.Runtime.Serialization.FormatterServices.GetSerializableMembers(System.Type,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L176C13-L182C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L176C13-L182C71" }, { "DocsId": "M:System.Runtime.Serialization.FormatterServices.CheckTypeSecurity(System.Type,System.Runtime.Serialization.Formatters.TypeFilterLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L188C9-L188C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L188C9-L188C10" }, { "DocsId": "M:System.Runtime.Serialization.FormatterServices.GetUninitializedObject(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L197C27-L197C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L197C27-L197C70" }, { "DocsId": "M:System.Runtime.Serialization.FormatterServices.GetSafeUninitializedObject(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L201C27-L201C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L201C27-L201C70" }, { "DocsId": "M:System.Runtime.Serialization.FormatterServices.PopulateObjectMembers(System.Object,System.Reflection.MemberInfo[],System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L218C13-L255C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L218C13-L255C24" }, { "DocsId": "M:System.Runtime.Serialization.FormatterServices.GetObjectData(System.Object,System.Reflection.MemberInfo[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L260C13-L280C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L260C13-L280C25" }, { "DocsId": "M:System.Runtime.Serialization.FormatterServices.GetSurrogateForCyclicalReference(System.Runtime.Serialization.ISerializationSurrogate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L285C13-L287C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L285C13-L287C70" }, { "DocsId": "M:System.Runtime.Serialization.FormatterServices.GetTypeFromAssembly(System.Reflection.Assembly,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L293C13-L295C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L293C13-L295C80" } ], "DocsId": "T:System.Runtime.Serialization.FormatterServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" }, { "DocsId": "M:System.Runtime.Serialization.IFormatter.Serialize(System.IO.Stream,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" }, { "DocsId": "P:System.Runtime.Serialization.IFormatter.SurrogateSelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" }, { "DocsId": "P:System.Runtime.Serialization.IFormatter.Binder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" }, { "DocsId": "P:System.Runtime.Serialization.IFormatter.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" } ], "DocsId": "T:System.Runtime.Serialization.IFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.ISerializationSurrogate.GetObjectData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.ISerializationSurrogate.SetObjectData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" } ], "DocsId": "T:System.Runtime.Serialization.ISerializationSurrogate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.ISurrogateSelector.ChainSelector(System.Runtime.Serialization.ISurrogateSelector)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" }, { "DocsId": "M:System.Runtime.Serialization.ISurrogateSelector.GetSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" }, { "DocsId": "M:System.Runtime.Serialization.ISurrogateSelector.GetNextSelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" } ], "DocsId": "T:System.Runtime.Serialization.ISurrogateSelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.ObjectIDGenerator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectIDGenerator.cs#L20C9-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectIDGenerator.cs#L20C9-L26C10" }, { "DocsId": "M:System.Runtime.Serialization.ObjectIDGenerator.GetId(System.Object,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectIDGenerator.cs#L67C13-L92C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectIDGenerator.cs#L67C13-L92C28" }, { "DocsId": "M:System.Runtime.Serialization.ObjectIDGenerator.HasId(System.Object,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectIDGenerator.cs#L99C13-L110C22" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectIDGenerator.cs#L99C13-L110C22" } ], "DocsId": "T:System.Runtime.Serialization.ObjectIDGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectIDGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectIDGenerator.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.ObjectManager.#ctor(System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L32C9-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L32C9-L37C10" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.GetObject(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L617C13-L630C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L617C13-L630C39" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L636C13-L637C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L636C13-L637C10" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L642C13-L643C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L642C13-L643C10" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L648C13-L649C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L648C13-L649C10" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo,System.Int32[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L666C13-L763C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L666C13-L763C10" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.DoFixups", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L817C13-L891C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L817C13-L891C88" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.RecordFixup(System.Int64,System.Reflection.MemberInfo,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L927C13-L940C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L927C13-L940C10" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.RecordDelayedFixup(System.Int64,System.String,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L945C13-L954C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L945C13-L954C10" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.RecordArrayElementFixup(System.Int64,System.Int32,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L958C13-L961C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L958C13-L961C10" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.RecordArrayElementFixup(System.Int64,System.Int32[],System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L966C13-L974C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L966C13-L974C10" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.RaiseDeserializationEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L979C13-L981C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L979C13-L981C10" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.RaiseOnDeserializingEvent(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L1006C13-L1008C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L1006C13-L1008C10" } ], "DocsId": "T:System.Runtime.Serialization.ObjectManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs" }, { "Members": [], "DocsId": "T:System.Runtime.Serialization.TypeLoadExceptionHolder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.SerializationBinder.BindToName(System.Type,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationBinder.cs#L10C13-L12C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationBinder.cs#L10C13-L12C10" }, { "DocsId": "M:System.Runtime.Serialization.SerializationBinder.BindToType(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationBinder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationBinder.cs" }, { "DocsId": "M:System.Runtime.Serialization.SerializationBinder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationBinder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationBinder.cs" } ], "DocsId": "T:System.Runtime.Serialization.SerializationBinder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationBinder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationBinder.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.SerializationObjectManager.#ctor(System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationObjectManager.cs#L18C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationObjectManager.cs#L18C9-L22C10" }, { "DocsId": "M:System.Runtime.Serialization.SerializationObjectManager.RegisterObject(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationObjectManager.cs#L28C13-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationObjectManager.cs#L28C13-L42C10" }, { "DocsId": "M:System.Runtime.Serialization.SerializationObjectManager.RaiseOnSerializedEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationObjectManager.cs#L44C49-L44C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationObjectManager.cs#L44C49-L44C87" } ], "DocsId": "T:System.Runtime.Serialization.SerializationObjectManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationObjectManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationObjectManager.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.SurrogateSelector.AddSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISerializationSurrogate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L17C13-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L17C13-L22C10" }, { "DocsId": "M:System.Runtime.Serialization.SurrogateSelector.ChainSelector(System.Runtime.Serialization.ISurrogateSelector)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L56C13-L138C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L56C13-L138C10" }, { "DocsId": "M:System.Runtime.Serialization.SurrogateSelector.GetNextSelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L141C65-L141C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L141C65-L141C78" }, { "DocsId": "M:System.Runtime.Serialization.SurrogateSelector.GetSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L147C13-L161C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L147C13-L161C25" }, { "DocsId": "M:System.Runtime.Serialization.SurrogateSelector.RemoveSurrogate(System.Type,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L168C13-L172C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L168C13-L172C10" }, { "DocsId": "M:System.Runtime.Serialization.SurrogateSelector.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L12C9-L12C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L12C9-L12C87" } ], "DocsId": "T:System.Runtime.Serialization.SurrogateSelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs" }, { "Members": [ { "DocsId": "F:System.Runtime.Serialization.Formatters.FormatterTypeStyle.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" }, { "DocsId": "F:System.Runtime.Serialization.Formatters.FormatterTypeStyle.TypesWhenNeeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" }, { "DocsId": "F:System.Runtime.Serialization.Formatters.FormatterTypeStyle.TypesAlways", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" }, { "DocsId": "F:System.Runtime.Serialization.Formatters.FormatterTypeStyle.XsdString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" } ], "DocsId": "T:System.Runtime.Serialization.Formatters.FormatterTypeStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" }, { "Members": [ { "DocsId": "F:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" }, { "DocsId": "F:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.Simple", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" }, { "DocsId": "F:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.Full", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" } ], "DocsId": "T:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" }, { "Members": [ { "DocsId": "F:System.Runtime.Serialization.Formatters.TypeFilterLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" }, { "DocsId": "F:System.Runtime.Serialization.Formatters.TypeFilterLevel.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" }, { "DocsId": "F:System.Runtime.Serialization.Formatters.TypeFilterLevel.Full", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" } ], "DocsId": "T:System.Runtime.Serialization.Formatters.TypeFilterLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" }, { "Members": [ { "DocsId": "P:System.Runtime.Serialization.Formatters.IFieldInfo.FieldNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs" }, { "DocsId": "P:System.Runtime.Serialization.Formatters.IFieldInfo.FieldTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs" } ], "DocsId": "T:System.Runtime.Serialization.Formatters.IFieldInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L23C36-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L23C36-L25C10" }, { "DocsId": "M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.#ctor(System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L12C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L12C9-L31C10" }, { "DocsId": "M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.Core.cs#L21C13-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.Core.cs#L21C13-L63C10" }, { "DocsId": "M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(System.IO.Stream,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.Core.cs#L69C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.Core.cs#L69C13-L95C10" }, { "DocsId": "P:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.TypeFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L16C54-L16C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L16C54-L16C73" }, { "DocsId": "P:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.AssemblyFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L17C62-L17C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L17C62-L17C85" }, { "DocsId": "P:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.FilterLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L18C52-L18C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L18C52-L18C74" }, { "DocsId": "P:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.SurrogateSelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L19C62-L19C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L19C62-L19C81" }, { "DocsId": "P:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Binder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L20C52-L20C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L20C52-L20C67" }, { "DocsId": "P:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L21C49-L21C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L21C49-L21C65" } ], "DocsId": "T:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Runtime.Serialization.Schema.json b/xml/SourceLinkInformation/net-8.0-pp/System.Runtime.Serialization.Schema.json index d310501f439..84b2005729e 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Runtime.Serialization.Schema.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Runtime.Serialization.Schema.json @@ -1,129 +1,129 @@ { "Assembly": "System.Runtime.Serialization.Schema", - "GUID": "7E4607C6B392439CB291CB86004B7572FFFFFFFF", + "GUID": "6B84E7FC60A24F21AC85DAA1F42292D3FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Runtime.Serialization.ISerializationCodeDomSurrogateProvider.ProcessImportedType(System.CodeDom.CodeTypeDeclaration,System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ISerializationCodeDomSurrogateProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ISerializationCodeDomSurrogateProvider.cs" } ], "DocsId": "T:System.Runtime.Serialization.ISerializationCodeDomSurrogateProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ISerializationCodeDomSurrogateProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ISerializationCodeDomSurrogateProvider.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.ImportOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs" }, { "DocsId": "P:System.Runtime.Serialization.ImportOptions.CodeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L26C48-L26C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L26C48-L26C52" }, { "DocsId": "P:System.Runtime.Serialization.ImportOptions.EnableDataBinding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L31C41-L31C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L31C41-L31C45" }, { "DocsId": "P:System.Runtime.Serialization.ImportOptions.DataContractSurrogate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L40C73-L40C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L40C73-L40C77" }, { "DocsId": "P:System.Runtime.Serialization.ImportOptions.GenerateInternal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L45C40-L45C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L45C40-L45C44" }, { "DocsId": "P:System.Runtime.Serialization.ImportOptions.GenerateSerializable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L50C44-L50C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L50C44-L50C48" }, { "DocsId": "P:System.Runtime.Serialization.ImportOptions.ImportXmlType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L55C37-L55C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L55C37-L55C41" }, { "DocsId": "P:System.Runtime.Serialization.ImportOptions.Namespaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L60C58-L60C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L60C58-L60C106" }, { "DocsId": "P:System.Runtime.Serialization.ImportOptions.ReferencedCollectionTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L65C63-L65C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L65C63-L65C110" }, { "DocsId": "P:System.Runtime.Serialization.ImportOptions.ReferencedTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L70C53-L70C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L70C53-L70C90" } ], "DocsId": "T:System.Runtime.Serialization.ImportOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L42C9-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L42C9-L44C10" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.#ctor(System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L50C9-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L50C9-L53C10" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.Import(System.Xml.Schema.XmlSchemaSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L81C13-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L81C13-L85C10" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.Import(System.Xml.Schema.XmlSchemaSet,System.Collections.Generic.ICollection{System.Xml.XmlQualifiedName})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L95C13-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L95C13-L102C10" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.Import(System.Xml.Schema.XmlSchemaSet,System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L112C13-L120C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L112C13-L120C10" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.Import(System.Xml.Schema.XmlSchemaSet,System.Xml.Schema.XmlSchemaElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L132C13-L141C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L132C13-L141C36" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.CanImport(System.Xml.Schema.XmlSchemaSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L152C13-L155C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L152C13-L155C59" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.CanImport(System.Xml.Schema.XmlSchemaSet,System.Collections.Generic.ICollection{System.Xml.XmlQualifiedName})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L167C13-L173C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L167C13-L173C64" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.CanImport(System.Xml.Schema.XmlSchemaSet,System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L185C13-L191C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L185C13-L191C90" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.CanImport(System.Xml.Schema.XmlSchemaSet,System.Xml.Schema.XmlSchemaElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L203C13-L210C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L203C13-L210C89" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.GetCodeTypeReference(System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L221C13-L223C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L221C13-L223C68" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.GetCodeTypeReference(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L235C13-L241C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L235C13-L241C91" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.GetKnownTypeReferences(System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L268C13-L280C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L268C13-L280C70" }, { "DocsId": "P:System.Runtime.Serialization.XsdDataContractImporter.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L58C41-L58C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L58C41-L58C45" }, { "DocsId": "P:System.Runtime.Serialization.XsdDataContractImporter.CodeCompileUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L63C51-L63C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L63C51-L63C93" } ], "DocsId": "T:System.Runtime.Serialization.XsdDataContractImporter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Security.Cryptography.Cose.json b/xml/SourceLinkInformation/net-8.0-pp/System.Security.Cryptography.Cose.json index 5e89738f223..cd90fabe46f 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Security.Cryptography.Cose.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Security.Cryptography.Cose.json @@ -1,539 +1,539 @@ { "Assembly": "System.Security.Cryptography.Cose", - "GUID": "288CF15BC4254410B306160D4E26B4C2FFFFFFFF", + "GUID": "489D002F2ECE4BB8A7A0C940C633D20AFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L50C13-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L50C13-L53C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L62C13-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L62C13-L70C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.Equals(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L79C13-L79C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L79C13-L79C95" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L87C73-L87C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L87C73-L87C124" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L99C13-L104C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L99C13-L104C57" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.op_Equality(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L113C88-L113C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L113C88-L113C106" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.op_Inequality(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L121C88-L121C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L121C88-L121C107" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderLabel.Algorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L23C52-L23C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L23C52-L23C89" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderLabel.CriticalHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L28C58-L28C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L28C58-L28C96" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderLabel.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L33C54-L33C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L33C54-L33C99" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderLabel.KeyIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L38C56-L38C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L38C56-L38C93" } ], "DocsId": "T:System.Security.Cryptography.Cose.CoseHeaderLabel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L30C34-L30C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L30C34-L30C61" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#Generic#IReadOnlyDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L58C100-L58C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L58C100-L58C122" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#Generic#IReadOnlyDictionary#get_Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L61C102-L61C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L61C102-L61C126" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetValueAsInt32(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L89C62-L89C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L89C62-L89C104" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetValueAsString(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L98C66-L98C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L98C66-L98C109" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetValueAsBytes(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L106C65-L106C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L106C65-L106C107" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetValueAsBytes(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L117C86-L117C139" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L117C86-L117C139" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L128C13-L131C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L128C13-L131C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Collections.Generic.KeyValuePair{System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L139C81-L139C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L139C81-L139C106" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L147C62-L147C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L147C62-L147C106" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L155C65-L155C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L155C65-L155C110" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L167C65-L167C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L167C65-L167C109" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L179C77-L179C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L179C77-L179C121" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.ContainsKey(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L182C57-L182C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L182C57-L182C91" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.TryGetValue(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L185C84-L185C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L185C84-L185C129" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L193C13-L195C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L193C13-L195C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Contains(System.Collections.Generic.KeyValuePair{System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L199C16-L199C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L199C16-L199C59" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.CopyTo(System.Collections.Generic.KeyValuePair{System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L203C16-L203C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L203C16-L203C70" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L207C16-L207C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L207C16-L207C49" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L211C16-L211C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L211C16-L211C49" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Remove(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L221C13-L222C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L221C13-L222C52" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Remove(System.Collections.Generic.KeyValuePair{System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L233C13-L234C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L233C13-L234C62" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L25C34-L25C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L25C34-L25C38" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L43C53-L43C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L43C53-L43C75" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L49C55-L49C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L49C55-L49C79" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L55C29-L55C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L55C29-L55C52" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#Generic#IReadOnlyDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L58C100-L58C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L58C100-L58C122" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#Generic#IReadOnlyDictionary#Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L61C102-L61C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L61C102-L61C126" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.Item(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L73C20-L73C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L73C20-L73C42" } ], "DocsId": "T:System.Security.Cryptography.Cose.CoseHeaderMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromEncodedValue(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L39C13-L40C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L39C13-L40C55" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromEncodedValue(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L51C13-L56C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L51C13-L56C60" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromInt32(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L74C13-L77C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L74C13-L77C53" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L88C13-L96C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L88C13-L96C53" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromBytes(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L107C13-L110C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L107C13-L110C53" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromBytes(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L122C13-L127C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L122C13-L127C46" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetValueAsInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L137C13-L154C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L137C13-L154C27" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetValueAsString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L164C13-L181C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L164C13-L181C27" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetValueAsBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L191C13-L208C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L191C13-L208C27" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetValueAsBytes(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L220C13-L240C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L220C13-L240C33" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L248C73-L248C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L248C73-L248C124" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.Equals(System.Security.Cryptography.Cose.CoseHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L255C54-L255C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L255C54-L255C110" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L263C13-L272C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L263C13-L272C42" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.op_Equality(System.Security.Cryptography.Cose.CoseHeaderValue,System.Security.Cryptography.Cose.CoseHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L281C88-L281C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L281C88-L281C106" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.op_Inequality(System.Security.Cryptography.Cose.CoseHeaderValue,System.Security.Cryptography.Cose.CoseHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L289C88-L289C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L289C88-L289C107" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderValue.EncodedValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L18C61-L18C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L18C61-L18C65" } ], "DocsId": "T:System.Security.Cryptography.Cose.CoseHeaderValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.DecodeSign1(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L95C13-L98C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L95C13-L98C69" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.DecodeSign1(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L110C13-L119C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L110C13-L119C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.DecodeMultiSign(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L181C13-L184C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L181C13-L184C73" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.DecodeMultiSign(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L196C13-L205C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L196C13-L205C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L597C13-L601C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L597C13-L601C27" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.Encode(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L615C13-L620C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L615C13-L620C33" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.GetEncodedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseMessage.ProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L41C50-L41C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L41C50-L41C67" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseMessage.UnprotectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L47C52-L47C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L47C52-L47C71" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseMessage.RawProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L53C60-L53C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L53C60-L53C82" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseMessage.Content", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L74C17-L79C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L74C17-L79C33" } ], "DocsId": "T:System.Security.Cryptography.Cose.CoseMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignDetached(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L69C13-L72C132" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L69C13-L72C132" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignEmbedded(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L100C13-L103C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L100C13-L103C133" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignDetached(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L130C16-L130C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L130C16-L130C127" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignEmbedded(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L157C16-L157C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L157C16-L157C128" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignDetached(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L189C13-L198C135" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L189C13-L198C135" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignDetachedAsync(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L260C13-L275C146" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L260C13-L275C146" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.TrySignDetached(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Int32@,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L320C16-L320C151" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L320C16-L320C151" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.TrySignEmbedded(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Int32@,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L348C16-L348C152" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L348C16-L348C152" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.GetEncodedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L543C13-L554C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L543C13-L554C34" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L576C13-L630C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L576C13-L630C25" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForEmbedded(System.Security.Cryptography.Cose.CoseSigner,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L650C16-L650C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L650C16-L650C72" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForEmbedded(System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L670C13-L681C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L670C13-L681C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForDetached(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L702C13-L708C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L702C13-L708C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForDetached(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L729C13-L740C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L729C13-L740C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForDetached(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L765C13-L776C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L765C13-L776C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForDetachedAsync(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L841C13-L851C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L841C13-L851C102" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.RemoveSignature(System.Security.Cryptography.Cose.CoseSignature)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L894C13-L900C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L894C13-L900C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.RemoveSignature(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L917C16-L917C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L917C16-L917C43" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseMultiSignMessage.Signatures", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L30C63-L30C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L30C63-L30C67" } ], "DocsId": "T:System.Security.Cryptography.Cose.CoseMultiSignMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignDetached(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L53C13-L59C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L53C13-L59C103" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignEmbedded(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L81C13-L87C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L81C13-L87C104" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignDetached(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L109C13-L112C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L109C13-L112C94" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignEmbedded(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L134C13-L137C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L134C13-L137C95" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignDetached(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L163C13-L175C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L163C13-L175C97" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignDetachedAsync(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L217C13-L232C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L217C13-L232C108" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.TrySignDetached(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Int32@,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L264C16-L264C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L264C16-L264C113" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.TrySignEmbedded(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Int32@,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L286C16-L286C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L286C16-L286C114" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyEmbedded(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L396C13-L406C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L396C13-L406C97" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyEmbedded(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L438C13-L448C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L438C13-L448C97" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[],System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L482C13-L496C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L482C13-L496C104" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L530C13-L540C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L530C13-L540C104" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L582C13-L606C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L582C13-L606C107" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyDetachedAsync(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L683C13-L707C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L683C13-L707C122" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.GetEncodedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L790C13-L791C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L790C13-L791C68" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L804C13-L836C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L804C13-L836C25" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseSign1Message.Signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L26C50-L26C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L26C50-L26C60" } ], "DocsId": "T:System.Security.Cryptography.Cose.CoseSign1Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyEmbedded(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L102C13-L112C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L102C13-L112C115" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyEmbedded(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L145C13-L155C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L145C13-L155C115" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[],System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L189C13-L204C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L189C13-L204C104" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L238C13-L248C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L238C13-L248C104" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L290C13-L315C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L290C13-L315C107" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyDetachedAsync(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L358C13-L382C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L358C13-L382C122" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseSignature.ProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L25C49-L25C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L25C49-L25C53" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseSignature.UnprotectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L31C51-L31C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L31C51-L31C55" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseSignature.RawProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L37C60-L37C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L37C60-L37C88" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseSignature.Signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L43C50-L43C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L43C50-L43C60" } ], "DocsId": "T:System.Security.Cryptography.Cose.CoseSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Cose.CoseSigner.#ctor(System.Security.Cryptography.AsymmetricAlgorithm,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L65C9-L80C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L65C9-L80C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSigner.#ctor(System.Security.Cryptography.RSA,System.Security.Cryptography.RSASignaturePadding,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L104C9-L120C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L104C9-L120C10" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L22C42-L22C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L22C42-L22C46" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.HashAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L28C50-L28C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L28C50-L28C54" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.RSASignaturePadding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L34C59-L34C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L34C59-L34C63" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.ProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L126C50-L126C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L126C50-L126C91" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.UnprotectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L132C52-L132C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L132C52-L132C95" } ], "DocsId": "T:System.Security.Cryptography.Cose.CoseSigner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Security.Cryptography.Pkcs.json b/xml/SourceLinkInformation/net-8.0-pp/System.Security.Cryptography.Pkcs.json index 58f4d521318..9cddb1f95a7 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Security.Cryptography.Pkcs.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Security.Cryptography.Pkcs.json @@ -1,1691 +1,1691 @@ { "Assembly": "System.Security.Cryptography.Pkcs", - "GUID": "AFB70ED0A0B0465AA79F7A5D517AF5A9FFFFFFFF", + "GUID": "A3A64AC3F65B4D3C8917614F60A57E5DFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObject.#ctor(System.Security.Cryptography.Oid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L22C15-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L22C15-L24C10" }, { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObject.#ctor(System.Security.Cryptography.Oid,System.Security.Cryptography.AsnEncodedDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L26C9-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L26C9-L50C10" }, { "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObject.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L56C27-L56C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L56C27-L56C41" }, { "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObject.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L58C50-L58C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L58C50-L58C54" } ], "DocsId": "T:System.Security.Cryptography.CryptographicAttributeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObject.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L21C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L21C9-L24C10" }, { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.#ctor(System.Security.Cryptography.CryptographicAttributeObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L26C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L26C9-L30C10" }, { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.Add(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L34C13-L39C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L34C13-L39C125" }, { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.Add(System.Security.Cryptography.CryptographicAttributeObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L44C13-L81C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L44C13-L81C35" }, { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.Remove(System.Security.Cryptography.CryptographicAttributeObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L92C13-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L92C13-L98C10" }, { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L134C13-L134C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L134C13-L134C69" }, { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L139C13-L139C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L139C13-L139C69" }, { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L144C13-L161C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L144C13-L161C10" }, { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.CopyTo(System.Security.Cryptography.CryptographicAttributeObject[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L165C13-L176C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L165C13-L176C10" }, { "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L104C17-L104C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L104C17-L104C37" }, { "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L112C17-L112C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L112C17-L112C36" }, { "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L120C17-L120C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L120C17-L120C30" }, { "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L128C17-L128C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L128C17-L128C29" } ], "DocsId": "T:System.Security.Cryptography.CryptographicAttributeObjectCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L36C17-L36C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L36C17-L36C46" }, { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L42C13-L45C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L42C13-L45C25" }, { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L50C13-L51C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L50C13-L51C10" }, { "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L28C17-L28C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L28C17-L28C46" }, { "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L36C17-L36C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L36C17-L36C46" } ], "DocsId": "T:System.Security.Cryptography.CryptographicAttributeObjectEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs" }, { "Members": [ { "DocsId": "P:System.Security.Cryptography.Xml.X509IssuerSerial.IssuerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Xml/X509IssuerSerial.cs#L21C36-L21C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Xml/X509IssuerSerial.cs#L21C36-L21C40" }, { "DocsId": "P:System.Security.Cryptography.Xml.X509IssuerSerial.SerialNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Xml/X509IssuerSerial.cs#L22C38-L22C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Xml/X509IssuerSerial.cs#L22C38-L22C42" } ], "DocsId": "T:System.Security.Cryptography.Xml.X509IssuerSerial", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Xml/X509IssuerSerial.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Xml/X509IssuerSerial.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L22C15-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L22C15-L24C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.#ctor(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L27C15-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L27C15-L29C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.#ctor(System.Security.Cryptography.Oid,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L32C15-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L32C15-L34C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.#ctor(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L37C15-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L37C15-L46C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L76C13-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L76C13-L85C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L70C17-L70C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L70C17-L70C33" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9ContentType.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs#L24C15-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs#L24C15-L26C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9ContentType.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs#L47C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs#L47C13-L49C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9ContentType.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs#L41C17-L41C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs#L41C17-L41C61" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L24C15-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L24C15-L26C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L29C15-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L29C15-L32C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L35C15-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L35C15-L37C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L58C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L58C13-L60C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.DocumentDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L52C17-L52C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L52C17-L52C69" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L24C15-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L24C15-L26C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L29C15-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L29C15-L32C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L35C15-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L35C15-L37C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L58C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L58C13-L60C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.DocumentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L52C17-L52C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L52C17-L52C62" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9DocumentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9MessageDigest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs#L23C15-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs#L23C15-L25C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9MessageDigest.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs#L46C13-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs#L46C13-L48C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9MessageDigest.MessageDigest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs#L40C17-L40C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs#L40C17-L40C63" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9MessageDigest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L25C15-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L25C15-L27C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.#ctor(System.DateTime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L30C15-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L30C15-L33C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L36C15-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L36C15-L38C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L64C13-L66C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L64C13-L66C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.SigningTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L53C17-L58C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L53C17-L58C47" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9SigningTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L14C15-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L14C15-L16C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.#ctor(System.Security.Cryptography.Oid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L19C15-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L19C15-L21C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.#ctor(System.Security.Cryptography.Oid,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L33C50-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L33C50-L27C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L29C26-L29C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L29C26-L29C30" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.KeyLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L31C32-L31C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L31C32-L31C36" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L33C36-L33C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L33C36-L33C40" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.AlgorithmIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipient.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L13C15-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L13C15-L15C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipient.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.RSAEncryptionPadding)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L23C15-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L23C15-L32C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipient.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.RSAEncryptionPadding)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L40C15-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L40C15-L49C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipient.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L51C9-L73C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L51C9-L73C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipient.RSAEncryptionPadding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L80C54-L80C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L80C54-L80C58" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipient.RecipientIdentifierType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L81C64-L81C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L81C64-L81C68" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipient.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L82C47-L82C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L82C47-L82C51" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.CmsRecipient", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L14C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L14C9-L17C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.#ctor(System.Security.Cryptography.Pkcs.CmsRecipient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L19C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L19C9-L23C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L25C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L25C9-L35C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.Add(System.Security.Cryptography.Pkcs.CmsRecipient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L58C13-L65C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L58C13-L65C35" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.Remove(System.Security.Cryptography.Pkcs.CmsRecipient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L70C13-L76C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L70C13-L76C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L80C13-L80C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L80C13-L80C53" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L85C13-L85C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L85C13-L85C53" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L90C13-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L90C13-L107C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.CopyTo(System.Security.Cryptography.Pkcs.CmsRecipient[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L111C13-L122C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L111C13-L122C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L41C17-L44C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L41C17-L44C43" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L52C17-L52C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L52C17-L52C42" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L128C17-L128C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L128C17-L128C30" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L136C17-L136C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L136C17-L136C29" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.CmsRecipientCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L30C17-L30C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L30C17-L30C46" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L36C13-L39C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L36C13-L39C25" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L44C13-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L44C13-L45C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L22C17-L22C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L22C17-L22C46" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L30C17-L30C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L30C17-L30C46" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.ContentInfo.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L18C15-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L18C15-L20C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.ContentInfo.#ctor(System.Security.Cryptography.Oid,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L22C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L22C9-L35C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.ContentInfo.GetContentType(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L43C13-L48C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L43C13-L48C75" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.ContentInfo.GetContentType(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L53C13-L53C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L54C13-L54C75" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.ContentInfo.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L37C34-L37C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L37C34-L37C38" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.ContentInfo.Content", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L39C33-L39C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L39C33-L39C37" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.ContentInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L19C15-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L19C15-L21C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.#ctor(System.Security.Cryptography.Pkcs.ContentInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L24C15-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L24C15-L26C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.#ctor(System.Security.Cryptography.Pkcs.ContentInfo,System.Security.Cryptography.Pkcs.AlgorithmIdentifier)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L28C9-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L28C9-L46C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Encrypt(System.Security.Cryptography.Pkcs.CmsRecipient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L93C13-L99C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L93C13-L99C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Encrypt(System.Security.Cryptography.Pkcs.CmsRecipientCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L103C13-L119C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L103C13-L119C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L126C13-L129C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L126C13-L129C53" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decode(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L137C13-L143C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L137C13-L143C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decode(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L156C13-L178C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L161C13-L183C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L185C13-L186C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L190C13-L191C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L190C13-L196C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L195C13-L201C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L200C13-L210C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L205C13-L215C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L214C13-L220C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L219C13-L225C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo,System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L224C13-L244C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L234C13-L254C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L54C30-L54C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L54C30-L54C34" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.ContentInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L55C42-L55C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L55C42-L55C46" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.ContentEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L56C65-L56C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L56C65-L56C69" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L57C58-L57C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L57C58-L57C62" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.UnprotectedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L58C79-L58C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L58C79-L58C83" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.RecipientInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L68C17-L83C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L68C17-L83C63" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.EnvelopedCms", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs" }, { "Members": [ { "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L23C17-L23C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L23C17-L23C36" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.RecipientIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L31C17-L31C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L31C17-L31C77" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.KeyEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L39C17-L39C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L39C17-L39C83" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L47C17-L47C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L47C17-L47C63" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.OriginatorIdentifierOrKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L55C17-L55C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L55C17-L55C87" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.Date", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L63C17-L68C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L63C17-L68C40" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.OtherKeyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L76C17-L76C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L76C17-L76C73" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs" }, { "Members": [ { "DocsId": "P:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L22C17-L22C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L22C17-L22C36" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo.RecipientIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L30C17-L30C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L30C17-L30C77" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo.KeyEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L38C17-L38C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L38C17-L38C83" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L46C17-L46C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L46C17-L46C63" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs" }, { "Members": [ { "DocsId": "P:System.Security.Cryptography.Pkcs.PublicKeyInfo.Algorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/PublicKeyInfo.cs#L20C48-L20C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/PublicKeyInfo.cs#L20C48-L20C52" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.PublicKeyInfo.KeyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/PublicKeyInfo.cs#L22C34-L22C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/PublicKeyInfo.cs#L22C34-L22C38" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.PublicKeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/PublicKeyInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/PublicKeyInfo.cs" }, { "Members": [ { "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs#L36C41-L36C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs#L36C41-L36C45" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.RecipientIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.KeyEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.RecipientInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L49C13-L49C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L49C13-L49C54" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L54C13-L54C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L54C13-L54C68" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L59C13-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L59C13-L75C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoCollection.CopyTo(System.Security.Cryptography.Pkcs.RecipientInfo[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L79C13-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L79C13-L87C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L33C17-L35C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L33C17-L35C47" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L43C17-L43C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L43C17-L43C47" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L93C17-L93C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L93C17-L93C30" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L101C17-L101C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L101C17-L101C29" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.RecipientInfoCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L30C17-L30C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L30C17-L30C50" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L36C13-L41C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L36C13-L41C25" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L46C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L46C13-L47C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L22C17-L22C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L22C17-L22C50" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L30C17-L30C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L30C17-L30C50" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs" }, { "Members": [ { "DocsId": "F:System.Security.Cryptography.Pkcs.RecipientInfoType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.RecipientInfoType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.RecipientInfoType.KeyTransport", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.RecipientInfoType.KeyAgreement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.RecipientInfoType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.SubjectIdentifier.MatchesCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs#L102C13-L126C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs#L107C13-L131C56" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SubjectIdentifier.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs#L97C45-L97C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs#L97C45-L97C49" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SubjectIdentifier.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs#L98C32-L98C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs#L98C32-L98C36" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.SubjectIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs" }, { "Members": [ { "DocsId": "P:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKey.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKey.cs#L40C50-L40C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKey.cs#L40C50-L40C54" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKey.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKey.cs#L42C31-L42C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKey.cs#L42C31-L42C35" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKey.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKey.cs" }, { "Members": [ { "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.IssuerAndSerialNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.SubjectKeyIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.PublicKeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" }, { "Members": [ { "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.IssuerAndSerialNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.SubjectKeyIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.NoSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.SubjectIdentifierType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L62C15-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L71C15-L73C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L67C15-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L76C15-L78C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L72C15-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L81C15-L83C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.CspParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L25C67-L80C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L29C67-L89C96" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L82C103-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L91C103-L93C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L87C15-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L101C15-L103C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.RSA,System.Security.Cryptography.RSASignaturePadding)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L113C15-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L132C15-L134C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L23C48-L23C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L23C48-L23C52" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.PrivateKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L24C50-L24C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L25C50-L25C54" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L25C58-L25C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L29C58-L29C62" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.DigestAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L26C38-L26C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L30C38-L30C42" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.IncludeOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L27C50-L27C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L31C50-L31C54" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.SignedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L28C74-L28C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L32C74-L32C78" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.UnsignedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L29C76-L29C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L33C76-L33C80" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.SignaturePadding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L37C20-L37C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L46C20-L46C37" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.SignerIdentifierType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L52C19-L52C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L61C19-L61C48" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.CmsSigner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.Pkcs.ContentInfo,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L44C9-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L44C9-L74C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L121C13-L157C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L121C13-L157C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.Decode(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L161C13-L167C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L161C13-L167C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.Decode(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L172C13-L239C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L177C13-L244C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.ComputeSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L298C43-L298C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L303C43-L303C103" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.ComputeSignature(System.Security.Cryptography.Pkcs.CmsSigner)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L300C59-L300C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L305C59-L305C89" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.ComputeSignature(System.Security.Cryptography.Pkcs.CmsSigner,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L304C13-L390C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L309C13-L395C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.RemoveSignature(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L394C13-L409C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L399C13-L414C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.RemoveSignature(System.Security.Cryptography.Pkcs.SignerInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L413C13-L426C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L418C13-L431C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.CheckSignature(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L609C13-L609C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L614C13-L614C82" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L613C13-L619C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L618C13-L624C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.CheckHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L648C13-L666C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L653C13-L671C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L675C13-L705C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L685C13-L715C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.RemoveCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L709C13-L729C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L724C13-L744C86" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L14C15-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L14C15-L16C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L19C15-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L19C15-L21C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.ContentInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L24C15-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L24C15-L26C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.Pkcs.ContentInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L29C15-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L29C15-L31C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.ContentInfo,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L34C15-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L34C15-L36C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L40C30-L40C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L40C30-L40C34" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.ContentInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L41C42-L41C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L41C42-L41C46" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.Detached", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L42C32-L42C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L42C32-L42C36" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L80C17-L102C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L80C17-L102C29" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.SignerInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L110C17-L115C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L110C17-L115C80" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.SignedCms", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.GetSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L69C41-L69C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L70C41-L70C61" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.AddUnsignedAttribute(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L172C13-L176C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L184C13-L188C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.RemoveUnsignedAttribute(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L213C13-L217C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L230C13-L234C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.ComputeCounterSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L271C13-L271C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L288C13-L288C87" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.ComputeCounterSignature(System.Security.Cryptography.Pkcs.CmsSigner)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L276C13-L326C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L293C13-L343C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.RemoveCounterSignature(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L330C13-L406C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L347C13-L423C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.RemoveCounterSignature(System.Security.Cryptography.Pkcs.SignerInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L410C13-L432C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L427C13-L449C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.CheckSignature(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L435C13-L435C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L452C13-L452C82" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L439C13-L457C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L456C13-L474C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.CheckHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L461C13-L470C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L478C13-L487C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L20C30-L20C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L20C30-L20C34" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.SignerIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L21C53-L21C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L21C53-L21C57" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.SignedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L62C13-L62C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L62C13-L62C90" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.UnsignedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L65C13-L65C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L65C13-L65C94" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L72C13-L72C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L74C13-L74C59" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.CounterSignerInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L79C17-L86C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L81C17-L88C63" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.DigestAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L90C39-L90C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L92C39-L92C70" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.SignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L92C42-L92C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L99C35-L99C69" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.SignerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L51C56-L51C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L51C56-L51C86" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L52C52-L52C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L52C52-L52C82" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L56C13-L72C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L56C13-L72C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoCollection.CopyTo(System.Security.Cryptography.Pkcs.SignerInfo[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L76C62-L76C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L76C62-L76C102" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L43C17-L45C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L43C17-L45C44" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L49C29-L49C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L49C29-L49C48" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L78C39-L78C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L78C39-L78C44" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L79C35-L79C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L79C35-L79C39" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.SignerInfoCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L23C39-L23C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L23C39-L23C62" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L27C13-L33C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L27C13-L33C25" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L38C13-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L38C13-L39C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L22C38-L22C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L22C38-L22C61" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L23C39-L23C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L23C39-L23C62" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.SignerInfoEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.Byte[],System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L31C13-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L31C13-L36C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L43C13-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L43C13-L74C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.String,System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L81C13-L86C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L81C13-L86C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L93C13-L124C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L93C13-L124C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsUnencrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L128C13-L139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L128C13-L139C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L143C13-L148C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L143C13-L148C42" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.SealWithMac(System.String,System.Security.Cryptography.HashAlgorithmName,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L156C13-L161C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L156C13-L161C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.SealWithMac(System.ReadOnlySpan{System.Char},System.Security.Cryptography.HashAlgorithmName,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L168C13-L317C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L168C13-L317C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.SealWithoutIntegrity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L321C13-L362C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L321C13-L362C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L366C13-L379C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L366C13-L379C25" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12Builder.IsSealed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L24C33-L24C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L24C33-L24C53" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12Builder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12CertBag.#ctor(System.Security.Cryptography.Oid,System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L44C15-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L45C15-L55C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12CertBag.GetCertificateType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L71C13-L73C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L72C13-L74C43" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12CertBag.GetCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L80C13-L85C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L82C13-L87C109" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12CertBag.IsX509Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L22C41-L22C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L23C41-L23C45" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12CertBag.EncodedCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L76C59-L76C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L77C59-L77C77" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12CertBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs" }, { "Members": [ { "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.Password", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Info.VerifyMac(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L29C13-L29C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L29C13-L29C49" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Info.VerifyMac(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L34C13-L43C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L34C13-L43C73" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Info.Decode(System.ReadOnlyMemory{System.Byte},System.Int32@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L52C13-L147C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L52C13-L147C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12Info.AuthenticatedSafe", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L19C75-L19C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L19C75-L19C79" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12Info.IntegrityMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L20C52-L20C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L20C52-L20C56" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12Info", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs" }, { "Members": [ { "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.Password", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12KeyBag.#ctor(System.ReadOnlyMemory{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs#L15C15-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs#L15C15-L17C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12KeyBag.Pkcs8PrivateKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs#L19C56-L19C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs#L19C56-L19C71" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12KeyBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.#ctor(System.String,System.ReadOnlyMemory{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L42C9-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L42C9-L52C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L56C13-L57C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L56C13-L57C36" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.GetBagId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L62C13-L64C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L62C13-L64C38" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L69C13-L70C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L69C13-L70C68" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.EncodedBagValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L24C55-L24C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L24C55-L24C59" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L30C17-L32C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L30C17-L32C36" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12SafeBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L28C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L28C9-L31C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddSafeBag(System.Security.Cryptography.Pkcs.Pkcs12SafeBag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L65C13-L76C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L65C13-L76C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L80C13-L90C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L80C13-L90C24" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddKeyUnencrypted(System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L95C13-L106C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L95C13-L106C24" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddNestedContents(System.Security.Cryptography.Pkcs.Pkcs12SafeContents)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L111C13-L123C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L111C13-L123C24" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[],System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L131C13-L135C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L131C13-L135C32" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L143C13-L154C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L143C13-L154C24" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.String,System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L162C13-L166C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L162C13-L166C32" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L174C13-L185C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L174C13-L185C24" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddSecret(System.Security.Cryptography.Oid,System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L190C13-L200C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L190C13-L200C24" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L206C13-L207C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L206C13-L207C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L211C13-L212C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L211C13-L212C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L217C13-L218C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L217C13-L218C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L222C13-L223C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L222C13-L223C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.GetBags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L288C13-L298C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L288C13-L298C39" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.ConfidentialityMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L25C64-L25C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L25C64-L25C68" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L26C34-L26C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L26C34-L26C38" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12SafeContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs" }, { "Members": [ { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeContentsBag.SafeContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContentsBag.cs#L17C51-L17C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContentsBag.cs#L17C51-L17C55" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12SafeContentsBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContentsBag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContentsBag.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SecretBag.GetSecretType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs#L45C13-L47C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs#L45C13-L47C45" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SecretBag.SecretValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs#L22C52-L22C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs#L22C52-L22C72" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12SecretBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12ShroudedKeyBag.#ctor(System.ReadOnlyMemory{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs#L15C15-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs#L15C15-L17C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12ShroudedKeyBag.EncryptedPkcs8PrivateKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs#L19C65-L19C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs#L19C65-L19C80" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12ShroudedKeyBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.#ctor(System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.ReadOnlyMemory{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L19C9-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L19C9-L40C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Create(System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L58C13-L64C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L58C13-L64C57" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Decode(System.ReadOnlyMemory{System.Byte},System.Int32@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L74C17-L93C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L74C17-L93C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L97C13-L98C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L97C13-L98C36" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Encrypt(System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L103C13-L116C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L103C13-L116C40" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Encrypt(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L122C13-L134C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L122C13-L134C36" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L139C13-L140C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L139C13-L140C68" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.TryEncrypt(System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters,System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L149C13-L161C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L149C13-L161C68" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.TryEncrypt(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters,System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L170C13-L182C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L170C13-L182C68" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.DecryptAndDecode(System.ReadOnlySpan{System.Char},System.ReadOnlyMemory{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L190C13-L214C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L190C13-L214C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.DecryptAndDecode(System.ReadOnlySpan{System.Byte},System.ReadOnlyMemory{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L221C13-L245C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L221C13-L245C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.AlgorithmId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L14C34-L14C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L14C34-L14C38" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.AlgorithmParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L15C60-L15C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L15C60-L15C64" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L16C68-L16C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L16C68-L16C72" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.PrivateKeyBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L17C55-L17C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L17C55-L17C59" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L21C13-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L21C13-L23C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L27C15-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L27C15-L29C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.#ctor(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L32C15-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L32C15-L37C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L44C13-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L44C13-L46C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.KeyId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L40C13-L40C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L40C13-L40C43" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.GetMessageHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L26C57-L26C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L26C57-L26C97" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.GetNonce", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L30C52-L30C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L30C52-L30C69" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.GetExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L35C13-L57C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L35C13-L57C25" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.ProcessResponse(System.ReadOnlyMemory{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L62C13-L70C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L62C13-L70C48" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L148C13-L148C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L148C13-L148C51" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L153C13-L161C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L153C13-L161C25" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromSignerInfo(System.Security.Cryptography.Pkcs.SignerInfo,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L172C13-L188C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L172C13-L188C29" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromData(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L199C20-L212C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L199C20-L212C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromHash(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L222C13-L230C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L222C13-L230C29" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromHash(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Oid,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L267C13-L341C15" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L267C13-L341C15" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.TryDecode(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L359C17-L383C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L359C17-L383C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L25C31-L25C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L25C31-L25C50" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.HashAlgorithmId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L27C39-L27C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L27C39-L27C127" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.RequestedPolicyId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L28C42-L28C142" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L28C42-L28C142" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.RequestSignerCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L29C49-L29C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L29C49-L29C68" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.HasExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L31C38-L31C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L31C38-L31C72" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.AsSignedCms", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L40C43-L40C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L40C43-L40C58" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForData(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L79C13-L94C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L79C13-L94C26" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForHash(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L103C13-L118C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L103C13-L118C26" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForHash(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Oid,System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L127C13-L151C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L127C13-L151C26" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForSignerInfo(System.Security.Cryptography.Pkcs.SignerInfo,System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L159C13-L167C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L159C13-L167C34" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.TryDecode(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Pkcs.Rfc3161TimestampToken@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L298C13-L428C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L298C13-L428C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.TokenInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L23C54-L23C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L23C54-L23C58" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.#ctor(System.Security.Cryptography.Oid,System.Security.Cryptography.Oid,System.ReadOnlyMemory{System.Byte},System.ReadOnlyMemory{System.Byte},System.DateTimeOffset,System.Nullable{System.Int64},System.Boolean,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L40C9-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L40C9-L69C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetMessageHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L99C57-L99C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L99C57-L99C97" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetSerialNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L105C58-L105C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L105C58-L105C82" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetNonce", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L130C52-L130C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L130C52-L130C69" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetTimestampAuthorityName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L149C13-L164C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L149C13-L164C40" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L173C13-L195C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L173C13-L195C25" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L204C13-L204C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L204C13-L204C51" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L215C13-L223C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L215C13-L223C25" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.TryDecode(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L238C13-L246C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L238C13-L246C26" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L81C31-L81C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L81C31-L81C50" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.PolicyId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L87C32-L87C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L87C32-L87C82" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.HashAlgorithmId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L93C39-L93C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L93C39-L93C127" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.Timestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L111C44-L111C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L111C44-L111C63" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.AccuracyInMicroseconds", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L118C48-L118C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L118C48-L118C81" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.IsOrdering", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L124C35-L124C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L124C35-L124C55" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.HasExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L136C38-L136C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L136C38-L136C72" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Security.Cryptography.ProtectedData.json b/xml/SourceLinkInformation/net-8.0-pp/System.Security.Cryptography.ProtectedData.json index 610798b9979..145cdceff8a 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Security.Cryptography.ProtectedData.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Security.Cryptography.ProtectedData.json @@ -1,63 +1,63 @@ { "Assembly": "System.Security.Cryptography.ProtectedData", - "GUID": "5FCB9616B5D6409F8E9CFD8BB4EC969AFFFFFFFF", + "GUID": "6114DF60615E4E1ABA4D311B8B859222FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:System.Security.Cryptography.DataProtectionScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" }, { "DocsId": "F:System.Security.Cryptography.DataProtectionScope.CurrentUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" }, { "DocsId": "F:System.Security.Cryptography.DataProtectionScope.LocalMachine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" } ], "DocsId": "T:System.Security.Cryptography.DataProtectionScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.ProtectedData.Protect(System.Byte[],System.Byte[],System.Security.Cryptography.DataProtectionScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L18C13-L34C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L18C13-L34C31" }, { "DocsId": "M:System.Security.Cryptography.ProtectedData.Protect(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.DataProtectionScope,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L59C13-L72C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L59C13-L72C31" }, { "DocsId": "M:System.Security.Cryptography.ProtectedData.TryProtect(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.DataProtectionScope,System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L109C13-L119C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L109C13-L119C36" }, { "DocsId": "M:System.Security.Cryptography.ProtectedData.Protect(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.DataProtectionScope,System.Span{System.Byte},System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L148C13-L164C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L148C13-L164C33" }, { "DocsId": "M:System.Security.Cryptography.ProtectedData.Unprotect(System.Byte[],System.Byte[],System.Security.Cryptography.DataProtectionScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L170C13-L187C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L170C13-L187C31" }, { "DocsId": "M:System.Security.Cryptography.ProtectedData.Unprotect(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.DataProtectionScope,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L212C13-L226C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L212C13-L226C31" }, { "DocsId": "M:System.Security.Cryptography.ProtectedData.TryUnprotect(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.DataProtectionScope,System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L263C13-L273C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L263C13-L273C36" }, { "DocsId": "M:System.Security.Cryptography.ProtectedData.Unprotect(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.DataProtectionScope,System.Span{System.Byte},System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L302C13-L318C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L302C13-L318C33" } ], "DocsId": "T:System.Security.Cryptography.ProtectedData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Security.Cryptography.Xml.json b/xml/SourceLinkInformation/net-8.0-pp/System.Security.Cryptography.Xml.json index 1fda33cc3f8..6aee74dceda 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Security.Cryptography.Xml.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Security.Cryptography.Xml.json @@ -1,1925 +1,1925 @@ { "Assembly": "System.Security.Cryptography.Xml", - "GUID": "32E6D4A109D9420EB87F02C9198AC297FFFFFFFF", + "GUID": "B8A24B2F0F8F4177B9545918960CBF5DFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.CipherData.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L15C9-L15C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L15C9-L15C32" }, { "DocsId": "M:System.Security.Cryptography.Xml.CipherData.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L17C9-L20C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.CipherData.#ctor(System.Security.Cryptography.Xml.CipherReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L22C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L22C9-L25C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.CipherData.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L70C13-L74C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L70C13-L74C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.CipherData.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L101C13-L129C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L101C13-L129C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.CipherData.CipherReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L39C19-L39C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L39C19-L39C43" }, { "DocsId": "P:System.Security.Cryptography.Xml.CipherData.CipherValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L55C19-L55C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L55C19-L55C39" } ], "DocsId": "T:System.Security.Cryptography.Xml.CipherData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L13C36-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L13C36-L16C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L18C46-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L18C46-L21C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L23C77-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L23C77-L26C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L45C13-L49C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L45C13-L49C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L73C13-L91C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L73C13-L91C10" } ], "DocsId": "T:System.Security.Cryptography.Xml.CipherReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L20C54-L20C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L20C54-L20C64" }, { "DocsId": "M:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L21C68-L21C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L21C68-L21C85" }, { "DocsId": "M:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L22C85-L22C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L22C85-L22C109" }, { "DocsId": "M:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L27C105-L27C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L27C105-L27C128" } ], "DocsId": "T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.DataObject.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L21C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L21C9-L25C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.DataObject.#ctor(System.String,System.String,System.String,System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L27C9-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L27C9-L40C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.DataObject.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L109C13-L113C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L109C13-L113C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.DataObject.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L140C13-L156C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L140C13-L156C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.DataObject.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L48C19-L48C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L48C19-L48C30" }, { "DocsId": "P:System.Security.Cryptography.Xml.DataObject.MimeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L58C19-L58C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L58C19-L58C36" }, { "DocsId": "P:System.Security.Cryptography.Xml.DataObject.Encoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L68C19-L68C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L68C19-L68C36" }, { "DocsId": "P:System.Security.Cryptography.Xml.DataObject.Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L78C19-L78C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L78C19-L78C34" } ], "DocsId": "T:System.Security.Cryptography.Xml.DataObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.DataReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs#L8C34-L11C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs#L8C34-L11C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.DataReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs#L13C44-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs#L13C44-L16C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.DataReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs#L18C75-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs#L18C75-L21C10" } ], "DocsId": "T:System.Security.Cryptography.Xml.DataReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.DSAKeyValue.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L21C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L21C9-L24C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.DSAKeyValue.#ctor(System.Security.Cryptography.DSA)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L26C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L26C9-L34C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.DSAKeyValue.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L69C13-L71C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L69C13-L71C40" }, { "DocsId": "M:System.Security.Cryptography.Xml.DSAKeyValue.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L156C13-L213C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L156C13-L213C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.DSAKeyValue.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L42C20-L42C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L42C20-L42C24" } ], "DocsId": "T:System.Security.Cryptography.Xml.DSAKeyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedData.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs#L15C13-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs#L15C13-L69C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedData.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs#L73C13-L77C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs#L73C13-L77C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedData.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs" } ], "DocsId": "T:System.Security.Cryptography.Xml.EncryptedData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L15C9-L15C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L15C9-L15C34" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.AddReference(System.Security.Cryptography.Xml.DataReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L42C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L42C13-L43C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.AddReference(System.Security.Cryptography.Xml.KeyReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L47C13-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L47C13-L48C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L54C13-L144C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L54C13-L144C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L148C13-L152C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L148C13-L152C37" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedKey.Recipient", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L20C20-L20C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L20C20-L20C47" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedKey.CarriedKeyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L30C19-L30C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L30C19-L30C42" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedKey.ReferenceList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L38C47-L38C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L38C47-L38C85" } ], "DocsId": "T:System.Security.Cryptography.Xml.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L16C42-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L16C42-L18C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L20C52-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L20C52-L22C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L24C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L24C9-L29C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.AddTransform(System.Security.Cryptography.Xml.Transform)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L57C13-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L57C13-L58C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L81C13-L85C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L81C13-L85C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L109C13-L130C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L109C13-L130C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedReference.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L33C19-L33C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L33C19-L33C31" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedReference.TransformChain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L47C20-L47C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L47C20-L47C60" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedReference.ReferenceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L62C19-L62C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L62C19-L62C41" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedReference.CacheValid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L75C17-L75C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L75C17-L75C45" } ], "DocsId": "T:System.Security.Cryptography.Xml.EncryptedReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedType.AddProperty(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L91C13-L92C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L91C13-L92C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedType.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedType.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedType.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L32C19-L32C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L32C19-L32C30" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L42C19-L42C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L42C19-L42C32" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.MimeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L52C19-L52C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L52C19-L52C36" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.Encoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L62C19-L62C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L62C19-L62C36" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.KeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L73C20-L73C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L73C20-L73C46" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.EncryptionMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L79C19-L79C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L79C19-L79C44" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.EncryptionProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L87C77-L87C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L87C77-L87C122" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.CipherData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L96C20-L96C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L96C20-L96C52" } ], "DocsId": "T:System.Security.Cryptography.Xml.EncryptedType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L81C33-L81C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L81C33-L81C60" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.#ctor(System.Xml.XmlDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L85C53-L85C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L85C53-L85C77" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.#ctor(System.Xml.XmlDocument,System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L89C9-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L89C9-L102C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.GetIdElement(System.Xml.XmlDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L266C13-L266C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L266C13-L266C69" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionIV(System.Security.Cryptography.Xml.EncryptedData,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L272C13-L303C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L272C13-L303C23" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(System.Security.Cryptography.Xml.EncryptedData,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L312C13-L393C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L312C13-L393C25" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L401C13-L513C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L401C13-L513C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.AddKeyNameMapping(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L523C13-L535C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L523C13-L535C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.ClearKeyNameMappings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L539C13-L540C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L539C13-L540C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.Encrypt(System.Xml.XmlElement,System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L548C13-L585C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L548C13-L585C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.Encrypt(System.Xml.XmlElement,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L594C13-L668C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L594C13-L668C23" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L679C13-L696C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L679C13-L696C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.EncryptData(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L701C13-L742C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L701C13-L742C27" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.EncryptData(System.Xml.XmlElement,System.Security.Cryptography.SymmetricAlgorithm,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L748C13-L758C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L748C13-L758C63" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptData(System.Security.Cryptography.Xml.EncryptedData,System.Security.Cryptography.SymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L764C13-L809C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L764C13-L809C27" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.ReplaceData(System.Xml.XmlElement,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L815C13-L880C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L815C13-L880C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.ReplaceElement(System.Xml.XmlElement,System.Security.Cryptography.Xml.EncryptedData,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L889C13-L914C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L889C13-L914C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.EncryptKey(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L919C13-L941C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L919C13-L941C102" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.EncryptKey(System.Byte[],System.Security.Cryptography.RSA,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L949C13-L966C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L949C13-L966C64" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptKey(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L973C13-L995C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L973C13-L995C102" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptKey(System.Byte[],System.Security.Cryptography.RSA,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L1002C13-L1019C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L1002C13-L1019C67" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncNamespaceUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncElementUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncElementContentUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncEncryptedKeyUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncDESUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncTripleDESUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES128Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES256Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES192Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncRSA15Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncRSAOAEPUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncTripleDESKeyWrapUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES128KeyWrapUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES256KeyWrapUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES192KeyWrapUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncSHA256Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncSHA512Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.XmlDSigSearchDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L125C17-L125C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L125C17-L125C44" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.DocumentEvidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L136C19-L136C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L136C19-L136C36" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Resolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L143C19-L143C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L143C19-L143C39" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Padding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L151C19-L151C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L151C19-L151C35" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Mode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L159C19-L159C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L159C19-L159C32" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Encoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L166C19-L166C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L166C19-L166C36" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Recipient", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L175C20-L175C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L175C20-L175C47" } ], "DocsId": "T:System.Security.Cryptography.Xml.EncryptedXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionMethod.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L15C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L15C9-L18C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionMethod.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L20C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L20C9-L24C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionMethod.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L59C13-L63C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L59C13-L63C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionMethod.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L84C13-L103C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L84C13-L103C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionMethod.KeySize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L37C19-L37C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L37C19-L37C35" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionMethod.KeyAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L49C19-L49C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L49C19-L49C37" } ], "DocsId": "T:System.Security.Cryptography.Xml.EncryptionMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionProperty.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L17C9-L17C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L17C9-L17C40" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionProperty.#ctor(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L19C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L19C9-L31C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionProperty.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L70C13-L74C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L70C13-L74C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionProperty.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L84C13-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L84C13-L97C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionProperty.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L35C19-L35C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L35C19-L35C30" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionProperty.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L40C19-L40C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L40C19-L40C34" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionProperty.PropertyElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L46C19-L46C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L46C19-L46C36" } ], "DocsId": "T:System.Security.Cryptography.Xml.EncryptionProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L19C13-L19C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L19C13-L19C43" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L30C13-L33C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L30C13-L33C38" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Add(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L38C13-L38C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L38C13-L38C38" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L43C13-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L43C13-L44C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L49C13-L52C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L49C13-L52C43" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Contains(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L57C13-L57C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L57C13-L57C43" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L63C13-L66C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L63C13-L66C42" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IndexOf(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L71C13-L71C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L71C13-L71C42" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L77C13-L81C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L77C13-L81C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Insert(System.Int32,System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L85C13-L86C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L85C13-L86C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L91C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L91C13-L95C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Remove(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L99C13-L100C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L99C13-L100C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L104C13-L105C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L104C13-L105C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L119C13-L119C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L119C13-L119C55" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L138C19-L138C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L138C19-L138C40" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L141C17-L145C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L141C17-L145C14" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L150C13-L151C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L150C13-L151C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.CopyTo(System.Security.Cryptography.Xml.EncryptionProperty[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L155C13-L156C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L155C13-L156C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L24C19-L24C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L24C19-L24C39" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L109C19-L109C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L109C19-L109C45" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L114C19-L114C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L114C19-L114C44" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.ItemOf(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L127C17-L127C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L127C17-L127C66" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L138C19-L138C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L138C19-L138C40" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L160C19-L160C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L160C19-L160C42" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L165C19-L165C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L165C19-L165C48" } ], "DocsId": "T:System.Security.Cryptography.Xml.EncryptionPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.IRelDecryptor.Decrypt(System.Security.Cryptography.Xml.EncryptionMethod,System.Security.Cryptography.Xml.KeyInfo,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/IRelDecryptor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/IRelDecryptor.cs" } ], "DocsId": "T:System.Security.Cryptography.Xml.IRelDecryptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/IRelDecryptor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/IRelDecryptor.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L19C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L19C9-L22C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L36C13-L38C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L36C13-L38C40" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L65C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L65C13-L113C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.AddClause(System.Security.Cryptography.Xml.KeyInfoClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L126C13-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L126C13-L127C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L131C13-L131C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L131C13-L131C52" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.GetEnumerator(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L136C13-L148C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L136C13-L148C50" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfo.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L30C19-L30C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L30C19-L30C30" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfo.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L117C19-L117C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L117C19-L117C48" } ], "DocsId": "T:System.Security.Cryptography.Xml.KeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoClause.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs#L14C9-L14C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs#L14C9-L14C38" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoClause.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoClause.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs" } ], "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoClause", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L15C9-L15C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L15C9-L15C41" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.#ctor(System.Security.Cryptography.Xml.EncryptedKey)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L17C9-L20C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L30C13-L32C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L30C13-L32C43" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L44C13-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L44C13-L46C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L24C19-L24C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L24C19-L24C40" } ], "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoEncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoName.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L16C32-L16C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L16C32-L16C46" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoName.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L18C9-L21C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoName.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L39C13-L41C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L39C13-L41C40" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoName.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L53C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L53C13-L60C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoName.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L29C19-L29C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L29C19-L29C35" } ], "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoNode.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L17C9-L17C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L17C9-L17C33" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoNode.#ctor(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L19C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L19C9-L22C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoNode.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L40C13-L42C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L40C13-L42C40" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoNode.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L52C13-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L52C13-L53C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoNode.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L30C19-L30C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L30C19-L30C32" } ], "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L17C9-L17C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L17C9-L17C44" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L19C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L19C9-L22C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L24C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L24C9-L28C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L48C13-L50C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L48C13-L50C40" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L68C13-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L68C13-L75C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L36C19-L36C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L36C19-L36C31" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L42C19-L42C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L42C19-L42C32" } ], "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L29C9-L29C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L29C9-L29C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L31C9-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L31C9-L43C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L45C9-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L45C9-L48C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509IncludeOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L50C9-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L50C9-L102C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L115C13-L124C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L115C13-L124C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddSubjectKeyId(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L133C13-L135C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L133C13-L135C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddSubjectKeyId(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L139C13-L141C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L139C13-L141C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddSubjectName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L150C13-L152C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L150C13-L152C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddIssuerSerial(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L161C13-L182C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L161C13-L182C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L216C13-L218C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L216C13-L218C40" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L282C13-L331C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L282C13-L331C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L110C19-L110C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L110C19-L110C40" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.SubjectKeyIds", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L128C19-L128C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L128C19-L128C41" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.SubjectNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L145C19-L145C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L145C19-L145C40" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.IssuerSerials", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L156C19-L156C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L156C19-L156C41" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.CRL", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L193C19-L193C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L193C19-L193C31" } ], "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoX509Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.KeyReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs#L8C33-L11C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs#L8C33-L11C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs#L13C43-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs#L13C43-L16C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs#L18C74-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs#L18C74-L21C10" } ], "DocsId": "T:System.Security.Cryptography.Xml.KeyReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.Reference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L32C9-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L32C9-L39C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.Reference.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L41C9-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L41C9-L48C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.Reference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L50C9-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L50C9-L58C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.Reference.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L160C13-L164C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L160C13-L164C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.Reference.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L211C13-L339C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L211C13-L339C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.Reference.AddTransform(System.Security.Cryptography.Xml.Transform)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L343C13-L350C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L343C13-L350C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.Reference.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L75C19-L75C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L75C19-L75C30" }, { "DocsId": "P:System.Security.Cryptography.Xml.Reference.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L81C19-L81C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L81C19-L81C31" }, { "DocsId": "P:System.Security.Cryptography.Xml.Reference.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L91C19-L91C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L91C19-L91C32" }, { "DocsId": "P:System.Security.Cryptography.Xml.Reference.DigestMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L101C19-L101C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L101C19-L101C40" }, { "DocsId": "P:System.Security.Cryptography.Xml.Reference.DigestValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L111C19-L111C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L111C19-L111C39" }, { "DocsId": "P:System.Security.Cryptography.Xml.Reference.TransformChain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L121C20-L121C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L121C20-L121C60" } ], "DocsId": "T:System.Security.Cryptography.Xml.Reference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L12C9-L15C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L19C13-L19C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L19C13-L19C48" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L30C13-L38C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L30C13-L38C43" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L44C13-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L44C13-L45C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L49C13-L49C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L49C13-L49C48" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L54C13-L54C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L54C13-L54C47" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L59C13-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L59C13-L68C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L73C13-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L73C13-L74C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L78C13-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L78C13-L79C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L83C13-L83C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L83C13-L83C60" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L102C19-L102C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L102C19-L102C45" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L105C17-L112C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L105C17-L112C14" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L117C13-L118C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L117C13-L118C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L122C19-L122C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L122C19-L122C50" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L127C19-L127C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L127C19-L127C49" }, { "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L24C19-L24C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L24C19-L24C44" }, { "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.ItemOf(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L91C17-L91C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L91C17-L91C37" }, { "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L102C19-L102C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L102C19-L102C45" }, { "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L122C19-L122C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L122C19-L122C50" }, { "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L127C19-L127C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L127C19-L127C49" }, { "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L132C19-L132C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L132C19-L132C47" }, { "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L137C19-L137C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L137C19-L137C53" } ], "DocsId": "T:System.Security.Cryptography.Xml.ReferenceList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.RSAKeyValue.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L16C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L16C9-L19C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.RSAKeyValue.#ctor(System.Security.Cryptography.RSA)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L21C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L21C9-L29C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.RSAKeyValue.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L64C13-L66C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L64C13-L66C40" }, { "DocsId": "M:System.Security.Cryptography.Xml.RSAKeyValue.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L111C13-L144C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L111C13-L144C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.RSAKeyValue.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L37C20-L37C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L37C20-L37C24" } ], "DocsId": "T:System.Security.Cryptography.Xml.RSAKeyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.Signature.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L31C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L31C9-L35C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.Signature.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L87C13-L89C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L87C13-L89C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.Signature.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L136C13-L226C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L136C13-L226C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.Signature.AddObject(System.Security.Cryptography.Xml.DataObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L230C13-L231C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L230C13-L231C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.Signature.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L43C19-L43C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L43C19-L43C30" }, { "DocsId": "P:System.Security.Cryptography.Xml.Signature.SignedInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L49C19-L49C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L49C19-L49C38" }, { "DocsId": "P:System.Security.Cryptography.Xml.Signature.SignatureValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L60C19-L60C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L60C19-L60C42" }, { "DocsId": "P:System.Security.Cryptography.Xml.Signature.KeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L66C20-L66C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L66C20-L66C46" }, { "DocsId": "P:System.Security.Cryptography.Xml.Signature.ObjectList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L72C19-L72C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L72C19-L72C43" } ], "DocsId": "T:System.Security.Cryptography.Xml.Signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L29C9-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L29C9-L32C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L36C13-L36C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L36C13-L36C47" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L41C13-L41C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L41C13-L41C47" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L157C13-L161C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L157C13-L161C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L207C13-L282C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L207C13-L282C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.AddReference(System.Security.Cryptography.Xml.Reference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L286C13-L293C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L286C13-L293C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L46C19-L46C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L46C19-L46C53" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L51C19-L51C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L51C19-L51C53" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L56C19-L56C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L56C19-L56C53" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L61C19-L61C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L61C19-L61C53" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L70C19-L70C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L70C19-L70C30" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.CanonicalizationMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L84C17-L86C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L84C17-L86C48" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.CanonicalizationMethodObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L99C17-L107C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L99C17-L107C57" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.SignatureMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L113C19-L113C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L113C19-L113C43" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.SignatureLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L123C19-L123C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L123C19-L123C43" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.References", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L133C19-L133C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L133C19-L133C38" } ], "DocsId": "T:System.Security.Cryptography.Xml.SignedInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L33C9-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L33C9-L95C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.#ctor(System.Xml.XmlDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L33C9-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L33C9-L107C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.#ctor(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L33C9-L119C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L33C9-L119C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L224C13-L227C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L224C13-L227C45" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L234C13-L244C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L234C13-L244C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.AddReference(System.Security.Cryptography.Xml.Reference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L252C13-L253C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L252C13-L253C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.AddObject(System.Security.Cryptography.Xml.DataObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L257C13-L258C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L257C13-L258C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L262C13-L262C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L262C13-L262C54" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignatureReturningKey(System.Security.Cryptography.AsymmetricAlgorithm@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L267C13-L289C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L267C13-L289C25" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignature(System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L294C13-L313C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L294C13-L313C25" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignature(System.Security.Cryptography.KeyedHashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L318C13-L336C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L318C13-L336C25" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L341C13-L387C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L341C13-L387C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.ComputeSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L392C13-L436C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L392C13-L436C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.ComputeSignature(System.Security.Cryptography.KeyedHashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L440C13-L476C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L440C13-L476C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.GetPublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L484C13-L520C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L484C13-L520C25" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.GetIdElement(System.Xml.XmlDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L554C13-L554C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L554C13-L554C59" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.m_signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.m_strSigningKeyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigNamespaceUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigMinimalCanonicalizationUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigCanonicalizationUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigCanonicalizationWithCommentsUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA1Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigDSAUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA1Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigHMACSHA1Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA256Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA256Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA384Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA384Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA512Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA512Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigC14NTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigC14NWithCommentsTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigExcC14NTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigExcC14NWithCommentsTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigBase64TransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigXPathTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigXsltTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigEnvelopedSignatureTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDecryptionTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlLicenseTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SigningKeyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L144C19-L144C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L144C19-L144C46" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.Resolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L154C17-L156C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L154C17-L156C14" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignatureFormatValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L166C19-L166C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L166C19-L166C52" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SafeCanonicalizationMethods", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L172C19-L172C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L172C19-L172C55" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SigningKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L177C19-L177C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L177C19-L177C38" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.EncryptedXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L186C20-L186C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L186C20-L186C68" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.Signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L192C19-L192C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L192C19-L192C38" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignedInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L197C19-L197C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L197C19-L197C49" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignatureMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L202C19-L202C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L202C19-L202C66" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignatureLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L207C19-L207C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L207C19-L207C66" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignatureValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L212C19-L212C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L212C19-L212C53" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.KeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L217C19-L217C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L217C19-L217C46" } ], "DocsId": "T:System.Security.Cryptography.Xml.SignedXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.Transform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L56C9-L56C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L56C9-L56C34" }, { "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L118C13-L120C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L118C13-L120C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.Transform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" }, { "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" }, { "DocsId": "M:System.Security.Cryptography.Xml.Transform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" }, { "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" }, { "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" }, { "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetDigestedOutput(System.Security.Cryptography.HashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L156C13-L156C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L156C13-L156C72" }, { "DocsId": "P:System.Security.Cryptography.Xml.Transform.Algorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L64C19-L64C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L64C19-L64C37" }, { "DocsId": "P:System.Security.Cryptography.Xml.Transform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" }, { "DocsId": "P:System.Security.Cryptography.Xml.Transform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" }, { "DocsId": "P:System.Security.Cryptography.Xml.Transform.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L163C17-L171C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L163C17-L171C43" }, { "DocsId": "P:System.Security.Cryptography.Xml.Transform.PropagatedNamespaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L183C17-L218C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L183C17-L218C46" } ], "DocsId": "T:System.Security.Cryptography.Xml.Transform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.TransformChain.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L29C9-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L29C9-L32C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.TransformChain.Add(System.Security.Cryptography.Xml.Transform)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L36C13-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L36C13-L38C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.TransformChain.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L42C13-L42C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L42C13-L42C48" }, { "DocsId": "P:System.Security.Cryptography.Xml.TransformChain.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L47C19-L47C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L47C19-L47C44" }, { "DocsId": "P:System.Security.Cryptography.Xml.TransformChain.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L54C17-L56C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L54C17-L56C55" } ], "DocsId": "T:System.Security.Cryptography.Xml.TransformChain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L18C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L18C9-L35C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.IsTargetElement(System.Xml.XmlElement,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L41C13-L47C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L41C13-L47C26" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.AddExceptUri(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L81C13-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L81C13-L87C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L91C13-L118C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L91C13-L118C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L122C13-L134C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L122C13-L134C39" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L139C13-L147C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L139C13-L147C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L266C13-L270C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L266C13-L270C40" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L275C13-L278C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L275C13-L278C108" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDecryptionTransform.EncryptedXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L54C17-L64C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L54C17-L64C30" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDecryptionTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L71C19-L71C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L71C19-L71C38" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDecryptionTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L76C19-L76C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L76C19-L76C39" } ], "DocsId": "T:System.Security.Cryptography.Xml.XmlDecryptionTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L13C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L13C9-L20C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L34C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L34C9-L34C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L38C13-L38C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L38C13-L38C25" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L43C13-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L43C13-L58C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L121C13-L121C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L121C13-L121C25" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L126C13-L128C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L126C13-L128C25" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigBase64Transform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L24C19-L24C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L24C19-L24C38" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigBase64Transform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L29C19-L29C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L29C19-L29C39" } ], "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigBase64Transform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L11C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L11C9-L19C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L11C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L11C9-L25C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L39C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L39C13-L41C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L45C13-L45C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L45C13-L45C25" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L50C13-L67C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L50C13-L67C99" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L73C13-L73C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L73C13-L73C56" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L78C13-L80C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L78C13-L80C56" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetDigestedOutput(System.Security.Cryptography.HashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L85C13-L85C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L85C13-L85C50" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigC14NTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L29C19-L29C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L29C19-L29C38" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigC14NTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L34C19-L34C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L34C19-L34C39" } ], "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigC14NTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NWithCommentsTransform.cs#L9C15-L12C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NWithCommentsTransform.cs#L9C15-L12C10" } ], "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NWithCommentsTransform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NWithCommentsTransform.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L11C9-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L11C9-L27C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L11C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L11C9-L34C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L49C13-L51C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L49C13-L51C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L56C13-L56C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L56C13-L56C25" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L61C13-L76C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L61C13-L76C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L122C13-L174C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L122C13-L174C44" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L180C13-L192C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L180C13-L192C108" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L38C19-L38C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L38C19-L38C38" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L43C19-L43C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L43C19-L43C39" } ], "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L17C44-L17C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L17C44-L17C65" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L19C64-L19C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L19C64-L19C95" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L21C80-L21C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L21C80-L21C126" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor(System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L11C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L11C9-L28C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L48C13-L73C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L48C13-L73C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L77C13-L91C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L77C13-L91C99" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L96C13-L105C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L96C13-L105C39" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L110C13-L110C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L110C13-L110C67" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L115C13-L117C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L115C13-L117C67" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetDigestedOutput(System.Security.Cryptography.HashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L122C13-L122C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L122C13-L122C61" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.InclusiveNamespacesPrefixList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L32C19-L32C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L32C19-L32C57" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L38C19-L38C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L38C19-L38C38" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L43C19-L43C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L43C19-L43C39" } ], "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NWithCommentsTransform.cs#L12C56-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NWithCommentsTransform.cs#L12C56-L15C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NWithCommentsTransform.cs#L17C92-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NWithCommentsTransform.cs#L17C92-L20C10" } ], "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NWithCommentsTransform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NWithCommentsTransform.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L14C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L14C9-L23C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L38C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L38C13-L84C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L88C13-L115C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L88C13-L115C40" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L120C13-L132C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L120C13-L132C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L161C13-L188C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L161C13-L188C35" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L193C13-L195C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L193C13-L195C45" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigXPathTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L27C19-L27C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L27C19-L27C38" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigXPathTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L32C19-L32C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L32C19-L32C39" } ], "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigXPathTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L15C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L15C9-L25C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L15C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L15C9-L31C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L51C13-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L51C13-L75C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L79C13-L79C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L79C13-L79C30" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L84C13-L108C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L84C13-L108C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L118C13-L141C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L118C13-L141C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L145C13-L147C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L145C13-L147C40" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigXsltTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L37C17-L37C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L37C17-L37C36" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigXsltTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L45C17-L45C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L45C17-L45C37" } ], "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigXsltTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L14C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L14C9-L30C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L106C13-L106C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L106C13-L106C25" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L111C13-L111C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L111C13-L111C30" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L116C13-L119C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L116C13-L119C32" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L125C13-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L125C13-L127C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L132C13-L183C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L132C13-L183C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlLicenseTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L34C19-L34C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L34C19-L34C38" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlLicenseTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L39C19-L39C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L39C19-L39C39" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlLicenseTransform.Decryptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L44C19-L44C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L44C19-L44C40" } ], "DocsId": "T:System.Security.Cryptography.Xml.XmlLicenseTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Security.Permissions.json b/xml/SourceLinkInformation/net-8.0-pp/System.Security.Permissions.json index 2d217f5f882..a62de8da709 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Security.Permissions.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Security.Permissions.json @@ -1,6613 +1,6613 @@ { "Assembly": "System.Security.Permissions", - "GUID": "DDD5BDCAF5E0419EAAD8B80F8DD3A323FFFFFFFF", + "GUID": "34A1532F92AF4E8BA29718E41EB252A3FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.ApplicationIdentity.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L12C9-L12C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L12C9-L12C75" }, { "DocsId": "M:System.ApplicationIdentity.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L15C45-L15C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L15C45-L15C57" }, { "DocsId": "M:System.ApplicationIdentity.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L18C13-L18C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L18C13-L18C55" }, { "DocsId": "P:System.ApplicationIdentity.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L13C40-L13C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L13C40-L13C52" }, { "DocsId": "P:System.ApplicationIdentity.CodeBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L14C40-L14C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L14C40-L14C52" } ], "DocsId": "T:System.ApplicationIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs" }, { "Members": [ { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C64-L18C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C64-L18C61" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.#ctor(System.Xaml.Permissions.XamlAccessLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C64-L19C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C64-L19C69" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.#ctor(System.Collections.Generic.IEnumerable{System.Xaml.Permissions.XamlAccessLevel})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C64-L20C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C64-L20C82" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L22C51-L22C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L22C51-L22C85" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L24C45-L24C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L24C45-L24C71" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L27C46-L27C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L27C46-L27C106" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L28C62-L28C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L28C62-L28C63" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Includes(System.Xaml.Permissions.XamlAccessLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L29C65-L29C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L29C65-L29C77" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L30C69-L30C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L30C69-L30C129" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L31C63-L31C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L31C63-L31C75" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L32C51-L32C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L32C51-L32C83" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L33C64-L33C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L33C64-L33C124" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L34C40-L34C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L34C40-L34C52" }, { "DocsId": "P:System.Xaml.Permissions.XamlLoadPermission.AllowedAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C55-L26C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C55-L26C59" } ], "DocsId": "T:System.Xaml.Permissions.XamlLoadPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs" }, { "Members": [ { "DocsId": "M:System.Web.AspNetHostingPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L14C9-L14C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L14C9-L14C66" }, { "DocsId": "M:System.Web.AspNetHostingPermission.#ctor(System.Web.AspNetHostingPermissionLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L15C9-L15C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L15C9-L15C79" }, { "DocsId": "M:System.Web.AspNetHostingPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L17C41-L17C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L17C41-L17C46" }, { "DocsId": "M:System.Web.AspNetHostingPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L18C46-L18C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L18C46-L18C58" }, { "DocsId": "M:System.Web.AspNetHostingPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L19C65-L19C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L19C65-L19C77" }, { "DocsId": "M:System.Web.AspNetHostingPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L20C69-L20C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L20C69-L20C81" }, { "DocsId": "M:System.Web.AspNetHostingPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L21C64-L21C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L21C64-L21C69" }, { "DocsId": "M:System.Web.AspNetHostingPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L22C73-L22C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L22C73-L22C74" }, { "DocsId": "M:System.Web.AspNetHostingPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L23C51-L23C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L23C51-L23C63" }, { "DocsId": "P:System.Web.AspNetHostingPermission.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L16C53-L16C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L16C53-L16C57" } ], "DocsId": "T:System.Web.AspNetHostingPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs" }, { "Members": [ { "DocsId": "M:System.Web.AspNetHostingPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs#L15C74-L15C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs#L15C74-L15C90" }, { "DocsId": "M:System.Web.AspNetHostingPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs#L17C58-L17C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs#L17C58-L17C70" }, { "DocsId": "P:System.Web.AspNetHostingPermissionAttribute.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs#L16C53-L16C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs#L16C53-L16C57" } ], "DocsId": "T:System.Web.AspNetHostingPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Web.AspNetHostingPermissionLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" }, { "DocsId": "F:System.Web.AspNetHostingPermissionLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" }, { "DocsId": "F:System.Web.AspNetHostingPermissionLevel.Minimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" }, { "DocsId": "F:System.Web.AspNetHostingPermissionLevel.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" }, { "DocsId": "F:System.Web.AspNetHostingPermissionLevel.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" }, { "DocsId": "F:System.Web.AspNetHostingPermissionLevel.High", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" }, { "DocsId": "F:System.Web.AspNetHostingPermissionLevel.Unrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" } ], "DocsId": "T:System.Web.AspNetHostingPermissionLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" }, { "Members": [ { "DocsId": "M:System.Transactions.DistributedTransactionPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L14C9-L14C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L14C9-L14C75" }, { "DocsId": "M:System.Transactions.DistributedTransactionPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L15C46-L15C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L15C46-L15C58" }, { "DocsId": "M:System.Transactions.DistributedTransactionPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L16C73-L16C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L16C73-L16C74" }, { "DocsId": "M:System.Transactions.DistributedTransactionPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L17C69-L17C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L17C69-L17C81" }, { "DocsId": "M:System.Transactions.DistributedTransactionPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L18C64-L18C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L18C64-L18C69" }, { "DocsId": "M:System.Transactions.DistributedTransactionPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L19C41-L19C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L19C41-L19C46" }, { "DocsId": "M:System.Transactions.DistributedTransactionPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L20C51-L20C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L20C51-L20C63" }, { "DocsId": "M:System.Transactions.DistributedTransactionPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L21C65-L21C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L21C65-L21C77" } ], "DocsId": "T:System.Transactions.DistributedTransactionPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs" }, { "Members": [ { "DocsId": "M:System.Transactions.DistributedTransactionPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs#L15C83-L15C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs#L15C83-L15C99" }, { "DocsId": "M:System.Transactions.DistributedTransactionPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs#L17C58-L17C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs#L17C58-L17C70" }, { "DocsId": "P:System.Transactions.DistributedTransactionPermissionAttribute.Unrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs#L16C40-L16C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs#L16C40-L16C44" } ], "DocsId": "T:System.Transactions.DistributedTransactionPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ServiceProcess.ServiceControllerPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L13C9-L13C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L13C9-L13C49" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L14C69-L14C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L14C69-L14C84" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermission.#ctor(System.ServiceProcess.ServiceControllerPermissionAccess,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L15C9-L15C139" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L15C9-L15C139" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermission.#ctor(System.ServiceProcess.ServiceControllerPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L16C9-L16C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L16C9-L16C107" }, { "DocsId": "P:System.ServiceProcess.ServiceControllerPermission.PermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L17C86-L17C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L17C86-L17C90" } ], "DocsId": "T:System.ServiceProcess.ServiceControllerPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs" }, { "Members": [ { "DocsId": "F:System.ServiceProcess.ServiceControllerPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceControllerPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceControllerPermissionAccess.Browse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceControllerPermissionAccess.Control", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" } ], "DocsId": "T:System.ServiceProcess.ServiceControllerPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" }, { "Members": [ { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L15C78-L15C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L15C78-L15C94" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L19C58-L19C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L19C58-L19C86" }, { "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionAttribute.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L16C44-L16C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L16C44-L16C48" }, { "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionAttribute.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L17C76-L17C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L17C76-L17C118" }, { "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionAttribute.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L18C44-L18C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L18C44-L18C48" } ], "DocsId": "T:System.ServiceProcess.ServiceControllerPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntry.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L8C9-L8C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L8C9-L8C54" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntry.#ctor(System.ServiceProcess.ServiceControllerPermissionAccess,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L9C9-L9C144" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L9C9-L9C144" }, { "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionEntry.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L10C44-L10C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L10C44-L10C48" }, { "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L11C76-L11C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L11C76-L11C118" }, { "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionEntry.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L12C44-L12C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L12C44-L12C48" } ], "DocsId": "T:System.ServiceProcess.ServiceControllerPermissionEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs" }, { "Members": [ { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Add(System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L12C66-L12C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L12C66-L12C75" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.AddRange(System.ServiceProcess.ServiceControllerPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L13C74-L13C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L13C74-L13C75" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.AddRange(System.ServiceProcess.ServiceControllerPermissionEntryCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L14C82-L14C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L14C82-L14C83" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Contains(System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L15C72-L15C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L15C72-L15C85" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.CopyTo(System.ServiceProcess.ServiceControllerPermissionEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L16C83-L16C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L16C83-L16C84" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.IndexOf(System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L17C70-L17C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L17C70-L17C79" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Insert(System.Int32,System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L18C81-L18C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L18C81-L18C82" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L19C45-L19C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L19C45-L19C46" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L20C69-L20C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L20C69-L20C70" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L21C69-L21C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L21C69-L21C70" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L22C86-L22C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L22C86-L22C87" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Remove(System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L23C70-L23C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L23C70-L23C71" }, { "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L11C73-L11C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L11C73-L11C85" } ], "DocsId": "T:System.ServiceProcess.ServiceControllerPermissionEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs" }, { "Members": [ { "DocsId": "M:System.Security.CodeAccessPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L11C9-L11C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L11C9-L11C45" }, { "DocsId": "M:System.Security.CodeAccessPermission.Assert", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L12C32-L12C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L12C32-L12C33" }, { "DocsId": "M:System.Security.CodeAccessPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" }, { "DocsId": "M:System.Security.CodeAccessPermission.Demand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L14C32-L14C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L14C32-L14C33" }, { "DocsId": "M:System.Security.CodeAccessPermission.Deny", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L16C30-L16C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L16C30-L16C99" }, { "DocsId": "M:System.Security.CodeAccessPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L17C52-L17C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L17C52-L17C68" }, { "DocsId": "M:System.Security.CodeAccessPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" }, { "DocsId": "M:System.Security.CodeAccessPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L19C46-L19C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L19C46-L19C64" }, { "DocsId": "M:System.Security.CodeAccessPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" }, { "DocsId": "M:System.Security.CodeAccessPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" }, { "DocsId": "M:System.Security.CodeAccessPermission.PermitOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L22C36-L22C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L22C36-L22C105" }, { "DocsId": "M:System.Security.CodeAccessPermission.RevertAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L23C42-L23C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L23C42-L23C43" }, { "DocsId": "M:System.Security.CodeAccessPermission.RevertAssert", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L24C45-L24C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L24C45-L24C46" }, { "DocsId": "M:System.Security.CodeAccessPermission.RevertDeny", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L26C43-L26C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L26C43-L26C44" }, { "DocsId": "M:System.Security.CodeAccessPermission.RevertPermitOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L27C49-L27C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L27C49-L27C50" }, { "DocsId": "M:System.Security.CodeAccessPermission.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L28C46-L28C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L28C46-L28C61" }, { "DocsId": "M:System.Security.CodeAccessPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" }, { "DocsId": "M:System.Security.CodeAccessPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L30C63-L30C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L30C63-L30C91" } ], "DocsId": "T:System.Security.CodeAccessPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.HostProtectionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L22C44-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L22C44-L27C10" }, { "DocsId": "M:System.Security.HostProtectionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L29C58-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L29C58-L34C10" }, { "DocsId": "M:System.Security.HostProtectionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L36C71-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L36C71-L41C10" }, { "DocsId": "M:System.Security.HostProtectionException.#ctor(System.String,System.Security.Permissions.HostProtectionResource,System.Security.Permissions.HostProtectionResource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L44C15-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L44C15-L49C10" }, { "DocsId": "M:System.Security.HostProtectionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L56C15-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L56C15-L60C10" }, { "DocsId": "M:System.Security.HostProtectionException.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L80C13-L85C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L80C13-L85C34" }, { "DocsId": "M:System.Security.HostProtectionException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L94C13-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L94C13-L97C10" }, { "DocsId": "P:System.Security.HostProtectionException.DemandedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L62C59-L62C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L62C59-L62C63" }, { "DocsId": "P:System.Security.HostProtectionException.ProtectedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L64C60-L64C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L64C60-L64C64" } ], "DocsId": "T:System.Security.HostProtectionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs" }, { "Members": [ { "DocsId": "M:System.Security.HostSecurityManager.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L11C9-L11C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L11C9-L11C41" }, { "DocsId": "M:System.Security.HostSecurityManager.DetermineApplicationTrust(System.Security.Policy.Evidence,System.Security.Policy.Evidence,System.Security.Policy.TrustManagerContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L14C156-L14C189" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L14C156-L14C189" }, { "DocsId": "M:System.Security.HostSecurityManager.ProvideAppDomainEvidence(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L15C84-L15C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L15C84-L15C109" }, { "DocsId": "M:System.Security.HostSecurityManager.ProvideAssemblyEvidence(System.Reflection.Assembly,System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L16C126-L16C151" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L16C126-L16C151" }, { "DocsId": "M:System.Security.HostSecurityManager.ResolvePolicy(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L18C73-L18C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L18C73-L18C103" }, { "DocsId": "M:System.Security.HostSecurityManager.GenerateAppDomainEvidence(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L19C84-L19C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L19C84-L19C96" }, { "DocsId": "M:System.Security.HostSecurityManager.GenerateAssemblyEvidence(System.Type,System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L20C102-L20C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L20C102-L20C114" }, { "DocsId": "M:System.Security.HostSecurityManager.GetHostSuppliedAppDomainEvidenceTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L21C73-L21C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L21C73-L21C85" }, { "DocsId": "M:System.Security.HostSecurityManager.GetHostSuppliedAssemblyEvidenceTypes(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L22C89-L22C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L22C89-L22C101" }, { "DocsId": "P:System.Security.HostSecurityManager.DomainPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L12C57-L12C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L12C57-L12C85" }, { "DocsId": "P:System.Security.HostSecurityManager.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L13C65-L13C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L13C65-L13C108" } ], "DocsId": "T:System.Security.HostSecurityManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs" }, { "Members": [ { "DocsId": "F:System.Security.HostSecurityManagerOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" }, { "DocsId": "F:System.Security.HostSecurityManagerOptions.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" }, { "DocsId": "F:System.Security.HostSecurityManagerOptions.HostAppDomainEvidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" }, { "DocsId": "F:System.Security.HostSecurityManagerOptions.HostAssemblyEvidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" }, { "DocsId": "F:System.Security.HostSecurityManagerOptions.HostDetermineApplicationTrust", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" }, { "DocsId": "F:System.Security.HostSecurityManagerOptions.HostPolicyLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" }, { "DocsId": "F:System.Security.HostSecurityManagerOptions.HostResolvePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" }, { "DocsId": "F:System.Security.HostSecurityManagerOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" } ], "DocsId": "T:System.Security.HostSecurityManagerOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" }, { "Members": [ { "DocsId": "P:System.Security.IEvidenceFactory.Evidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/IEvidenceFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/IEvidenceFactory.cs" } ], "DocsId": "T:System.Security.IEvidenceFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/IEvidenceFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/IEvidenceFactory.cs" }, { "Members": [ { "DocsId": "M:System.Security.ISecurityPolicyEncodable.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/ISecurityPolicyEncodable.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/ISecurityPolicyEncodable.cs" }, { "DocsId": "M:System.Security.ISecurityPolicyEncodable.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/ISecurityPolicyEncodable.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/ISecurityPolicyEncodable.cs" } ], "DocsId": "T:System.Security.ISecurityPolicyEncodable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/ISecurityPolicyEncodable.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/ISecurityPolicyEncodable.cs" }, { "Members": [ { "DocsId": "M:System.Security.NamedPermissionSet.#ctor(System.Security.NamedPermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L13C65-L13C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L13C65-L13C99" }, { "DocsId": "M:System.Security.NamedPermissionSet.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L14C50-L14C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L14C50-L14C84" }, { "DocsId": "M:System.Security.NamedPermissionSet.#ctor(System.String,System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L15C73-L15C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L15C73-L15C107" }, { "DocsId": "M:System.Security.NamedPermissionSet.#ctor(System.String,System.Security.PermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L16C73-L16C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L16C73-L16C107" }, { "DocsId": "M:System.Security.NamedPermissionSet.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L19C48-L19C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L19C48-L19C78" }, { "DocsId": "M:System.Security.NamedPermissionSet.Copy(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L20C55-L20C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L20C55-L20C90" }, { "DocsId": "M:System.Security.NamedPermissionSet.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L21C50-L21C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L21C50-L21C64" }, { "DocsId": "M:System.Security.NamedPermissionSet.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L22C60-L22C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L22C60-L22C61" }, { "DocsId": "M:System.Security.NamedPermissionSet.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L23C46-L23C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L23C46-L23C64" }, { "DocsId": "M:System.Security.NamedPermissionSet.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L24C51-L24C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L24C51-L24C83" }, { "DocsId": "P:System.Security.NamedPermissionSet.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L17C37-L17C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L17C37-L17C41" }, { "DocsId": "P:System.Security.NamedPermissionSet.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L18C30-L18C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L18C30-L18C34" } ], "DocsId": "T:System.Security.NamedPermissionSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs" }, { "Members": [ { "DocsId": "F:System.Security.PolicyLevelType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" }, { "DocsId": "F:System.Security.PolicyLevelType.AppDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" }, { "DocsId": "F:System.Security.PolicyLevelType.Enterprise", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" }, { "DocsId": "F:System.Security.PolicyLevelType.Machine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" }, { "DocsId": "F:System.Security.PolicyLevelType.User", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" } ], "DocsId": "T:System.Security.PolicyLevelType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" }, { "Members": [ { "DocsId": "M:System.Security.SecurityContext.Capture", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L14C51-L14C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L14C51-L14C120" }, { "DocsId": "M:System.Security.SecurityContext.CreateCopy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L15C47-L15C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L15C47-L15C116" }, { "DocsId": "M:System.Security.SecurityContext.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L16C33-L16C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L16C33-L16C102" }, { "DocsId": "M:System.Security.SecurityContext.IsFlowSuppressed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L17C49-L17C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L17C49-L17C118" }, { "DocsId": "M:System.Security.SecurityContext.IsWindowsIdentityFlowSuppressed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L18C64-L18C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L18C64-L18C133" }, { "DocsId": "M:System.Security.SecurityContext.RestoreFlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L19C44-L19C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L19C44-L19C113" }, { "DocsId": "M:System.Security.SecurityContext.Run(System.Security.SecurityContext,System.Threading.ContextCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L20C107-L20C176" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L20C107-L20C176" }, { "DocsId": "M:System.Security.SecurityContext.SuppressFlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L21C57-L21C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L21C57-L21C126" }, { "DocsId": "M:System.Security.SecurityContext.SuppressFlowWindowsIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L22C72-L22C141" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L22C72-L22C141" } ], "DocsId": "T:System.Security.SecurityContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs" }, { "Members": [ { "DocsId": "F:System.Security.SecurityContextSource.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" }, { "DocsId": "F:System.Security.SecurityContextSource.CurrentAppDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" }, { "DocsId": "F:System.Security.SecurityContextSource.CurrentAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" } ], "DocsId": "T:System.Security.SecurityContextSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" }, { "Members": [ { "DocsId": "M:System.Security.SecurityManager.CurrentThreadRequiresSecurityContextCapture", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L18C76-L18C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L18C76-L18C89" }, { "DocsId": "M:System.Security.SecurityManager.GetStandardSandbox(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L19C77-L19C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L19C77-L19C107" }, { "DocsId": "M:System.Security.SecurityManager.GetZoneAndOrigin(System.Collections.ArrayList@,System.Collections.ArrayList@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L20C127-L20C222" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L20C127-L20C222" }, { "DocsId": "M:System.Security.SecurityManager.IsGranted(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L22C58-L22C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L22C58-L22C71" }, { "DocsId": "M:System.Security.SecurityManager.LoadPolicyLevelFromFile(System.String,System.Security.PolicyLevelType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L24C96-L24C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L24C96-L24C124" }, { "DocsId": "M:System.Security.SecurityManager.LoadPolicyLevelFromString(System.String,System.Security.PolicyLevelType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L26C97-L26C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L26C97-L26C125" }, { "DocsId": "M:System.Security.SecurityManager.PolicyHierarchy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L28C55-L28C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L28C55-L28C83" }, { "DocsId": "M:System.Security.SecurityManager.ResolvePolicy(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L30C72-L30C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L30C72-L30C102" }, { "DocsId": "M:System.Security.SecurityManager.ResolvePolicy(System.Security.Policy.Evidence,System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L32C192-L32C271" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L32C192-L32C271" }, { "DocsId": "M:System.Security.SecurityManager.ResolvePolicy(System.Security.Policy.Evidence[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L34C98-L34C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L34C98-L34C128" }, { "DocsId": "M:System.Security.SecurityManager.ResolvePolicyGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L36C99-L36C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L36C99-L36C127" }, { "DocsId": "M:System.Security.SecurityManager.ResolveSystemPolicy(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L38C101-L38C131" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L38C101-L38C131" }, { "DocsId": "M:System.Security.SecurityManager.SavePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L40C43-L40C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L40C43-L40C44" }, { "DocsId": "M:System.Security.SecurityManager.SavePolicyLevel(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L42C65-L42C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L42C65-L42C66" }, { "DocsId": "P:System.Security.SecurityManager.CheckExecutionRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L15C51-L15C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L15C51-L15C55" }, { "DocsId": "P:System.Security.SecurityManager.SecurityEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L17C46-L17C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L17C46-L17C50" } ], "DocsId": "T:System.Security.SecurityManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs" }, { "Members": [ { "DocsId": "M:System.Security.SecurityState.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs#L8C9-L8C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs#L8C9-L8C38" }, { "DocsId": "M:System.Security.SecurityState.EnsureState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs" }, { "DocsId": "M:System.Security.SecurityState.IsStateAvailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs#L10C42-L10C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs#L10C42-L10C55" } ], "DocsId": "T:System.Security.SecurityState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs" }, { "Members": [ { "DocsId": "F:System.Security.SecurityZone.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" }, { "DocsId": "F:System.Security.SecurityZone.Internet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" }, { "DocsId": "F:System.Security.SecurityZone.Intranet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" }, { "DocsId": "F:System.Security.SecurityZone.MyComputer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" }, { "DocsId": "F:System.Security.SecurityZone.NoZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" }, { "DocsId": "F:System.Security.SecurityZone.Trusted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" }, { "DocsId": "F:System.Security.SecurityZone.Untrusted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" } ], "DocsId": "T:System.Security.SecurityZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" }, { "Members": [ { "DocsId": "M:System.Security.XmlSyntaxException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L12C9-L12C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L12C9-L12C40" }, { "DocsId": "M:System.Security.XmlSyntaxException.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L13C9-L13C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L13C9-L13C54" }, { "DocsId": "M:System.Security.XmlSyntaxException.#ctor(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L14C9-L14C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L14C9-L14C70" }, { "DocsId": "M:System.Security.XmlSyntaxException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L15C9-L15C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L15C9-L15C54" }, { "DocsId": "M:System.Security.XmlSyntaxException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L16C9-L16C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L16C9-L16C71" } ], "DocsId": "T:System.Security.XmlSyntaxException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.AllMembershipCondition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L8C9-L8C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L8C9-L8C44" }, { "DocsId": "M:System.Security.Policy.AllMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L9C48-L9C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L9C48-L9C61" }, { "DocsId": "M:System.Security.Policy.AllMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L10C46-L10C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L10C46-L10C83" }, { "DocsId": "M:System.Security.Policy.AllMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L11C50-L11C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L11C50-L11C64" }, { "DocsId": "M:System.Security.Policy.AllMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L12C50-L12C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L12C50-L12C51" }, { "DocsId": "M:System.Security.Policy.AllMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L13C69-L13C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L13C69-L13C70" }, { "DocsId": "M:System.Security.Policy.AllMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L14C46-L14C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L14C46-L14C64" }, { "DocsId": "M:System.Security.Policy.AllMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L15C46-L15C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L15C46-L15C61" }, { "DocsId": "M:System.Security.Policy.AllMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L16C42-L16C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L16C42-L16C74" }, { "DocsId": "M:System.Security.Policy.AllMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L17C59-L17C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L17C59-L17C91" } ], "DocsId": "T:System.Security.Policy.AllMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.ApplicationDirectory.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L8C9-L8C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L8C9-L8C53" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectory.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L10C32-L10C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L10C32-L10C44" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectory.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L11C50-L11C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L11C50-L11C64" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectory.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L12C46-L12C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L12C46-L12C64" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectory.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L13C46-L13C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L13C46-L13C61" }, { "DocsId": "P:System.Security.Policy.ApplicationDirectory.Directory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L9C41-L9C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L9C41-L9C53" } ], "DocsId": "T:System.Security.Policy.ApplicationDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L8C9-L8C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L8C9-L8C61" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L9C48-L9C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L9C48-L9C61" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L10C46-L10C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L10C46-L10C83" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L11C50-L11C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L11C50-L11C64" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L12C50-L12C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L12C50-L12C51" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L13C69-L13C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L13C69-L13C70" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L14C46-L14C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L14C46-L14C64" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L15C46-L15C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L15C46-L15C61" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L16C42-L16C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L16C42-L16C74" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L17C59-L17C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L17C59-L17C91" } ], "DocsId": "T:System.Security.Policy.ApplicationDirectoryMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.ApplicationTrust.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L10C9-L10C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L10C9-L10C38" }, { "DocsId": "M:System.Security.Policy.ApplicationTrust.#ctor(System.ApplicationIdentity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L11C9-L11C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L11C9-L11C66" }, { "DocsId": "M:System.Security.Policy.ApplicationTrust.#ctor(System.Security.PermissionSet,System.Collections.Generic.IEnumerable{System.Security.Policy.StrongName})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L15C9-L15C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L15C9-L15C112" }, { "DocsId": "M:System.Security.Policy.ApplicationTrust.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L25C56-L25C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L25C56-L25C57" }, { "DocsId": "M:System.Security.Policy.ApplicationTrust.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L26C42-L26C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L26C42-L26C74" }, { "DocsId": "P:System.Security.Policy.ApplicationTrust.ApplicationIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L16C58-L16C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L16C58-L16C62" }, { "DocsId": "P:System.Security.Policy.ApplicationTrust.DefaultGrantSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L17C50-L17C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L17C50-L17C54" }, { "DocsId": "P:System.Security.Policy.ApplicationTrust.ExtraInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L18C35-L18C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L18C35-L18C39" }, { "DocsId": "P:System.Security.Policy.ApplicationTrust.FullTrustAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L22C62-L22C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L22C62-L22C96" }, { "DocsId": "P:System.Security.Policy.ApplicationTrust.IsApplicationTrustedToRun", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L23C49-L23C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L23C49-L23C53" }, { "DocsId": "P:System.Security.Policy.ApplicationTrust.Persist", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L24C31-L24C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L24C31-L24C35" } ], "DocsId": "T:System.Security.Policy.ApplicationTrust", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Add(System.Security.Policy.ApplicationTrust)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L16C50-L16C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L16C50-L16C59" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.AddRange(System.Security.Policy.ApplicationTrust[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L17C59-L17C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L17C59-L17C60" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.AddRange(System.Security.Policy.ApplicationTrustCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L18C67-L18C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L18C67-L18C68" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L19C31-L19C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L19C31-L19C32" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.CopyTo(System.Security.Policy.ApplicationTrust[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L20C67-L20C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L20C67-L20C68" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Find(System.ApplicationIdentity,System.Security.Policy.ApplicationVersionMatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L21C129-L21C172" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L21C129-L21C172" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L22C61-L22C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L22C61-L22C101" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Remove(System.Security.Policy.ApplicationTrust)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L23C54-L23C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L23C54-L23C55" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Remove(System.ApplicationIdentity,System.Security.Policy.ApplicationVersionMatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L24C109-L24C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L24C109-L24C110" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.RemoveRange(System.Security.Policy.ApplicationTrust[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L25C62-L25C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L25C62-L25C63" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.RemoveRange(System.Security.Policy.ApplicationTrustCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L26C70-L26C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L26C70-L26C71" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L27C59-L27C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L27C59-L27C60" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L28C51-L28C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L28C51-L28C74" }, { "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L11C34-L11C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L11C34-L11C43" }, { "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L12C44-L12C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L12C44-L12C57" }, { "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L13C57-L13C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L13C57-L13C90" }, { "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L14C66-L14C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L14C66-L14C99" }, { "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L15C40-L15C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L15C40-L15C52" } ], "DocsId": "T:System.Security.Policy.ApplicationTrustCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.ApplicationTrustEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L12C44-L12C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L12C44-L12C56" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L13C34-L13C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L13C34-L13C47" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L14C31-L14C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L14C31-L14C32" }, { "DocsId": "P:System.Security.Policy.ApplicationTrustEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L11C49-L11C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L11C49-L11C82" }, { "DocsId": "P:System.Security.Policy.ApplicationTrustEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L12C44-L12C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L12C44-L12C56" } ], "DocsId": "T:System.Security.Policy.ApplicationTrustEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs" }, { "Members": [ { "DocsId": "F:System.Security.Policy.ApplicationVersionMatch.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" }, { "DocsId": "F:System.Security.Policy.ApplicationVersionMatch.MatchAllVersions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" }, { "DocsId": "F:System.Security.Policy.ApplicationVersionMatch.MatchExactVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" } ], "DocsId": "T:System.Security.Policy.ApplicationVersionMatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.CodeConnectAccess.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L12C9-L12C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L12C9-L12C72" }, { "DocsId": "M:System.Security.Policy.CodeConnectAccess.CreateAnySchemeAccess(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L15C80-L15C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L15C80-L15C114" }, { "DocsId": "M:System.Security.Policy.CodeConnectAccess.CreateOriginSchemeAccess(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L16C83-L16C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L16C83-L16C117" }, { "DocsId": "M:System.Security.Policy.CodeConnectAccess.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L17C50-L17C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L17C50-L17C64" }, { "DocsId": "M:System.Security.Policy.CodeConnectAccess.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L18C46-L18C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L18C46-L18C64" }, { "DocsId": "F:System.Security.Policy.CodeConnectAccess.AnyScheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" }, { "DocsId": "F:System.Security.Policy.CodeConnectAccess.DefaultPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" }, { "DocsId": "F:System.Security.Policy.CodeConnectAccess.OriginPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" }, { "DocsId": "F:System.Security.Policy.CodeConnectAccess.OriginScheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" }, { "DocsId": "P:System.Security.Policy.CodeConnectAccess.Port", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L13C33-L13C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L13C33-L13C42" }, { "DocsId": "P:System.Security.Policy.CodeConnectAccess.Scheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L14C38-L14C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L14C38-L14C50" } ], "DocsId": "T:System.Security.Policy.CodeConnectAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.CodeGroup.#ctor(System.Security.Policy.IMembershipCondition,System.Security.Policy.PolicyStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L10C9-L10C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L10C9-L10C98" }, { "DocsId": "M:System.Security.Policy.CodeGroup.AddChild(System.Security.Policy.CodeGroup)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L19C49-L19C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L19C49-L19C50" }, { "DocsId": "M:System.Security.Policy.CodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" }, { "DocsId": "M:System.Security.Policy.CodeGroup.CreateXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L21C88-L21C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L21C88-L21C89" }, { "DocsId": "M:System.Security.Policy.CodeGroup.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L22C50-L22C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L22C50-L22C64" }, { "DocsId": "M:System.Security.Policy.CodeGroup.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L23C50-L23C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L23C50-L23C51" }, { "DocsId": "M:System.Security.Policy.CodeGroup.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L24C69-L24C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L24C69-L24C70" }, { "DocsId": "M:System.Security.Policy.CodeGroup.Equals(System.Security.Policy.CodeGroup,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L25C66-L25C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L25C66-L25C79" }, { "DocsId": "M:System.Security.Policy.CodeGroup.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L26C46-L26C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L26C46-L26C64" }, { "DocsId": "M:System.Security.Policy.CodeGroup.ParseXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L27C81-L27C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L27C81-L27C82" }, { "DocsId": "M:System.Security.Policy.CodeGroup.RemoveChild(System.Security.Policy.CodeGroup)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L28C52-L28C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L28C52-L28C53" }, { "DocsId": "M:System.Security.Policy.CodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" }, { "DocsId": "M:System.Security.Policy.CodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" }, { "DocsId": "M:System.Security.Policy.CodeGroup.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L31C42-L31C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L31C42-L31C74" }, { "DocsId": "M:System.Security.Policy.CodeGroup.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L32C59-L32C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L32C59-L32C91" }, { "DocsId": "P:System.Security.Policy.CodeGroup.AttributeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L11C55-L11C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L11C55-L11C67" }, { "DocsId": "P:System.Security.Policy.CodeGroup.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L12C33-L12C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L12C33-L12C37" }, { "DocsId": "P:System.Security.Policy.CodeGroup.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L13C37-L13C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L13C37-L13C41" }, { "DocsId": "P:System.Security.Policy.CodeGroup.MembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L14C59-L14C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L14C59-L14C63" }, { "DocsId": "P:System.Security.Policy.CodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" }, { "DocsId": "P:System.Security.Policy.CodeGroup.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L16C30-L16C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L16C30-L16C34" }, { "DocsId": "P:System.Security.Policy.CodeGroup.PermissionSetName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L17C57-L17C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L17C57-L17C69" }, { "DocsId": "P:System.Security.Policy.CodeGroup.PolicyStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L18C50-L18C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L18C50-L18C54" } ], "DocsId": "T:System.Security.Policy.CodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.FileCodeGroup.#ctor(System.Security.Policy.IMembershipCondition,System.Security.Permissions.FileIOPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L11C117-L11C182" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L11C117-L11C182" }, { "DocsId": "M:System.Security.Policy.FileCodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L15C44-L15C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L15C44-L15C70" }, { "DocsId": "M:System.Security.Policy.FileCodeGroup.CreateXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L16C89-L16C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L16C89-L16C90" }, { "DocsId": "M:System.Security.Policy.FileCodeGroup.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L17C50-L17C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L17C50-L17C64" }, { "DocsId": "M:System.Security.Policy.FileCodeGroup.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L18C46-L18C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L18C46-L18C64" }, { "DocsId": "M:System.Security.Policy.FileCodeGroup.ParseXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L19C82-L19C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L19C82-L19C83" }, { "DocsId": "M:System.Security.Policy.FileCodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L20C70-L20C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L20C70-L20C102" }, { "DocsId": "M:System.Security.Policy.FileCodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L21C82-L21C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L21C82-L21C108" }, { "DocsId": "P:System.Security.Policy.FileCodeGroup.AttributeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L12C56-L12C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L12C56-L12C68" }, { "DocsId": "P:System.Security.Policy.FileCodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L13C51-L13C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L13C51-L13C63" }, { "DocsId": "P:System.Security.Policy.FileCodeGroup.PermissionSetName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L14C58-L14C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L14C58-L14C70" } ], "DocsId": "T:System.Security.Policy.FileCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.FirstMatchCodeGroup.#ctor(System.Security.Policy.IMembershipCondition,System.Security.Policy.PolicyStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L9C104-L9C169" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L9C104-L9C169" }, { "DocsId": "M:System.Security.Policy.FirstMatchCodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L11C44-L11C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L11C44-L11C70" }, { "DocsId": "M:System.Security.Policy.FirstMatchCodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L12C70-L12C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L12C70-L12C102" }, { "DocsId": "M:System.Security.Policy.FirstMatchCodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L13C82-L13C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L13C82-L13C108" }, { "DocsId": "P:System.Security.Policy.FirstMatchCodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L10C51-L10C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L10C51-L10C63" } ], "DocsId": "T:System.Security.Policy.FirstMatchCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.GacInstalled.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L11C9-L11C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L11C9-L11C34" }, { "DocsId": "M:System.Security.Policy.GacInstalled.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L12C32-L12C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L12C32-L12C44" }, { "DocsId": "M:System.Security.Policy.GacInstalled.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L13C74-L13C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L13C74-L13C102" }, { "DocsId": "M:System.Security.Policy.GacInstalled.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L14C50-L14C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L14C50-L14C64" }, { "DocsId": "M:System.Security.Policy.GacInstalled.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L15C46-L15C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L15C46-L15C64" }, { "DocsId": "M:System.Security.Policy.GacInstalled.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L16C46-L16C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L16C46-L16C61" } ], "DocsId": "T:System.Security.Policy.GacInstalled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.GacMembershipCondition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L8C9-L8C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L8C9-L8C44" }, { "DocsId": "M:System.Security.Policy.GacMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L9C48-L9C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L9C48-L9C61" }, { "DocsId": "M:System.Security.Policy.GacMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L10C46-L10C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L10C46-L10C83" }, { "DocsId": "M:System.Security.Policy.GacMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L11C50-L11C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L11C50-L11C64" }, { "DocsId": "M:System.Security.Policy.GacMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L12C50-L12C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L12C50-L12C51" }, { "DocsId": "M:System.Security.Policy.GacMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L13C69-L13C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L13C69-L13C70" }, { "DocsId": "M:System.Security.Policy.GacMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L14C46-L14C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L14C46-L14C64" }, { "DocsId": "M:System.Security.Policy.GacMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L15C46-L15C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L15C46-L15C61" }, { "DocsId": "M:System.Security.Policy.GacMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L16C42-L16C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L16C42-L16C74" }, { "DocsId": "M:System.Security.Policy.GacMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L17C59-L17C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L17C59-L17C91" } ], "DocsId": "T:System.Security.Policy.GacMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.Hash.#ctor(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L12C9-L12C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L12C9-L12C61" }, { "DocsId": "M:System.Security.Policy.Hash.CreateMD5(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L16C52-L16C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L16C52-L16C73" }, { "DocsId": "M:System.Security.Policy.Hash.CreateSHA1(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L17C54-L17C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L17C54-L17C75" }, { "DocsId": "M:System.Security.Policy.Hash.CreateSHA256(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L18C58-L18C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L18C58-L18C79" }, { "DocsId": "M:System.Security.Policy.Hash.GenerateHash(System.Security.Cryptography.HashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L19C61-L19C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L19C61-L19C73" }, { "DocsId": "M:System.Security.Policy.Hash.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L26C13-L26C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L26C13-L26C55" }, { "DocsId": "M:System.Security.Policy.Hash.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L29C46-L29C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L29C46-L29C61" }, { "DocsId": "P:System.Security.Policy.Hash.MD5", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L13C35-L13C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L13C35-L13C47" }, { "DocsId": "P:System.Security.Policy.Hash.SHA1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L14C36-L14C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L14C36-L14C48" }, { "DocsId": "P:System.Security.Policy.Hash.SHA256", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L15C38-L15C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L15C38-L15C50" } ], "DocsId": "T:System.Security.Policy.Hash", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.HashMembershipCondition.#ctor(System.Security.Cryptography.HashAlgorithm,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L11C9-L11C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L11C9-L11C80" }, { "DocsId": "M:System.Security.Policy.HashMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L14C48-L14C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L14C48-L14C61" }, { "DocsId": "M:System.Security.Policy.HashMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L15C46-L15C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L15C46-L15C58" }, { "DocsId": "M:System.Security.Policy.HashMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L16C50-L16C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L16C50-L16C64" }, { "DocsId": "M:System.Security.Policy.HashMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L17C50-L17C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L17C50-L17C51" }, { "DocsId": "M:System.Security.Policy.HashMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L18C69-L18C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L18C69-L18C70" }, { "DocsId": "M:System.Security.Policy.HashMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L19C46-L19C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L19C46-L19C64" }, { "DocsId": "M:System.Security.Policy.HashMembershipCondition.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L20C74-L20C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L20C74-L20C75" }, { "DocsId": "M:System.Security.Policy.HashMembershipCondition.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L23C13-L23C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L23C13-L23C55" }, { "DocsId": "M:System.Security.Policy.HashMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L26C46-L26C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L26C46-L26C61" }, { "DocsId": "M:System.Security.Policy.HashMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L27C42-L27C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L27C42-L27C74" }, { "DocsId": "M:System.Security.Policy.HashMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L28C59-L28C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L28C59-L28C91" }, { "DocsId": "P:System.Security.Policy.HashMembershipCondition.HashAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L12C46-L12C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L12C46-L12C50" }, { "DocsId": "P:System.Security.Policy.HashMembershipCondition.HashValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L13C35-L13C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L13C35-L13C39" } ], "DocsId": "T:System.Security.Policy.HashMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.IIdentityPermissionFactory.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/IIdentityPermissionFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/IIdentityPermissionFactory.cs" } ], "DocsId": "T:System.Security.Policy.IIdentityPermissionFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/IIdentityPermissionFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/IIdentityPermissionFactory.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.IMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" }, { "DocsId": "M:System.Security.Policy.IMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" }, { "DocsId": "M:System.Security.Policy.IMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" }, { "DocsId": "M:System.Security.Policy.IMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" } ], "DocsId": "T:System.Security.Policy.IMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.NetCodeGroup.#ctor(System.Security.Policy.IMembershipCondition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L10C73-L10C138" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L10C73-L10C138" }, { "DocsId": "M:System.Security.Policy.NetCodeGroup.AddConnectAccess(System.String,System.Security.Policy.CodeConnectAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L14C94-L14C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L14C94-L14C95" }, { "DocsId": "M:System.Security.Policy.NetCodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L15C44-L15C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L15C44-L15C70" }, { "DocsId": "M:System.Security.Policy.NetCodeGroup.CreateXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L16C89-L16C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L16C89-L16C90" }, { "DocsId": "M:System.Security.Policy.NetCodeGroup.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L17C50-L17C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L17C50-L17C64" }, { "DocsId": "M:System.Security.Policy.NetCodeGroup.GetConnectAccessRules", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L18C79-L18C132" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L18C79-L18C132" }, { "DocsId": "M:System.Security.Policy.NetCodeGroup.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L19C46-L19C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L19C46-L19C64" }, { "DocsId": "M:System.Security.Policy.NetCodeGroup.ParseXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L20C82-L20C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L20C82-L20C83" }, { "DocsId": "M:System.Security.Policy.NetCodeGroup.ResetConnectAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L21C44-L21C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L21C44-L21C45" }, { "DocsId": "M:System.Security.Policy.NetCodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L22C70-L22C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L22C70-L22C102" }, { "DocsId": "M:System.Security.Policy.NetCodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L23C82-L23C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L23C82-L23C108" }, { "DocsId": "F:System.Security.Policy.NetCodeGroup.AbsentOriginScheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs" }, { "DocsId": "F:System.Security.Policy.NetCodeGroup.AnyOtherOriginScheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs" }, { "DocsId": "P:System.Security.Policy.NetCodeGroup.AttributeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L11C56-L11C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L11C56-L11C68" }, { "DocsId": "P:System.Security.Policy.NetCodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L12C51-L12C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L12C51-L12C63" }, { "DocsId": "P:System.Security.Policy.NetCodeGroup.PermissionSetName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L13C58-L13C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L13C58-L13C70" } ], "DocsId": "T:System.Security.Policy.NetCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.PermissionRequestEvidence.#ctor(System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L9C9-L9C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L9C9-L9C114" }, { "DocsId": "M:System.Security.Policy.PermissionRequestEvidence.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L13C51-L13C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L13C51-L13C93" }, { "DocsId": "M:System.Security.Policy.PermissionRequestEvidence.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L14C46-L14C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L14C46-L14C61" }, { "DocsId": "P:System.Security.Policy.PermissionRequestEvidence.DeniedPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L10C56-L10C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L10C56-L10C86" }, { "DocsId": "P:System.Security.Policy.PermissionRequestEvidence.OptionalPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L11C58-L11C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L11C58-L11C88" }, { "DocsId": "P:System.Security.Policy.PermissionRequestEvidence.RequestedPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L12C59-L12C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L12C59-L12C89" } ], "DocsId": "T:System.Security.Policy.PermissionRequestEvidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.PolicyException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L13C9-L13C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L13C9-L13C37" }, { "DocsId": "M:System.Security.Policy.PolicyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L18C87-L18C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L18C87-L18C110" }, { "DocsId": "M:System.Security.Policy.PolicyException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L19C50-L19C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L19C50-L19C67" }, { "DocsId": "M:System.Security.Policy.PolicyException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L20C71-L20C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L20C71-L20C99" } ], "DocsId": "T:System.Security.Policy.PolicyException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.PolicyLevel.AddFullTrustAssembly(System.Security.Policy.StrongName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L18C59-L18C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L18C59-L18C60" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.AddFullTrustAssembly(System.Security.Policy.StrongNameMembershipCondition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L20C80-L20C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L20C80-L20C81" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.AddNamedPermissionSet(System.Security.NamedPermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L24C73-L24C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L24C73-L24C74" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.ChangeNamedPermissionSet(System.String,System.Security.PermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L28C95-L28C130" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L28C95-L28C130" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.CreateAppDomainLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L30C60-L30C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L30C60-L30C88" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L31C50-L31C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L31C50-L31C51" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.GetNamedPermissionSet(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L35C72-L35C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L35C72-L35C107" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.Recover", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L36C33-L36C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L36C33-L36C34" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.RemoveFullTrustAssembly(System.Security.Policy.StrongName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L38C62-L38C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L38C62-L38C63" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.RemoveFullTrustAssembly(System.Security.Policy.StrongNameMembershipCondition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L40C83-L40C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L40C83-L40C84" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.RemoveNamedPermissionSet(System.Security.NamedPermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L44C90-L44C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L44C90-L44C125" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.RemoveNamedPermissionSet(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L48C75-L48C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L48C75-L48C110" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L49C31-L49C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L49C31-L49C32" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L50C61-L50C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L50C61-L50C93" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L51C73-L51C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L51C73-L51C99" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L52C42-L52C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L52C42-L52C74" }, { "DocsId": "P:System.Security.Policy.PolicyLevel.FullTrustAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L11C272-L11C294" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L11C272-L11C294" }, { "DocsId": "P:System.Security.Policy.PolicyLevel.Label", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L12C37-L12C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L12C37-L12C49" }, { "DocsId": "P:System.Security.Policy.PolicyLevel.NamedPermissionSets", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L13C50-L13C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L13C50-L13C72" }, { "DocsId": "P:System.Security.Policy.PolicyLevel.RootCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L14C42-L14C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L14C42-L14C46" }, { "DocsId": "P:System.Security.Policy.PolicyLevel.StoreLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L15C45-L15C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L15C45-L15C57" }, { "DocsId": "P:System.Security.Policy.PolicyLevel.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L16C45-L16C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L16C45-L16C77" } ], "DocsId": "T:System.Security.Policy.PolicyLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.PolicyStatement.#ctor(System.Security.PermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L11C9-L11C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L11C9-L11C58" }, { "DocsId": "M:System.Security.Policy.PolicyStatement.#ctor(System.Security.PermissionSet,System.Security.Policy.PolicyStatementAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L15C9-L15C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L15C9-L15C95" }, { "DocsId": "M:System.Security.Policy.PolicyStatement.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L22C41-L22C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L22C41-L22C53" }, { "DocsId": "M:System.Security.Policy.PolicyStatement.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L23C50-L23C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L23C50-L23C64" }, { "DocsId": "M:System.Security.Policy.PolicyStatement.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L24C51-L24C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L24C51-L24C52" }, { "DocsId": "M:System.Security.Policy.PolicyStatement.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L25C70-L25C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L25C70-L25C71" }, { "DocsId": "M:System.Security.Policy.PolicyStatement.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L26C46-L26C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L26C46-L26C64" }, { "DocsId": "M:System.Security.Policy.PolicyStatement.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L27C42-L27C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L27C42-L27C74" }, { "DocsId": "M:System.Security.Policy.PolicyStatement.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L28C59-L28C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L28C59-L28C91" }, { "DocsId": "P:System.Security.Policy.PolicyStatement.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L16C54-L16C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L16C54-L16C58" }, { "DocsId": "P:System.Security.Policy.PolicyStatement.AttributeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L17C47-L17C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L17C47-L17C59" }, { "DocsId": "P:System.Security.Policy.PolicyStatement.PermissionSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L21C46-L21C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L21C46-L21C50" } ], "DocsId": "T:System.Security.Policy.PolicyStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs" }, { "Members": [ { "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" }, { "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" }, { "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.Exclusive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" }, { "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.LevelFinal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" }, { "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.Nothing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" } ], "DocsId": "T:System.Security.Policy.PolicyStatementAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.Publisher.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L13C9-L13C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L13C9-L13C51" }, { "DocsId": "M:System.Security.Policy.Publisher.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L15C32-L15C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L15C32-L15C44" }, { "DocsId": "M:System.Security.Policy.Publisher.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L16C74-L16C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L16C74-L16C102" }, { "DocsId": "M:System.Security.Policy.Publisher.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L17C50-L17C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L17C50-L17C64" }, { "DocsId": "M:System.Security.Policy.Publisher.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L18C46-L18C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L18C46-L18C64" }, { "DocsId": "M:System.Security.Policy.Publisher.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L19C46-L19C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L19C46-L19C61" }, { "DocsId": "P:System.Security.Policy.Publisher.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L14C52-L14C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L14C52-L14C84" } ], "DocsId": "T:System.Security.Policy.Publisher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L10C9-L10C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L10C9-L10C77" }, { "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L12C48-L12C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L12C48-L12C61" }, { "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L13C46-L13C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L13C46-L13C58" }, { "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L14C50-L14C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L14C50-L14C64" }, { "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L15C50-L15C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L15C50-L15C51" }, { "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L16C69-L16C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L16C69-L16C70" }, { "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L17C46-L17C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L17C46-L17C64" }, { "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L18C46-L18C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L18C46-L18C61" }, { "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L19C42-L19C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L19C42-L19C74" }, { "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L20C59-L20C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L20C59-L20C91" }, { "DocsId": "P:System.Security.Policy.PublisherMembershipCondition.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L11C46-L11C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L11C46-L11C50" } ], "DocsId": "T:System.Security.Policy.PublisherMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.Site.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L11C9-L11C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L11C9-L11C37" }, { "DocsId": "M:System.Security.Policy.Site.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L13C32-L13C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L13C32-L13C44" }, { "DocsId": "M:System.Security.Policy.Site.CreateFromUrl(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L14C56-L14C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L14C56-L14C77" }, { "DocsId": "M:System.Security.Policy.Site.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L15C74-L15C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L15C74-L15C102" }, { "DocsId": "M:System.Security.Policy.Site.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L16C50-L16C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L16C50-L16C64" }, { "DocsId": "M:System.Security.Policy.Site.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L17C46-L17C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L17C46-L17C64" }, { "DocsId": "M:System.Security.Policy.Site.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L18C46-L18C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L18C46-L18C61" }, { "DocsId": "P:System.Security.Policy.Site.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L12C36-L12C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L12C36-L12C48" } ], "DocsId": "T:System.Security.Policy.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.SiteMembershipCondition.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L8C9-L8C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L8C9-L8C56" }, { "DocsId": "M:System.Security.Policy.SiteMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L10C48-L10C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L10C48-L10C61" }, { "DocsId": "M:System.Security.Policy.SiteMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L11C46-L11C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L11C46-L11C83" }, { "DocsId": "M:System.Security.Policy.SiteMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L12C50-L12C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L12C50-L12C64" }, { "DocsId": "M:System.Security.Policy.SiteMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L13C50-L13C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L13C50-L13C51" }, { "DocsId": "M:System.Security.Policy.SiteMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L14C69-L14C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L14C69-L14C70" }, { "DocsId": "M:System.Security.Policy.SiteMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L15C46-L15C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L15C46-L15C64" }, { "DocsId": "M:System.Security.Policy.SiteMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L16C46-L16C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L16C46-L16C61" }, { "DocsId": "M:System.Security.Policy.SiteMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L17C42-L17C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L17C42-L17C74" }, { "DocsId": "M:System.Security.Policy.SiteMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L18C59-L18C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L18C59-L18C91" }, { "DocsId": "P:System.Security.Policy.SiteMembershipCondition.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L9C30-L9C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L9C30-L9C34" } ], "DocsId": "T:System.Security.Policy.SiteMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.StrongName.#ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L13C9-L13C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L13C9-L13C90" }, { "DocsId": "M:System.Security.Policy.StrongName.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L17C32-L17C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L17C32-L17C44" }, { "DocsId": "M:System.Security.Policy.StrongName.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L18C74-L18C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L18C74-L18C102" }, { "DocsId": "M:System.Security.Policy.StrongName.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L19C50-L19C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L19C50-L19C64" }, { "DocsId": "M:System.Security.Policy.StrongName.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L20C46-L20C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L20C46-L20C64" }, { "DocsId": "M:System.Security.Policy.StrongName.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L21C46-L21C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L21C46-L21C61" }, { "DocsId": "P:System.Security.Policy.StrongName.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L14C36-L14C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L14C36-L14C48" }, { "DocsId": "P:System.Security.Policy.StrongName.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L15C58-L15C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L15C58-L15C98" }, { "DocsId": "P:System.Security.Policy.StrongName.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L16C40-L16C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L16C40-L16C64" } ], "DocsId": "T:System.Security.Policy.StrongName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.#ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L13C9-L13C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L13C9-L13C109" }, { "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L17C48-L17C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L17C48-L17C61" }, { "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L18C46-L18C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L18C46-L18C58" }, { "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L19C50-L19C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L19C50-L19C64" }, { "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L20C50-L20C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L20C50-L20C51" }, { "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L21C69-L21C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L21C69-L21C70" }, { "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L22C46-L22C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L22C46-L22C64" }, { "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L23C46-L23C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L23C46-L23C61" }, { "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L24C42-L24C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L24C42-L24C74" }, { "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L25C59-L25C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L25C59-L25C91" }, { "DocsId": "P:System.Security.Policy.StrongNameMembershipCondition.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L14C30-L14C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L14C30-L14C34" }, { "DocsId": "P:System.Security.Policy.StrongNameMembershipCondition.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L15C52-L15C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L15C52-L15C56" }, { "DocsId": "P:System.Security.Policy.StrongNameMembershipCondition.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L16C34-L16C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L16C34-L16C38" } ], "DocsId": "T:System.Security.Policy.StrongNameMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.TrustManagerContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L8C9-L8C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L8C9-L8C41" }, { "DocsId": "M:System.Security.Policy.TrustManagerContext.#ctor(System.Security.Policy.TrustManagerUIContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L9C9-L9C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L9C9-L9C72" }, { "DocsId": "P:System.Security.Policy.TrustManagerContext.IgnorePersistedDecision", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L10C55-L10C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L10C55-L10C59" }, { "DocsId": "P:System.Security.Policy.TrustManagerContext.KeepAlive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L11C41-L11C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L11C41-L11C45" }, { "DocsId": "P:System.Security.Policy.TrustManagerContext.NoPrompt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L12C40-L12C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L12C40-L12C44" }, { "DocsId": "P:System.Security.Policy.TrustManagerContext.Persist", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L13C39-L13C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L13C39-L13C43" }, { "DocsId": "P:System.Security.Policy.TrustManagerContext.UIContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L14C58-L14C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L14C58-L14C62" }, { "DocsId": "P:System.Security.Policy.TrustManagerContext.PreviousApplicationIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L15C74-L15C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L15C74-L15C78" } ], "DocsId": "T:System.Security.Policy.TrustManagerContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" }, { "Members": [ { "DocsId": "F:System.Security.Policy.TrustManagerUIContext.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" }, { "DocsId": "F:System.Security.Policy.TrustManagerUIContext.Install", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" }, { "DocsId": "F:System.Security.Policy.TrustManagerUIContext.Run", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" }, { "DocsId": "F:System.Security.Policy.TrustManagerUIContext.Upgrade", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" } ], "DocsId": "T:System.Security.Policy.TrustManagerUIContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.UnionCodeGroup.#ctor(System.Security.Policy.IMembershipCondition,System.Security.Policy.PolicyStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L9C99-L9C164" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L9C99-L9C164" }, { "DocsId": "M:System.Security.Policy.UnionCodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L11C44-L11C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L11C44-L11C70" }, { "DocsId": "M:System.Security.Policy.UnionCodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L12C70-L12C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L12C70-L12C102" }, { "DocsId": "M:System.Security.Policy.UnionCodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L13C82-L13C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L13C82-L13C108" }, { "DocsId": "P:System.Security.Policy.UnionCodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L10C51-L10C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L10C51-L10C63" } ], "DocsId": "T:System.Security.Policy.UnionCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.Url.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L11C9-L11C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L11C9-L11C36" }, { "DocsId": "M:System.Security.Policy.Url.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L13C32-L13C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L13C32-L13C44" }, { "DocsId": "M:System.Security.Policy.Url.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L14C74-L14C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L14C74-L14C102" }, { "DocsId": "M:System.Security.Policy.Url.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L15C50-L15C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L15C50-L15C64" }, { "DocsId": "M:System.Security.Policy.Url.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L16C46-L16C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L16C46-L16C64" }, { "DocsId": "M:System.Security.Policy.Url.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L17C46-L17C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L17C46-L17C61" }, { "DocsId": "P:System.Security.Policy.Url.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L12C37-L12C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L12C37-L12C49" } ], "DocsId": "T:System.Security.Policy.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.UrlMembershipCondition.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L8C9-L8C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L8C9-L8C54" }, { "DocsId": "M:System.Security.Policy.UrlMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L10C48-L10C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L10C48-L10C61" }, { "DocsId": "M:System.Security.Policy.UrlMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L11C46-L11C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L11C46-L11C83" }, { "DocsId": "M:System.Security.Policy.UrlMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L12C52-L12C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L12C52-L12C68" }, { "DocsId": "M:System.Security.Policy.UrlMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L13C50-L13C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L13C50-L13C51" }, { "DocsId": "M:System.Security.Policy.UrlMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L14C69-L14C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L14C69-L14C70" }, { "DocsId": "M:System.Security.Policy.UrlMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L15C46-L15C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L15C46-L15C64" }, { "DocsId": "M:System.Security.Policy.UrlMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L16C46-L16C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L16C46-L16C61" }, { "DocsId": "M:System.Security.Policy.UrlMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L17C42-L17C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L17C42-L17C74" }, { "DocsId": "M:System.Security.Policy.UrlMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L18C59-L18C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L18C59-L18C91" }, { "DocsId": "P:System.Security.Policy.UrlMembershipCondition.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L9C29-L9C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L9C29-L9C33" } ], "DocsId": "T:System.Security.Policy.UrlMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.Zone.#ctor(System.Security.SecurityZone)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L11C9-L11C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L11C9-L11C43" }, { "DocsId": "M:System.Security.Policy.Zone.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L13C32-L13C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L13C32-L13C44" }, { "DocsId": "M:System.Security.Policy.Zone.CreateFromUrl(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L14C56-L14C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L14C56-L14C77" }, { "DocsId": "M:System.Security.Policy.Zone.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L15C74-L15C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L15C74-L15C102" }, { "DocsId": "M:System.Security.Policy.Zone.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L16C50-L16C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L16C50-L16C64" }, { "DocsId": "M:System.Security.Policy.Zone.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L17C46-L17C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L17C46-L17C64" }, { "DocsId": "M:System.Security.Policy.Zone.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L18C46-L18C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L18C46-L18C61" }, { "DocsId": "P:System.Security.Policy.Zone.SecurityZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L12C50-L12C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L12C50-L12C79" } ], "DocsId": "T:System.Security.Policy.Zone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.#ctor(System.Security.SecurityZone)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L8C9-L8C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L8C9-L8C62" }, { "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L10C48-L10C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L10C48-L10C61" }, { "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L11C46-L11C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L11C46-L11C58" }, { "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L12C50-L12C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L12C50-L12C64" }, { "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L13C50-L13C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L13C50-L13C51" }, { "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L14C69-L14C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L14C69-L14C70" }, { "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L15C46-L15C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L15C46-L15C64" }, { "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L16C46-L16C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L16C46-L16C61" }, { "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L17C42-L17C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L17C42-L17C74" }, { "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L18C59-L18C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L18C59-L18C91" }, { "DocsId": "P:System.Security.Policy.ZoneMembershipCondition.SecurityZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L9C44-L9C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L9C44-L9C48" } ], "DocsId": "T:System.Security.Policy.ZoneMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.DataProtectionPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L11C9-L11C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L11C9-L11C67" }, { "DocsId": "M:System.Security.Permissions.DataProtectionPermission.#ctor(System.Security.Permissions.DataProtectionPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L12C9-L12C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L12C9-L12C80" }, { "DocsId": "M:System.Security.Permissions.DataProtectionPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L13C41-L13C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L13C41-L13C46" }, { "DocsId": "M:System.Security.Permissions.DataProtectionPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L15C46-L15C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L15C46-L15C58" }, { "DocsId": "M:System.Security.Permissions.DataProtectionPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L16C65-L16C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L16C65-L16C77" }, { "DocsId": "M:System.Security.Permissions.DataProtectionPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L17C69-L17C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L17C69-L17C81" }, { "DocsId": "M:System.Security.Permissions.DataProtectionPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L18C64-L18C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L18C64-L18C69" }, { "DocsId": "M:System.Security.Permissions.DataProtectionPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L19C73-L19C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L19C73-L19C74" }, { "DocsId": "M:System.Security.Permissions.DataProtectionPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L20C51-L20C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L20C51-L20C63" }, { "DocsId": "P:System.Security.Permissions.DataProtectionPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L14C54-L14C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L14C54-L14C58" } ], "DocsId": "T:System.Security.Permissions.DataProtectionPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.DataProtectionPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L13C75-L13C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L13C75-L13C108" }, { "DocsId": "M:System.Security.Permissions.DataProtectionPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L19C58-L19C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L19C58-L19C86" }, { "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L14C54-L14C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L14C54-L14C58" }, { "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.ProtectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L15C35-L15C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L15C35-L15C39" }, { "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.UnprotectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L16C37-L16C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L16C37-L16C41" }, { "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.ProtectMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L17C37-L17C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L17C37-L17C41" }, { "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.UnprotectMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L18C39-L18C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L18C39-L18C43" } ], "DocsId": "T:System.Security.Permissions.DataProtectionPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.ProtectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.UnprotectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.ProtectMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.UnprotectMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" } ], "DocsId": "T:System.Security.Permissions.DataProtectionPermissionFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.#ctor(System.Security.Permissions.EnvironmentPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L11C9-L11C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L11C9-L11C92" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L12C9-L12C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L12C9-L12C64" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.AddPathList(System.Security.Permissions.EnvironmentPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L13C86-L13C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L13C86-L13C87" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L14C46-L14C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L14C46-L14C74" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L15C61-L15C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L15C61-L15C62" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.GetPathList(System.Security.Permissions.EnvironmentPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L16C71-L16C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L16C71-L16C83" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L17C69-L17C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L17C69-L17C97" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L18C63-L18C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L18C63-L18C76" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L19C40-L19C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L19C40-L19C53" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.SetPathList(System.Security.Permissions.EnvironmentPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L20C86-L20C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L20C86-L20C87" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L21C51-L21C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L21C51-L21C83" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L22C64-L22C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L22C64-L22C92" } ], "DocsId": "T:System.Security.Permissions.EnvironmentPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.AllAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.NoAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" } ], "DocsId": "T:System.Security.Permissions.EnvironmentPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.EnvironmentPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L12C72-L12C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L12C72-L12C105" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L16C58-L16C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L16C58-L16C86" }, { "DocsId": "P:System.Security.Permissions.EnvironmentPermissionAttribute.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L13C29-L13C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L13C29-L13C33" }, { "DocsId": "P:System.Security.Permissions.EnvironmentPermissionAttribute.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L14C30-L14C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L14C30-L14C34" }, { "DocsId": "P:System.Security.Permissions.EnvironmentPermissionAttribute.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L15C31-L15C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L15C31-L15C35" } ], "DocsId": "T:System.Security.Permissions.EnvironmentPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.FileDialogPermission.#ctor(System.Security.Permissions.FileDialogPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L11C9-L11C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L11C9-L11C75" }, { "DocsId": "M:System.Security.Permissions.FileDialogPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L12C9-L12C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L12C9-L12C63" }, { "DocsId": "M:System.Security.Permissions.FileDialogPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L14C46-L14C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L14C46-L14C58" }, { "DocsId": "M:System.Security.Permissions.FileDialogPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L15C61-L15C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L15C61-L15C62" }, { "DocsId": "M:System.Security.Permissions.FileDialogPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L16C69-L16C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L16C69-L16C97" }, { "DocsId": "M:System.Security.Permissions.FileDialogPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L17C63-L17C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L17C63-L17C76" }, { "DocsId": "M:System.Security.Permissions.FileDialogPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L18C40-L18C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L18C40-L18C53" }, { "DocsId": "M:System.Security.Permissions.FileDialogPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L19C51-L19C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L19C51-L19C83" }, { "DocsId": "M:System.Security.Permissions.FileDialogPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L20C65-L20C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L20C65-L20C93" }, { "DocsId": "P:System.Security.Permissions.FileDialogPermission.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L13C52-L13C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L13C52-L13C56" } ], "DocsId": "T:System.Security.Permissions.FileDialogPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.OpenSave", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" } ], "DocsId": "T:System.Security.Permissions.FileDialogPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.FileDialogPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L12C71-L12C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L12C71-L12C104" }, { "DocsId": "M:System.Security.Permissions.FileDialogPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L15C58-L15C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L15C58-L15C86" }, { "DocsId": "P:System.Security.Permissions.FileDialogPermissionAttribute.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L13C28-L13C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L13C28-L13C32" }, { "DocsId": "P:System.Security.Permissions.FileDialogPermissionAttribute.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L14C28-L14C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L14C28-L14C32" } ], "DocsId": "T:System.Security.Permissions.FileDialogPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.FileIOPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L11C9-L11C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L11C9-L11C80" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.FileIOPermissionAccess,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L12C9-L12C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L12C9-L12C86" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.FileIOPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L13C9-L13C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L13C9-L13C124" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.FileIOPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L14C9-L14C130" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L14C9-L14C130" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L15C9-L15C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L15C9-L15C59" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.AddPathList(System.Security.Permissions.FileIOPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L18C79-L18C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L18C79-L18C80" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.AddPathList(System.Security.Permissions.FileIOPermissionAccess,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L19C85-L19C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L19C85-L19C86" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L20C46-L20C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L20C46-L20C58" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L21C50-L21C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L21C50-L21C64" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L22C61-L22C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L22C61-L22C62" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L23C46-L23C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L23C46-L23C64" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.GetPathList(System.Security.Permissions.FileIOPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L24C70-L24C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L24C70-L24C82" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L25C69-L25C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L25C69-L25C97" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L26C63-L26C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L26C63-L26C76" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L27C40-L27C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L27C40-L27C53" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.SetPathList(System.Security.Permissions.FileIOPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L28C79-L28C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L28C79-L28C80" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.SetPathList(System.Security.Permissions.FileIOPermissionAccess,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L29C85-L29C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L29C85-L29C86" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L30C51-L30C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L30C51-L30C83" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L31C64-L31C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L31C64-L31C92" }, { "DocsId": "P:System.Security.Permissions.FileIOPermission.AllFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L16C50-L16C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L16C50-L16C54" }, { "DocsId": "P:System.Security.Permissions.FileIOPermission.AllLocalFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L17C55-L17C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L17C55-L17C59" } ], "DocsId": "T:System.Security.Permissions.FileIOPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.AllAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.Append", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.NoAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.PathDiscovery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" } ], "DocsId": "T:System.Security.Permissions.FileIOPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.FileIOPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L12C67-L12C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L12C67-L12C83" }, { "DocsId": "M:System.Security.Permissions.FileIOPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L24C58-L24C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L24C58-L24C70" }, { "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L13C30-L13C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L13C30-L13C34" }, { "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L14C31-L14C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L14C31-L14C35" }, { "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.Append", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L15C32-L15C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L15C32-L15C36" }, { "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.PathDiscovery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L16C39-L16C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L16C39-L16C43" }, { "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.ViewAccessControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L17C43-L17C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L17C43-L17C47" }, { "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.ChangeAccessControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L18C45-L18C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L18C45-L18C49" }, { "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L20C29-L20C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L20C29-L20C33" }, { "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.ViewAndModify", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L21C39-L21C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L21C39-L21C43" }, { "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.AllFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L22C50-L22C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L22C50-L22C54" }, { "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.AllLocalFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L23C55-L23C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L23C55-L23C59" } ], "DocsId": "T:System.Security.Permissions.FileIOPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.GacIdentityPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L11C9-L11C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L11C9-L11C43" }, { "DocsId": "M:System.Security.Permissions.GacIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L12C9-L12C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L12C9-L12C64" }, { "DocsId": "M:System.Security.Permissions.GacIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L13C46-L13C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L13C46-L13C74" }, { "DocsId": "M:System.Security.Permissions.GacIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L14C73-L14C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L14C73-L14C74" }, { "DocsId": "M:System.Security.Permissions.GacIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L15C69-L15C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L15C69-L15C97" }, { "DocsId": "M:System.Security.Permissions.GacIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L16C63-L16C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L16C63-L16C76" }, { "DocsId": "M:System.Security.Permissions.GacIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L17C51-L17C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L17C51-L17C83" }, { "DocsId": "M:System.Security.Permissions.GacIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L18C65-L18C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L18C65-L18C93" } ], "DocsId": "T:System.Security.Permissions.GacIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.GacIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermissionAttribute.cs#L12C72-L12C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermissionAttribute.cs#L12C72-L12C105" }, { "DocsId": "M:System.Security.Permissions.GacIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermissionAttribute.cs#L13C58-L13C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermissionAttribute.cs#L13C58-L13C86" } ], "DocsId": "T:System.Security.Permissions.GacIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.HostProtectionAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L12C44-L12C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L12C44-L12C77" }, { "DocsId": "M:System.Security.Permissions.HostProtectionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L13C65-L13C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L13C65-L13C98" }, { "DocsId": "M:System.Security.Permissions.HostProtectionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L24C58-L24C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L24C58-L24C86" }, { "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.ExternalProcessMgmt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L14C43-L14C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L14C43-L14C47" }, { "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.ExternalThreading", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L15C41-L15C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L15C41-L15C45" }, { "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.MayLeakOnAbort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L16C38-L16C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L16C38-L16C42" }, { "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.Resources", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L17C51-L17C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L17C51-L17C55" }, { "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.SecurityInfrastructure", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L18C46-L18C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L18C46-L18C50" }, { "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.SelfAffectingProcessMgmt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L19C48-L19C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L19C48-L19C52" }, { "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.SelfAffectingThreading", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L20C46-L20C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L20C46-L20C50" }, { "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.SharedState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L21C35-L21C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L21C35-L21C39" }, { "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.Synchronization", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L22C39-L22C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L22C39-L22C43" }, { "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.UI", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L23C26-L23C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L23C26-L23C30" } ], "DocsId": "T:System.Security.Permissions.HostProtectionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.HostProtectionResource.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "DocsId": "F:System.Security.Permissions.HostProtectionResource.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "DocsId": "F:System.Security.Permissions.HostProtectionResource.ExternalProcessMgmt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "DocsId": "F:System.Security.Permissions.HostProtectionResource.ExternalThreading", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "DocsId": "F:System.Security.Permissions.HostProtectionResource.MayLeakOnAbort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "DocsId": "F:System.Security.Permissions.HostProtectionResource.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "DocsId": "F:System.Security.Permissions.HostProtectionResource.SecurityInfrastructure", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "DocsId": "F:System.Security.Permissions.HostProtectionResource.SelfAffectingProcessMgmt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "DocsId": "F:System.Security.Permissions.HostProtectionResource.SelfAffectingThreading", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "DocsId": "F:System.Security.Permissions.HostProtectionResource.SharedState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "DocsId": "F:System.Security.Permissions.HostProtectionResource.Synchronization", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "DocsId": "F:System.Security.Permissions.HostProtectionResource.UI", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" } ], "DocsId": "T:System.Security.Permissions.HostProtectionResource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.DomainIsolationByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.ApplicationIsolationByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.AssemblyIsolationByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.DomainIsolationByMachine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.AssemblyIsolationByMachine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.ApplicationIsolationByMachine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.DomainIsolationByRoamingUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.AssemblyIsolationByRoamingUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.ApplicationIsolationByRoamingUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.AdministerIsolatedStorageByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.UnrestrictedIsolatedStorage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" } ], "DocsId": "T:System.Security.Permissions.IsolatedStorageContainment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L11C71-L11C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L11C71-L11C86" }, { "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L12C65-L12C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L12C65-L12C77" }, { "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L13C63-L13C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L13C63-L13C76" }, { "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L14C69-L14C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L14C69-L14C81" }, { "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L15C46-L15C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L15C46-L15C58" }, { "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L16C51-L16C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L16C51-L16C63" } ], "DocsId": "T:System.Security.Permissions.IsolatedStorageFilePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermissionAttribute.cs#L14C80-L14C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermissionAttribute.cs#L14C80-L14C96" }, { "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermissionAttribute.cs#L15C58-L15C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermissionAttribute.cs#L15C58-L15C70" } ], "DocsId": "T:System.Security.Permissions.IsolatedStorageFilePermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.IsolatedStoragePermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L11C9-L11C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L11C9-L11C71" }, { "DocsId": "M:System.Security.Permissions.IsolatedStoragePermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L14C40-L14C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L14C40-L14C53" }, { "DocsId": "M:System.Security.Permissions.IsolatedStoragePermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L15C51-L15C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L15C51-L15C83" }, { "DocsId": "M:System.Security.Permissions.IsolatedStoragePermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L16C61-L16C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L16C61-L16C62" }, { "DocsId": "P:System.Security.Permissions.IsolatedStoragePermission.UserQuota", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L12C33-L12C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L12C33-L12C37" }, { "DocsId": "P:System.Security.Permissions.IsolatedStoragePermission.UsageAllowed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L13C58-L13C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L13C58-L13C62" } ], "DocsId": "T:System.Security.Permissions.IsolatedStoragePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.IsolatedStoragePermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs#L11C79-L11C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs#L11C79-L11C95" }, { "DocsId": "P:System.Security.Permissions.IsolatedStoragePermissionAttribute.UserQuota", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs#L12C33-L12C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs#L12C33-L12C37" }, { "DocsId": "P:System.Security.Permissions.IsolatedStoragePermissionAttribute.UsageAllowed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs#L13C58-L13C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs#L13C58-L13C62" } ], "DocsId": "T:System.Security.Permissions.IsolatedStoragePermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.IUnrestrictedPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IUnrestrictedPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IUnrestrictedPermission.cs" } ], "DocsId": "T:System.Security.Permissions.IUnrestrictedPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IUnrestrictedPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IUnrestrictedPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.KeyContainerPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L11C9-L11C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L11C9-L11C65" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermission.#ctor(System.Security.Permissions.KeyContainerPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L12C9-L12C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L12C9-L12C77" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermission.#ctor(System.Security.Permissions.KeyContainerPermissionFlags,System.Security.Permissions.KeyContainerPermissionAccessEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L13C9-L13C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L13C9-L13C125" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L16C40-L16C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L16C40-L16C53" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L17C63-L17C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L17C63-L17C76" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L18C69-L18C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L18C69-L18C81" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L19C65-L19C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L19C65-L19C77" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L20C46-L20C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L20C46-L20C58" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L21C51-L21C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L21C51-L21C63" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L22C73-L22C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L22C73-L22C74" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L14C52-L14C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L14C52-L14C56" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermission.AccessEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L15C76-L15C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L15C76-L15C80" } ], "DocsId": "T:System.Security.Permissions.KeyContainerPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.#ctor(System.String,System.Security.Permissions.KeyContainerPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L13C9-L13C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L13C9-L13C113" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.#ctor(System.Security.Cryptography.CspParameters,System.Security.Permissions.KeyContainerPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L14C9-L14C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L14C9-L14C114" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.#ctor(System.String,System.String,System.Int32,System.String,System.Int32,System.Security.Permissions.KeyContainerPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L15C9-L17C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L15C9-L17C12" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L24C49-L24C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L24C49-L24C62" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L25C45-L25C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L25C45-L25C54" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.KeyStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L18C34-L18C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L18C34-L18C38" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L19C38-L19C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L19C38-L19C42" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.ProviderType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L20C35-L20C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L20C35-L20C39" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.KeyContainerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L21C42-L21C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L21C42-L21C46" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.KeySpec", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L22C30-L22C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L22C30-L22C34" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L23C52-L23C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L23C52-L23C56" } ], "DocsId": "T:System.Security.Permissions.KeyContainerPermissionAccessEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Add(System.Security.Permissions.KeyContainerPermissionAccessEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L15C73-L15C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L15C73-L15C82" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L16C31-L16C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L16C31-L16C32" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.IndexOf(System.Security.Permissions.KeyContainerPermissionAccessEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L17C77-L17C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L17C77-L17C86" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Remove(System.Security.Permissions.KeyContainerPermissionAccessEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L18C77-L18C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L18C77-L18C78" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L19C78-L19C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L19C78-L19C90" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.CopyTo(System.Security.Permissions.KeyContainerPermissionAccessEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L20C84-L20C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L20C84-L20C85" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L21C54-L21C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L21C54-L21C90" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L22C51-L22C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L22C51-L22C87" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L13C74-L13C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L13C74-L13C86" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L14C28-L14C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L14C28-L14C32" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L23C38-L23C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L23C38-L23C42" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L24C34-L24C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L24C34-L24C38" } ], "DocsId": "T:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L14C38-L14C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L14C38-L14C42" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L15C34-L15C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L15C34-L15C47" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L16C31-L16C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L16C31-L16C32" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L13C60-L13C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L13C60-L13C64" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L14C38-L14C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L14C38-L14C42" } ], "DocsId": "T:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L12C73-L12C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L12C73-L12C89" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L19C58-L19C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L19C58-L19C70" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.KeyStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L13C34-L13C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L13C34-L13C38" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L14C38-L14C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L14C38-L14C42" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.ProviderType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L15C35-L15C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L15C35-L15C39" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.KeyContainerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L16C42-L16C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L16C42-L16C46" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.KeySpec", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L17C30-L17C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L17C30-L17C34" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L18C52-L18C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L18C52-L18C56" } ], "DocsId": "T:System.Security.Permissions.KeyContainerPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Create", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Import", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Export", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Sign", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Decrypt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.ViewAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.ChangeAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" } ], "DocsId": "T:System.Security.Permissions.KeyContainerPermissionFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.NoAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.SiteOfOriginAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.SafeAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.AllAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" } ], "DocsId": "T:System.Security.Permissions.MediaPermissionAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.NoVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.SiteOfOriginVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.SafeVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.AllVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" } ], "DocsId": "T:System.Security.Permissions.MediaPermissionVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.MediaPermissionImage.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionImage.NoImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionImage.SiteOfOriginImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionImage.SafeImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionImage.AllImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" } ], "DocsId": "T:System.Security.Permissions.MediaPermissionImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L43C9-L43C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L43C9-L43C37" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L44C9-L44C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L44C9-L44C58" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionAudio)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L45C9-L45C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L45C9-L45C73" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionVideo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L46C9-L46C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L46C9-L46C73" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionImage)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L47C9-L47C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L47C9-L47C73" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionAudio,System.Security.Permissions.MediaPermissionVideo,System.Security.Permissions.MediaPermissionImage)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L48C9-L51C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L48C9-L51C12" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L52C40-L52C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L52C40-L52C52" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L53C63-L53C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L53C63-L53C75" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L54C69-L54C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L54C69-L54C98" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L55C65-L55C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L55C65-L55C94" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L56C46-L56C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L56C46-L56C75" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L57C51-L57C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L57C51-L57C83" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L58C73-L58C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L58C73-L58C74" }, { "DocsId": "P:System.Security.Permissions.MediaPermission.Audio", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L59C51-L59C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L59C51-L59C88" }, { "DocsId": "P:System.Security.Permissions.MediaPermission.Video", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L60C51-L60C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L60C51-L60C88" }, { "DocsId": "P:System.Security.Permissions.MediaPermission.Image", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L61C51-L61C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L61C51-L61C88" } ], "DocsId": "T:System.Security.Permissions.MediaPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.MediaPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L70C66-L70C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L70C66-L70C82" }, { "DocsId": "M:System.Security.Permissions.MediaPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L71C58-L71C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L71C58-L71C87" }, { "DocsId": "P:System.Security.Permissions.MediaPermissionAttribute.Audio", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L72C51-L72C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L72C51-L72C88" }, { "DocsId": "P:System.Security.Permissions.MediaPermissionAttribute.Video", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L73C51-L73C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L73C51-L73C88" }, { "DocsId": "P:System.Security.Permissions.MediaPermissionAttribute.Image", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L74C51-L74C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L74C51-L74C88" } ], "DocsId": "T:System.Security.Permissions.MediaPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.PermissionSetAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L12C64-L12C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L12C64-L12C97" }, { "DocsId": "M:System.Security.Permissions.PermissionSetAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L18C58-L18C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L18C58-L18C86" }, { "DocsId": "M:System.Security.Permissions.PermissionSetAttribute.CreatePermissionSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L19C54-L19C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L19C54-L19C84" }, { "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.File", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L13C30-L13C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L13C30-L13C34" }, { "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.Hex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L14C29-L14C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L14C29-L14C33" }, { "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L15C30-L15C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L15C30-L15C34" }, { "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.UnicodeEncoded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L16C38-L16C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L16C38-L16C42" }, { "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.XML", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L17C29-L17C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L17C29-L17C33" } ], "DocsId": "T:System.Security.Permissions.PermissionSetAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.PrincipalPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L18C9-L30C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L18C9-L30C81" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L34C9-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L34C9-L37C10" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L39C9-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L39C9-L42C10" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L67C39-L72C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L67C39-L72C25" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L77C13-L115C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L77C13-L115C25" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L120C13-L171C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L120C13-L171C90" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L176C13-L196C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L176C13-L196C58" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L201C13-L208C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L201C13-L208C25" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L213C13-L216C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L213C13-L216C25" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L221C13-L221C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L221C13-L221C54" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.Demand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L226C13-L248C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L226C13-L248C74" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L253C13-L267C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L253C13-L267C25" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L272C13-L298C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L272C13-L298C10" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L302C13-L302C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L302C13-L302C39" } ], "DocsId": "T:System.Security.Permissions.PrincipalPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.PrincipalPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L15C70-L15C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L15C70-L15C103" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L19C58-L19C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L19C58-L19C86" }, { "DocsId": "P:System.Security.Permissions.PrincipalPermissionAttribute.Authenticated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L16C37-L16C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L16C37-L16C41" }, { "DocsId": "P:System.Security.Permissions.PrincipalPermissionAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L17C30-L17C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L17C30-L17C34" }, { "DocsId": "P:System.Security.Permissions.PrincipalPermissionAttribute.Role", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L18C30-L18C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L18C30-L18C34" } ], "DocsId": "T:System.Security.Permissions.PrincipalPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L13C9-L13C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L13C9-L13C76" }, { "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L14C9-L14C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L14C9-L14C70" }, { "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L16C46-L16C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L16C46-L16C58" }, { "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L17C61-L17C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L17C61-L17C62" }, { "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L18C69-L18C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L18C69-L18C97" }, { "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L19C63-L19C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L19C63-L19C76" }, { "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L20C51-L20C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L20C51-L20C83" }, { "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L21C65-L21C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L21C65-L21C93" }, { "DocsId": "P:System.Security.Permissions.PublisherIdentityPermission.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L15C46-L15C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L15C46-L15C50" } ], "DocsId": "T:System.Security.Permissions.PublisherIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.PublisherIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L12C78-L12C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L12C78-L12C111" }, { "DocsId": "M:System.Security.Permissions.PublisherIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L16C58-L16C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L16C58-L16C86" }, { "DocsId": "P:System.Security.Permissions.PublisherIdentityPermissionAttribute.CertFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L13C34-L13C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L13C34-L13C38" }, { "DocsId": "P:System.Security.Permissions.PublisherIdentityPermissionAttribute.SignedFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L14C36-L14C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L14C36-L14C40" }, { "DocsId": "P:System.Security.Permissions.PublisherIdentityPermissionAttribute.X509Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L15C41-L15C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L15C41-L15C45" } ], "DocsId": "T:System.Security.Permissions.PublisherIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.ReflectionPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L11C9-L11C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L11C9-L11C63" }, { "DocsId": "M:System.Security.Permissions.ReflectionPermission.#ctor(System.Security.Permissions.ReflectionPermissionFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L12C9-L12C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L12C9-L12C71" }, { "DocsId": "M:System.Security.Permissions.ReflectionPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L14C46-L14C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L14C46-L14C58" }, { "DocsId": "M:System.Security.Permissions.ReflectionPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L15C61-L15C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L15C61-L15C62" }, { "DocsId": "M:System.Security.Permissions.ReflectionPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L16C69-L16C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L16C69-L16C97" }, { "DocsId": "M:System.Security.Permissions.ReflectionPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L17C63-L17C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L17C63-L17C76" }, { "DocsId": "M:System.Security.Permissions.ReflectionPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L18C40-L18C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L18C40-L18C53" }, { "DocsId": "M:System.Security.Permissions.ReflectionPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L19C51-L19C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L19C51-L19C83" }, { "DocsId": "M:System.Security.Permissions.ReflectionPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L20C64-L20C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L20C64-L20C92" }, { "DocsId": "P:System.Security.Permissions.ReflectionPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L13C49-L13C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L13C49-L13C53" } ], "DocsId": "T:System.Security.Permissions.ReflectionPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.ReflectionPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L12C71-L12C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L12C71-L12C104" }, { "DocsId": "M:System.Security.Permissions.ReflectionPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L20C58-L20C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L20C58-L20C86" }, { "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L13C49-L13C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L13C49-L13C53" }, { "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.MemberAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L14C36-L14C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L14C36-L14C40" }, { "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.ReflectionEmit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L16C38-L16C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L16C38-L16C42" }, { "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.RestrictedMemberAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L17C46-L17C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L17C46-L17C50" }, { "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.TypeInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L19C39-L19C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L19C39-L19C43" } ], "DocsId": "T:System.Security.Permissions.ReflectionPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" }, { "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" }, { "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.MemberAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" }, { "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" }, { "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.ReflectionEmit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" }, { "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.RestrictedMemberAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" }, { "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.TypeInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" } ], "DocsId": "T:System.Security.Permissions.ReflectionPermissionFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.RegistryPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L13C9-L13C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L13C9-L13C61" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.#ctor(System.Security.Permissions.RegistryPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L14C9-L14C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L14C9-L14C118" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.#ctor(System.Security.Permissions.RegistryPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L15C9-L15C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L15C9-L15C88" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.AddPathList(System.Security.Permissions.RegistryPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L16C85-L16C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L16C85-L16C86" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.AddPathList(System.Security.Permissions.RegistryPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L17C115-L17C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L17C115-L17C116" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L18C46-L18C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L18C46-L18C74" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L19C62-L19C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L19C62-L19C63" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.GetPathList(System.Security.Permissions.RegistryPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L20C70-L20C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L20C70-L20C82" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L21C69-L21C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L21C69-L21C97" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L22C63-L22C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L22C63-L22C76" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L23C40-L23C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L23C40-L23C53" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.SetPathList(System.Security.Permissions.RegistryPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L24C85-L24C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L24C85-L24C86" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L25C51-L25C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L25C51-L25C83" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L26C64-L26C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L26C64-L26C92" } ], "DocsId": "T:System.Security.Permissions.RegistryPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.AllAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.Create", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.NoAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" } ], "DocsId": "T:System.Security.Permissions.RegistryPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.RegistryPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L12C69-L12C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L12C69-L12C102" }, { "DocsId": "M:System.Security.Permissions.RegistryPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L21C58-L21C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L21C58-L21C86" }, { "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L14C29-L14C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L14C29-L14C33" }, { "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.ChangeAccessControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L15C45-L15C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L15C45-L15C49" }, { "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.Create", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L16C32-L16C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L16C32-L16C36" }, { "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L17C30-L17C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L17C30-L17C34" }, { "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.ViewAccessControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L18C43-L18C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L18C43-L18C47" }, { "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.ViewAndModify", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L19C39-L19C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L19C39-L19C43" }, { "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L20C31-L20C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L20C31-L20C35" } ], "DocsId": "T:System.Security.Permissions.RegistryPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L15C9-L15C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L15C9-L15C47" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L16C9-L16C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L16C9-L16C68" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.AddPermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L22C81-L22C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L22C81-L22C82" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L23C34-L23C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L23C34-L23C35" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L24C46-L24C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L24C46-L24C58" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.GetPermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L25C74-L25C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L25C74-L25C86" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L26C73-L26C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L26C73-L26C74" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L27C69-L27C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L27C69-L27C81" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L28C63-L28C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L28C63-L28C76" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L29C40-L29C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L29C40-L29C53" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.RemovePermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L30C84-L30C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L30C84-L30C85" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L31C51-L31C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L31C51-L31C63" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L32C65-L32C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L32C65-L32C77" }, { "DocsId": "F:System.Security.Permissions.ResourcePermissionBase.Any", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs" }, { "DocsId": "F:System.Security.Permissions.ResourcePermissionBase.Local", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs" }, { "DocsId": "P:System.Security.Permissions.ResourcePermissionBase.PermissionAccessType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L20C47-L20C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L20C47-L20C51" }, { "DocsId": "P:System.Security.Permissions.ResourcePermissionBase.TagNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L21C39-L21C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L21C39-L21C43" } ], "DocsId": "T:System.Security.Permissions.ResourcePermissionBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.ResourcePermissionBaseEntry.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L11C9-L11C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L11C9-L11C49" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBaseEntry.#ctor(System.Int32,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L12C9-L12C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L12C9-L12C100" }, { "DocsId": "P:System.Security.Permissions.ResourcePermissionBaseEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L13C39-L13C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L13C39-L13C43" }, { "DocsId": "P:System.Security.Permissions.ResourcePermissionBaseEntry.PermissionAccessPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L14C48-L14C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L14C48-L14C52" } ], "DocsId": "T:System.Security.Permissions.ResourcePermissionBaseEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.SecurityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L11C9-L11C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L11C9-L11C61" }, { "DocsId": "M:System.Security.Permissions.SecurityPermission.#ctor(System.Security.Permissions.SecurityPermissionFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L12C9-L12C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L12C9-L12C67" }, { "DocsId": "M:System.Security.Permissions.SecurityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L14C46-L14C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L14C46-L14C58" }, { "DocsId": "M:System.Security.Permissions.SecurityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L15C61-L15C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L15C61-L15C62" }, { "DocsId": "M:System.Security.Permissions.SecurityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L16C69-L16C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L16C69-L16C97" }, { "DocsId": "M:System.Security.Permissions.SecurityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L17C63-L17C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L17C63-L17C76" }, { "DocsId": "M:System.Security.Permissions.SecurityPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L18C40-L18C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L18C40-L18C53" }, { "DocsId": "M:System.Security.Permissions.SecurityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L19C51-L19C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L19C51-L19C83" }, { "DocsId": "M:System.Security.Permissions.SecurityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L20C65-L20C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L20C65-L20C93" }, { "DocsId": "P:System.Security.Permissions.SecurityPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L13C47-L13C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L13C47-L13C51" } ], "DocsId": "T:System.Security.Permissions.SecurityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L11C9-L11C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L11C9-L11C65" }, { "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L12C9-L12C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L12C9-L12C55" }, { "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L14C46-L14C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L14C46-L14C74" }, { "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L15C61-L15C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L15C61-L15C62" }, { "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L16C69-L16C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L16C69-L16C97" }, { "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L17C63-L17C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L17C63-L17C76" }, { "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L18C51-L18C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L18C51-L18C83" }, { "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L19C65-L19C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L19C65-L19C93" }, { "DocsId": "P:System.Security.Permissions.SiteIdentityPermission.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L13C30-L13C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L13C30-L13C34" } ], "DocsId": "T:System.Security.Permissions.SiteIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.SiteIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs#L12C73-L12C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs#L12C73-L12C106" }, { "DocsId": "M:System.Security.Permissions.SiteIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs#L14C58-L14C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs#L14C58-L14C86" }, { "DocsId": "P:System.Security.Permissions.SiteIdentityPermissionAttribute.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs#L13C30-L13C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs#L13C30-L13C34" } ], "DocsId": "T:System.Security.Permissions.SiteIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.StorePermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L11C9-L11C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L11C9-L11C58" }, { "DocsId": "M:System.Security.Permissions.StorePermission.#ctor(System.Security.Permissions.StorePermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L12C9-L12C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L12C9-L12C62" }, { "DocsId": "M:System.Security.Permissions.StorePermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L14C40-L14C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L14C40-L14C53" }, { "DocsId": "M:System.Security.Permissions.StorePermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L15C65-L15C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L15C65-L15C77" }, { "DocsId": "M:System.Security.Permissions.StorePermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L16C63-L16C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L16C63-L16C76" }, { "DocsId": "M:System.Security.Permissions.StorePermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L17C69-L17C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L17C69-L17C81" }, { "DocsId": "M:System.Security.Permissions.StorePermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L18C46-L18C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L18C46-L18C58" }, { "DocsId": "M:System.Security.Permissions.StorePermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L19C51-L19C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L19C51-L19C63" }, { "DocsId": "M:System.Security.Permissions.StorePermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L20C73-L20C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L20C73-L20C74" }, { "DocsId": "P:System.Security.Permissions.StorePermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L13C45-L13C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L13C45-L13C49" } ], "DocsId": "T:System.Security.Permissions.StorePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.StorePermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L12C66-L12C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L12C66-L12C82" }, { "DocsId": "M:System.Security.Permissions.StorePermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L21C58-L21C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L21C58-L21C70" }, { "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L13C45-L13C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L13C45-L13C49" }, { "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.CreateStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L14C35-L14C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L14C35-L14C39" }, { "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.DeleteStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L15C35-L15C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L15C35-L15C39" }, { "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.EnumerateStores", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L16C39-L16C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L16C39-L16C43" }, { "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.OpenStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L17C33-L17C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L17C33-L17C37" }, { "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.AddToStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L18C34-L18C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L18C34-L18C38" }, { "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.RemoveFromStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L19C39-L19C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L19C39-L19C43" }, { "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.EnumerateCertificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L20C45-L20C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L20C45-L20C49" } ], "DocsId": "T:System.Security.Permissions.StorePermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.StorePermissionFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.StorePermissionFlags.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.StorePermissionFlags.CreateStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.StorePermissionFlags.DeleteStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.StorePermissionFlags.EnumerateStores", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.StorePermissionFlags.OpenStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.StorePermissionFlags.AddToStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.StorePermissionFlags.RemoveFromStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.StorePermissionFlags.EnumerateCertificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.StorePermissionFlags.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" } ], "DocsId": "T:System.Security.Permissions.StorePermissionFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L11C9-L11C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L11C9-L11C71" }, { "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.#ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L12C9-L12C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L12C9-L12C108" }, { "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L16C46-L16C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L16C46-L16C58" }, { "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L17C59-L17C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L17C59-L17C60" }, { "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L18C69-L18C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L18C69-L18C97" }, { "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L19C63-L19C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L19C63-L19C76" }, { "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L20C51-L20C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L20C51-L20C83" }, { "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L21C65-L21C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L21C65-L21C93" }, { "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermission.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L13C30-L13C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L13C30-L13C34" }, { "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermission.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L14C52-L14C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L14C52-L14C56" }, { "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermission.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L15C34-L15C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L15C34-L15C38" } ], "DocsId": "T:System.Security.Permissions.StrongNameIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L12C79-L12C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L12C79-L12C112" }, { "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L16C58-L16C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L16C58-L16C86" }, { "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermissionAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L13C30-L13C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L13C30-L13C34" }, { "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermissionAttribute.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L14C35-L14C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L14C35-L14C39" }, { "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermissionAttribute.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L15C33-L15C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L15C33-L15C37" } ], "DocsId": "T:System.Security.Permissions.StrongNameIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.StrongNamePublicKeyBlob.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L11C9-L11C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L11C9-L11C61" }, { "DocsId": "M:System.Security.Permissions.StrongNamePublicKeyBlob.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L12C50-L12C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L12C50-L12C64" }, { "DocsId": "M:System.Security.Permissions.StrongNamePublicKeyBlob.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L13C46-L13C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L13C46-L13C64" }, { "DocsId": "M:System.Security.Permissions.StrongNamePublicKeyBlob.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L14C46-L14C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L14C46-L14C61" } ], "DocsId": "T:System.Security.Permissions.StrongNamePublicKeyBlob", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L11C9-L11C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L11C9-L11C67" }, { "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.#ctor(System.Security.Permissions.TypeDescriptorPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L12C9-L12C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L12C9-L12C80" }, { "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L14C46-L14C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L14C46-L14C58" }, { "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L15C73-L15C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L15C73-L15C74" }, { "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L16C69-L16C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L16C69-L16C97" }, { "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L17C63-L17C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L17C63-L17C76" }, { "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L18C40-L18C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L18C40-L18C53" }, { "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L19C51-L19C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L19C51-L19C83" }, { "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L20C65-L20C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L20C65-L20C93" }, { "DocsId": "P:System.Security.Permissions.TypeDescriptorPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L13C54-L13C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L13C54-L13C58" } ], "DocsId": "T:System.Security.Permissions.TypeDescriptorPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.TypeDescriptorPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L12C75-L12C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L12C75-L12C91" }, { "DocsId": "M:System.Security.Permissions.TypeDescriptorPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L15C58-L15C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L15C58-L15C70" }, { "DocsId": "P:System.Security.Permissions.TypeDescriptorPermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L13C54-L13C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L13C54-L13C58" }, { "DocsId": "P:System.Security.Permissions.TypeDescriptorPermissionAttribute.RestrictedRegistrationAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L14C52-L14C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L14C52-L14C56" } ], "DocsId": "T:System.Security.Permissions.TypeDescriptorPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.TypeDescriptorPermissionFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.TypeDescriptorPermissionFlags.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.TypeDescriptorPermissionFlags.RestrictedRegistrationAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" } ], "DocsId": "T:System.Security.Permissions.TypeDescriptorPermissionFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.UIPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L11C9-L11C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L11C9-L11C55" }, { "DocsId": "M:System.Security.Permissions.UIPermission.#ctor(System.Security.Permissions.UIPermissionClipboard)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L12C9-L12C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L12C9-L12C69" }, { "DocsId": "M:System.Security.Permissions.UIPermission.#ctor(System.Security.Permissions.UIPermissionWindow)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L13C9-L13C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L13C9-L13C63" }, { "DocsId": "M:System.Security.Permissions.UIPermission.#ctor(System.Security.Permissions.UIPermissionWindow,System.Security.Permissions.UIPermissionClipboard)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L14C9-L14C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L14C9-L14C100" }, { "DocsId": "M:System.Security.Permissions.UIPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L17C46-L17C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L17C46-L17C58" }, { "DocsId": "M:System.Security.Permissions.UIPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L18C61-L18C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L18C61-L18C62" }, { "DocsId": "M:System.Security.Permissions.UIPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L19C69-L19C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L19C69-L19C97" }, { "DocsId": "M:System.Security.Permissions.UIPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L20C63-L20C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L20C63-L20C76" }, { "DocsId": "M:System.Security.Permissions.UIPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L21C40-L21C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L21C40-L21C53" }, { "DocsId": "M:System.Security.Permissions.UIPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L22C51-L22C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L22C51-L22C83" }, { "DocsId": "M:System.Security.Permissions.UIPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L23C65-L23C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L23C65-L23C93" }, { "DocsId": "P:System.Security.Permissions.UIPermission.Clipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L15C50-L15C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L15C50-L15C54" }, { "DocsId": "P:System.Security.Permissions.UIPermission.Window", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L16C44-L16C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L16C44-L16C48" } ], "DocsId": "T:System.Security.Permissions.UIPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.UIPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L12C63-L12C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L12C63-L12C96" }, { "DocsId": "M:System.Security.Permissions.UIPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L15C58-L15C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L15C58-L15C86" }, { "DocsId": "P:System.Security.Permissions.UIPermissionAttribute.Clipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L13C50-L13C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L13C50-L13C54" }, { "DocsId": "P:System.Security.Permissions.UIPermissionAttribute.Window", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L14C44-L14C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L14C44-L14C48" } ], "DocsId": "T:System.Security.Permissions.UIPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.UIPermissionClipboard.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" }, { "DocsId": "F:System.Security.Permissions.UIPermissionClipboard.AllClipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" }, { "DocsId": "F:System.Security.Permissions.UIPermissionClipboard.NoClipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" }, { "DocsId": "F:System.Security.Permissions.UIPermissionClipboard.OwnClipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" } ], "DocsId": "T:System.Security.Permissions.UIPermissionClipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.UIPermissionWindow.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" }, { "DocsId": "F:System.Security.Permissions.UIPermissionWindow.AllWindows", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" }, { "DocsId": "F:System.Security.Permissions.UIPermissionWindow.NoWindows", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" }, { "DocsId": "F:System.Security.Permissions.UIPermissionWindow.SafeSubWindows", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" }, { "DocsId": "F:System.Security.Permissions.UIPermissionWindow.SafeTopLevelWindows", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" } ], "DocsId": "T:System.Security.Permissions.UIPermissionWindow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L11C9-L11C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L11C9-L11C64" }, { "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L12C9-L12C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L12C9-L12C54" }, { "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L14C46-L14C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L14C46-L14C74" }, { "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L15C61-L15C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L15C61-L15C62" }, { "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L16C69-L16C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L16C69-L16C97" }, { "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L17C63-L17C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L17C63-L17C76" }, { "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L18C51-L18C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L18C51-L18C83" }, { "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L19C65-L19C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L19C65-L19C93" }, { "DocsId": "P:System.Security.Permissions.UrlIdentityPermission.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L13C29-L13C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L13C29-L13C33" } ], "DocsId": "T:System.Security.Permissions.UrlIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.UrlIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs#L12C72-L12C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs#L12C72-L12C105" }, { "DocsId": "M:System.Security.Permissions.UrlIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs#L14C58-L14C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs#L14C58-L14C86" }, { "DocsId": "P:System.Security.Permissions.UrlIdentityPermissionAttribute.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs#L13C29-L13C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs#L13C29-L13C33" } ], "DocsId": "T:System.Security.Permissions.UrlIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.WebBrowserPermissionLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" }, { "DocsId": "F:System.Security.Permissions.WebBrowserPermissionLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" }, { "DocsId": "F:System.Security.Permissions.WebBrowserPermissionLevel.Safe", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" }, { "DocsId": "F:System.Security.Permissions.WebBrowserPermissionLevel.Unrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" } ], "DocsId": "T:System.Security.Permissions.WebBrowserPermissionLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.WebBrowserPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L20C9-L20C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L20C9-L20C42" }, { "DocsId": "M:System.Security.Permissions.WebBrowserPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L21C9-L21C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L21C9-L21C63" }, { "DocsId": "M:System.Security.Permissions.WebBrowserPermission.#ctor(System.Security.Permissions.WebBrowserPermissionLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L22C9-L22C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L22C9-L22C93" }, { "DocsId": "M:System.Security.Permissions.WebBrowserPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L23C40-L23C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L23C40-L23C52" }, { "DocsId": "M:System.Security.Permissions.WebBrowserPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L24C63-L24C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L24C63-L24C75" }, { "DocsId": "M:System.Security.Permissions.WebBrowserPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L25C69-L25C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L25C69-L25C103" }, { "DocsId": "M:System.Security.Permissions.WebBrowserPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L26C65-L26C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L26C65-L26C99" }, { "DocsId": "M:System.Security.Permissions.WebBrowserPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L27C46-L27C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L27C46-L27C80" }, { "DocsId": "M:System.Security.Permissions.WebBrowserPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L28C51-L28C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L28C51-L28C83" }, { "DocsId": "M:System.Security.Permissions.WebBrowserPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L29C73-L29C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L29C73-L29C74" }, { "DocsId": "P:System.Security.Permissions.WebBrowserPermission.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L30C56-L30C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L30C56-L30C102" } ], "DocsId": "T:System.Security.Permissions.WebBrowserPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.WebBrowserPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L39C71-L39C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L39C71-L39C87" }, { "DocsId": "M:System.Security.Permissions.WebBrowserPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L40C58-L40C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L40C58-L40C92" }, { "DocsId": "P:System.Security.Permissions.WebBrowserPermissionAttribute.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L41C56-L41C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L41C56-L41C102" } ], "DocsId": "T:System.Security.Permissions.WebBrowserPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L11C9-L11C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L11C9-L11C65" }, { "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.#ctor(System.Security.SecurityZone)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L12C9-L12C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L12C9-L12C61" }, { "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L14C46-L14C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L14C46-L14C58" }, { "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L15C61-L15C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L15C61-L15C62" }, { "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L16C69-L16C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L16C69-L16C97" }, { "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L17C63-L17C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L17C63-L17C76" }, { "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L18C51-L18C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L18C51-L18C83" }, { "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L19C65-L19C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L19C65-L19C93" }, { "DocsId": "P:System.Security.Permissions.ZoneIdentityPermission.SecurityZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L13C44-L13C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L13C44-L13C48" } ], "DocsId": "T:System.Security.Permissions.ZoneIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.ZoneIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs#L12C73-L12C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs#L12C73-L12C106" }, { "DocsId": "M:System.Security.Permissions.ZoneIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs#L14C58-L14C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs#L14C58-L14C86" }, { "DocsId": "P:System.Security.Permissions.ZoneIdentityPermissionAttribute.Zone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs#L13C36-L13C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs#L13C36-L13C40" } ], "DocsId": "T:System.Security.Permissions.ZoneIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Net.DnsPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L14C9-L14C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L14C9-L14C56" }, { "DocsId": "M:System.Net.DnsPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L15C46-L15C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L15C46-L15C58" }, { "DocsId": "M:System.Net.DnsPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L16C73-L16C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L16C73-L16C74" }, { "DocsId": "M:System.Net.DnsPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L17C69-L17C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L17C69-L17C81" }, { "DocsId": "M:System.Net.DnsPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L18C64-L18C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L18C64-L18C69" }, { "DocsId": "M:System.Net.DnsPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L19C41-L19C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L19C41-L19C46" }, { "DocsId": "M:System.Net.DnsPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L20C51-L20C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L20C51-L20C63" }, { "DocsId": "M:System.Net.DnsPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L21C65-L21C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L21C65-L21C77" } ], "DocsId": "T:System.Net.DnsPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs" }, { "Members": [ { "DocsId": "M:System.Net.DnsPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermissionAttribute.cs#L16C64-L16C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermissionAttribute.cs#L16C64-L16C80" }, { "DocsId": "M:System.Net.DnsPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermissionAttribute.cs#L17C58-L17C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermissionAttribute.cs#L17C58-L17C70" } ], "DocsId": "T:System.Net.DnsPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Net.EndpointPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L12C51-L12C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L12C51-L12C64" }, { "DocsId": "M:System.Net.EndpointPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L13C45-L13C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L13C45-L13C54" }, { "DocsId": "P:System.Net.EndpointPermission.Hostname", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L9C40-L9C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L9C40-L9C52" }, { "DocsId": "P:System.Net.EndpointPermission.Port", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L10C33-L10C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L10C33-L10C42" }, { "DocsId": "P:System.Net.EndpointPermission.Transport", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L11C42-L11C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L11C42-L11C46" } ], "DocsId": "T:System.Net.EndpointPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs" }, { "Members": [ { "DocsId": "F:System.Net.NetworkAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" }, { "DocsId": "F:System.Net.NetworkAccess.Accept", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" }, { "DocsId": "F:System.Net.NetworkAccess.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" } ], "DocsId": "T:System.Net.NetworkAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" }, { "Members": [ { "DocsId": "M:System.Net.SocketPermission.#ctor(System.Net.NetworkAccess,System.Net.TransportType,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L15C9-L15C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L15C9-L15C116" }, { "DocsId": "M:System.Net.SocketPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L16C9-L16C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L16C9-L16C59" }, { "DocsId": "M:System.Net.SocketPermission.AddPermission(System.Net.NetworkAccess,System.Net.TransportType,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L19C117-L19C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L19C117-L19C118" }, { "DocsId": "M:System.Net.SocketPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L20C46-L20C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L20C46-L20C58" }, { "DocsId": "M:System.Net.SocketPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L21C73-L21C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L21C73-L21C74" }, { "DocsId": "M:System.Net.SocketPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L22C69-L22C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L22C69-L22C81" }, { "DocsId": "M:System.Net.SocketPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L23C64-L23C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L23C64-L23C69" }, { "DocsId": "M:System.Net.SocketPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L24C41-L24C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L24C41-L24C46" }, { "DocsId": "M:System.Net.SocketPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L25C51-L25C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L25C51-L25C63" }, { "DocsId": "M:System.Net.SocketPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L26C65-L26C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L26C65-L26C77" }, { "DocsId": "F:System.Net.SocketPermission.AllPorts", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs" }, { "DocsId": "P:System.Net.SocketPermission.AcceptList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L17C66-L17C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L17C66-L17C78" }, { "DocsId": "P:System.Net.SocketPermission.ConnectList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L18C67-L18C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L18C67-L18C79" } ], "DocsId": "T:System.Net.SocketPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs" }, { "Members": [ { "DocsId": "M:System.Net.SocketPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L16C67-L16C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L16C67-L16C83" }, { "DocsId": "M:System.Net.SocketPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L21C58-L21C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L21C58-L21C70" }, { "DocsId": "P:System.Net.SocketPermissionAttribute.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L17C38-L17C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L17C38-L17C50" }, { "DocsId": "P:System.Net.SocketPermissionAttribute.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L18C36-L18C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L18C36-L18C48" }, { "DocsId": "P:System.Net.SocketPermissionAttribute.Port", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L19C36-L19C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L19C36-L19C48" }, { "DocsId": "P:System.Net.SocketPermissionAttribute.Transport", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L20C41-L20C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L20C41-L20C53" } ], "DocsId": "T:System.Net.SocketPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Net.TransportType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" }, { "DocsId": "F:System.Net.TransportType.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" }, { "DocsId": "F:System.Net.TransportType.Connectionless", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" }, { "DocsId": "F:System.Net.TransportType.ConnectionOriented", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" }, { "DocsId": "F:System.Net.TransportType.Tcp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" }, { "DocsId": "F:System.Net.TransportType.Udp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" } ], "DocsId": "T:System.Net.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" }, { "Members": [ { "DocsId": "M:System.Net.WebPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L16C9-L16C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L16C9-L16C35" }, { "DocsId": "M:System.Net.WebPermission.#ctor(System.Net.NetworkAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L17C9-L17C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L17C9-L17C73" }, { "DocsId": "M:System.Net.WebPermission.#ctor(System.Net.NetworkAccess,System.Text.RegularExpressions.Regex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L18C9-L18C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L18C9-L18C71" }, { "DocsId": "M:System.Net.WebPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L19C9-L19C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L19C9-L19C56" }, { "DocsId": "M:System.Net.WebPermission.AddPermission(System.Net.NetworkAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L22C77-L22C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L22C77-L22C78" }, { "DocsId": "M:System.Net.WebPermission.AddPermission(System.Net.NetworkAccess,System.Text.RegularExpressions.Regex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L23C75-L23C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L23C75-L23C76" }, { "DocsId": "M:System.Net.WebPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L24C46-L24C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L24C46-L24C58" }, { "DocsId": "M:System.Net.WebPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L25C73-L25C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L25C73-L25C74" }, { "DocsId": "M:System.Net.WebPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L26C69-L26C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L26C69-L26C81" }, { "DocsId": "M:System.Net.WebPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L27C64-L27C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L27C64-L27C69" }, { "DocsId": "M:System.Net.WebPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L28C41-L28C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L28C41-L28C46" }, { "DocsId": "M:System.Net.WebPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L29C51-L29C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L29C51-L29C63" }, { "DocsId": "M:System.Net.WebPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L30C65-L30C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L30C65-L30C77" }, { "DocsId": "P:System.Net.WebPermission.AcceptList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L20C47-L20C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L20C47-L20C59" }, { "DocsId": "P:System.Net.WebPermission.ConnectList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L21C48-L21C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L21C48-L21C60" } ], "DocsId": "T:System.Net.WebPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs" }, { "Members": [ { "DocsId": "M:System.Net.WebPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L16C64-L16C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L16C64-L16C80" }, { "DocsId": "M:System.Net.WebPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L21C58-L21C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L21C58-L21C70" }, { "DocsId": "P:System.Net.WebPermissionAttribute.Accept", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L17C38-L17C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L17C38-L17C50" }, { "DocsId": "P:System.Net.WebPermissionAttribute.AcceptPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L18C45-L18C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L18C45-L18C57" }, { "DocsId": "P:System.Net.WebPermissionAttribute.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L19C39-L19C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L19C39-L19C51" }, { "DocsId": "P:System.Net.WebPermissionAttribute.ConnectPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L20C46-L20C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L20C46-L20C58" } ], "DocsId": "T:System.Net.WebPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L14C9-L14C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L14C9-L14C57" }, { "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L15C46-L15C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L15C46-L15C58" }, { "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L16C59-L16C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L16C59-L16C60" }, { "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L17C69-L17C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L17C69-L17C81" }, { "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L18C64-L18C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L18C64-L18C69" }, { "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L19C41-L19C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L19C41-L19C46" }, { "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L20C51-L20C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L20C51-L20C63" }, { "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L21C65-L21C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L21C65-L21C77" } ], "DocsId": "T:System.Net.PeerToPeer.PnrpPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs" }, { "Members": [ { "DocsId": "M:System.Net.PeerToPeer.PnrpPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermissionAttribute.cs#L16C65-L16C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermissionAttribute.cs#L16C65-L16C81" }, { "DocsId": "M:System.Net.PeerToPeer.PnrpPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermissionAttribute.cs#L17C58-L17C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermissionAttribute.cs#L17C58-L17C70" } ], "DocsId": "T:System.Net.PeerToPeer.PnrpPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Net.PeerToPeer.PnrpScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" }, { "DocsId": "F:System.Net.PeerToPeer.PnrpScope.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" }, { "DocsId": "F:System.Net.PeerToPeer.PnrpScope.Global", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" }, { "DocsId": "F:System.Net.PeerToPeer.PnrpScope.LinkLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" }, { "DocsId": "F:System.Net.PeerToPeer.PnrpScope.SiteLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" } ], "DocsId": "T:System.Net.PeerToPeer.PnrpScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" }, { "Members": [ { "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L14C9-L14C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L14C9-L14C70" }, { "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L15C46-L15C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L15C46-L15C58" }, { "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L16C59-L16C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L16C59-L16C60" }, { "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L17C69-L17C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L17C69-L17C81" }, { "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L18C64-L18C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L18C64-L18C69" }, { "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L19C41-L19C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L19C41-L19C46" }, { "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L20C51-L20C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L20C51-L20C63" }, { "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L21C65-L21C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L21C65-L21C77" } ], "DocsId": "T:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs" }, { "Members": [ { "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermissionAttribute.cs#L16C78-L16C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermissionAttribute.cs#L16C78-L16C94" }, { "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermissionAttribute.cs#L17C58-L17C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermissionAttribute.cs#L17C58-L17C70" } ], "DocsId": "T:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Net.NetworkInformation.NetworkInformationAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" }, { "DocsId": "F:System.Net.NetworkInformation.NetworkInformationAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" }, { "DocsId": "F:System.Net.NetworkInformation.NetworkInformationAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" }, { "DocsId": "F:System.Net.NetworkInformation.NetworkInformationAccess.Ping", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" } ], "DocsId": "T:System.Net.NetworkInformation.NetworkInformationAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" }, { "Members": [ { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L14C9-L14C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L14C9-L14C71" }, { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.#ctor(System.Net.NetworkInformation.NetworkInformationAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L15C9-L15C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L15C9-L15C81" }, { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.AddPermission(System.Net.NetworkInformation.NetworkInformationAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L17C70-L17C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L17C70-L17C71" }, { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L18C41-L18C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L18C41-L18C45" }, { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L19C47-L19C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L19C47-L19C51" }, { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L20C66-L20C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L20C66-L20C70" }, { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L21C70-L21C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L21C70-L21C74" }, { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L22C64-L22C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L22C64-L22C69" }, { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L23C73-L23C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L23C73-L23C74" }, { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L24C52-L24C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L24C52-L24C56" }, { "DocsId": "P:System.Net.NetworkInformation.NetworkInformationPermission.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L16C50-L16C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L16C50-L16C54" } ], "DocsId": "T:System.Net.NetworkInformation.NetworkInformationPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs" }, { "Members": [ { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs#L15C79-L15C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs#L15C79-L15C95" }, { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs#L17C59-L17C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs#L17C59-L17C63" }, { "DocsId": "P:System.Net.NetworkInformation.NetworkInformationPermissionAttribute.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs#L16C32-L16C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs#L16C32-L16C36" } ], "DocsId": "T:System.Net.NetworkInformation.NetworkInformationPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Net.Mail.SmtpAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" }, { "DocsId": "F:System.Net.Mail.SmtpAccess.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" }, { "DocsId": "F:System.Net.Mail.SmtpAccess.ConnectToUnrestrictedPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" }, { "DocsId": "F:System.Net.Mail.SmtpAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" } ], "DocsId": "T:System.Net.Mail.SmtpAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" }, { "Members": [ { "DocsId": "M:System.Net.Mail.SmtpPermission.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L14C9-L14C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L14C9-L14C53" }, { "DocsId": "M:System.Net.Mail.SmtpPermission.#ctor(System.Net.Mail.SmtpAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L15C9-L15C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L15C9-L15C53" }, { "DocsId": "M:System.Net.Mail.SmtpPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L16C9-L16C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L16C9-L16C57" }, { "DocsId": "M:System.Net.Mail.SmtpPermission.AddPermission(System.Net.Mail.SmtpAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L18C56-L18C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L18C56-L18C57" }, { "DocsId": "M:System.Net.Mail.SmtpPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L19C46-L19C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L19C46-L19C58" }, { "DocsId": "M:System.Net.Mail.SmtpPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L20C73-L20C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L20C73-L20C74" }, { "DocsId": "M:System.Net.Mail.SmtpPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L21C69-L21C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L21C69-L21C81" }, { "DocsId": "M:System.Net.Mail.SmtpPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L22C64-L22C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L22C64-L22C69" }, { "DocsId": "M:System.Net.Mail.SmtpPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L23C41-L23C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L23C41-L23C46" }, { "DocsId": "M:System.Net.Mail.SmtpPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L24C51-L24C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L24C51-L24C63" }, { "DocsId": "M:System.Net.Mail.SmtpPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L25C65-L25C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L25C65-L25C77" }, { "DocsId": "P:System.Net.Mail.SmtpPermission.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L17C36-L17C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L17C36-L17C40" } ], "DocsId": "T:System.Net.Mail.SmtpPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs" }, { "Members": [ { "DocsId": "M:System.Net.Mail.SmtpPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs#L16C65-L16C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs#L16C65-L16C81" }, { "DocsId": "M:System.Net.Mail.SmtpPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs#L18C58-L18C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs#L18C58-L18C70" }, { "DocsId": "P:System.Net.Mail.SmtpPermissionAttribute.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs#L17C38-L17C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs#L17C38-L17C50" } ], "DocsId": "T:System.Net.Mail.SmtpPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrintingPermission.#ctor(System.Drawing.Printing.PrintingPermissionLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L14C9-L14C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L14C9-L14C77" }, { "DocsId": "M:System.Drawing.Printing.PrintingPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L15C9-L15C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L15C9-L15C61" }, { "DocsId": "M:System.Drawing.Printing.PrintingPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L17C47-L17C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L17C47-L17C51" }, { "DocsId": "M:System.Drawing.Printing.PrintingPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L18C65-L18C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L18C65-L18C66" }, { "DocsId": "M:System.Drawing.Printing.PrintingPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L19C70-L19C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L19C70-L19C74" }, { "DocsId": "M:System.Drawing.Printing.PrintingPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L20C64-L20C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L20C64-L20C69" }, { "DocsId": "M:System.Drawing.Printing.PrintingPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L21C41-L21C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L21C41-L21C46" }, { "DocsId": "M:System.Drawing.Printing.PrintingPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L22C52-L22C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L22C52-L22C56" }, { "DocsId": "M:System.Drawing.Printing.PrintingPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L23C66-L23C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L23C66-L23C70" }, { "DocsId": "P:System.Drawing.Printing.PrintingPermission.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L16C48-L16C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L16C48-L16C52" } ], "DocsId": "T:System.Drawing.Printing.PrintingPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrintingPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs#L14C69-L14C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs#L14C69-L14C85" }, { "DocsId": "M:System.Drawing.Printing.PrintingPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs#L16C74-L16C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs#L16C74-L16C86" }, { "DocsId": "P:System.Drawing.Printing.PrintingPermissionAttribute.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs#L15C48-L15C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs#L15C48-L15C52" } ], "DocsId": "T:System.Drawing.Printing.PrintingPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" }, { "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.AllPrinting", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" }, { "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.DefaultPrinting", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" }, { "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.NoPrinting", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" }, { "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.SafePrinting", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" } ], "DocsId": "T:System.Drawing.Printing.PrintingPermissionLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L11C9-L11C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L11C9-L11C49" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermission.#ctor(System.DirectoryServices.DirectoryServicesPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L12C9-L12C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L12C9-L12C108" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L13C9-L13C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L13C9-L13C70" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermission.#ctor(System.DirectoryServices.DirectoryServicesPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L14C9-L14C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L14C9-L14C113" }, { "DocsId": "P:System.DirectoryServices.DirectoryServicesPermission.PermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L15C80-L15C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L15C80-L15C84" } ], "DocsId": "T:System.DirectoryServices.DirectoryServicesPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.DirectoryServicesPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" }, { "DocsId": "F:System.DirectoryServices.DirectoryServicesPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" }, { "DocsId": "F:System.DirectoryServices.DirectoryServicesPermissionAccess.Browse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" }, { "DocsId": "F:System.DirectoryServices.DirectoryServicesPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" } ], "DocsId": "T:System.DirectoryServices.DirectoryServicesPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L15C78-L15C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L15C78-L15C111" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L18C59-L18C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L18C59-L18C87" }, { "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionAttribute.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L16C69-L16C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L16C69-L16C73" }, { "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionAttribute.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L17C31-L17C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L17C31-L17C35" } ], "DocsId": "T:System.DirectoryServices.DirectoryServicesPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntry.#ctor(System.DirectoryServices.DirectoryServicesPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs#L8C9-L8C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs#L8C9-L8C118" }, { "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionEntry.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs#L9C31-L9C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs#L9C31-L9C35" }, { "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs#L10C69-L10C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs#L10C69-L10C73" } ], "DocsId": "T:System.DirectoryServices.DirectoryServicesPermissionEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Add(System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L12C66-L12C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L12C66-L12C75" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.AddRange(System.DirectoryServices.DirectoryServicesPermissionEntryCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L13C82-L13C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L13C82-L13C83" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.AddRange(System.DirectoryServices.DirectoryServicesPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L14C74-L14C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L14C74-L14C75" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Contains(System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L15C72-L15C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L15C72-L15C85" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.CopyTo(System.DirectoryServices.DirectoryServicesPermissionEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L16C83-L16C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L16C83-L16C84" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.IndexOf(System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L17C70-L17C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L17C70-L17C79" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Insert(System.Int32,System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L18C81-L18C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L18C81-L18C82" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L19C45-L19C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L19C45-L19C46" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L20C70-L20C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L20C70-L20C71" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L21C70-L21C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L21C70-L21C71" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L22C88-L22C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L22C88-L22C89" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Remove(System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L23C71-L23C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L23C71-L23C72" }, { "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L11C74-L11C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L11C74-L11C86" } ], "DocsId": "T:System.DirectoryServices.DirectoryServicesPermissionEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.EventLogPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L13C9-L13C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L13C9-L13C40" }, { "DocsId": "M:System.Diagnostics.EventLogPermission.#ctor(System.Diagnostics.EventLogPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L14C9-L14C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L14C9-L14C101" }, { "DocsId": "M:System.Diagnostics.EventLogPermission.#ctor(System.Diagnostics.EventLogPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L15C9-L15C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L15C9-L15C89" }, { "DocsId": "M:System.Diagnostics.EventLogPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L16C9-L16C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L16C9-L16C61" }, { "DocsId": "P:System.Diagnostics.EventLogPermission.PermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L17C70-L17C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L17C70-L17C74" } ], "DocsId": "T:System.Diagnostics.EventLogPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Administer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Audit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Browse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Instrument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" } ], "DocsId": "T:System.Diagnostics.EventLogPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.EventLogPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L16C69-L16C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L16C69-L16C85" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L19C58-L19C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L19C58-L19C70" }, { "DocsId": "P:System.Diagnostics.EventLogPermissionAttribute.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L17C43-L17C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L17C43-L17C55" }, { "DocsId": "P:System.Diagnostics.EventLogPermissionAttribute.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L18C60-L18C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L18C60-L18C64" } ], "DocsId": "T:System.Diagnostics.EventLogPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.EventLogPermissionEntry.#ctor(System.Diagnostics.EventLogPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs#L8C9-L8C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs#L8C9-L8C106" }, { "DocsId": "P:System.Diagnostics.EventLogPermissionEntry.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs#L9C43-L9C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs#L9C43-L9C55" }, { "DocsId": "P:System.Diagnostics.EventLogPermissionEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs#L10C60-L10C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs#L10C60-L10C64" } ], "DocsId": "T:System.Diagnostics.EventLogPermissionEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.Add(System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L12C57-L12C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L12C57-L12C66" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.AddRange(System.Diagnostics.EventLogPermissionEntryCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L13C73-L13C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L13C73-L13C74" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.AddRange(System.Diagnostics.EventLogPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L14C65-L14C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L14C65-L14C66" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.Contains(System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L15C63-L15C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L15C63-L15C76" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.CopyTo(System.Diagnostics.EventLogPermissionEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L16C74-L16C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L16C74-L16C75" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.IndexOf(System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L17C61-L17C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L17C61-L17C70" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.Insert(System.Int32,System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L18C72-L18C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L18C72-L18C73" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L19C45-L19C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L19C45-L19C46" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L20C69-L20C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L20C69-L20C70" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L21C69-L21C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L21C69-L21C70" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L22C86-L22C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L22C86-L22C87" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.Remove(System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L23C61-L23C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L23C61-L23C62" }, { "DocsId": "P:System.Diagnostics.EventLogPermissionEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L11C64-L11C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L11C64-L11C76" } ], "DocsId": "T:System.Diagnostics.EventLogPermissionEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.PerformanceCounterPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L13C9-L13C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L13C9-L13C50" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermission.#ctor(System.Diagnostics.PerformanceCounterPermissionAccess,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L14C9-L14C142" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L14C9-L14C142" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermission.#ctor(System.Diagnostics.PerformanceCounterPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L15C9-L15C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L15C9-L15C109" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L16C9-L16C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L16C9-L16C71" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterPermission.PermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L17C86-L17C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L17C86-L17C98" } ], "DocsId": "T:System.Diagnostics.PerformanceCounterPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Administer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Browse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Instrument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" } ], "DocsId": "T:System.Diagnostics.PerformanceCounterPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L15C79-L15C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L15C79-L15C95" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L19C58-L19C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L19C58-L19C70" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionAttribute.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L16C44-L16C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L16C44-L16C56" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionAttribute.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L17C43-L17C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L17C43-L17C55" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionAttribute.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L18C70-L18C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L18C70-L18C74" } ], "DocsId": "T:System.Diagnostics.PerformanceCounterPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntry.#ctor(System.Diagnostics.PerformanceCounterPermissionAccess,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L8C9-L8C147" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L8C9-L8C147" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionEntry.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L9C44-L9C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L9C44-L9C56" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionEntry.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L10C43-L10C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L10C43-L10C55" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L11C70-L11C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L11C70-L11C74" } ], "DocsId": "T:System.Diagnostics.PerformanceCounterPermissionEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Add(System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L12C67-L12C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L12C67-L12C76" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.AddRange(System.Diagnostics.PerformanceCounterPermissionEntryCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L13C83-L13C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L13C83-L13C84" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.AddRange(System.Diagnostics.PerformanceCounterPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L14C75-L14C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L14C75-L14C76" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Contains(System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L15C73-L15C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L15C73-L15C86" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.CopyTo(System.Diagnostics.PerformanceCounterPermissionEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L16C84-L16C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L16C84-L16C85" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.IndexOf(System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L17C71-L17C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L17C71-L17C80" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Insert(System.Int32,System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L18C82-L18C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L18C82-L18C83" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L19C45-L19C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L19C45-L19C46" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L20C69-L20C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L20C69-L20C70" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L21C69-L21C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L21C69-L21C70" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L22C86-L22C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L22C86-L22C87" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Remove(System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L23C71-L23C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L23C71-L23C72" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L11C74-L11C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L11C74-L11C86" } ], "DocsId": "T:System.Diagnostics.PerformanceCounterPermissionEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs" }, { "Members": [ { "DocsId": "M:System.Data.SqlClient.SqlClientPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L14C40-L14C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L14C40-L14C74" }, { "DocsId": "M:System.Data.SqlClient.SqlClientPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L15C61-L15C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L15C61-L15C95" }, { "DocsId": "M:System.Data.SqlClient.SqlClientPermission.#ctor(System.Security.Permissions.PermissionState,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L16C86-L16C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L16C86-L16C120" }, { "DocsId": "M:System.Data.SqlClient.SqlClientPermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L17C115-L17C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L17C115-L17C116" }, { "DocsId": "M:System.Data.SqlClient.SqlClientPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L18C62-L18C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L18C62-L18C74" } ], "DocsId": "T:System.Data.SqlClient.SqlClientPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs" }, { "Members": [ { "DocsId": "M:System.Data.SqlClient.SqlClientPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermissionAttribute.cs#L17C70-L17C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermissionAttribute.cs#L17C70-L17C103" }, { "DocsId": "M:System.Data.SqlClient.SqlClientPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermissionAttribute.cs#L18C58-L18C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermissionAttribute.cs#L18C58-L18C70" } ], "DocsId": "T:System.Data.SqlClient.SqlClientPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Data.OracleClient.OraclePermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L14C9-L14C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L14C9-L14C59" }, { "DocsId": "M:System.Data.OracleClient.OraclePermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L16C106-L16C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L16C106-L16C107" }, { "DocsId": "M:System.Data.OracleClient.OraclePermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L17C46-L17C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L17C46-L17C58" }, { "DocsId": "M:System.Data.OracleClient.OraclePermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L18C73-L18C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L18C73-L18C74" }, { "DocsId": "M:System.Data.OracleClient.OraclePermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L19C69-L19C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L19C69-L19C81" }, { "DocsId": "M:System.Data.OracleClient.OraclePermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L20C64-L20C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L20C64-L20C69" }, { "DocsId": "M:System.Data.OracleClient.OraclePermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L21C41-L21C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L21C41-L21C46" }, { "DocsId": "M:System.Data.OracleClient.OraclePermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L22C51-L22C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L22C51-L22C63" }, { "DocsId": "M:System.Data.OracleClient.OraclePermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L23C65-L23C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L23C65-L23C77" }, { "DocsId": "P:System.Data.OracleClient.OraclePermission.AllowBlankPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L15C42-L15C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L15C42-L15C46" } ], "DocsId": "T:System.Data.OracleClient.OraclePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs" }, { "Members": [ { "DocsId": "M:System.Data.OracleClient.OraclePermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L15C67-L15C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L15C67-L15C83" }, { "DocsId": "M:System.Data.OracleClient.OraclePermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L20C67-L20C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L20C67-L20C79" }, { "DocsId": "M:System.Data.OracleClient.OraclePermissionAttribute.ShouldSerializeConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L22C58-L22C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L22C58-L22C63" }, { "DocsId": "M:System.Data.OracleClient.OraclePermissionAttribute.ShouldSerializeKeyRestrictions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L24C57-L24C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L24C57-L24C62" }, { "DocsId": "P:System.Data.OracleClient.OraclePermissionAttribute.AllowBlankPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L16C42-L16C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L16C42-L16C46" }, { "DocsId": "P:System.Data.OracleClient.OraclePermissionAttribute.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L17C48-L17C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L17C48-L17C60" }, { "DocsId": "P:System.Data.OracleClient.OraclePermissionAttribute.KeyRestrictionBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L18C64-L18C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L18C64-L18C68" }, { "DocsId": "P:System.Data.OracleClient.OraclePermissionAttribute.KeyRestrictions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L19C47-L19C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L19C47-L19C59" } ], "DocsId": "T:System.Data.OracleClient.OraclePermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L15C36-L15C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L15C36-L15C70" }, { "DocsId": "M:System.Data.OleDb.OleDbPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L16C57-L16C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L16C57-L16C91" }, { "DocsId": "M:System.Data.OleDb.OleDbPermission.#ctor(System.Security.Permissions.PermissionState,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L17C82-L17C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L17C82-L17C116" }, { "DocsId": "M:System.Data.OleDb.OleDbPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L21C46-L21C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L21C46-L21C58" }, { "DocsId": "P:System.Data.OleDb.OleDbPermission.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L20C40-L20C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L20C40-L20C52" } ], "DocsId": "T:System.Data.OleDb.OleDbPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs#L17C66-L17C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs#L17C66-L17C99" }, { "DocsId": "M:System.Data.OleDb.OleDbPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs#L21C58-L21C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs#L21C58-L21C70" }, { "DocsId": "P:System.Data.OleDb.OleDbPermissionAttribute.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs#L20C40-L20C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs#L20C40-L20C52" } ], "DocsId": "T:System.Data.OleDb.OleDbPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L15C35-L15C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L15C35-L15C69" }, { "DocsId": "M:System.Data.Odbc.OdbcPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L16C56-L16C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L16C56-L16C90" }, { "DocsId": "M:System.Data.Odbc.OdbcPermission.#ctor(System.Security.Permissions.PermissionState,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L17C81-L17C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L17C81-L17C115" }, { "DocsId": "M:System.Data.Odbc.OdbcPermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L18C115-L18C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L18C115-L18C116" }, { "DocsId": "M:System.Data.Odbc.OdbcPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L19C46-L19C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L19C46-L19C58" } ], "DocsId": "T:System.Data.Odbc.OdbcPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermissionAttribute.cs#L17C65-L17C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermissionAttribute.cs#L17C65-L17C98" }, { "DocsId": "M:System.Data.Odbc.OdbcPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermissionAttribute.cs#L18C58-L18C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermissionAttribute.cs#L18C58-L18C70" } ], "DocsId": "T:System.Data.Odbc.OdbcPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Data.Common.DBDataPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L14C9-L14C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L14C9-L14C41" }, { "DocsId": "M:System.Data.Common.DBDataPermission.#ctor(System.Data.Common.DBDataPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L15C9-L15C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L15C9-L15C68" }, { "DocsId": "M:System.Data.Common.DBDataPermission.#ctor(System.Data.Common.DBDataPermissionAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L16C9-L16C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L16C9-L16C86" }, { "DocsId": "M:System.Data.Common.DBDataPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L17C9-L17C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L17C9-L17C62" }, { "DocsId": "M:System.Data.Common.DBDataPermission.#ctor(System.Security.Permissions.PermissionState,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L18C9-L18C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L18C9-L18C87" }, { "DocsId": "M:System.Data.Common.DBDataPermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L20C114-L20C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L20C114-L20C115" }, { "DocsId": "M:System.Data.Common.DBDataPermission.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L21C34-L21C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L21C34-L21C35" }, { "DocsId": "M:System.Data.Common.DBDataPermission.CreateInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L22C64-L22C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L22C64-L22C68" }, { "DocsId": "M:System.Data.Common.DBDataPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L23C47-L23C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L23C47-L23C51" }, { "DocsId": "M:System.Data.Common.DBDataPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L24C73-L24C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L24C73-L24C74" }, { "DocsId": "M:System.Data.Common.DBDataPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L25C70-L25C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L25C70-L25C74" }, { "DocsId": "M:System.Data.Common.DBDataPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L26C64-L26C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L26C64-L26C69" }, { "DocsId": "M:System.Data.Common.DBDataPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L27C41-L27C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L27C41-L27C46" }, { "DocsId": "M:System.Data.Common.DBDataPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L28C52-L28C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L28C52-L28C56" }, { "DocsId": "M:System.Data.Common.DBDataPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L29C65-L29C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L29C65-L29C93" }, { "DocsId": "P:System.Data.Common.DBDataPermission.AllowBlankPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L19C42-L19C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L19C42-L19C46" } ], "DocsId": "T:System.Data.Common.DBDataPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs" }, { "Members": [ { "DocsId": "M:System.Data.Common.DBDataPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L15C70-L15C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L15C70-L15C86" }, { "DocsId": "M:System.Data.Common.DBDataPermissionAttribute.ShouldSerializeConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L21C57-L21C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L21C57-L21C70" }, { "DocsId": "M:System.Data.Common.DBDataPermissionAttribute.ShouldSerializeKeyRestrictions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L23C56-L23C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L23C56-L23C69" }, { "DocsId": "P:System.Data.Common.DBDataPermissionAttribute.AllowBlankPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L16C42-L16C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L16C42-L16C46" }, { "DocsId": "P:System.Data.Common.DBDataPermissionAttribute.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L17C42-L17C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L17C42-L17C46" }, { "DocsId": "P:System.Data.Common.DBDataPermissionAttribute.KeyRestrictionBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L18C64-L18C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L18C64-L18C68" }, { "DocsId": "P:System.Data.Common.DBDataPermissionAttribute.KeyRestrictions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L19C41-L19C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L19C41-L19C45" } ], "DocsId": "T:System.Data.Common.DBDataPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L14C9-L14C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L14C9-L14C66" }, { "DocsId": "M:System.Configuration.ConfigurationPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L15C41-L15C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L15C41-L15C46" }, { "DocsId": "M:System.Configuration.ConfigurationPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L16C46-L16C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L16C46-L16C74" }, { "DocsId": "M:System.Configuration.ConfigurationPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L17C65-L17C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L17C65-L17C93" }, { "DocsId": "M:System.Configuration.ConfigurationPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L18C69-L18C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L18C69-L18C97" }, { "DocsId": "M:System.Configuration.ConfigurationPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L19C64-L19C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L19C64-L19C69" }, { "DocsId": "M:System.Configuration.ConfigurationPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L20C73-L20C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L20C73-L20C74" }, { "DocsId": "M:System.Configuration.ConfigurationPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L21C51-L21C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L21C51-L21C83" } ], "DocsId": "T:System.Configuration.ConfigurationPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermissionAttribute.cs#L15C74-L15C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermissionAttribute.cs#L15C74-L15C107" }, { "DocsId": "M:System.Configuration.ConfigurationPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermissionAttribute.cs#L16C58-L16C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermissionAttribute.cs#L16C58-L16C86" } ], "DocsId": "T:System.Configuration.ConfigurationPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermissionAttribute.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.ServiceModel.Syndication.json b/xml/SourceLinkInformation/net-8.0-pp/System.ServiceModel.Syndication.json index e163f20a198..3ce0715b67e 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.ServiceModel.Syndication.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.ServiceModel.Syndication.json @@ -1,2357 +1,2357 @@ { "Assembly": "System.ServiceModel.Syndication", - "GUID": "5085AFC676784377AF305C82ADEC5990FFFFFFFF", + "GUID": "478F820262564133A7D2E8607BF1FFAEFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L34C40-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L34C40-L36C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L66C65-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L66C65-L52C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L66C65-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L66C65-L59C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L76C13-L81C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L76C13-L81C100" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L84C51-L84C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L84C51-L84C55" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L88C13-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L88C13-L94C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L98C13-L104C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L98C13-L104C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L108C13-L114C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L108C13-L114C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L118C13-L126C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L118C13-L126C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L492C68-L492C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L492C68-L492C96" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.ReadItem(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L496C13-L507C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L496C13-L507C25" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.ReadItems(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L512C13-L527C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L512C13-L527C26" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.WriteItem(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L532C13-L535C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L532C13-L535C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.WriteItems(System.Xml.XmlWriter,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem},System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L539C13-L547C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L539C13-L547C10" }, { "DocsId": "P:System.ServiceModel.Syndication.Atom10FeedFormatter.PreserveAttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L66C51-L66C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L66C51-L66C55" }, { "DocsId": "P:System.ServiceModel.Syndication.Atom10FeedFormatter.PreserveElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L68C49-L68C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L68C49-L68C53" }, { "DocsId": "P:System.ServiceModel.Syndication.Atom10FeedFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L70C43-L70C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L70C43-L70C69" }, { "DocsId": "P:System.ServiceModel.Syndication.Atom10FeedFormatter.FeedType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L72C35-L72C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L72C35-L72C39" } ], "DocsId": "T:System.ServiceModel.Syndication.Atom10FeedFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L1225C40-L1227C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L1225C40-L1227C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L1229C68-L1231C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L1229C68-L1231C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter`1.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L1233C68-L1233C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L1233C68-L1233C90" } ], "DocsId": "T:System.ServiceModel.Syndication.Atom10FeedFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L18C40-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L18C40-L20C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L14C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L14C9-L35C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L14C9-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L14C9-L40C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L68C13-L73C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L68C13-L73C101" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L76C51-L76C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L76C51-L76C55" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L80C13-L86C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L80C13-L86C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L90C13-L96C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L90C13-L96C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L100C13-L106C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L100C13-L106C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L110C13-L118C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L110C13-L118C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L120C68-L120C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L120C68-L120C96" }, { "DocsId": "P:System.ServiceModel.Syndication.Atom10ItemFormatter.PreserveAttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L44C20-L44C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L44C20-L44C48" }, { "DocsId": "P:System.ServiceModel.Syndication.Atom10ItemFormatter.PreserveElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L54C20-L54C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L54C20-L54C46" }, { "DocsId": "P:System.ServiceModel.Syndication.Atom10ItemFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L62C43-L62C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L62C43-L62C69" }, { "DocsId": "P:System.ServiceModel.Syndication.Atom10ItemFormatter.ItemType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L64C35-L64C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L64C35-L64C39" } ], "DocsId": "T:System.ServiceModel.Syndication.Atom10ItemFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L143C40-L145C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L143C40-L145C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L147C68-L149C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L147C68-L149C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter`1.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L151C68-L151C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L151C68-L151C90" } ], "DocsId": "T:System.ServiceModel.Syndication.Atom10ItemFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L18C57-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L18C57-L20C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.#ctor(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L22C109-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L22C109-L44C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.#ctor(System.ServiceModel.Syndication.CategoriesDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L46C91-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L46C91-L59C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L65C13-L70C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L65C13-L70C95" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L73C51-L73C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L73C51-L73C55" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L77C13-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L77C13-L83C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L87C13-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L87C13-L98C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L102C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L102C13-L113C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L117C13-L130C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L117C13-L130C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.CreateInlineCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L134C13-L140C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L134C13-L140C96" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.CreateReferencedCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L146C13-L152C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L146C13-L152C104" }, { "DocsId": "P:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L61C43-L61C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L61C43-L61C67" } ], "DocsId": "T:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L21C54-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L21C54-L23C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L25C79-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L25C79-L39C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.#ctor(System.ServiceModel.Syndication.ServiceDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L41C85-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L41C85-L45C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L51C13-L56C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L51C13-L56C92" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L59C51-L59C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L59C51-L59C55" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L63C13-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L63C13-L69C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L73C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L73C13-L84C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L88C13-L100C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L88C13-L100C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L104C13-L117C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L104C13-L117C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.CreateDocumentInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L159C13-L165C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L159C13-L165C81" }, { "DocsId": "P:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L47C43-L47C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L47C43-L47C67" } ], "DocsId": "T:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L638C54-L640C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L638C54-L640C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L642C86-L644C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L642C86-L644C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1.CreateDocumentInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L646C72-L646C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L646C72-L646C94" } ], "DocsId": "T:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Create(System.Collections.ObjectModel.Collection{System.ServiceModel.Syndication.SyndicationCategory})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L30C13-L30C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L30C13-L30C61" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Create(System.Collections.ObjectModel.Collection{System.ServiceModel.Syndication.SyndicationCategory},System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L35C13-L35C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L35C13-L35C78" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Create(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L40C13-L40C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L40C13-L40C79" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Load(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L45C13-L47C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L45C13-L47C39" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.GetFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L50C62-L50C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L50C62-L50C108" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Save(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L54C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L54C13-L55C10" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L59C13-L59C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L59C13-L59C26" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L64C13-L64C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L64C13-L64C26" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L69C13-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L69C13-L70C10" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L74C13-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L74C13-L75C10" }, { "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocument.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L18C76-L18C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L18C76-L18C107" }, { "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocument.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L20C30-L20C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L20C30-L20C34" }, { "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocument.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L22C75-L22C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L22C75-L22C104" }, { "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocument.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L24C34-L24C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L24C34-L24C38" } ], "DocsId": "T:System.ServiceModel.Syndication.CategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L14C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L14C9-L16C10" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.#ctor(System.ServiceModel.Syndication.CategoriesDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L18C9-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L18C9-L26C10" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.CreateInlineCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L38C13-L38C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L38C13-L38C51" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.CreateReferencedCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L43C13-L43C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L43C13-L43C55" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.SetDocument(System.ServiceModel.Syndication.CategoriesDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L46C76-L46C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L46C76-L46C96" }, { "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocumentFormatter.Document", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L28C47-L28C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L28C47-L28C56" }, { "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocumentFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" } ], "DocsId": "T:System.ServiceModel.Syndication.CategoriesDocumentFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.InlineCategoriesDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L13C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L13C9-L15C10" }, { "DocsId": "M:System.ServiceModel.Syndication.InlineCategoriesDocument.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationCategory})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L17C88-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L17C88-L19C10" }, { "DocsId": "M:System.ServiceModel.Syndication.InlineCategoriesDocument.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationCategory},System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L21C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L21C9-L34C10" }, { "DocsId": "M:System.ServiceModel.Syndication.InlineCategoriesDocument.CreateCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L47C76-L47C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L47C76-L47C101" }, { "DocsId": "P:System.ServiceModel.Syndication.InlineCategoriesDocument.Categories", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L38C20-L38C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L38C20-L38C87" }, { "DocsId": "P:System.ServiceModel.Syndication.InlineCategoriesDocument.IsFixed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L41C31-L41C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L41C31-L41C35" }, { "DocsId": "P:System.ServiceModel.Syndication.InlineCategoriesDocument.Scheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L43C32-L43C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L43C32-L43C36" } ], "DocsId": "T:System.ServiceModel.Syndication.InlineCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.ReferencedCategoriesDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs#L8C9-L10C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs#L8C9-L10C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ReferencedCategoriesDocument.#ctor(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs#L12C57-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs#L12C57-L20C10" }, { "DocsId": "P:System.ServiceModel.Syndication.ReferencedCategoriesDocument.Link", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs#L22C27-L22C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs#L22C27-L22C31" } ], "DocsId": "T:System.ServiceModel.Syndication.ReferencedCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L17C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L17C9-L19C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L21C65-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L21C65-L23C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L25C81-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L25C81-L27C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Uri,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.CategoriesDocument},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L30C15-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L30C15-L32C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Uri,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.CategoriesDocument},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L34C9-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L34C9-L65C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.CreateInlineCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L89C13-L89C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L89C13-L89C51" }, { "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.CreateReferencedCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L94C13-L94C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L94C13-L94C55" }, { "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L99C13-L99C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L99C13-L99C26" }, { "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L104C13-L104C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L104C13-L104C26" }, { "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L109C13-L110C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L109C13-L110C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L114C13-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L114C13-L115C10" }, { "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.Accepts", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L69C20-L69C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L69C20-L69C71" }, { "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L72C76-L72C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L72C76-L72C107" }, { "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L74C30-L74C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L74C30-L74C34" }, { "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.Categories", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L78C20-L78C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L78C20-L78C86" }, { "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L81C75-L81C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L81C75-L81C104" }, { "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.Link", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L83C27-L83C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L83C27-L83C31" }, { "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L85C47-L85C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L85C47-L85C51" } ], "DocsId": "T:System.ServiceModel.Syndication.ResourceCollectionInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L27C39-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L27C39-L29C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L64C65-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L64C65-L47C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L49C66-L51C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L49C66-L51C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L64C65-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L64C65-L60C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L76C13-L81C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L76C13-L81C96" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L84C51-L84C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L84C51-L84C55" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L88C13-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L88C13-L94C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L98C13-L104C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L98C13-L104C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L108C13-L114C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L108C13-L114C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L118C13-L126C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L118C13-L126C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.SetFeed(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L130C13-L132C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L130C13-L132C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L144C68-L144C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L144C68-L144C96" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.ReadItem(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L148C13-L159C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L148C13-L159C25" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.ReadItems(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L164C13-L179C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L164C13-L179C26" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.WriteItem(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L184C13-L187C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L184C13-L187C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.WriteItems(System.Xml.XmlWriter,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem},System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L191C13-L200C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L191C13-L200C10" }, { "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.PreserveAttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L64C51-L64C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L64C51-L64C55" }, { "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.PreserveElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L66C49-L66C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L66C49-L66C53" }, { "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.SerializeExtensionsAsAtom", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L68C49-L68C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L68C49-L68C53" }, { "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L70C43-L70C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L70C43-L70C68" }, { "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.FeedType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L72C35-L72C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L72C35-L72C39" } ], "DocsId": "T:System.ServiceModel.Syndication.Rss20FeedFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1202C39-L1204C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1202C39-L1204C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1206C67-L1208C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1206C67-L1208C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.#ctor(`0,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1210C99-L1212C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1210C99-L1212C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1214C68-L1214C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1214C68-L1214C90" } ], "DocsId": "T:System.ServiceModel.Syndication.Rss20FeedFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L19C39-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L19C39-L21C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L15C9-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L15C9-L40C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L42C66-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L42C66-L44C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L15C9-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L15C9-L53C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L91C13-L96C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L91C13-L96C97" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L99C51-L99C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L99C51-L99C55" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L103C13-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L103C13-L109C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L113C13-L119C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L113C13-L119C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L123C13-L129C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L123C13-L129C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L133C13-L141C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L133C13-L141C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L143C68-L143C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L143C68-L143C96" }, { "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.PreserveAttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L57C20-L57C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L57C20-L57C48" }, { "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.PreserveElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L67C20-L67C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L67C20-L67C46" }, { "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.SerializeExtensionsAsAtom", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L77C20-L77C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L77C20-L77C46" }, { "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L85C43-L85C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L85C43-L85C68" }, { "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.ItemType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L87C35-L87C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L87C35-L87C39" } ], "DocsId": "T:System.ServiceModel.Syndication.Rss20ItemFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L166C39-L168C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L166C39-L168C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L170C67-L172C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L170C67-L172C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.#ctor(`0,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L174C99-L176C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L174C99-L176C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L178C68-L178C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L178C68-L178C90" } ], "DocsId": "T:System.ServiceModel.Syndication.Rss20ItemFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L15C36-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L15C36-L17C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.Workspace})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L19C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L19C9-L29C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.Load(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L46C13-L46C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L46C13-L46C50" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.Load``1(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L51C13-L53C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L51C13-L53C57" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.GetFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L58C13-L58C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L58C13-L58C64" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.Save(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L63C13-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L63C13-L64C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.CreateWorkspace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L68C13-L68C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L68C13-L68C36" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L73C13-L73C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L73C13-L73C26" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L78C13-L78C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L78C13-L78C26" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L83C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L83C13-L84C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L88C13-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L88C13-L89C10" }, { "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L31C76-L31C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L31C76-L31C107" }, { "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L33C30-L33C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L33C30-L33C34" }, { "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L35C75-L35C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L35C75-L35C104" }, { "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L37C34-L37C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L37C34-L37C38" }, { "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.Workspaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L41C20-L41C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L41C20-L41C77" } ], "DocsId": "T:System.ServiceModel.Syndication.ServiceDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L15C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L15C9-L17C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.#ctor(System.ServiceModel.Syndication.ServiceDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L19C9-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L19C9-L27C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateCategory(System.ServiceModel.Syndication.InlineCategoriesDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L74C13-L79C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L74C13-L79C54" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateCollection(System.ServiceModel.Syndication.Workspace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L84C13-L89C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L84C13-L89C57" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateInlineCategories(System.ServiceModel.Syndication.ResourceCollectionInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L94C13-L94C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L94C13-L94C64" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateReferencedCategories(System.ServiceModel.Syndication.ResourceCollectionInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L99C13-L99C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L99C13-L99C68" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateWorkspace(System.ServiceModel.Syndication.ServiceDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L104C13-L109C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L104C13-L109C47" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.CategoriesDocument,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L114C13-L120C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L114C13-L120C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.ResourceCollectionInfo,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L124C13-L130C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L124C13-L130C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.Workspace,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L134C13-L140C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L134C13-L140C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.ServiceDocument,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L144C13-L150C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L144C13-L150C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.ServiceDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L154C13-L159C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L154C13-L159C73" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L164C13-L169C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L164C13-L169C75" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.CategoriesDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L174C13-L179C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L174C13-L179C75" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.Workspace,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L184C13-L189C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L184C13-L189C74" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L194C13-L199C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L194C13-L199C64" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.ServiceDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L204C13-L209C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L204C13-L209C62" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.Workspace,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L214C13-L219C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L214C13-L219C63" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.CategoriesDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L224C13-L229C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L224C13-L229C64" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ServiceDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L234C13-L240C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L234C13-L240C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.Workspace,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L244C13-L250C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L244C13-L250C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L254C13-L260C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L254C13-L260C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.CategoriesDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L264C13-L270C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L264C13-L270C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ServiceDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L274C13-L280C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L274C13-L280C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.Workspace,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L284C13-L290C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L284C13-L290C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L294C13-L300C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L294C13-L300C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.CategoriesDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L304C13-L310C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L304C13-L310C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateDocumentInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L312C71-L312C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L312C71-L312C92" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.SetDocument(System.ServiceModel.Syndication.ServiceDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L314C73-L314C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L314C73-L314C93" }, { "DocsId": "P:System.ServiceModel.Syndication.ServiceDocumentFormatter.Document", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L29C44-L29C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L29C44-L29C53" }, { "DocsId": "P:System.ServiceModel.Syndication.ServiceDocumentFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" } ], "DocsId": "T:System.ServiceModel.Syndication.ServiceDocumentFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L14C40-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L14C40-L16C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L18C51-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L18C51-L20C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L22C9-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L22C9-L27C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.#ctor(System.ServiceModel.Syndication.SyndicationCategory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L29C9-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L29C9-L40C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L52C55-L52C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L52C55-L52C84" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L56C13-L56C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L56C13-L56C26" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L61C13-L61C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L61C13-L61C26" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L66C13-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L66C13-L67C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L71C13-L72C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L71C13-L72C10" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L42C76-L42C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L42C76-L42C107" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L44C75-L44C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L44C75-L44C104" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.Label", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L46C31-L46C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L46C31-L46C35" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L48C30-L48C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L48C30-L48C34" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.Scheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L50C32-L50C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L50C32-L50C36" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L15C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L15C9-L17C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.#ctor(System.ServiceModel.Syndication.SyndicationContent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L19C9-L19C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L19C9-L19C99" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateHtmlContent(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L30C13-L30C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L30C13-L30C89" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreatePlaintextContent(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L35C13-L35C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L35C13-L35C56" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateUrlContent(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L40C13-L40C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L40C13-L40C62" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXhtmlContent(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L45C13-L45C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L45C13-L45C90" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L50C13-L50C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L50C13-L50C126" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L55C13-L55C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L55C13-L55C120" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L60C13-L60C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L60C13-L60C57" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Object,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L65C13-L65C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L65C13-L65C109" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.WriteTo(System.Xml.XmlWriter,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L72C13-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L72C13-L98C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.WriteContentsTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationContent.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L23C20-L23C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L23C20-L23C87" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationContent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L22C9-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L22C9-L42C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L44C76-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L44C76-L46C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L49C15-L51C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L49C15-L51C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.String,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L54C15-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L54C15-L56C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L58C9-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L58C9-L75C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Object,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L77C9-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L77C9-L87C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.GetObject``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L123C54-L123C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L123C54-L123C123" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.GetObject``1(System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L127C13-L140C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L127C13-L140C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.GetObject``1(System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L144C13-L157C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L144C13-L157C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.GetReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L161C13-L174C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L161C13-L174C27" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L179C13-L195C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L179C13-L195C10" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationElementExtension.OuterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L101C17-L106C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L101C17-L106C35" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationElementExtension.OuterNamespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L114C17-L119C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L114C17-L119C40" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationElementExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L44C13-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L44C13-L52C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.String,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L56C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L56C13-L57C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Object,System.Runtime.Serialization.DataContractSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L61C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L61C13-L62C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L66C13-L73C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L66C13-L73C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Object,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L77C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L77C13-L84C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L88C13-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L88C13-L94C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.GetReaderAtElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L98C13-L101C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L98C13-L101C27" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ReadElementExtensions``1(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L106C13-L106C137" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L106C13-L106C137" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ReadElementExtensions``1(System.String,System.String,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L111C13-L116C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L111C13-L116C100" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ReadElementExtensions``1(System.String,System.String,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L121C13-L126C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L121C13-L126C100" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ClearItems", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L159C13-L163C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L159C13-L163C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.InsertItem(System.Int32,System.ServiceModel.Syndication.SyndicationElementExtension)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L167C13-L178C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L167C13-L178C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.RemoveItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L182C13-L186C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L182C13-L186C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.SetItem(System.Int32,System.ServiceModel.Syndication.SyndicationElementExtension)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L190C13-L198C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L190C13-L198C10" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationElementExtensionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L28C36-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L28C36-L30C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L32C70-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L32C70-L34C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L37C15-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L37C15-L39C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L42C15-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L42C15-L44C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L47C15-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L47C15-L49C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri,System.String,System.DateTimeOffset,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L51C9-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L51C9-L68C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.ServiceModel.Syndication.SyndicationFeed,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L70C9-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L70C9-L109C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.Load(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L410C65-L410C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L410C65-L410C94" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.Load``1(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L414C13-L432C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L414C13-L432C105" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.Clone(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L437C13-L437C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L437C13-L437C58" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.GetAtom10Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L440C60-L440C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L440C60-L440C89" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.GetRss20Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L442C58-L442C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L442C58-L442C81" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.GetRss20Formatter(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L446C13-L446C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L446C13-L446C76" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.SaveAsAtom10(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L451C13-L452C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L451C13-L452C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.SaveAsRss20(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L456C13-L457C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L456C13-L457C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.CreateCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L461C13-L461C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L461C13-L461C46" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.CreateItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L466C13-L466C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L466C13-L466C42" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.CreateLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L471C13-L471C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L471C13-L471C42" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.CreatePerson", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L476C13-L476C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L476C13-L476C44" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L481C13-L481C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L481C13-L481C26" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L486C13-L486C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L486C13-L486C26" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L491C13-L492C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L491C13-L492C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L496C13-L497C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L496C13-L497C10" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L111C76-L111C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L111C76-L111C107" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Authors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L115C20-L115C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L115C20-L115C82" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L119C30-L119C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L119C30-L119C34" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Categories", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L123C20-L123C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L123C20-L123C87" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Contributors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L128C20-L128C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L128C20-L128C87" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Copyright", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L131C51-L131C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L131C51-L131C55" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L133C53-L133C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L133C53-L133C57" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L135C75-L135C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L135C75-L135C104" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Generator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L137C35-L137C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L137C35-L137C39" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L139C28-L139C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L139C28-L139C32" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.ImageUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L141C31-L141C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L141C31-L141C35" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Items", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L145C20-L145C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L145C20-L145C78" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L149C34-L149C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L149C34-L149C38" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.LastUpdatedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L157C17-L162C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L157C17-L162C41" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Links", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L173C20-L173C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L173C20-L173C78" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L176C47-L176C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L176C47-L176C51" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Documentation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L182C20-L182C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L182C20-L182C98" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.TimeToLive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L190C20-L190C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L190C20-L190C92" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.SkipHours", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L208C17-L215C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L208C17-L215C42" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.SkipDays", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L225C17-L232C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L225C17-L232C41" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.TextInput", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L240C20-L240C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L240C20-L240C90" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationFeed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.TryParseDateTimeCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.TryParseDateTimeCallback.Invoke(System.ServiceModel.Syndication.XmlDateTimeData,System.DateTimeOffset@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.TryParseDateTimeCallback.BeginInvoke(System.ServiceModel.Syndication.XmlDateTimeData,System.DateTimeOffset@,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.TryParseDateTimeCallback.EndInvoke(System.DateTimeOffset@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" } ], "DocsId": "T:System.ServiceModel.Syndication.TryParseDateTimeCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.TryParseUriCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.TryParseUriCallback.Invoke(System.ServiceModel.Syndication.XmlUriData,System.Uri@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.TryParseUriCallback.BeginInvoke(System.ServiceModel.Syndication.XmlUriData,System.Uri@,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.TryParseUriCallback.EndInvoke(System.Uri@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" } ], "DocsId": "T:System.ServiceModel.Syndication.TryParseUriCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L38C62-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L38C62-L23C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L38C62-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L38C62-L34C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L57C46-L57C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L57C46-L57C90" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateCategory(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L63C13-L68C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L63C13-L68C87" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateCategory(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L73C13-L78C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L73C13-L78C87" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateItem(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L83C13-L88C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L83C13-L88C79" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateLink(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L93C13-L98C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L93C13-L98C81" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateLink(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L103C13-L108C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L103C13-L108C81" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreatePerson(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L113C13-L118C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L113C13-L118C83" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreatePerson(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L123C13-L128C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L123C13-L128C83" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L133C13-L139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L133C13-L139C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L143C13-L149C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L143C13-L149C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L153C13-L159C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L153C13-L159C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L163C13-L169C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L163C13-L169C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L173C13-L179C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L173C13-L179C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationFeed,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L183C13-L192C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L183C13-L192C69" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L197C13-L206C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L197C13-L206C69" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L211C13-L220C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L211C13-L220C73" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L225C13-L234C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L225C13-L234C69" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L239C13-L248C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L239C13-L248C71" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseContent(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String,System.String,System.ServiceModel.Syndication.SyndicationContent@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L253C13-L253C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L253C13-L253C84" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L258C13-L263C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L258C13-L263C58" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L268C13-L273C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L268C13-L273C58" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L278C13-L283C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L278C13-L283C62" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L288C13-L293C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L288C13-L293C58" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L298C13-L303C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L298C13-L303C60" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationFeed,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L308C13-L314C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L308C13-L314C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L318C13-L324C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L318C13-L324C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L328C13-L334C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L328C13-L334C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L338C13-L344C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L338C13-L344C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L348C13-L354C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L348C13-L354C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationFeed,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L358C13-L364C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L358C13-L364C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L368C13-L374C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L368C13-L374C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L378C13-L384C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L378C13-L384C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L388C13-L394C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L388C13-L394C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L398C13-L404C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L398C13-L404C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.SetFeed(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L408C13-L414C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L408C13-L414C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeedFormatter.Feed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L36C40-L36C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L36C40-L36C45" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeedFormatter.UriParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L38C48-L38C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L38C48-L38C52" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeedFormatter.DateTimeParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L41C58-L41C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L41C58-L41C62" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeedFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationFeedFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L22C36-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L22C36-L24C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.String,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L27C15-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L27C15-L29C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.String,System.String,System.Uri,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L32C15-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L32C15-L34C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.String,System.ServiceModel.Syndication.SyndicationContent,System.Uri,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L36C9-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L36C9-L49C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L51C9-L76C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L51C9-L76C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.Load(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L156C65-L156C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L156C65-L156C94" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.Load``1(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L160C13-L178C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L160C13-L178C105" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.AddPermalink(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L184C13-L191C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L184C13-L191C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L193C51-L193C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L193C51-L193C76" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.GetAtom10Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L195C60-L195C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L195C60-L195C89" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.GetRss20Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L197C58-L197C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L197C58-L197C81" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.GetRss20Formatter(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L201C13-L201C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L201C13-L201C76" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.SaveAsAtom10(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L206C13-L207C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L206C13-L207C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.SaveAsRss20(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L211C13-L212C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L211C13-L212C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.CreateCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L216C13-L216C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L216C13-L216C46" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.CreateLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L221C13-L221C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L221C13-L221C42" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.CreatePerson", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L226C13-L226C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L226C13-L226C44" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L231C13-L231C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L231C13-L231C26" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.TryParseContent(System.Xml.XmlReader,System.String,System.String,System.ServiceModel.Syndication.SyndicationContent@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L236C13-L237C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L236C13-L237C26" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L242C13-L242C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L242C13-L242C26" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L247C13-L248C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L247C13-L248C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L252C13-L253C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L252C13-L253C10" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L78C76-L78C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L78C76-L78C107" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Authors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L82C20-L82C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L82C20-L82C82" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L85C30-L85C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L85C30-L85C34" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Categories", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L89C20-L89C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L89C20-L89C87" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Content", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L92C45-L92C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L92C45-L92C49" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Contributors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L96C20-L96C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L96C20-L96C87" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Copyright", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L99C51-L99C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L99C51-L99C55" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L101C75-L101C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L101C75-L101C104" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L103C28-L103C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L103C28-L103C32" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.LastUpdatedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L111C17-L116C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L111C17-L116C41" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Links", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L127C20-L127C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L127C20-L127C78" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.PublishDate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L136C17-L141C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L136C17-L141C37" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.SourceFeed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L150C45-L150C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L150C45-L150C49" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Summary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L152C49-L152C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L152C49-L152C53" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L154C47-L154C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L154C47-L154C51" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L14C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L14C9-L17C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L19C9-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L19C9-L27C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L37C46-L37C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L37C46-L37C90" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.SetItem(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L43C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L43C13-L49C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreateCategory(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L63C86-L63C131" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L63C86-L63C131" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreateLink(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L65C78-L65C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L65C78-L65C119" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreatePerson(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L67C82-L67C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L67C82-L67C125" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L71C13-L72C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L71C13-L72C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L76C13-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L76C13-L77C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L81C13-L82C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L81C13-L82C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L86C13-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L86C13-L87C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L91C13-L91C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L91C13-L91C95" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L96C13-L96C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L96C13-L96C99" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L101C13-L101C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L101C13-L101C95" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L106C13-L106C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L106C13-L106C97" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseContent(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String,System.String,System.ServiceModel.Syndication.SyndicationContent@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L111C13-L111C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L111C13-L111C110" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L116C13-L116C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L116C13-L116C84" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L121C13-L121C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L121C13-L121C88" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L126C13-L126C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L126C13-L126C84" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L131C13-L131C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L131C13-L131C86" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L136C13-L137C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L136C13-L137C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L141C13-L142C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L141C13-L142C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L146C13-L147C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L146C13-L147C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L151C13-L152C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L151C13-L152C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L156C13-L157C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L156C13-L157C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L163C13-L164C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L163C13-L164C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L168C13-L169C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L168C13-L169C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L173C13-L174C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L173C13-L174C10" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItemFormatter.Item", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L29C40-L29C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L29C40-L29C45" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItemFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationItemFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.#ctor(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L15C43-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L15C43-L17C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.#ctor(System.Uri,System.String,System.String,System.String,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L19C9-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L19C9-L32C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L34C36-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L34C36-L36C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.#ctor(System.ServiceModel.Syndication.SyndicationLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L38C9-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L38C9-L52C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateAlternateLink(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L84C13-L84C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L84C13-L84C51" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateAlternateLink(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L89C13-L89C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L89C13-L89C95" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateMediaEnclosureLink(System.Uri,System.String,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L94C13-L94C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L94C13-L94C99" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateSelfLink(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L99C13-L99C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L99C13-L99C46" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateSelfLink(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L104C13-L104C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L104C13-L104C90" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L107C51-L107C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L107C51-L107C76" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.GetAbsoluteUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L111C13-L128C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L111C13-L128C29" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L134C13-L134C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L134C13-L134C26" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L139C13-L139C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L139C13-L139C26" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L144C13-L145C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L144C13-L145C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L149C13-L150C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L149C13-L150C10" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L54C76-L54C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L54C76-L54C107" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L56C30-L56C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L56C30-L56C34" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L58C75-L58C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L58C75-L58C104" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L62C20-L62C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L62C20-L62C27" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.MediaType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L74C35-L74C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L74C35-L74C39" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.RelationshipType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L76C42-L76C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L76C42-L76C46" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L78C31-L78C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L78C31-L78C35" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L80C26-L80C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L80C26-L80C30" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L15C38-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L15C38-L17C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L19C50-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L19C50-L21C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L23C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L23C9-L28C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.#ctor(System.ServiceModel.Syndication.SyndicationPerson)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L30C9-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L30C9-L41C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L53C53-L53C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L53C53-L53C80" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L57C13-L57C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L57C13-L57C26" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L62C13-L62C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L62C13-L62C26" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L67C13-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L67C13-L68C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L72C13-L73C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L72C13-L73C10" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L43C76-L43C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L43C76-L43C107" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L45C75-L45C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L45C75-L45C104" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.Email", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L47C31-L47C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L47C31-L47C35" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L49C30-L49C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L49C30-L49C34" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L51C29-L51C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L51C29-L51C33" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationPerson", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.SyndicationTextInput.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationTextInput.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L8C37-L8C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L8C37-L8C41" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationTextInput.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L9C31-L9C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L9C31-L9C35" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationTextInput.Link", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L10C39-L10C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L10C39-L10C43" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationTextInput.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L11C30-L11C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L11C30-L11C34" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationTextInput", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs" }, { "Members": [ { "DocsId": "F:System.ServiceModel.Syndication.SyndicationVersions.Atom10", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationVersions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationVersions.cs" }, { "DocsId": "F:System.ServiceModel.Syndication.SyndicationVersions.Rss20", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationVersions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationVersions.cs" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationVersions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationVersions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationVersions.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L14C54-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L14C54-L16C10" }, { "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.#ctor(System.String,System.ServiceModel.Syndication.TextSyndicationContentKind)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L18C9-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L18C9-L27C10" }, { "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.#ctor(System.ServiceModel.Syndication.TextSyndicationContent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L29C75-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L29C75-L34C10" }, { "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L46C55-L46C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L46C55-L46C87" }, { "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.WriteContentsTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L50C13-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L50C13-L59C10" }, { "DocsId": "P:System.ServiceModel.Syndication.TextSyndicationContent.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L36C30-L36C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L36C30-L36C34" }, { "DocsId": "P:System.ServiceModel.Syndication.TextSyndicationContent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L39C13-L43C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L39C13-L43C51" } ], "DocsId": "T:System.ServiceModel.Syndication.TextSyndicationContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs" }, { "Members": [ { "DocsId": "F:System.ServiceModel.Syndication.TextSyndicationContentKind.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" }, { "DocsId": "F:System.ServiceModel.Syndication.TextSyndicationContentKind.Plaintext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" }, { "DocsId": "F:System.ServiceModel.Syndication.TextSyndicationContentKind.Html", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" }, { "DocsId": "F:System.ServiceModel.Syndication.TextSyndicationContentKind.XHtml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" } ], "DocsId": "T:System.ServiceModel.Syndication.TextSyndicationContentKind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.UrlSyndicationContent.#ctor(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L14C67-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L14C67-L23C10" }, { "DocsId": "M:System.ServiceModel.Syndication.UrlSyndicationContent.#ctor(System.ServiceModel.Syndication.UrlSyndicationContent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L25C73-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L25C73-L30C10" }, { "DocsId": "M:System.ServiceModel.Syndication.UrlSyndicationContent.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L36C55-L36C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L36C55-L36C86" }, { "DocsId": "M:System.ServiceModel.Syndication.UrlSyndicationContent.WriteContentsTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L40C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L40C13-L41C10" }, { "DocsId": "P:System.ServiceModel.Syndication.UrlSyndicationContent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L32C40-L32C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L32C40-L32C50" }, { "DocsId": "P:System.ServiceModel.Syndication.UrlSyndicationContent.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L34C26-L34C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L34C26-L34C30" } ], "DocsId": "T:System.ServiceModel.Syndication.UrlSyndicationContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.Workspace.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L15C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L15C9-L17C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Workspace.#ctor(System.String,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.ResourceCollectionInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L19C91-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L19C91-L21C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Workspace.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.ResourceCollectionInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L23C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L23C9-L34C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Workspace.CreateResourceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L51C13-L51C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L51C13-L51C49" }, { "DocsId": "M:System.ServiceModel.Syndication.Workspace.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L56C13-L56C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L56C13-L56C26" }, { "DocsId": "M:System.ServiceModel.Syndication.Workspace.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L61C13-L61C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L61C13-L61C26" }, { "DocsId": "M:System.ServiceModel.Syndication.Workspace.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L66C13-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L66C13-L67C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Workspace.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L71C13-L72C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L71C13-L72C10" }, { "DocsId": "P:System.ServiceModel.Syndication.Workspace.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L36C76-L36C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L36C76-L36C107" }, { "DocsId": "P:System.ServiceModel.Syndication.Workspace.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L38C30-L38C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L38C30-L38C34" }, { "DocsId": "P:System.ServiceModel.Syndication.Workspace.Collections", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L42C20-L42C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L42C20-L42C91" }, { "DocsId": "P:System.ServiceModel.Syndication.Workspace.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L45C75-L45C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L45C75-L45C104" }, { "DocsId": "P:System.ServiceModel.Syndication.Workspace.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L47C47-L47C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L47C47-L47C51" } ], "DocsId": "T:System.ServiceModel.Syndication.Workspace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.XmlDateTimeData.#ctor(System.String,System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs#L12C13-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs#L12C13-L14C10" }, { "DocsId": "P:System.ServiceModel.Syndication.XmlDateTimeData.DateTimeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs#L16C40-L16C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs#L16C40-L16C44" }, { "DocsId": "P:System.ServiceModel.Syndication.XmlDateTimeData.ElementQualifiedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs#L18C56-L18C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs#L18C56-L18C60" } ], "DocsId": "T:System.ServiceModel.Syndication.XmlDateTimeData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L20C9-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L20C9-L54C10" }, { "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L56C9-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L56C9-L60C10" }, { "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.String,System.Object,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L62C9-L66C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L62C9-L66C10" }, { "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.String,System.ServiceModel.Syndication.SyndicationElementExtension)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L68C9-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L68C9-L77C10" }, { "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.ServiceModel.Syndication.XmlSyndicationContent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L79C73-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L79C73-L85C10" }, { "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L91C55-L91C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L91C55-L91C86" }, { "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.GetReaderAtContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L95C13-L96C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L95C13-L96C48" }, { "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.ReadContent``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L99C52-L99C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L99C52-L99C103" }, { "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.ReadContent``1(System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L103C13-L118C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L103C13-L118C10" }, { "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.ReadContent``1(System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L122C13-L137C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L122C13-L137C10" }, { "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.WriteContentsTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L142C13-L167C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L142C13-L167C10" }, { "DocsId": "P:System.ServiceModel.Syndication.XmlSyndicationContent.Extension", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L87C56-L87C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L87C56-L87C60" }, { "DocsId": "P:System.ServiceModel.Syndication.XmlSyndicationContent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L89C40-L89C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L89C40-L89C45" } ], "DocsId": "T:System.ServiceModel.Syndication.XmlSyndicationContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.XmlUriData.#ctor(System.String,System.UriKind,System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L12C13-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L12C13-L15C10" }, { "DocsId": "P:System.ServiceModel.Syndication.XmlUriData.ElementQualifiedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L17C56-L17C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L17C56-L17C60" }, { "DocsId": "P:System.ServiceModel.Syndication.XmlUriData.UriKind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L19C34-L19C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L19C34-L19C38" }, { "DocsId": "P:System.ServiceModel.Syndication.XmlUriData.UriString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L21C35-L21C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L21C35-L21C39" } ], "DocsId": "T:System.ServiceModel.Syndication.XmlUriData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.ServiceProcess.ServiceController.json b/xml/SourceLinkInformation/net-8.0-pp/System.ServiceProcess.ServiceController.json index 2ea311fe197..a96076cae66 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.ServiceProcess.ServiceController.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.ServiceProcess.ServiceController.json @@ -1,519 +1,519 @@ { "Assembly": "System.ServiceProcess.ServiceController", - "GUID": "B1B8E3E5C64E4DFFA2B409DDC6FE34D9FFFFFFFF", + "GUID": "F3C9C8AAA20B454C8E30FB02D590A43EFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" }, { "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.BatteryLow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" }, { "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.OemEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" }, { "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.PowerStatusChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" }, { "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.QuerySuspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" }, { "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.QuerySuspendFailed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" }, { "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.ResumeAutomatic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" }, { "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.ResumeCritical", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" }, { "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.ResumeSuspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" }, { "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.Suspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" } ], "DocsId": "T:System.ServiceProcess.PowerBroadcastStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" }, { "Members": [ { "DocsId": "M:System.ServiceProcess.ServiceBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L34C9-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L34C9-L50C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.RequestAdditionalTime(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L59C9-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L59C9-L74C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.RequestAdditionalTime(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L83C61-L83C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L83C61-L83C107" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L304C13-L308C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L304C13-L308C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.OnContinue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L320C9-L320C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L320C9-L320C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.OnPause", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L331C9-L331C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L331C9-L331C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.OnPowerEvent(System.ServiceProcess.PowerBroadcastStatus)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L341C13-L341C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L341C13-L341C25" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.OnSessionChange(System.ServiceProcess.SessionChangeDescription)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L350C9-L350C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L350C9-L350C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.OnShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L361C9-L361C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L361C9-L361C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.OnStart(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L380C9-L380C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L380C9-L380C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.OnStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L391C9-L391C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L391C9-L391C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.OnCustomCommand(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L572C9-L572C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L572C9-L572C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.Run(System.ServiceProcess.ServiceBase[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L581C13-L643C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L581C13-L643C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.Run(System.ServiceProcess.ServiceBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L653C13-L657C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L653C13-L657C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L661C13-L662C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L661C13-L662C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.ServiceMainCallback(System.Int32,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L854C9-L947C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L854C9-L947C10" }, { "DocsId": "F:System.ServiceProcess.ServiceBase.MaxNameLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs" }, { "DocsId": "P:System.ServiceProcess.ServiceBase.AutoLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L100C31-L100C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L100C31-L100C35" }, { "DocsId": "P:System.ServiceProcess.ServiceBase.ExitCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L110C17-L110C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L110C17-L110C46" }, { "DocsId": "P:System.ServiceProcess.ServiceBase.CanHandlePowerEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L127C17-L127C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L127C17-L127C83" }, { "DocsId": "P:System.ServiceProcess.ServiceBase.CanHandleSessionChangeEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L153C17-L153C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L153C17-L153C86" }, { "DocsId": "P:System.ServiceProcess.ServiceBase.CanPauseAndContinue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L179C17-L179C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L179C17-L179C87" }, { "DocsId": "P:System.ServiceProcess.ServiceBase.CanShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L205C17-L205C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L205C17-L205C81" }, { "DocsId": "P:System.ServiceProcess.ServiceBase.CanStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L231C17-L231C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L231C17-L231C77" }, { "DocsId": "P:System.ServiceProcess.ServiceBase.EventLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L254C13-L257C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L254C13-L257C14" }, { "DocsId": "P:System.ServiceProcess.ServiceBase.ServiceHandle", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L264C17-L264C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L264C17-L264C38" }, { "DocsId": "P:System.ServiceProcess.ServiceBase.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L275C17-L275C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L275C17-L275C37" } ], "DocsId": "T:System.ServiceProcess.ServiceBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs" }, { "Members": [ { "DocsId": "M:System.ServiceProcess.ServiceController.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L42C9-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L42C9-L46C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L53C15-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L53C15-L55C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L63C9-L80C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L63C9-L80C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L474C13-L483C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L474C13-L483C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L490C13-L493C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L490C13-L493C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.GetDevices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L667C13-L667C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L667C13-L667C51" }, { "DocsId": "M:System.ServiceProcess.ServiceController.GetDevices(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L677C13-L677C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L677C13-L677C103" }, { "DocsId": "M:System.ServiceProcess.ServiceController.GetServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L707C13-L707C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L707C13-L707C52" }, { "DocsId": "M:System.ServiceProcess.ServiceController.GetServices(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L717C13-L717C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L717C13-L717C102" }, { "DocsId": "M:System.ServiceProcess.ServiceController.Pause", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L809C13-L818C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L809C13-L818C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.Continue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L825C13-L833C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L825C13-L833C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.ExecuteCommand(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L841C13-L849C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L841C13-L849C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.Refresh", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L856C13-L860C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L856C13-L860C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L867C13-L868C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L867C13-L868C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.Start(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L875C13-L915C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L875C13-L915C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L924C13-L925C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L924C13-L925C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.Stop(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L944C13-L968C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L944C13-L968C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.WaitForStatus(System.ServiceProcess.ServiceControllerStatus)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L976C13-L977C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L976C13-L977C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.WaitForStatus(System.ServiceProcess.ServiceControllerStatus,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L986C13-L999C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L986C13-L999C10" }, { "DocsId": "P:System.ServiceProcess.ServiceController.CanPauseAndContinue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L122C17-L123C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L122C17-L123C104" }, { "DocsId": "P:System.ServiceProcess.ServiceController.CanShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L134C17-L135C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L134C17-L135C98" }, { "DocsId": "P:System.ServiceProcess.ServiceController.CanStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L146C17-L147C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L146C17-L147C94" }, { "DocsId": "P:System.ServiceProcess.ServiceController.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L158C17-L160C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L158C17-L160C37" }, { "DocsId": "P:System.ServiceProcess.ServiceController.DependentServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L187C17-L234C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L187C17-L234C14" }, { "DocsId": "P:System.ServiceProcess.ServiceController.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L244C17-L244C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L244C17-L244C37" }, { "DocsId": "P:System.ServiceProcess.ServiceController.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L271C17-L273C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L271C17-L273C30" }, { "DocsId": "P:System.ServiceProcess.ServiceController.ServicesDependedOn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L304C17-L381C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L304C17-L381C14" }, { "DocsId": "P:System.ServiceProcess.ServiceController.StartType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L388C17-L418C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L388C17-L418C14" }, { "DocsId": "P:System.ServiceProcess.ServiceController.ServiceHandle", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L425C17-L425C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L425C17-L425C93" }, { "DocsId": "P:System.ServiceProcess.ServiceController.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L439C17-L440C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L439C17-L440C32" }, { "DocsId": "P:System.ServiceProcess.ServiceController.ServiceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L454C17-L455C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L454C17-L455C43" } ], "DocsId": "T:System.ServiceProcess.ServiceController", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs" }, { "Members": [ { "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.ContinuePending", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.Paused", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.PausePending", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.Running", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.StartPending", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.Stopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.StopPending", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" } ], "DocsId": "T:System.ServiceProcess.ServiceControllerStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" }, { "Members": [ { "DocsId": "F:System.ServiceProcess.ServiceStartMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceStartMode.Manual", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceStartMode.Automatic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceStartMode.Disabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceStartMode.Boot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceStartMode.System", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" } ], "DocsId": "T:System.ServiceProcess.ServiceStartMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" }, { "Members": [ { "DocsId": "M:System.ServiceProcess.ServiceProcessDescriptionAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceProcessDescriptionAttribute.cs#L21C73-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceProcessDescriptionAttribute.cs#L21C73-L23C10" }, { "DocsId": "P:System.ServiceProcess.ServiceProcessDescriptionAttribute.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceProcessDescriptionAttribute.cs#L32C17-L37C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceProcessDescriptionAttribute.cs#L32C17-L37C41" } ], "DocsId": "T:System.ServiceProcess.ServiceProcessDescriptionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceProcessDescriptionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceProcessDescriptionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.ServiceProcess.ServiceType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceType.Adapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceType.FileSystemDriver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceType.InteractiveProcess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceType.KernelDriver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceType.RecognizerDriver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceType.Win32OwnProcess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceType.Win32ShareProcess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" } ], "DocsId": "T:System.ServiceProcess.ServiceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" }, { "Members": [ { "DocsId": "M:System.ServiceProcess.SessionChangeDescription.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L24C13-L24C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L24C13-L24C36" }, { "DocsId": "M:System.ServiceProcess.SessionChangeDescription.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L27C13-L27C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L27C13-L27C67" }, { "DocsId": "M:System.ServiceProcess.SessionChangeDescription.Equals(System.ServiceProcess.SessionChangeDescription)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L30C13-L31C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L30C13-L31C55" }, { "DocsId": "M:System.ServiceProcess.SessionChangeDescription.op_Equality(System.ServiceProcess.SessionChangeDescription,System.ServiceProcess.SessionChangeDescription)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L34C13-L34C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L34C13-L34C24" }, { "DocsId": "M:System.ServiceProcess.SessionChangeDescription.op_Inequality(System.ServiceProcess.SessionChangeDescription,System.ServiceProcess.SessionChangeDescription)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L37C13-L37C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L37C13-L37C25" }, { "DocsId": "P:System.ServiceProcess.SessionChangeDescription.Reason", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L19C45-L19C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L19C45-L19C49" }, { "DocsId": "P:System.ServiceProcess.SessionChangeDescription.SessionId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L21C32-L21C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L21C32-L21C36" } ], "DocsId": "T:System.ServiceProcess.SessionChangeDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs" }, { "Members": [ { "DocsId": "F:System.ServiceProcess.SessionChangeReason.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" }, { "DocsId": "F:System.ServiceProcess.SessionChangeReason.ConsoleConnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" }, { "DocsId": "F:System.ServiceProcess.SessionChangeReason.ConsoleDisconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" }, { "DocsId": "F:System.ServiceProcess.SessionChangeReason.RemoteConnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" }, { "DocsId": "F:System.ServiceProcess.SessionChangeReason.RemoteDisconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" }, { "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionLogon", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" }, { "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionLogoff", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" }, { "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionLock", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" }, { "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionUnlock", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" }, { "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionRemoteControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" } ], "DocsId": "T:System.ServiceProcess.SessionChangeReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" }, { "Members": [ { "DocsId": "M:System.ServiceProcess.TimeoutException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L15C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L15C9-L18C10" }, { "DocsId": "M:System.ServiceProcess.TimeoutException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L20C52-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L20C52-L23C10" }, { "DocsId": "M:System.ServiceProcess.TimeoutException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L26C15-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L26C15-L29C10" }, { "DocsId": "M:System.ServiceProcess.TimeoutException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L36C15-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L36C15-L38C10" } ], "DocsId": "T:System.ServiceProcess.TimeoutException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Speech.json b/xml/SourceLinkInformation/net-8.0-pp/System.Speech.json index 0afac84c193..a9daac7ca71 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Speech.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Speech.json @@ -1,3730 +1,3730 @@ { "Assembly": "System.Speech", - "GUID": "775C452DC46C43C681645C0939121B1FFFFFFFFF", + "GUID": "CD3AA91E3C1E44BE99407B8A1C812447FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "P:System.Speech.Synthesis.BookmarkReachedEventArgs.Bookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/BookmarkEventArgs.cs#L23C17-L23C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/BookmarkEventArgs.cs#L23C17-L23C34" }, { "DocsId": "P:System.Speech.Synthesis.BookmarkReachedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/BookmarkEventArgs.cs#L30C17-L30C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/BookmarkEventArgs.cs#L30C17-L30C39" } ], "DocsId": "T:System.Speech.Synthesis.BookmarkReachedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/BookmarkEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/BookmarkEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.FilePrompt.#ctor(System.String,System.Speech.Synthesis.SynthesisMediaType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/FilePrompt.cs#L13C15-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/FilePrompt.cs#L13C15-L15C10" }, { "DocsId": "M:System.Speech.Synthesis.FilePrompt.#ctor(System.Uri,System.Speech.Synthesis.SynthesisMediaType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/FilePrompt.cs#L17C15-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/FilePrompt.cs#L17C15-L19C10" } ], "DocsId": "T:System.Speech.Synthesis.FilePrompt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/FilePrompt.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/FilePrompt.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.InstalledVoice.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L51C13-L57C190" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L51C13-L57C190" }, { "DocsId": "M:System.Speech.Synthesis.InstalledVoice.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L61C13-L61C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L61C13-L61C49" }, { "DocsId": "P:System.Speech.Synthesis.InstalledVoice.VoiceInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L31C17-L31C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L31C17-L31C31" }, { "DocsId": "P:System.Speech.Synthesis.InstalledVoice.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L38C17-L38C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L38C17-L38C33" } ], "DocsId": "T:System.Speech.Synthesis.InstalledVoice", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Synthesis.PhonemeReachedEventArgs.Phoneme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L23C19-L23C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L23C19-L23C42" }, { "DocsId": "P:System.Speech.Synthesis.PhonemeReachedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L27C19-L27C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L27C19-L27C41" }, { "DocsId": "P:System.Speech.Synthesis.PhonemeReachedEventArgs.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L31C19-L31C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L31C19-L31C36" }, { "DocsId": "P:System.Speech.Synthesis.PhonemeReachedEventArgs.Emphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L35C19-L35C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L35C19-L35C36" }, { "DocsId": "P:System.Speech.Synthesis.PhonemeReachedEventArgs.NextPhoneme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L39C19-L39C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L39C19-L39C39" } ], "DocsId": "T:System.Speech.Synthesis.PhonemeReachedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.Prompt.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L15C15-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L15C15-L17C10" }, { "DocsId": "M:System.Speech.Synthesis.Prompt.#ctor(System.Speech.Synthesis.PromptBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L18C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L18C9-L24C10" }, { "DocsId": "M:System.Speech.Synthesis.Prompt.#ctor(System.String,System.Speech.Synthesis.SynthesisTextFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L27C9-L39C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L27C9-L39C106" }, { "DocsId": "P:System.Speech.Synthesis.Prompt.IsCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L87C17-L87C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L87C17-L87C35" } ], "DocsId": "T:System.Speech.Synthesis.Prompt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.SynthesisMediaType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs" }, { "DocsId": "F:System.Speech.Synthesis.SynthesisMediaType.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs" }, { "DocsId": "F:System.Speech.Synthesis.SynthesisMediaType.Ssml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs" }, { "DocsId": "F:System.Speech.Synthesis.SynthesisMediaType.WaveAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs" } ], "DocsId": "T:System.Speech.Synthesis.SynthesisMediaType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.SynthesisTextFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs" }, { "DocsId": "F:System.Speech.Synthesis.SynthesisTextFormat.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs" }, { "DocsId": "F:System.Speech.Synthesis.SynthesisTextFormat.Ssml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs" } ], "DocsId": "T:System.Speech.Synthesis.SynthesisTextFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L20C15-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L20C15-L22C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.#ctor(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L985C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L985C9-L35C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.ClearContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L48C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L48C13-L50C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendText(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L57C13-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L57C13-L63C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendText(System.String,System.Speech.Synthesis.PromptRate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L66C13-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L66C13-L101C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendText(System.String,System.Speech.Synthesis.PromptVolume)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L104C13-L141C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L104C13-L141C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendText(System.String,System.Speech.Synthesis.PromptEmphasis)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L144C13-L162C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L144C13-L162C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartStyle(System.Speech.Synthesis.PromptStyle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L165C13-L249C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L165C13-L249C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.EndStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L252C13-L268C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L252C13-L268C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.Speech.Synthesis.VoiceInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L271C13-L318C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L271C13-L318C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L321C13-L324C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L321C13-L324C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.Speech.Synthesis.VoiceGender)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L327C13-L328C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L327C13-L328C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.Speech.Synthesis.VoiceGender,System.Speech.Synthesis.VoiceAge)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L331C13-L332C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L331C13-L332C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.Speech.Synthesis.VoiceGender,System.Speech.Synthesis.VoiceAge,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L335C13-L336C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L335C13-L336C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L339C13-L340C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L339C13-L340C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.EndVoice", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L343C13-L349C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L343C13-L349C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartParagraph", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L354C13-L355C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L354C13-L355C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartParagraph(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L359C13-L379C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L359C13-L379C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.EndParagraph", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L382C13-L387C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L382C13-L387C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartSentence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L390C13-L391C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L390C13-L391C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartSentence(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L395C13-L416C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L395C13-L416C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.EndSentence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L419C13-L424C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L419C13-L424C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendTextWithHint(System.String,System.Speech.Synthesis.SayAs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L427C13-L543C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L427C13-L543C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendTextWithHint(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L546C13-L557C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L546C13-L557C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendTextWithPronunciation(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L560C13-L574C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L560C13-L574C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendTextWithAlias(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L577C13-L588C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L577C13-L588C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendBreak", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L592C13-L595C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L592C13-L595C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendBreak(System.Speech.Synthesis.PromptBreak)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L599C13-L638C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L599C13-L638C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendBreak(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L642C13-L654C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L642C13-L654C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendAudio(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L659C13-L675C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L659C13-L675C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendAudio(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L678C13-L688C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L678C13-L688C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendAudio(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L691C13-L702C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L691C13-L702C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendBookmark(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L707C13-L717C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L707C13-L717C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendPromptBuilder(System.Speech.Synthesis.PromptBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L720C13-L727C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L720C13-L727C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendSsml(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L730C13-L733C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L730C13-L733C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendSsml(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L736C13-L751C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L736C13-L751C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendSsml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L754C13-L757C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L754C13-L757C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendSsmlMarkup(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L763C13-L766C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L763C13-L766C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L770C20-L815C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L770C20-L815C10" }, { "DocsId": "P:System.Speech.Synthesis.PromptBuilder.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L824C17-L824C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L824C17-L824C45" }, { "DocsId": "P:System.Speech.Synthesis.PromptBuilder.Culture", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L831C17-L831C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L831C17-L831C33" } ], "DocsId": "T:System.Speech.Synthesis.PromptBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Synthesis.PromptEventArgs.Prompt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptEventArgs.cs#L25C17-L25C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptEventArgs.cs#L25C17-L25C32" } ], "DocsId": "T:System.Speech.Synthesis.PromptEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptEventArgs.cs" }, { "Members": [], "DocsId": "T:System.Speech.Synthesis.SpeakStartedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.PromptStyle.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L10C9-L12C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L10C9-L12C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptStyle.#ctor(System.Speech.Synthesis.PromptRate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L13C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L13C9-L16C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptStyle.#ctor(System.Speech.Synthesis.PromptVolume)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L17C9-L20C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptStyle.#ctor(System.Speech.Synthesis.PromptEmphasis)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L21C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L21C9-L24C10" }, { "DocsId": "P:System.Speech.Synthesis.PromptStyle.Rate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L35C17-L35C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L35C17-L35C30" }, { "DocsId": "P:System.Speech.Synthesis.PromptStyle.Volume", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L46C17-L46C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L46C17-L46C32" }, { "DocsId": "P:System.Speech.Synthesis.PromptStyle.Emphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L57C17-L57C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L57C17-L57C34" } ], "DocsId": "T:System.Speech.Synthesis.PromptStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.SayAs.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.SpellOut", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.NumberOrdinal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.NumberCardinal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.Date", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.DayMonthYear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.MonthDayYear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.YearMonthDay", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.YearMonth", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.MonthYear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.MonthDay", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.DayMonth", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.Year", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.Month", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.Day", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.Time", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.Time24", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.Time12", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.Telephone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" } ], "DocsId": "T:System.Speech.Synthesis.SayAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.VoiceGender.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.VoiceGender.NotSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.VoiceGender.Male", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.VoiceGender.Female", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.VoiceGender.Neutral", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" } ], "DocsId": "T:System.Speech.Synthesis.VoiceGender", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.VoiceAge.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.VoiceAge.NotSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.VoiceAge.Child", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.VoiceAge.Teen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.VoiceAge.Adult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.VoiceAge.Senior", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" } ], "DocsId": "T:System.Speech.Synthesis.VoiceAge", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.PromptRate.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptRate.NotSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptRate.ExtraFast", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptRate.Fast", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptRate.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptRate.Slow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptRate.ExtraSlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" } ], "DocsId": "T:System.Speech.Synthesis.PromptRate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.PromptVolume.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptVolume.NotSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptVolume.Silent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptVolume.ExtraSoft", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptVolume.Soft", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptVolume.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptVolume.Loud", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptVolume.ExtraLoud", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptVolume.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" } ], "DocsId": "T:System.Speech.Synthesis.PromptVolume", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.NotSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.Strong", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.Moderate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.Reduced", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" } ], "DocsId": "T:System.Speech.Synthesis.PromptEmphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.PromptBreak.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptBreak.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptBreak.ExtraSmall", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptBreak.Small", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptBreak.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptBreak.Large", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptBreak.ExtraLarge", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" } ], "DocsId": "T:System.Speech.Synthesis.PromptBreak", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "Members": [], "DocsId": "T:System.Speech.Synthesis.SpeakCompletedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeakCompletedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeakCompletedEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Synthesis.SpeakProgressEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L22C17-L22C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L22C17-L22C39" }, { "DocsId": "P:System.Speech.Synthesis.SpeakProgressEventArgs.CharacterPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L29C17-L29C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L29C17-L29C34" }, { "DocsId": "P:System.Speech.Synthesis.SpeakProgressEventArgs.CharacterCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L36C17-L36C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L36C17-L36C34" }, { "DocsId": "P:System.Speech.Synthesis.SpeakProgressEventArgs.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L47C17-L47C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L47C17-L47C30" } ], "DocsId": "T:System.Speech.Synthesis.SpeakProgressEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L18C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L18C9-L20C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L24C13-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L24C13-L25C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L28C13-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L28C13-L30C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SelectVoice(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L37C13-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L37C13-L46C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SelectVoiceByHints(System.Speech.Synthesis.VoiceGender)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L49C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L49C13-L50C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SelectVoiceByHints(System.Speech.Synthesis.VoiceGender,System.Speech.Synthesis.VoiceAge)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L53C13-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L53C13-L54C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SelectVoiceByHints(System.Speech.Synthesis.VoiceGender,System.Speech.Synthesis.VoiceAge,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L57C13-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L57C13-L58C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SelectVoiceByHints(System.Speech.Synthesis.VoiceGender,System.Speech.Synthesis.VoiceAge,System.Int32,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L61C13-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L61C13-L85C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakAsync(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L88C13-L92C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L88C13-L92C27" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakAsync(System.Speech.Synthesis.Prompt)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L96C13-L100C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L96C13-L100C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakSsmlAsync(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L103C13-L107C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L103C13-L107C27" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakAsync(System.Speech.Synthesis.PromptBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L111C13-L115C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L111C13-L115C27" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Speak(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L119C13-L120C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L119C13-L120C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Speak(System.Speech.Synthesis.Prompt)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L123C13-L134C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L123C13-L134C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Speak(System.Speech.Synthesis.PromptBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L137C13-L138C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L137C13-L138C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakSsml(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L141C13-L142C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L141C13-L142C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Pause", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L150C13-L155C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L150C13-L155C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Resume", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L162C13-L167C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L162C13-L167C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakAsyncCancel(System.Speech.Synthesis.Prompt)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L174C13-L177C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L174C13-L177C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakAsyncCancelAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L184C13-L185C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L184C13-L185C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToWaveFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L189C13-L193C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L189C13-L193C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToWaveFile(System.String,System.Speech.AudioFormat.SpeechAudioFormatInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L197C13-L202C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L197C13-L202C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToWaveStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L205C13-L208C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L205C13-L208C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToAudioStream(System.IO.Stream,System.Speech.AudioFormat.SpeechAudioFormatInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L211C13-L215C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L211C13-L215C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToDefaultAudioDevice", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L218C13-L219C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L218C13-L219C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L224C13-L237C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L224C13-L237C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.GetCurrentlySpokenPrompt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L241C13-L241C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L241C13-L241C44" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.GetInstalledVoices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L245C13-L245C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L245C13-L245C62" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.GetInstalledVoices(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L249C13-L256C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L249C13-L256C65" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.AddLexicon(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L260C13-L263C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L260C13-L263C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.RemoveLexicon(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L266C13-L269C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L266C13-L269C10" }, { "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.SpeakStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L277C17-L279C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L277C17-L279C14" }, { "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.SpeakCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L292C17-L294C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L292C17-L294C14" }, { "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.SpeakProgress", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L307C17-L309C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L307C17-L309C14" }, { "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.BookmarkReached", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L322C17-L324C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L322C17-L324C14" }, { "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.VoiceChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L337C17-L339C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L337C17-L339C14" }, { "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.PhonemeReached", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L354C17-L356C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L354C17-L356C14" }, { "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.VisemeReached", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L369C17-L371C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L369C17-L371C14" }, { "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.StateChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L386C17-L388C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L386C17-L388C14" }, { "DocsId": "P:System.Speech.Synthesis.SpeechSynthesizer.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L406C17-L406C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L406C17-L406C47" }, { "DocsId": "P:System.Speech.Synthesis.SpeechSynthesizer.Rate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L413C17-L413C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L413C17-L413C46" }, { "DocsId": "P:System.Speech.Synthesis.SpeechSynthesizer.Volume", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L428C17-L428C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L428C17-L428C48" }, { "DocsId": "P:System.Speech.Synthesis.SpeechSynthesizer.Voice", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L444C17-L444C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L444C17-L444C70" } ], "DocsId": "T:System.Speech.Synthesis.SpeechSynthesizer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.SynthesizerState.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" }, { "DocsId": "F:System.Speech.Synthesis.SynthesizerState.Ready", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" }, { "DocsId": "F:System.Speech.Synthesis.SynthesizerState.Speaking", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" }, { "DocsId": "F:System.Speech.Synthesis.SynthesizerState.Paused", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" } ], "DocsId": "T:System.Speech.Synthesis.SynthesizerState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.SynthesizerEmphasis.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" }, { "DocsId": "F:System.Speech.Synthesis.SynthesizerEmphasis.Stressed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" }, { "DocsId": "F:System.Speech.Synthesis.SynthesizerEmphasis.Emphasized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" } ], "DocsId": "T:System.Speech.Synthesis.SynthesizerEmphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Synthesis.StateChangedEventArgs.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SynthesizerStateChangedEventArgs.cs#L24C17-L24C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SynthesizerStateChangedEventArgs.cs#L24C17-L24C31" }, { "DocsId": "P:System.Speech.Synthesis.StateChangedEventArgs.PreviousState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SynthesizerStateChangedEventArgs.cs#L31C17-L31C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SynthesizerStateChangedEventArgs.cs#L31C17-L31C39" } ], "DocsId": "T:System.Speech.Synthesis.StateChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SynthesizerStateChangedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SynthesizerStateChangedEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Synthesis.VisemeReachedEventArgs.Viseme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L23C19-L23C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L23C19-L23C41" }, { "DocsId": "P:System.Speech.Synthesis.VisemeReachedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L27C19-L27C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L27C19-L27C41" }, { "DocsId": "P:System.Speech.Synthesis.VisemeReachedEventArgs.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L31C19-L31C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L31C19-L31C36" }, { "DocsId": "P:System.Speech.Synthesis.VisemeReachedEventArgs.Emphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L35C19-L35C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L35C19-L35C36" }, { "DocsId": "P:System.Speech.Synthesis.VisemeReachedEventArgs.NextViseme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L39C19-L39C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L39C19-L39C38" } ], "DocsId": "T:System.Speech.Synthesis.VisemeReachedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Synthesis.VoiceChangeEventArgs.Voice", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceChangeEventArgs.cs#L21C17-L21C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceChangeEventArgs.cs#L21C17-L21C31" } ], "DocsId": "T:System.Speech.Synthesis.VoiceChangeEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceChangeEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceChangeEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.VoiceInfo.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L127C13-L132C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L127C13-L132C100" }, { "DocsId": "M:System.Speech.Synthesis.VoiceInfo.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L141C13-L141C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L141C13-L141C40" }, { "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Gender", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L151C17-L151C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L151C17-L151C32" }, { "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Age", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L158C17-L158C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L158C17-L158C29" }, { "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L165C17-L165C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L165C17-L165C30" }, { "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Culture", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L178C17-L178C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L178C17-L178C33" }, { "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L185C17-L185C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L185C17-L185C28" }, { "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L192C17-L192C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L192C17-L192C53" }, { "DocsId": "P:System.Speech.Synthesis.VoiceInfo.SupportedAudioFormats", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L200C17-L200C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L200C17-L200C38" }, { "DocsId": "P:System.Speech.Synthesis.VoiceInfo.AdditionalInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L204C62-L204C151" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L204C62-L204C151" } ], "DocsId": "T:System.Speech.Synthesis.VoiceInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L22C9-L22C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L22C9-L22C56" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.GetOutputFormat(System.Speech.Synthesis.TtsEngine.SpeakOutputFormat,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.AddLexicon(System.Uri,System.String,System.Speech.Synthesis.TtsEngine.ITtsEngineSite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.RemoveLexicon(System.Uri,System.Speech.Synthesis.TtsEngine.ITtsEngineSite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.Speak(System.Speech.Synthesis.TtsEngine.TextFragment[],System.IntPtr,System.Speech.Synthesis.TtsEngine.ITtsEngineSite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.TtsEngineSsml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.#ctor(System.Int16,System.Int16,System.Int32,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L80C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L80C13-L84C10" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.op_Equality(System.Speech.Synthesis.TtsEngine.SpeechEventInfo,System.Speech.Synthesis.TtsEngine.SpeechEventInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L87C13-L87C169" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L87C13-L87C169" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.op_Inequality(System.Speech.Synthesis.TtsEngine.SpeechEventInfo,System.Speech.Synthesis.TtsEngine.SpeechEventInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L91C13-L91C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L91C13-L91C40" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.Equals(System.Speech.Synthesis.TtsEngine.SpeechEventInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L95C13-L95C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L95C13-L95C34" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L99C13-L104C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L99C13-L104C49" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L108C13-L108C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L108C13-L108C39" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L62C38-L62C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L62C38-L62C54" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.ParameterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L63C44-L63C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L63C44-L63C66" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.Param1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L68C35-L68C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L68C35-L68C50" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.Param2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L73C38-L73C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L73C38-L73C53" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.SpeechEventInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.AddEvents(System.Speech.Synthesis.TtsEngine.SpeechEventInfo[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.Write(System.IntPtr,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.GetSkipInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.CompleteSkip(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.LoadResource(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.EventInterest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.Actions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.Rate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.Volume", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.ITtsEngineSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.TtsEngine.SkipInfo.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L157C9-L159C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L157C9-L159C10" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.SkipInfo.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L139C17-L139C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L139C17-L139C30" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.SkipInfo.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L150C17-L150C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L150C17-L150C31" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.SkipInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.TtsEngine.TextFragment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L207C9-L174C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L207C9-L174C10" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.TextFragment.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L175C44-L175C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L175C44-L175C58" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.TextFragment.TextToSpeak", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L176C43-L176C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L176C43-L176C63" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.TextFragment.TextOffset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L177C39-L177C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L177C39-L177C58" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.TextFragment.TextLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L178C39-L178C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L178C39-L178C58" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.TextFragment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.#ctor(System.Speech.Synthesis.TtsEngine.TtsEngineAction,System.Int32,System.Int32,System.Int32,System.Speech.Synthesis.TtsEngine.SayAs,System.Speech.Synthesis.TtsEngine.Prosody,System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L230C13-L237C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L230C13-L237C10" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.op_Equality(System.Speech.Synthesis.TtsEngine.FragmentState,System.Speech.Synthesis.TtsEngine.FragmentState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L240C13-L240C277" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L240C13-L240C277" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.op_Inequality(System.Speech.Synthesis.TtsEngine.FragmentState,System.Speech.Synthesis.TtsEngine.FragmentState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L244C13-L244C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L244C13-L244C40" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.Equals(System.Speech.Synthesis.TtsEngine.FragmentState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L248C13-L248C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L248C13-L248C34" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L252C13-L257C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L252C13-L257C47" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L261C13-L261C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L261C13-L261C39" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L215C47-L215C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L215C47-L215C62" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.LangId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L216C35-L216C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L216C35-L216C50" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.Emphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L217C37-L217C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L217C37-L217C54" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L218C37-L218C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L218C37-L218C54" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.SayAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L219C36-L219C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L219C36-L219C50" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.Prosody", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L220C40-L220C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L220C40-L220C56" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.Phoneme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L221C39-L221C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L221C39-L221C55" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.FragmentState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.TtsEngine.Prosody.GetContourPoints", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L280C52-L280C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L280C52-L280C74" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.Prosody.SetContourPoints(System.Speech.Synthesis.TtsEngine.ContourPoint[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L283C13-L286C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L283C13-L286C10" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.Prosody.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L287C9-L293C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L287C9-L293C10" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.Prosody.Pitch", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L275C44-L275C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L275C44-L275C58" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.Prosody.Range", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L276C44-L276C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L276C44-L276C58" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.Prosody.Rate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L277C43-L277C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L277C43-L277C56" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.Prosody.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L278C37-L278C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L278C37-L278C54" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.Prosody.Volume", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L279C45-L279C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L279C45-L279C60" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.Prosody", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.#ctor(System.Single,System.Single,System.Speech.Synthesis.TtsEngine.ContourPointChangeType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L322C13-L325C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L322C13-L325C10" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.op_Equality(System.Speech.Synthesis.TtsEngine.ContourPoint,System.Speech.Synthesis.TtsEngine.ContourPoint)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L328C13-L328C140" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L328C13-L328C140" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.op_Inequality(System.Speech.Synthesis.TtsEngine.ContourPoint,System.Speech.Synthesis.TtsEngine.ContourPoint)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L332C13-L332C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L332C13-L332C40" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.Equals(System.Speech.Synthesis.TtsEngine.ContourPoint)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L336C13-L336C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L336C13-L336C34" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L340C13-L345C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L340C13-L345C46" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L349C13-L349C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L349C13-L349C39" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.ContourPoint.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L317C36-L317C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L317C36-L317C50" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.ContourPoint.Change", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L318C37-L318C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L318C37-L318C52" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.ContourPoint.ChangeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L319C58-L319C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L319C58-L319C77" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.ContourPoint", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L366C13-L370C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L366C13-L370C10" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.#ctor(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L373C13-L377C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L373C13-L377C10" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.op_Equality(System.Speech.Synthesis.TtsEngine.ProsodyNumber,System.Speech.Synthesis.TtsEngine.ProsodyNumber)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L380C13-L380C256" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L380C13-L380C256" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.op_Inequality(System.Speech.Synthesis.TtsEngine.ProsodyNumber,System.Speech.Synthesis.TtsEngine.ProsodyNumber)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L384C13-L384C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L384C13-L384C56" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.Equals(System.Speech.Synthesis.TtsEngine.ProsodyNumber)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L388C13-L388C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L388C13-L388C34" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L392C13-L397C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L392C13-L397C47" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L401C13-L401C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L401C13-L401C39" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyNumber.AbsoluteNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.ProsodyNumber.SsmlAttributeId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L359C44-L359C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L359C44-L359C68" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.ProsodyNumber.IsNumberPercent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L360C45-L360C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L360C45-L360C63" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.ProsodyNumber.Number", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L361C37-L361C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L361C37-L361C52" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.ProsodyNumber.Unit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L362C41-L362C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L362C41-L362C54" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.TtsEngine.SayAs.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.SayAs.InterpretAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L412C43-L412C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L412C43-L412C63" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.SayAs.Format", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L413C38-L413C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L413C38-L413C53" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.SayAs.Detail", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L414C38-L414C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L414C38-L414C53" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.SayAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.Speak", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.Silence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.Pronounce", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.Bookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.SpellOut", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.StartSentence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.StartParagraph", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.ParseUnknownTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.TtsEngineAction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.Strong", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.Moderate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.Reduced", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.EmphasisWord", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.ExtraWeak", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.Weak", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.Strong", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.ExtraStrong", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.EmphasisBreak", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.ExtraLow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.High", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.ExtraHigh", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyPitch", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.ExtraLow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.High", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.ExtraHigh", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.ExtraSlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.Slow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.Fast", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.ExtraFast", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyRate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.Silent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.ExtraSoft", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.Soft", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.Loud", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.ExtraLoud", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyVolume", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyUnit.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyUnit.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyUnit.Hz", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyUnit.Semitone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.StartInputStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.EndInputStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.VoiceChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.Bookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.WordBoundary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.Phoneme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.SentenceBoundary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.Viseme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.AudioLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.TtsEventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.Undefined", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.Token", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.Object", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.Pointer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.String", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.EventParameterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.SpeakOutputFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.SpeakOutputFormat.WaveFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.SpeakOutputFormat.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.SpeakOutputFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ContourPointChangeType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ContourPointChangeType.Hz", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ContourPointChangeType.Percentage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.ContourPointChangeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Recognition.AudioLevelUpdatedEventArgs.AudioLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioLevelUpdatedEventArgs.cs#L22C19-L22C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioLevelUpdatedEventArgs.cs#L22C19-L22C38" } ], "DocsId": "T:System.Speech.Recognition.AudioLevelUpdatedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioLevelUpdatedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioLevelUpdatedEventArgs.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" }, { "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" }, { "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.TooNoisy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" }, { "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.NoSignal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" }, { "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.TooLoud", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" }, { "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.TooSoft", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" }, { "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.TooFast", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" }, { "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.TooSlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" } ], "DocsId": "T:System.Speech.Recognition.AudioSignalProblem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Recognition.AudioSignalProblemOccurredEventArgs.AudioSignalProblem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L25C19-L25C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L25C19-L25C46" }, { "DocsId": "P:System.Speech.Recognition.AudioSignalProblemOccurredEventArgs.AudioLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L29C19-L29C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L29C19-L29C38" }, { "DocsId": "P:System.Speech.Recognition.AudioSignalProblemOccurredEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L33C19-L33C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L33C19-L33C41" }, { "DocsId": "P:System.Speech.Recognition.AudioSignalProblemOccurredEventArgs.RecognizerAudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L37C19-L37C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L37C19-L37C46" } ], "DocsId": "T:System.Speech.Recognition.AudioSignalProblemOccurredEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Recognition.AudioState.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioState.cs" }, { "DocsId": "F:System.Speech.Recognition.AudioState.Stopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioState.cs" }, { "DocsId": "F:System.Speech.Recognition.AudioState.Silence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioState.cs" }, { "DocsId": "F:System.Speech.Recognition.AudioState.Speech", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioState.cs" } ], "DocsId": "T:System.Speech.Recognition.AudioState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioState.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Recognition.AudioStateChangedEventArgs.AudioState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioStateChangedEventArgs.cs#L22C19-L22C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioStateChangedEventArgs.cs#L22C19-L22C38" } ], "DocsId": "T:System.Speech.Recognition.AudioStateChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioStateChangedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioStateChangedEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.Choices.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Choices.cs#L81C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Choices.cs#L81C9-L17C10" }, { "DocsId": "M:System.Speech.Recognition.Choices.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Choices.cs#L81C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Choices.cs#L81C9-L24C10" }, { "DocsId": "M:System.Speech.Recognition.Choices.#ctor(System.Speech.Recognition.GrammarBuilder[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Choices.cs#L81C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Choices.cs#L81C9-L31C10" }, { "DocsId": "M:System.Speech.Recognition.Choices.Add(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Choices.cs#L39C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Choices.cs#L39C13-L47C10" }, { "DocsId": "M:System.Speech.Recognition.Choices.Add(System.Speech.Recognition.GrammarBuilder[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Choices.cs#L51C13-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Choices.cs#L51C13-L59C10" }, { "DocsId": "M:System.Speech.Recognition.Choices.ToGrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Choices.cs#L62C13-L62C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Choices.cs#L62C13-L62C45" } ], "DocsId": "T:System.Speech.Recognition.Choices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Choices.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Choices.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.DictationGrammar.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs#L20C37-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs#L20C37-L22C10" }, { "DocsId": "M:System.Speech.Recognition.DictationGrammar.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs#L25C49-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs#L25C49-L27C10" }, { "DocsId": "M:System.Speech.Recognition.DictationGrammar.SetDictationContext(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs#L34C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs#L34C13-L43C10" } ], "DocsId": "T:System.Speech.Recognition.DictationGrammar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Recognition.EmulateRecognizeCompletedEventArgs.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/EmulateRecognizeCompletedEventArgs.cs#L23C19-L23C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/EmulateRecognizeCompletedEventArgs.cs#L23C19-L23C34" } ], "DocsId": "T:System.Speech.Recognition.EmulateRecognizeCompletedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/EmulateRecognizeCompletedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/EmulateRecognizeCompletedEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L37C15-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L37C15-L39C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L41C15-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L41C15-L43C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.String,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L56C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L58C15-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L58C15-L60C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L62C15-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L62C15-L64C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L66C15-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L66C15-L68C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L71C15-L73C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L71C15-L73C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.String,System.Uri,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L83C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L85C15-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L85C15-L87C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.IO.Stream,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L89C15-L91C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L89C15-L91C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.IO.Stream,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L93C15-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L93C15-L95C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.IO.Stream,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L98C15-L100C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L98C15-L100C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.IO.Stream,System.String,System.Uri,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L113C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L121C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L131C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L131C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.StgInit(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L134C13-L136C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L134C13-L136C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.LoadLocalizedGrammarFromType(System.Type,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L146C13-L189C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L146C13-L189C10" }, { "DocsId": "E:System.Speech.Recognition.Grammar.SpeechRecognized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs" }, { "DocsId": "P:System.Speech.Recognition.Grammar.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L200C19-L200C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L200C19-L200C35" }, { "DocsId": "P:System.Speech.Recognition.Grammar.Weight", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L216C19-L216C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L216C19-L216C34" }, { "DocsId": "P:System.Speech.Recognition.Grammar.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L239C19-L239C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L239C19-L239C36" }, { "DocsId": "P:System.Speech.Recognition.Grammar.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L259C19-L259C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L259C19-L259C39" }, { "DocsId": "P:System.Speech.Recognition.Grammar.RuleName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L264C19-L264C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L264C19-L264C36" }, { "DocsId": "P:System.Speech.Recognition.Grammar.Loaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L268C19-L268C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L268C19-L268C63" }, { "DocsId": "P:System.Speech.Recognition.Grammar.IsStg", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L375C19-L375C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L375C19-L375C33" }, { "DocsId": "P:System.Speech.Recognition.Grammar.ResourceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L583C17-L583C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L583C17-L583C35" } ], "DocsId": "T:System.Speech.Recognition.Grammar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L459C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L459C9-L25C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L28C15-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L28C15-L31C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.String,System.Speech.Recognition.SubsetMatchingMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L34C15-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L34C15-L37C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L40C15-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L40C15-L43C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.Speech.Recognition.GrammarBuilder,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L46C15-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L46C15-L49C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.Speech.Recognition.Choices)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L52C15-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L52C15-L55C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.Speech.Recognition.SemanticResultKey)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L58C15-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L58C15-L61C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.Speech.Recognition.SemanticResultValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L64C15-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L64C15-L67C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L77C13-L80C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L77C13-L80C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.String,System.Speech.Recognition.SubsetMatchingMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L84C13-L88C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L84C13-L88C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L92C13-L105C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L92C13-L105C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L111C13-L134C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L111C13-L134C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.Speech.Recognition.Choices)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L140C13-L143C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L140C13-L143C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.Speech.Recognition.SemanticResultKey)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L147C13-L150C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L147C13-L150C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.Speech.Recognition.SemanticResultValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L154C13-L157C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L154C13-L157C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.Speech.Recognition.GrammarBuilder,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L161C13-L176C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L161C13-L176C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.AppendDictation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L182C13-L183C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L182C13-L183C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.AppendDictation(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L187C13-L190C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L187C13-L190C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.AppendWildcard", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L196C13-L197C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L196C13-L197C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.AppendRuleReference(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L204C13-L217C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L204C13-L217C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.AppendRuleReference(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L224C13-L238C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L224C13-L238C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Addition(System.String,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L273C13-L273C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L273C13-L273C41" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Add(System.String,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L278C13-L282C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L278C13-L282C28" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Addition(System.Speech.Recognition.GrammarBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L287C13-L287C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L287C13-L287C41" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Add(System.Speech.Recognition.GrammarBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L292C13-L296C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L292C13-L296C28" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Addition(System.Speech.Recognition.Choices,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L301C13-L301C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L301C13-L301C42" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Add(System.Speech.Recognition.Choices,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L306C13-L311C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L306C13-L311C28" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Addition(System.Speech.Recognition.GrammarBuilder,System.Speech.Recognition.Choices)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L316C13-L316C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L316C13-L316C42" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Add(System.Speech.Recognition.GrammarBuilder,System.Speech.Recognition.Choices)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L321C13-L326C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L321C13-L326C28" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Addition(System.Speech.Recognition.GrammarBuilder,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L331C13-L331C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L331C13-L331C44" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Add(System.Speech.Recognition.GrammarBuilder,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L336C13-L341C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L336C13-L341C28" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Implicit(System.String)~System.Speech.Recognition.GrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L343C73-L343C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L343C73-L343C107" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Implicit(System.Speech.Recognition.Choices)~System.Speech.Recognition.GrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L344C75-L344C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L344C75-L344C110" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Implicit(System.Speech.Recognition.SemanticResultKey)~System.Speech.Recognition.GrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L345C89-L345C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L345C89-L345C128" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Implicit(System.Speech.Recognition.SemanticResultValue)~System.Speech.Recognition.GrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L346C93-L346C134" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L346C93-L346C134" }, { "DocsId": "P:System.Speech.Recognition.GrammarBuilder.DebugShowPhrases", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L243C17-L243C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L243C17-L243C37" }, { "DocsId": "P:System.Speech.Recognition.GrammarBuilder.Culture", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L254C17-L254C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L254C17-L254C33" } ], "DocsId": "T:System.Speech.Recognition.GrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Recognition.LoadGrammarCompletedEventArgs.Grammar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/LoadGrammarCompletedEventArgs.cs#L25C19-L25C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/LoadGrammarCompletedEventArgs.cs#L25C19-L25C35" } ], "DocsId": "T:System.Speech.Recognition.LoadGrammarCompletedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/LoadGrammarCompletedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/LoadGrammarCompletedEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Recognition.RecognizeCompletedEventArgs.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L29C19-L29C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L29C19-L29C34" }, { "DocsId": "P:System.Speech.Recognition.RecognizeCompletedEventArgs.InitialSilenceTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L33C19-L33C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L33C19-L33C49" }, { "DocsId": "P:System.Speech.Recognition.RecognizeCompletedEventArgs.BabbleTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L37C19-L37C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L37C19-L37C41" }, { "DocsId": "P:System.Speech.Recognition.RecognizeCompletedEventArgs.InputStreamEnded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L41C19-L41C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L41C19-L41C44" }, { "DocsId": "P:System.Speech.Recognition.RecognizeCompletedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L45C19-L45C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L45C19-L45C41" } ], "DocsId": "T:System.Speech.Recognition.RecognizeCompletedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Recognition.RecognizeMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" }, { "DocsId": "F:System.Speech.Recognition.RecognizeMode.Single", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" }, { "DocsId": "F:System.Speech.Recognition.RecognizeMode.Multiple", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" } ], "DocsId": "T:System.Speech.Recognition.RecognizeMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.RecognizerInfo.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L100C13-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L100C13-L102C10" }, { "DocsId": "P:System.Speech.Recognition.RecognizerInfo.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L109C19-L109C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L109C19-L109C30" }, { "DocsId": "P:System.Speech.Recognition.RecognizerInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L113C19-L113C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L113C19-L113C32" }, { "DocsId": "P:System.Speech.Recognition.RecognizerInfo.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L117C19-L117C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L117C19-L117C39" }, { "DocsId": "P:System.Speech.Recognition.RecognizerInfo.Culture", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L121C19-L121C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L121C19-L121C35" }, { "DocsId": "P:System.Speech.Recognition.RecognizerInfo.SupportedAudioFormats", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L125C19-L125C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L125C19-L125C49" }, { "DocsId": "P:System.Speech.Recognition.RecognizerInfo.AdditionalInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L129C19-L129C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L129C19-L129C38" } ], "DocsId": "T:System.Speech.Recognition.RecognizerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Recognition.RecognizerState.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" }, { "DocsId": "F:System.Speech.Recognition.RecognizerState.Stopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" }, { "DocsId": "F:System.Speech.Recognition.RecognizerState.Listening", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" } ], "DocsId": "T:System.Speech.Recognition.RecognizerState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Recognition.StateChangedEventArgs.RecognizerState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerStateChangedEventArgs.cs#L22C19-L22C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerStateChangedEventArgs.cs#L22C19-L22C43" } ], "DocsId": "T:System.Speech.Recognition.StateChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerStateChangedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerStateChangedEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SemanticResultKey.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs#L24C15-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs#L24C15-L34C10" }, { "DocsId": "M:System.Speech.Recognition.SemanticResultKey.#ctor(System.String,System.Speech.Recognition.GrammarBuilder[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs#L37C15-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs#L37C15-L47C10" }, { "DocsId": "M:System.Speech.Recognition.SemanticResultKey.ToGrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs#L54C13-L54C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs#L54C13-L54C45" } ], "DocsId": "T:System.Speech.Recognition.SemanticResultKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SemanticResultValue.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L14C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L14C9-L19C10" }, { "DocsId": "M:System.Speech.Recognition.SemanticResultValue.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L20C9-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L20C9-L26C10" }, { "DocsId": "M:System.Speech.Recognition.SemanticResultValue.#ctor(System.Speech.Recognition.GrammarBuilder,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L27C9-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L27C9-L33C10" }, { "DocsId": "M:System.Speech.Recognition.SemanticResultValue.ToGrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L40C13-L40C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L40C13-L40C45" } ], "DocsId": "T:System.Speech.Recognition.SemanticResultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Recognition.SpeechDetectedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechDetectedEventArgs.cs#L22C19-L22C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechDetectedEventArgs.cs#L22C19-L22C41" } ], "DocsId": "T:System.Speech.Recognition.SpeechDetectedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechDetectedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechDetectedEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L21C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L21C9-L24C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.#ctor(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L25C9-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L25C9-L55C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L56C9-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L56C9-L70C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.#ctor(System.Speech.Recognition.RecognizerInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L71C9-L76C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L71C9-L76C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L79C13-L81C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L79C13-L81C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L84C13-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L84C13-L98C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.InstalledRecognizers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L107C13-L130C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L107C13-L130C72" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.SetInputToWaveFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L227C13-L230C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L227C13-L230C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.SetInputToWaveStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L233C13-L234C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L233C13-L234C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.SetInputToAudioStream(System.IO.Stream,System.Speech.AudioFormat.SpeechAudioFormatInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L237C13-L241C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L237C13-L241C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.SetInputToNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L246C13-L247C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L246C13-L247C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.SetInputToDefaultAudioDevice", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L252C13-L253C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L252C13-L253C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.Recognize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L261C13-L261C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L261C13-L261C71" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.Recognize(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L265C13-L270C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L265C13-L270C62" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RecognizeAsync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L276C13-L277C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L276C13-L277C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RecognizeAsync(System.Speech.Recognition.RecognizeMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L282C13-L288C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L282C13-L288C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RecognizeAsyncCancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L293C13-L294C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L293C13-L294C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RecognizeAsyncStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L299C13-L300C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L299C13-L300C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.QueryRecognizerSetting(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L305C13-L305C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L305C13-L305C65" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.UpdateRecognizerSetting(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L309C13-L310C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L309C13-L310C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.UpdateRecognizerSetting(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L313C13-L314C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L313C13-L314C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.LoadGrammar(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L317C13-L318C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L317C13-L318C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.LoadGrammarAsync(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L321C13-L322C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L321C13-L322C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.UnloadGrammar(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L325C13-L326C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L325C13-L326C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.UnloadAllGrammars", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L329C13-L330C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L329C13-L330C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognize(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L333C13-L333C136" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L333C13-L333C136" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognize(System.String,System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L337C13-L342C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L337C13-L342C73" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognize(System.Speech.Recognition.RecognizedWordUnit[],System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L346C13-L351C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L346C13-L351C73" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognizeAsync(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L355C13-L356C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L355C13-L356C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognizeAsync(System.String,System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L359C13-L365C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L359C13-L365C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognizeAsync(System.Speech.Recognition.RecognizedWordUnit[],System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L368C13-L374C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L368C13-L374C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RequestRecognizerUpdate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L379C13-L380C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L379C13-L380C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RequestRecognizerUpdate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L383C13-L384C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L383C13-L384C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RequestRecognizerUpdate(System.Object,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L387C13-L388C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L387C13-L388C10" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.RecognizeCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognizeCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.LoadGrammarCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.SpeechDetected", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.SpeechRecognized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.SpeechRecognitionRejected", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.RecognizerUpdateReached", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.SpeechHypothesized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L417C17-L423C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L417C17-L423C14" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.AudioSignalProblemOccurred", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L441C17-L447C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L441C17-L447C14" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.AudioLevelUpdated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L465C17-L471C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L465C17-L471C14" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.AudioStateChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L489C17-L495C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L489C17-L495C14" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.InitialSilenceTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L141C19-L141C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L141C19-L141C57" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.BabbleTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L147C19-L147C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L147C19-L147C49" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.EndSilenceTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L153C19-L153C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L153C19-L153C127" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.EndSilenceTimeoutAmbiguous", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L166C19-L166C135" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L166C19-L166C135" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.Grammars", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L180C19-L180C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L180C19-L180C44" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.RecognizerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L186C19-L186C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L186C19-L186C50" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.AudioState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L192C19-L192C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L192C19-L192C46" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.AudioLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L198C19-L198C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L198C19-L198C46" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.RecognizerAudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L204C19-L204C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L204C19-L204C59" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L210C19-L210C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L210C19-L210C49" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.AudioFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L214C19-L214C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L214C19-L214C47" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.MaxAlternates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L218C19-L218C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L218C19-L218C49" } ], "DocsId": "T:System.Speech.Recognition.SpeechRecognitionEngine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L17C9-L20C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L23C13-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L23C13-L25C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L28C13-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L28C13-L42C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.LoadGrammar(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L116C13-L117C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L116C13-L117C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.LoadGrammarAsync(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L120C13-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L120C13-L121C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.UnloadGrammar(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L124C13-L125C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L124C13-L125C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.UnloadAllGrammars", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L128C13-L129C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L128C13-L129C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognize(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L132C13-L138C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L132C13-L138C88" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognize(System.String,System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L143C13-L149C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L143C13-L149C88" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognize(System.Speech.Recognition.RecognizedWordUnit[],System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L154C13-L160C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L154C13-L160C88" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognizeAsync(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L165C13-L171C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L165C13-L171C88" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognizeAsync(System.String,System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L176C13-L182C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L176C13-L182C88" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognizeAsync(System.Speech.Recognition.RecognizedWordUnit[],System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L187C13-L193C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L187C13-L193C88" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.RequestRecognizerUpdate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L200C13-L201C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L200C13-L201C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.RequestRecognizerUpdate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L204C13-L205C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L204C13-L205C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.RequestRecognizerUpdate(System.Object,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L208C13-L209C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L208C13-L209C10" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.StateChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.EmulateRecognizeCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.LoadGrammarCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.SpeechDetected", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.SpeechRecognized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.SpeechRecognitionRejected", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.RecognizerUpdateReached", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.SpeechHypothesized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L236C17-L242C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L236C17-L242C14" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.AudioSignalProblemOccurred", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L260C17-L266C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L260C17-L266C14" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.AudioLevelUpdated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L284C17-L290C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L284C17-L290C14" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.AudioStateChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L308C17-L314C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L308C17-L314C14" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L51C19-L51C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L51C19-L51C41" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L57C19-L57C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L57C19-L57C43" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.PauseRecognizerOnRecognition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L62C19-L62C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L62C19-L62C64" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.Grammars", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L69C19-L69C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L69C19-L69C44" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.RecognizerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L75C19-L75C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L75C19-L75C50" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.AudioState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L81C19-L81C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L81C19-L81C46" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.AudioLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L87C19-L87C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L87C19-L87C46" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L93C19-L93C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L93C19-L93C49" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.RecognizerAudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L99C19-L99C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L99C19-L99C59" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.AudioFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L103C19-L103C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L103C19-L103C47" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.MaxAlternates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L107C19-L107C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L107C19-L107C49" } ], "DocsId": "T:System.Speech.Recognition.SpeechRecognizer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SpeechUI.SendTextFeedback(System.Speech.Recognition.RecognitionResult,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechUI.cs#L15C13-L18C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechUI.cs#L15C13-L18C73" } ], "DocsId": "T:System.Speech.Recognition.SpeechUI", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechUI.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechUI.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Recognition.SubsetMatchingMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" }, { "DocsId": "F:System.Speech.Recognition.SubsetMatchingMode.Subsequence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" }, { "DocsId": "F:System.Speech.Recognition.SubsetMatchingMode.OrderedSubset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" }, { "DocsId": "F:System.Speech.Recognition.SubsetMatchingMode.SubsequenceContentRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" }, { "DocsId": "F:System.Speech.Recognition.SubsetMatchingMode.OrderedSubsetContentRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" } ], "DocsId": "T:System.Speech.Recognition.SubsetMatchingMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Recognition.RecognizerUpdateReachedEventArgs.UserToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/UpdateEventArgs.cs#L25C19-L25C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/UpdateEventArgs.cs#L25C19-L25C37" }, { "DocsId": "P:System.Speech.Recognition.RecognizerUpdateReachedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/UpdateEventArgs.cs#L29C19-L29C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/UpdateEventArgs.cs#L29C19-L29C41" } ], "DocsId": "T:System.Speech.Recognition.RecognizerUpdateReachedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/UpdateEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/UpdateEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Recognition.RecognitionEventArgs.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs#L20C19-L20C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs#L20C19-L20C34" } ], "DocsId": "T:System.Speech.Recognition.RecognitionEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" }, { "Members": [], "DocsId": "T:System.Speech.Recognition.SpeechRecognizedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" }, { "Members": [], "DocsId": "T:System.Speech.Recognition.SpeechRecognitionRejectedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" }, { "Members": [], "DocsId": "T:System.Speech.Recognition.SpeechHypothesizedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.RecognitionResult.GetAudioForWordRange(System.Speech.Recognition.RecognizedWordUnit,System.Speech.Recognition.RecognizedWordUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L65C13-L68C139" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L65C13-L68C139" }, { "DocsId": "M:System.Speech.Recognition.RecognitionResult.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L74C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L74C13-L113C10" }, { "DocsId": "P:System.Speech.Recognition.RecognitionResult.Audio", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L150C17-L193C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L150C17-L193C31" }, { "DocsId": "P:System.Speech.Recognition.RecognitionResult.Alternates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L203C17-L203C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L203C17-L203C82" } ], "DocsId": "T:System.Speech.Recognition.RecognitionResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognitionResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognitionResult.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.RecognizedAudio.WriteToWaveStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L48C13-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L48C13-L59C10" }, { "DocsId": "M:System.Speech.Recognition.RecognizedAudio.WriteToAudioStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L64C13-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L64C13-L70C10" }, { "DocsId": "M:System.Speech.Recognition.RecognizedAudio.GetRange(System.TimeSpan,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L75C13-L104C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L75C13-L104C119" }, { "DocsId": "P:System.Speech.Recognition.RecognizedAudio.Format", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L23C19-L23C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L23C19-L23C39" }, { "DocsId": "P:System.Speech.Recognition.RecognizedAudio.StartTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L29C19-L29C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L29C19-L29C37" }, { "DocsId": "P:System.Speech.Recognition.RecognizedAudio.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L36C19-L36C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L36C19-L36C41" }, { "DocsId": "P:System.Speech.Recognition.RecognizedAudio.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L42C19-L42C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L42C19-L42C41" } ], "DocsId": "T:System.Speech.Recognition.RecognizedAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedAudio.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedAudio.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.RecognizedPhrase.ConstructSmlFromSemantics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L37C13-L78C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L37C13-L78C29" }, { "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L88C17-L142C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L88C17-L142C30" }, { "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Confidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L149C17-L149C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L149C17-L149C36" }, { "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Words", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L156C17-L211C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L156C17-L211C31" }, { "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Semantics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L220C17-L233C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L220C17-L233C35" }, { "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Homophones", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L242C17-L260C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L242C17-L260C36" }, { "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Grammar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L268C17-L277C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L268C17-L277C33" }, { "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.ReplacementWordUnits", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L284C17-L308C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L284C17-L308C41" }, { "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.HomophoneGroupId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L315C17-L315C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L315C17-L315C42" } ], "DocsId": "T:System.Speech.Recognition.RecognizedPhrase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.RecognizedWordUnit.#ctor(System.String,System.Single,System.String,System.String,System.Speech.Recognition.DisplayAttributes,System.TimeSpan,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L19C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L19C9-L35C10" }, { "DocsId": "P:System.Speech.Recognition.RecognizedWordUnit.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L46C19-L46C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L46C19-L46C32" }, { "DocsId": "P:System.Speech.Recognition.RecognizedWordUnit.Confidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L52C19-L52C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L52C19-L52C38" }, { "DocsId": "P:System.Speech.Recognition.RecognizedWordUnit.Pronunciation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L58C17-L58C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L58C17-L58C39" }, { "DocsId": "P:System.Speech.Recognition.RecognizedWordUnit.LexicalForm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L63C19-L63C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L63C19-L63C39" }, { "DocsId": "P:System.Speech.Recognition.RecognizedWordUnit.DisplayAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L67C19-L67C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L67C19-L67C45" } ], "DocsId": "T:System.Speech.Recognition.RecognizedWordUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Recognition.DisplayAttributes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" }, { "DocsId": "F:System.Speech.Recognition.DisplayAttributes.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" }, { "DocsId": "F:System.Speech.Recognition.DisplayAttributes.ZeroTrailingSpaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" }, { "DocsId": "F:System.Speech.Recognition.DisplayAttributes.OneTrailingSpace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" }, { "DocsId": "F:System.Speech.Recognition.DisplayAttributes.TwoTrailingSpaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" }, { "DocsId": "F:System.Speech.Recognition.DisplayAttributes.ConsumeLeadingSpaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" } ], "DocsId": "T:System.Speech.Recognition.DisplayAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Recognition.ReplacementText.DisplayAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/ReplacementText.cs#L30C17-L30C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/ReplacementText.cs#L30C17-L30C43" }, { "DocsId": "P:System.Speech.Recognition.ReplacementText.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/ReplacementText.cs#L37C17-L37C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/ReplacementText.cs#L37C17-L37C30" }, { "DocsId": "P:System.Speech.Recognition.ReplacementText.FirstWordIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/ReplacementText.cs#L44C17-L44C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/ReplacementText.cs#L44C17-L44C35" }, { "DocsId": "P:System.Speech.Recognition.ReplacementText.CountOfWords", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/ReplacementText.cs#L51C17-L51C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/ReplacementText.cs#L51C17-L51C38" } ], "DocsId": "T:System.Speech.Recognition.ReplacementText", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/ReplacementText.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/ReplacementText.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SemanticValue.#ctor(System.String,System.Object,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L19C9-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L19C9-L27C10" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L30C15-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L30C15-L32C10" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L39C13-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L39C13-L53C10" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L56C13-L56C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L56C13-L56C26" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.Contains(System.Collections.Generic.KeyValuePair{System.String,System.Speech.Recognition.SemanticValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L97C13-L97C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L97C13-L97C97" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L101C13-L101C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L101C13-L101C49" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#Add(System.Collections.Generic.KeyValuePair{System.String,System.Speech.Recognition.SemanticValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L113C13-L113C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L113C13-L113C78" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#Add(System.String,System.Speech.Recognition.SemanticValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L118C13-L118C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L118C13-L118C78" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L123C13-L123C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L123C13-L123C78" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#Remove(System.Collections.Generic.KeyValuePair{System.String,System.Speech.Recognition.SemanticValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L128C13-L128C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L128C13-L128C78" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L133C13-L133C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L133C13-L133C78" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Speech.Recognition.SemanticValue}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L137C13-L138C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L137C13-L138C10" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IEnumerable>#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L141C13-L141C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L141C13-L141C48" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L146C19-L146C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L146C19-L146C31" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L151C19-L151C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L151C19-L151C43" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#get_Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L156C19-L156C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L156C19-L156C45" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L160C13-L160C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L160C13-L160C93" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#TryGetValue(System.String,System.Speech.Recognition.SemanticValue@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L165C13-L165C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L165C13-L165C60" }, { "DocsId": "P:System.Speech.Recognition.SemanticValue.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L69C17-L69C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L69C17-L69C31" }, { "DocsId": "P:System.Speech.Recognition.SemanticValue.Confidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L82C17-L82C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L82C17-L82C36" }, { "DocsId": "P:System.Speech.Recognition.SemanticValue.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L92C19-L92C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L92C19-L92C43" }, { "DocsId": "P:System.Speech.Recognition.SemanticValue.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L105C19-L105C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L105C19-L105C44" }, { "DocsId": "P:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L146C19-L146C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L146C19-L146C31" }, { "DocsId": "P:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L151C19-L151C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L151C19-L151C43" }, { "DocsId": "P:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L156C19-L156C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L156C19-L156C45" } ], "DocsId": "T:System.Speech.Recognition.SemanticValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L26C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L26C9-L29C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L31C9-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L31C9-L39C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.#ctor(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L40C9-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L40C9-L45C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.#ctor(System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L46C9-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L46C9-L63C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L65C57-L71C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L65C57-L71C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.WriteSrgs(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L78C13-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L78C13-L85C10" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.XmlBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L98C17-L98C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L98C17-L98C41" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Culture", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L116C17-L116C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L116C17-L116C41" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Root", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L136C17-L136C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L136C17-L136C38" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Mode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L154C17-L154C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L154C17-L154C113" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.PhoneticAlphabet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L169C17-L169C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L169C17-L169C72" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Rules", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L186C17-L186C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L186C17-L186C39" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L197C17-L197C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L197C17-L197C42" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Namespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L215C17-L215C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L215C17-L215C43" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.CodeBehind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L233C17-L233C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L233C17-L233C44" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Debug", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L244C17-L244C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L244C17-L244C39" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Script", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L259C17-L259C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L259C17-L259C40" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.ImportNamespaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L275C17-L275C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L275C17-L275C50" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.AssemblyReferences", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L286C17-L286C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L286C17-L286C52" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode.Voice", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode.Dtmf", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet.Sapi", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet.Ipa", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet.Ups", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsElement.cs#L18C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsElement.cs#L18C9-L20C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsElement.System#Speech#Internal#SrgsParser#IElement#PostParse(System.Speech.Internal.SrgsParser.IElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsElement.cs#L48C9-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsElement.cs#L48C9-L48C10" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsElement.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.Compile(System.String,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L24C13-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L24C13-L31C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.Compile(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L38C13-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L38C13-L42C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.Compile(System.Xml.XmlReader,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L49C13-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L49C13-L53C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.CompileClassLibrary(System.String[],System.String,System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L60C13-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L60C13-L87C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.CompileClassLibrary(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.String,System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L94C13-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L94C13-L98C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.CompileClassLibrary(System.Xml.XmlReader,System.String,System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L105C13-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L105C13-L109C10" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L306C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L306C9-L23C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L25C15-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L25C15-L30C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsElement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L32C15-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L32C15-L44C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L46C15-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L46C15-L49C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L51C15-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L51C15-L54C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.Int32,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L58C15-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L58C15-L61C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.Int32,System.Int32,System.Speech.Recognition.SrgsGrammar.SrgsElement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L63C15-L66C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L63C15-L66C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.SetRepeat(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L74C13-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L74C13-L79C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.SetRepeat(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L83C13-L99C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L83C13-L99C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.Add(System.Speech.Recognition.SrgsGrammar.SrgsElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L102C13-L105C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L102C13-L105C10" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsItem.Elements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L114C17-L114C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L114C17-L114C34" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsItem.RepeatProbability", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L122C17-L122C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L122C17-L122C43" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsItem.MinRepeat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L139C17-L139C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L139C17-L139C62" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsItem.MaxRepeat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L147C17-L147C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L147C17-L147C62" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsItem.Weight", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L154C17-L154C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L154C17-L154C32" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L18C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L18C9-L20C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L21C9-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L21C9-L26C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L28C15-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L28C15-L31C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.System#Speech#Internal#SrgsParser#IPropertyTag#NameValue(System.Speech.Internal.SrgsParser.IElement,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L128C13-L130C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L128C13-L130C10" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L41C17-L41C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L41C17-L41C30" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L54C19-L54C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L54C19-L54C33" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsOneOf.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L126C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L126C9-L21C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsOneOf.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L23C15-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L23C15-L36C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsOneOf.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsItem[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L38C15-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L38C15-L52C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsOneOf.Add(System.Speech.Recognition.SrgsGrammar.SrgsItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L59C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L59C13-L62C10" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsOneOf.Items", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L73C17-L73C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L73C17-L73C31" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsOneOf", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRule.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L26C15-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L26C15-L30C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRule.#ctor(System.String,System.Speech.Recognition.SrgsGrammar.SrgsElement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L32C15-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L32C15-L47C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRule.Add(System.Speech.Recognition.SrgsGrammar.SrgsElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L54C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L54C13-L57C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRule.System#Speech#Internal#SrgsParser#IElement#PostParse(System.Speech.Internal.SrgsParser.IElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L315C13-L316C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L315C13-L316C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRule.System#Speech#Internal#SrgsParser#IRule#CreateScript(System.Speech.Internal.SrgsParser.IGrammar,System.String,System.String,System.Speech.Internal.SrgsParser.RuleMethodScript)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L323C21-L343C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L323C21-L343C10" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.Elements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L66C17-L66C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L66C17-L66C34" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L73C17-L73C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L73C17-L73C28" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L85C17-L85C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L85C17-L85C31" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.BaseClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L101C17-L101C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L101C17-L101C35" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.Script", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L119C17-L119C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L119C17-L119C32" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.OnInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L135C17-L135C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L135C17-L135C32" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.OnParse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L151C17-L151C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L151C17-L151C33" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.OnError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L167C17-L167C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L167C17-L167C33" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.OnRecognition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L183C17-L183C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L183C17-L183C39" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleScope.Public", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleScope.Private", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsRuleScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L19C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L19C9-L22C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L23C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L23C9-L28C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Uri,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L29C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L29C9-L34C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Uri,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L35C9-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L35C9-L40C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L41C9-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L41C9-L46C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsRule,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L48C15-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L48C15-L53C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsRule,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L55C15-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L55C15-L61C10" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Null", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Void", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Garbage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Dictation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.MnemonicSpelling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L86C17-L86C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L86C17-L86C29" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.SemanticKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L97C17-L97C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L97C17-L97C37" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Params", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L108C17-L108C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L108C17-L108C32" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRulesCollection.Add(System.Speech.Recognition.SrgsGrammar.SrgsRule[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs#L14C13-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs#L14C13-L24C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRulesCollection.GetKeyForItem(System.Speech.Recognition.SrgsGrammar.SrgsRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs#L27C13-L29C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs#L27C13-L29C28" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRulesCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsRulesCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L98C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L98C9-L19C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L98C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L98C9-L25C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag.System#Speech#Internal#SrgsParser#ISemanticTag#Content(System.Speech.Internal.SrgsParser.IElement,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L91C13-L92C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L91C13-L92C10" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag.Script", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L34C17-L34C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L34C17-L34C32" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsSubset.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L19C15-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L19C15-L21C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsSubset.#ctor(System.String,System.Speech.Recognition.SubsetMatchingMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L22C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L22C9-L35C10" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsSubset.MatchingMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L44C17-L44C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L44C17-L44C35" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsSubset.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L60C17-L60C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L60C17-L60C30" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsSubset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsText.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs#L67C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs#L67C9-L18C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsText.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs#L67C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs#L67C9-L24C10" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsText.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs#L33C17-L33C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs#L33C17-L33C30" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsText", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsToken.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L161C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L161C9-L23C10" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsToken.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L32C17-L32C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L32C17-L32C30" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsToken.Pronunciation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L51C17-L51C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L51C17-L51C39" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsToken.Display", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L63C17-L63C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L63C17-L63C33" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs" }, { "Members": [ { "DocsId": "F:System.Speech.AudioFormat.EncodingFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" }, { "DocsId": "F:System.Speech.AudioFormat.EncodingFormat.Pcm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" }, { "DocsId": "F:System.Speech.AudioFormat.EncodingFormat.ALaw", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" }, { "DocsId": "F:System.Speech.AudioFormat.EncodingFormat.ULaw", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" } ], "DocsId": "T:System.Speech.AudioFormat.EncodingFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" }, { "Members": [ { "DocsId": "M:System.Speech.AudioFormat.SpeechAudioFormatInfo.#ctor(System.Speech.AudioFormat.EncodingFormat,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L63C15-L76C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L63C15-L76C10" }, { "DocsId": "M:System.Speech.AudioFormat.SpeechAudioFormatInfo.#ctor(System.Int32,System.Speech.AudioFormat.AudioBitsPerSample,System.Speech.AudioFormat.AudioChannel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L78C15-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L78C15-L83C10" }, { "DocsId": "M:System.Speech.AudioFormat.SpeechAudioFormatInfo.FormatSpecificData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L101C46-L101C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L101C46-L101C89" }, { "DocsId": "M:System.Speech.AudioFormat.SpeechAudioFormatInfo.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L104C13-L130C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L104C13-L130C25" }, { "DocsId": "M:System.Speech.AudioFormat.SpeechAudioFormatInfo.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L134C13-L134C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L134C13-L134C57" }, { "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.AverageBytesPerSecond", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L89C50-L89C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L89C50-L89C80" }, { "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.BitsPerSample", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L91C42-L91C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L91C42-L91C64" }, { "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.BlockAlign", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L93C39-L93C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L93C39-L93C58" }, { "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.EncodingFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L94C54-L94C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L94C54-L94C77" }, { "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.ChannelCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L95C41-L95C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L95C41-L95C62" }, { "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.SamplesPerSecond", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L96C45-L96C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L96C45-L96C70" } ], "DocsId": "T:System.Speech.AudioFormat.SpeechAudioFormatInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" }, { "Members": [ { "DocsId": "F:System.Speech.AudioFormat.AudioChannel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" }, { "DocsId": "F:System.Speech.AudioFormat.AudioChannel.Mono", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" }, { "DocsId": "F:System.Speech.AudioFormat.AudioChannel.Stereo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" } ], "DocsId": "T:System.Speech.AudioFormat.AudioChannel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" }, { "Members": [ { "DocsId": "F:System.Speech.AudioFormat.AudioBitsPerSample.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" }, { "DocsId": "F:System.Speech.AudioFormat.AudioBitsPerSample.Eight", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" }, { "DocsId": "F:System.Speech.AudioFormat.AudioBitsPerSample.Sixteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" } ], "DocsId": "T:System.Speech.AudioFormat.AudioBitsPerSample", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Text.Encoding.CodePages.json b/xml/SourceLinkInformation/net-8.0-pp/System.Text.Encoding.CodePages.json index 735c49e051a..e22d1ce5f6a 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Text.Encoding.CodePages.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Text.Encoding.CodePages.json @@ -1,29 +1,29 @@ { "Assembly": "System.Text.Encoding.CodePages", - "GUID": "372322A5E584B2D9F48AD80D2BFB21FCFFFFFFFF", + "GUID": "9CC7CB33369C0D4CC11994AE581F60B9FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Text.CodePagesEncodingProvider.GetEncoding(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encoding.CodePages/src/System/Text/CodePagesEncodingProvider.cs#L27C17-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encoding.CodePages/src/System/Text/CodePagesEncodingProvider.cs#L27C17-L83C10" }, { "DocsId": "M:System.Text.CodePagesEncodingProvider.GetEncoding(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encoding.CodePages/src/System/Text/CodePagesEncodingProvider.cs#L87C13-L91C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encoding.CodePages/src/System/Text/CodePagesEncodingProvider.cs#L87C13-L91C42" }, { "DocsId": "M:System.Text.CodePagesEncodingProvider.GetEncodings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encoding.CodePages/src/System/Text/CodePagesEncodingProvider.netcoreapp.cs#L10C108-L10C147" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encoding.CodePages/src/System/Text/CodePagesEncodingProvider.netcoreapp.cs#L10C108-L10C147" }, { "DocsId": "P:System.Text.CodePagesEncodingProvider.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encoding.CodePages/src/System/Text/CodePagesEncodingProvider.cs#L21C19-L21C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encoding.CodePages/src/System/Text/CodePagesEncodingProvider.cs#L21C19-L21C38" } ], "DocsId": "T:System.Text.CodePagesEncodingProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encoding.CodePages/src/System/Text/CodePagesEncodingProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encoding.CodePages/src/System/Text/CodePagesEncodingProvider.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Text.Encodings.Web.json b/xml/SourceLinkInformation/net-8.0-pp/System.Text.Encodings.Web.json index a7e3e957d7c..e10c411ca88 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Text.Encodings.Web.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Text.Encodings.Web.json @@ -1,869 +1,869 @@ { "Assembly": "System.Text.Encodings.Web", - "GUID": "3B38A4459478259DB1083B9C9613E68CFFFFFFFF", + "GUID": "EAC8CC0856661913D8F0D5DDDEA0E5D6FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Text.Unicode.UnicodeRange.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRange.cs#L21C9-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRange.cs#L21C9-L36C10" }, { "DocsId": "M:System.Text.Unicode.UnicodeRange.Create(System.Char,System.Char)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRange.cs#L56C13-L61C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRange.cs#L56C13-L61C96" }, { "DocsId": "P:System.Text.Unicode.UnicodeRange.FirstCodePoint", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRange.cs#L41C37-L41C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRange.cs#L41C37-L41C41" }, { "DocsId": "P:System.Text.Unicode.UnicodeRange.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRange.cs#L46C29-L46C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRange.cs#L46C29-L46C33" } ], "DocsId": "T:System.Text.Unicode.UnicodeRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRange.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRange.cs" }, { "Members": [ { "DocsId": "P:System.Text.Unicode.UnicodeRanges.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.cs#L19C44-L19C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.cs#L19C44-L19C80" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.cs#L26C43-L26C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.cs#L26C43-L26C92" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.BasicLatin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L20C50-L20C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L20C50-L20C116" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Latin1Supplement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L29C56-L29C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L29C56-L29C122" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.LatinExtendedA", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L38C54-L38C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L38C54-L38C120" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.LatinExtendedB", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L47C54-L47C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L47C54-L47C120" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.IpaExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L56C53-L56C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L56C53-L56C119" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.SpacingModifierLetters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L65C62-L65C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L65C62-L65C128" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CombiningDiacriticalMarks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L74C65-L74C131" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L74C65-L74C131" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.GreekandCoptic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L83C54-L83C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L83C54-L83C120" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Cyrillic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L92C48-L92C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L92C48-L92C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CyrillicSupplement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L101C58-L101C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L101C58-L101C124" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Armenian", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L110C48-L110C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L110C48-L110C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Hebrew", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L119C46-L119C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L119C46-L119C112" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Arabic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L128C46-L128C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L128C46-L128C112" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Syriac", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L137C46-L137C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L137C46-L137C112" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.ArabicSupplement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L146C56-L146C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L146C56-L146C122" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Thaana", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L155C46-L155C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L155C46-L155C112" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.NKo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L164C43-L164C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L164C43-L164C109" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Samaritan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L173C49-L173C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L173C49-L173C115" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Mandaic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L182C47-L182C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L182C47-L182C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.SyriacSupplement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L191C56-L191C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L191C56-L191C122" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.ArabicExtendedB", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L200C55-L200C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L200C55-L200C121" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.ArabicExtendedA", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L209C55-L209C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L209C55-L209C121" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Devanagari", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L218C50-L218C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L218C50-L218C116" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Bengali", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L227C47-L227C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L227C47-L227C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Gurmukhi", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L236C48-L236C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L236C48-L236C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Gujarati", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L245C48-L245C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L245C48-L245C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Oriya", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L254C45-L254C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L254C45-L254C111" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Tamil", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L263C45-L263C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L263C45-L263C111" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Telugu", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L272C46-L272C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L272C46-L272C112" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Kannada", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L281C47-L281C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L281C47-L281C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Malayalam", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L290C49-L290C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L290C49-L290C115" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Sinhala", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L299C47-L299C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L299C47-L299C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Thai", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L308C44-L308C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L308C44-L308C110" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Lao", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L317C43-L317C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L317C43-L317C109" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Tibetan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L326C47-L326C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L326C47-L326C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Myanmar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L335C47-L335C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L335C47-L335C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Georgian", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L344C48-L344C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L344C48-L344C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.HangulJamo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L353C50-L353C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L353C50-L353C116" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Ethiopic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L362C48-L362C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L362C48-L362C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.EthiopicSupplement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L371C58-L371C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L371C58-L371C124" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Cherokee", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L380C48-L380C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L380C48-L380C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.UnifiedCanadianAboriginalSyllabics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L389C74-L389C140" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L389C74-L389C140" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Ogham", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L398C45-L398C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L398C45-L398C111" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Runic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L407C45-L407C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L407C45-L407C111" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Tagalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L416C47-L416C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L416C47-L416C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Hanunoo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L425C47-L425C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L425C47-L425C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Buhid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L434C45-L434C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L434C45-L434C111" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Tagbanwa", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L443C48-L443C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L443C48-L443C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Khmer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L452C45-L452C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L452C45-L452C111" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Mongolian", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L461C49-L461C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L461C49-L461C115" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.UnifiedCanadianAboriginalSyllabicsExtended", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L470C82-L470C148" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L470C82-L470C148" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Limbu", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L479C45-L479C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L479C45-L479C111" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.TaiLe", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L488C45-L488C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L488C45-L488C111" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.NewTaiLue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L497C49-L497C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L497C49-L497C115" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.KhmerSymbols", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L506C52-L506C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L506C52-L506C118" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Buginese", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L515C48-L515C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L515C48-L515C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.TaiTham", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L524C47-L524C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L524C47-L524C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CombiningDiacriticalMarksExtended", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L533C73-L533C139" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L533C73-L533C139" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Balinese", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L542C48-L542C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L542C48-L542C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Sundanese", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L551C49-L551C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L551C49-L551C115" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Batak", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L560C45-L560C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L560C45-L560C111" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Lepcha", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L569C46-L569C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L569C46-L569C112" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.OlChiki", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L578C47-L578C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L578C47-L578C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CyrillicExtendedC", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L587C57-L587C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L587C57-L587C123" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.GeorgianExtended", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L596C56-L596C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L596C56-L596C122" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.SundaneseSupplement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L605C59-L605C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L605C59-L605C125" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.VedicExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L614C55-L614C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L614C55-L614C121" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.PhoneticExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L623C58-L623C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L623C58-L623C124" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.PhoneticExtensionsSupplement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L632C68-L632C134" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L632C68-L632C134" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CombiningDiacriticalMarksSupplement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L641C75-L641C141" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L641C75-L641C141" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.LatinExtendedAdditional", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L650C63-L650C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L650C63-L650C129" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.GreekExtended", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L659C53-L659C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L659C53-L659C119" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.GeneralPunctuation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L668C58-L668C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L668C58-L668C124" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.SuperscriptsandSubscripts", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L677C65-L677C131" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L677C65-L677C131" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CurrencySymbols", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L686C55-L686C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L686C55-L686C121" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CombiningDiacriticalMarksforSymbols", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L695C75-L695C141" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L695C75-L695C141" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.LetterlikeSymbols", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L704C57-L704C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L704C57-L704C123" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.NumberForms", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L713C51-L713C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L713C51-L713C117" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Arrows", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L722C46-L722C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L722C46-L722C112" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.MathematicalOperators", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L731C61-L731C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L731C61-L731C127" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.MiscellaneousTechnical", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L740C62-L740C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L740C62-L740C128" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.ControlPictures", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L749C55-L749C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L749C55-L749C121" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.OpticalCharacterRecognition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L758C67-L758C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L758C67-L758C133" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.EnclosedAlphanumerics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L767C61-L767C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L767C61-L767C127" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.BoxDrawing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L776C50-L776C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L776C50-L776C116" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.BlockElements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L785C53-L785C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L785C53-L785C119" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.GeometricShapes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L794C55-L794C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L794C55-L794C121" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.MiscellaneousSymbols", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L803C60-L803C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L803C60-L803C126" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Dingbats", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L812C48-L812C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L812C48-L812C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.MiscellaneousMathematicalSymbolsA", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L821C73-L821C139" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L821C73-L821C139" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.SupplementalArrowsA", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L830C59-L830C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L830C59-L830C125" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.BraillePatterns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L839C55-L839C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L839C55-L839C121" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.SupplementalArrowsB", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L848C59-L848C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L848C59-L848C125" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.MiscellaneousMathematicalSymbolsB", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L857C73-L857C139" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L857C73-L857C139" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.SupplementalMathematicalOperators", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L866C73-L866C139" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L866C73-L866C139" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.MiscellaneousSymbolsandArrows", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L875C69-L875C135" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L875C69-L875C135" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Glagolitic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L884C50-L884C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L884C50-L884C116" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.LatinExtendedC", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L893C54-L893C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L893C54-L893C120" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Coptic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L902C46-L902C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L902C46-L902C112" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.GeorgianSupplement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L911C58-L911C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L911C58-L911C124" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Tifinagh", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L920C48-L920C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L920C48-L920C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.EthiopicExtended", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L929C56-L929C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L929C56-L929C122" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CyrillicExtendedA", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L938C57-L938C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L938C57-L938C123" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.SupplementalPunctuation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L947C63-L947C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L947C63-L947C129" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CjkRadicalsSupplement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L956C61-L956C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L956C61-L956C127" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.KangxiRadicals", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L965C54-L965C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L965C54-L965C120" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.IdeographicDescriptionCharacters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L974C72-L974C138" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L974C72-L974C138" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CjkSymbolsandPunctuation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L983C64-L983C130" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L983C64-L983C130" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Hiragana", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L992C48-L992C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L992C48-L992C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Katakana", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1001C48-L1001C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1001C48-L1001C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Bopomofo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1010C48-L1010C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1010C48-L1010C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.HangulCompatibilityJamo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1019C63-L1019C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1019C63-L1019C129" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Kanbun", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1028C46-L1028C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1028C46-L1028C112" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.BopomofoExtended", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1037C56-L1037C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1037C56-L1037C122" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CjkStrokes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1046C50-L1046C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1046C50-L1046C116" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.KatakanaPhoneticExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1055C66-L1055C132" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1055C66-L1055C132" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.EnclosedCjkLettersandMonths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1064C67-L1064C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1064C67-L1064C133" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CjkCompatibility", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1073C56-L1073C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1073C56-L1073C122" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CjkUnifiedIdeographsExtensionA", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1082C70-L1082C136" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1082C70-L1082C136" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.YijingHexagramSymbols", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1091C61-L1091C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1091C61-L1091C127" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CjkUnifiedIdeographs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1100C60-L1100C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1100C60-L1100C126" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.YiSyllables", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1109C51-L1109C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1109C51-L1109C117" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.YiRadicals", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1118C50-L1118C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1118C50-L1118C116" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Lisu", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1127C44-L1127C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1127C44-L1127C110" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Vai", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1136C43-L1136C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1136C43-L1136C109" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CyrillicExtendedB", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1145C57-L1145C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1145C57-L1145C123" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Bamum", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1154C45-L1154C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1154C45-L1154C111" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.ModifierToneLetters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1163C59-L1163C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1163C59-L1163C125" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.LatinExtendedD", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1172C54-L1172C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1172C54-L1172C120" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.SylotiNagri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1181C51-L1181C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1181C51-L1181C117" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CommonIndicNumberForms", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1190C62-L1190C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1190C62-L1190C128" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Phagspa", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1199C47-L1199C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1199C47-L1199C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Saurashtra", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1208C50-L1208C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1208C50-L1208C116" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.DevanagariExtended", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1217C58-L1217C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1217C58-L1217C124" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.KayahLi", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1226C47-L1226C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1226C47-L1226C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Rejang", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1235C46-L1235C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1235C46-L1235C112" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.HangulJamoExtendedA", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1244C59-L1244C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1244C59-L1244C125" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Javanese", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1253C48-L1253C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1253C48-L1253C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.MyanmarExtendedB", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1262C56-L1262C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1262C56-L1262C122" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Cham", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1271C44-L1271C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1271C44-L1271C110" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.MyanmarExtendedA", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1280C56-L1280C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1280C56-L1280C122" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.TaiViet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1289C47-L1289C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1289C47-L1289C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.MeeteiMayekExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1298C61-L1298C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1298C61-L1298C127" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.EthiopicExtendedA", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1307C57-L1307C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1307C57-L1307C123" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.LatinExtendedE", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1316C54-L1316C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1316C54-L1316C120" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CherokeeSupplement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1325C58-L1325C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1325C58-L1325C124" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.MeeteiMayek", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1334C51-L1334C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1334C51-L1334C117" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.HangulSyllables", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1343C55-L1343C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1343C55-L1343C121" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.HangulJamoExtendedB", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1352C59-L1352C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1352C59-L1352C125" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CjkCompatibilityIdeographs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1361C66-L1361C132" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1361C66-L1361C132" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.AlphabeticPresentationForms", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1370C67-L1370C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1370C67-L1370C133" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.ArabicPresentationFormsA", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1379C64-L1379C130" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1379C64-L1379C130" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.VariationSelectors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1388C58-L1388C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1388C58-L1388C124" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.VerticalForms", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1397C53-L1397C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1397C53-L1397C119" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CombiningHalfMarks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1406C58-L1406C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1406C58-L1406C124" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CjkCompatibilityForms", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1415C61-L1415C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1415C61-L1415C127" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.SmallFormVariants", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1424C57-L1424C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1424C57-L1424C123" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.ArabicPresentationFormsB", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1433C64-L1433C130" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1433C64-L1433C130" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.HalfwidthandFullwidthForms", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1442C66-L1442C132" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1442C66-L1442C132" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Specials", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1451C48-L1451C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1451C48-L1451C114" } ], "DocsId": "T:System.Text.Unicode.UnicodeRanges", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.cs" }, { "Members": [ { "DocsId": "M:System.Text.Encodings.Web.HtmlEncoder.Create(System.Text.Encodings.Web.TextEncoderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/HtmlEncoder.cs#L25C13-L25C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/HtmlEncoder.cs#L25C13-L25C53" }, { "DocsId": "M:System.Text.Encodings.Web.HtmlEncoder.Create(System.Text.Unicode.UnicodeRange[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/HtmlEncoder.cs#L36C13-L36C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/HtmlEncoder.cs#L36C13-L36C83" }, { "DocsId": "M:System.Text.Encodings.Web.HtmlEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/HtmlEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/HtmlEncoder.cs" }, { "DocsId": "P:System.Text.Encodings.Web.HtmlEncoder.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/HtmlEncoder.cs#L16C46-L16C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/HtmlEncoder.cs#L16C46-L16C84" } ], "DocsId": "T:System.Text.Encodings.Web.HtmlEncoder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/HtmlEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/HtmlEncoder.cs" }, { "Members": [ { "DocsId": "M:System.Text.Encodings.Web.JavaScriptEncoder.Create(System.Text.Encodings.Web.TextEncoderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs#L45C13-L45C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs#L45C13-L45C59" }, { "DocsId": "M:System.Text.Encodings.Web.JavaScriptEncoder.Create(System.Text.Unicode.UnicodeRange[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs#L56C13-L56C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs#L56C13-L56C89" }, { "DocsId": "M:System.Text.Encodings.Web.JavaScriptEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs" }, { "DocsId": "P:System.Text.Encodings.Web.JavaScriptEncoder.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs#L16C52-L16C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs#L16C52-L16C96" }, { "DocsId": "P:System.Text.Encodings.Web.JavaScriptEncoder.UnsafeRelaxedJsonEscaping", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs#L36C70-L36C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs#L36C70-L36C125" } ], "DocsId": "T:System.Text.Encodings.Web.JavaScriptEncoder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs" }, { "Members": [ { "DocsId": "M:System.Text.Encodings.Web.TextEncoder.TryEncodeUnicodeScalar(System.Int32,System.Char*,System.Int32,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoder.FindFirstCharacterToEncode(System.Char*,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoder.WillEncode(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoder.Encode(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L131C13-L145C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L131C13-L145C80" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoder.Encode(System.IO.TextWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L194C13-L195C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L194C13-L195C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoder.Encode(System.IO.TextWriter,System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L206C13-L230C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L206C13-L230C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoder.Encode(System.IO.TextWriter,System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L241C13-L263C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L241C13-L263C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoder.EncodeUtf8(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int32@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L292C13-L318C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L292C13-L318C27" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoder.Encode(System.ReadOnlySpan{System.Char},System.Span{System.Char},System.Int32@,System.Int32@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L422C13-L448C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L422C13-L448C27" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoder.FindFirstCharacterToEncodeUtf8(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L561C13-L573C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L561C13-L573C87" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" }, { "DocsId": "P:System.Text.Encodings.Web.TextEncoder.MaxOutputCharactersPerInputCharacter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" } ], "DocsId": "T:System.Text.Encodings.Web.TextEncoder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" }, { "Members": [ { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L20C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L20C9-L22C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.#ctor(System.Text.Encodings.Web.TextEncoderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L27C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L27C9-L35C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.#ctor(System.Text.Unicode.UnicodeRange[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L41C9-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L41C9-L49C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.AllowCharacter(System.Char)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L56C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L56C13-L57C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.AllowCharacters(System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L64C13-L73C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L64C13-L73C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.AllowCodePoints(System.Collections.Generic.IEnumerable{System.Int32})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L80C13-L93C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L80C13-L93C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.AllowRange(System.Text.Unicode.UnicodeRange)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L100C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L100C13-L113C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.AllowRanges(System.Text.Unicode.UnicodeRange[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L120C13-L129C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L120C13-L129C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L136C13-L137C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L136C13-L137C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.ForbidCharacter(System.Char)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L144C13-L145C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L144C13-L145C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.ForbidCharacters(System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L152C13-L161C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L152C13-L161C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.ForbidRange(System.Text.Unicode.UnicodeRange)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L168C13-L181C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L168C13-L181C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.ForbidRanges(System.Text.Unicode.UnicodeRange[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L188C13-L197C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L188C13-L197C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.GetAllowedCodePoints", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs" } ], "DocsId": "T:System.Text.Encodings.Web.TextEncoderSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs" }, { "Members": [ { "DocsId": "M:System.Text.Encodings.Web.UrlEncoder.Create(System.Text.Encodings.Web.TextEncoderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UrlEncoder.cs#L25C13-L25C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UrlEncoder.cs#L25C13-L25C52" }, { "DocsId": "M:System.Text.Encodings.Web.UrlEncoder.Create(System.Text.Unicode.UnicodeRange[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UrlEncoder.cs#L36C13-L36C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UrlEncoder.cs#L36C13-L36C82" }, { "DocsId": "M:System.Text.Encodings.Web.UrlEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UrlEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UrlEncoder.cs" }, { "DocsId": "P:System.Text.Encodings.Web.UrlEncoder.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UrlEncoder.cs#L16C45-L16C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UrlEncoder.cs#L16C45-L16C82" } ], "DocsId": "T:System.Text.Encodings.Web.UrlEncoder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UrlEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UrlEncoder.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Threading.AccessControl.json b/xml/SourceLinkInformation/net-8.0-pp/System.Threading.AccessControl.json index a0c1c5589bd..82a28347146 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Threading.AccessControl.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Threading.AccessControl.json @@ -1,531 +1,531 @@ { "Assembly": "System.Threading.AccessControl", - "GUID": "0342222575E64117B02A543B5372EC08FFFFFFFF", + "GUID": "0963E13CBE564358A861D5880778F41DFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:System.Security.AccessControl.MutexRights.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.MutexRights.Modify", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.MutexRights.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.MutexRights.ReadPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.MutexRights.ChangePermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.MutexRights.TakeOwnership", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.MutexRights.Synchronize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.MutexRights.FullControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" } ], "DocsId": "T:System.Security.AccessControl.MutexRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" }, { "Members": [ { "DocsId": "M:System.Security.AccessControl.MutexAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.MutexRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L48C15-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L48C15-L50C10" }, { "DocsId": "M:System.Security.AccessControl.MutexAccessRule.#ctor(System.String,System.Security.AccessControl.MutexRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L53C15-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L53C15-L55C10" }, { "DocsId": "P:System.Security.AccessControl.MutexAccessRule.MutexRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L80C19-L80C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L80C19-L80C55" } ], "DocsId": "T:System.Security.AccessControl.MutexAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" }, { "Members": [ { "DocsId": "M:System.Security.AccessControl.MutexAuditRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.MutexRights,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L88C15-L90C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L88C15-L90C10" }, { "DocsId": "P:System.Security.AccessControl.MutexAuditRule.MutexRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L99C19-L99C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L99C19-L99C55" } ], "DocsId": "T:System.Security.AccessControl.MutexAuditRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" }, { "Members": [ { "DocsId": "M:System.Security.AccessControl.MutexSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L107C15-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L107C15-L109C10" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.#ctor(System.String,System.Security.AccessControl.AccessControlSections)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L112C15-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L112C15-L115C10" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L144C13-L144C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L144C13-L144C126" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L149C13-L149C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L149C13-L149C126" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.AddAccessRule(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L189C13-L190C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L189C13-L190C10" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.SetAccessRule(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L194C13-L195C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L194C13-L195C10" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.ResetAccessRule(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L199C13-L200C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L199C13-L200C10" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAccessRule(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L204C13-L204C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L204C13-L204C48" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAccessRuleAll(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L209C13-L210C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L209C13-L210C10" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAccessRuleSpecific(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L214C13-L215C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L214C13-L215C10" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.AddAuditRule(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L219C13-L220C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L219C13-L220C10" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.SetAuditRule(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L224C13-L225C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L224C13-L225C10" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAuditRule(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L229C13-L229C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L229C13-L229C47" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAuditRuleAll(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L234C13-L235C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L234C13-L235C10" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAuditRuleSpecific(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L239C13-L240C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L239C13-L240C10" }, { "DocsId": "P:System.Security.AccessControl.MutexSecurity.AccessRightType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L244C19-L244C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L244C19-L244C46" }, { "DocsId": "P:System.Security.AccessControl.MutexSecurity.AccessRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L249C19-L249C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L249C19-L249C50" }, { "DocsId": "P:System.Security.AccessControl.MutexSecurity.AuditRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L254C19-L254C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L254C19-L254C49" } ], "DocsId": "T:System.Security.AccessControl.MutexSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" }, { "Members": [ { "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.Modify", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.ReadPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.ChangePermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.TakeOwnership", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.Synchronize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.FullControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" } ], "DocsId": "T:System.Security.AccessControl.EventWaitHandleRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" }, { "Members": [ { "DocsId": "M:System.Security.AccessControl.EventWaitHandleAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.EventWaitHandleRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L47C15-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L47C15-L49C10" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleAccessRule.#ctor(System.String,System.Security.AccessControl.EventWaitHandleRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L52C15-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L52C15-L54C10" }, { "DocsId": "P:System.Security.AccessControl.EventWaitHandleAccessRule.EventWaitHandleRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L79C19-L79C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L79C19-L79C65" } ], "DocsId": "T:System.Security.AccessControl.EventWaitHandleAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" }, { "Members": [ { "DocsId": "M:System.Security.AccessControl.EventWaitHandleAuditRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.EventWaitHandleRights,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L87C15-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L87C15-L89C10" }, { "DocsId": "P:System.Security.AccessControl.EventWaitHandleAuditRule.EventWaitHandleRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L105C19-L105C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L105C19-L105C65" } ], "DocsId": "T:System.Security.AccessControl.EventWaitHandleAuditRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" }, { "Members": [ { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L113C15-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L113C15-L115C10" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L150C13-L150C136" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L150C13-L150C136" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L155C13-L155C136" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L155C13-L155C136" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.AddAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L199C13-L200C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L199C13-L200C10" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.SetAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L204C13-L205C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L204C13-L205C10" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.ResetAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L209C13-L210C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L209C13-L210C10" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L214C13-L214C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L214C13-L214C48" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAccessRuleAll(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L219C13-L220C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L219C13-L220C10" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAccessRuleSpecific(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L224C13-L225C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L224C13-L225C10" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.AddAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L229C13-L230C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L229C13-L230C10" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.SetAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L234C13-L235C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L234C13-L235C10" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L239C13-L239C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L239C13-L239C47" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAuditRuleAll(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L244C13-L245C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L244C13-L245C10" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAuditRuleSpecific(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L249C13-L250C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L249C13-L250C10" }, { "DocsId": "P:System.Security.AccessControl.EventWaitHandleSecurity.AccessRightType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L254C19-L254C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L254C19-L254C56" }, { "DocsId": "P:System.Security.AccessControl.EventWaitHandleSecurity.AccessRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L259C19-L259C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L259C19-L259C60" }, { "DocsId": "P:System.Security.AccessControl.EventWaitHandleSecurity.AuditRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L264C19-L264C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L264C19-L264C59" } ], "DocsId": "T:System.Security.AccessControl.EventWaitHandleSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" }, { "Members": [ { "DocsId": "F:System.Security.AccessControl.SemaphoreRights.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.SemaphoreRights.Modify", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.SemaphoreRights.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.SemaphoreRights.ReadPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.SemaphoreRights.ChangePermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.SemaphoreRights.TakeOwnership", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.SemaphoreRights.Synchronize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.SemaphoreRights.FullControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" } ], "DocsId": "T:System.Security.AccessControl.SemaphoreRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" }, { "Members": [ { "DocsId": "M:System.Security.AccessControl.SemaphoreAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.SemaphoreRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L44C15-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L44C15-L46C10" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreAccessRule.#ctor(System.String,System.Security.AccessControl.SemaphoreRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L49C15-L51C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L49C15-L51C10" }, { "DocsId": "P:System.Security.AccessControl.SemaphoreAccessRule.SemaphoreRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L76C19-L76C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L76C19-L76C59" } ], "DocsId": "T:System.Security.AccessControl.SemaphoreAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" }, { "Members": [ { "DocsId": "M:System.Security.AccessControl.SemaphoreAuditRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.SemaphoreRights,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L83C15-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L83C15-L85C10" }, { "DocsId": "P:System.Security.AccessControl.SemaphoreAuditRule.SemaphoreRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L94C19-L94C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L94C19-L94C59" } ], "DocsId": "T:System.Security.AccessControl.SemaphoreAuditRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" }, { "Members": [ { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L101C15-L103C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L101C15-L103C10" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.#ctor(System.String,System.Security.AccessControl.AccessControlSections)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L106C15-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L106C15-L109C10" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L138C13-L138C130" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L138C13-L138C130" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L143C13-L143C130" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L143C13-L143C130" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.AddAccessRule(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L183C13-L184C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L183C13-L184C10" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.SetAccessRule(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L188C13-L189C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L188C13-L189C10" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.ResetAccessRule(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L193C13-L194C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L193C13-L194C10" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAccessRule(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L198C13-L198C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L198C13-L198C48" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAccessRuleAll(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L203C13-L204C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L203C13-L204C10" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAccessRuleSpecific(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L208C13-L209C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L208C13-L209C10" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.AddAuditRule(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L213C13-L214C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L213C13-L214C10" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.SetAuditRule(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L218C13-L219C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L218C13-L219C10" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAuditRule(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L223C13-L223C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L223C13-L223C47" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAuditRuleAll(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L228C13-L229C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L228C13-L229C10" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAuditRuleSpecific(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L233C13-L234C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L233C13-L234C10" }, { "DocsId": "P:System.Security.AccessControl.SemaphoreSecurity.AccessRightType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L238C19-L238C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L238C19-L238C50" }, { "DocsId": "P:System.Security.AccessControl.SemaphoreSecurity.AccessRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L243C19-L243C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L243C19-L243C54" }, { "DocsId": "P:System.Security.AccessControl.SemaphoreSecurity.AuditRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L248C19-L248C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L248C19-L248C53" } ], "DocsId": "T:System.Security.AccessControl.SemaphoreSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" }, { "Members": [ { "DocsId": "M:System.Threading.EventWaitHandleAcl.Create(System.Boolean,System.Threading.EventResetMode,System.String,System.Boolean@,System.Security.AccessControl.EventWaitHandleSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs#L31C13-L77C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs#L31C13-L77C55" }, { "DocsId": "M:System.Threading.EventWaitHandleAcl.OpenExisting(System.String,System.Security.AccessControl.EventWaitHandleRights)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs#L95C13-L109C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs#L95C13-L109C35" }, { "DocsId": "M:System.Threading.EventWaitHandleAcl.TryOpenExisting(System.String,System.Security.AccessControl.EventWaitHandleRights,System.Threading.EventWaitHandle@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs#L125C13-L125C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs#L125C13-L125C87" } ], "DocsId": "T:System.Threading.EventWaitHandleAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs" }, { "Members": [ { "DocsId": "M:System.Threading.MutexAcl.Create(System.Boolean,System.String,System.Boolean@,System.Security.AccessControl.MutexSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs#L25C13-L68C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs#L25C13-L68C55" }, { "DocsId": "M:System.Threading.MutexAcl.OpenExisting(System.String,System.Security.AccessControl.MutexRights)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs#L86C13-L100C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs#L86C13-L100C35" }, { "DocsId": "M:System.Threading.MutexAcl.TryOpenExisting(System.String,System.Security.AccessControl.MutexRights,System.Threading.Mutex@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs#L116C13-L116C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs#L116C13-L116C87" } ], "DocsId": "T:System.Threading.MutexAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs" }, { "Members": [ { "DocsId": "M:System.Threading.SemaphoreAcl.Create(System.Int32,System.Int32,System.String,System.Boolean@,System.Security.AccessControl.SemaphoreSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs#L29C13-L82C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs#L29C13-L82C55" }, { "DocsId": "M:System.Threading.SemaphoreAcl.OpenExisting(System.String,System.Security.AccessControl.SemaphoreRights)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs#L101C13-L115C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs#L101C13-L115C35" }, { "DocsId": "M:System.Threading.SemaphoreAcl.TryOpenExisting(System.String,System.Security.AccessControl.SemaphoreRights,System.Threading.Semaphore@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs#L131C13-L131C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs#L131C13-L131C87" } ], "DocsId": "T:System.Threading.SemaphoreAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs" }, { "Members": [ { "DocsId": "M:System.Threading.ThreadingAclExtensions.GetAccessControl(System.Threading.EventWaitHandle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L16C13-L16C166" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L16C13-L16C166" }, { "DocsId": "M:System.Threading.ThreadingAclExtensions.SetAccessControl(System.Threading.EventWaitHandle,System.Security.AccessControl.EventWaitHandleSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L21C13-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L21C13-L24C10" }, { "DocsId": "M:System.Threading.ThreadingAclExtensions.GetAccessControl(System.Threading.Mutex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L28C13-L28C155" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L28C13-L28C155" }, { "DocsId": "M:System.Threading.ThreadingAclExtensions.SetAccessControl(System.Threading.Mutex,System.Security.AccessControl.MutexSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L33C13-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L33C13-L36C10" }, { "DocsId": "M:System.Threading.ThreadingAclExtensions.GetAccessControl(System.Threading.Semaphore)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L40C13-L40C163" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L40C13-L40C163" }, { "DocsId": "M:System.Threading.ThreadingAclExtensions.SetAccessControl(System.Threading.Semaphore,System.Security.AccessControl.SemaphoreSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L45C13-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L45C13-L48C10" } ], "DocsId": "T:System.Threading.ThreadingAclExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Threading.Channels.json b/xml/SourceLinkInformation/net-8.0-pp/System.Threading.Channels.json index 54c6efc6038..59931df1e71 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Threading.Channels.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Threading.Channels.json @@ -1,269 +1,269 @@ { "Assembly": "System.Threading.Channels", - "GUID": "1BF28F3B23EBEDED1634B0230A5F9E8BFFFFFFFF", + "GUID": "F3C24B3CD56193417CCBC715260545D3FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:System.Threading.Channels.BoundedChannelFullMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" }, { "DocsId": "F:System.Threading.Channels.BoundedChannelFullMode.Wait", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" }, { "DocsId": "F:System.Threading.Channels.BoundedChannelFullMode.DropNewest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" }, { "DocsId": "F:System.Threading.Channels.BoundedChannelFullMode.DropOldest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" }, { "DocsId": "F:System.Threading.Channels.BoundedChannelFullMode.DropWrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" } ], "DocsId": "T:System.Threading.Channels.BoundedChannelFullMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" }, { "Members": [ { "DocsId": "M:System.Threading.Channels.Channel.CreateUnbounded``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs#L12C13-L12C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs#L12C13-L12C74" }, { "DocsId": "M:System.Threading.Channels.Channel.CreateUnbounded``1(System.Threading.Channels.UnboundedChannelOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs#L20C13-L30C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs#L20C13-L30C84" }, { "DocsId": "M:System.Threading.Channels.Channel.CreateBounded``1(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs#L43C13-L48C138" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs#L43C13-L48C138" }, { "DocsId": "M:System.Threading.Channels.Channel.CreateBounded``1(System.Threading.Channels.BoundedChannelOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs#L57C13-L57C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs#L57C13-L57C65" }, { "DocsId": "M:System.Threading.Channels.Channel.CreateBounded``1(System.Threading.Channels.BoundedChannelOptions,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs#L67C13-L72C131" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs#L67C13-L72C131" }, { "DocsId": "M:System.Threading.Channels.Channel.CreateUnboundedPrioritized``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.netcoreapp.cs#L18C13-L18C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.netcoreapp.cs#L18C13-L18C101" }, { "DocsId": "M:System.Threading.Channels.Channel.CreateUnboundedPrioritized``1(System.Threading.Channels.UnboundedPrioritizedChannelOptions{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.netcoreapp.cs#L31C13-L33C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.netcoreapp.cs#L31C13-L33C113" } ], "DocsId": "T:System.Threading.Channels.Channel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs" }, { "Members": [ { "DocsId": "M:System.Threading.Channels.ChannelClosedException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.cs#L11C13-L11C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.cs#L11C13-L11C63" }, { "DocsId": "M:System.Threading.Channels.ChannelClosedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.cs#L15C58-L15C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.cs#L15C58-L15C119" }, { "DocsId": "M:System.Threading.Channels.ChannelClosedException.#ctor(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.cs#L20C13-L20C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.cs#L20C13-L20C79" }, { "DocsId": "M:System.Threading.Channels.ChannelClosedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.cs#L25C85-L25C162" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.cs#L25C85-L25C162" }, { "DocsId": "M:System.Threading.Channels.ChannelClosedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.netcoreapp.cs#L21C13-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.netcoreapp.cs#L21C13-L23C10" } ], "DocsId": "T:System.Threading.Channels.ChannelClosedException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.cs" }, { "Members": [ { "DocsId": "M:System.Threading.Channels.ChannelOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs" }, { "DocsId": "P:System.Threading.Channels.ChannelOptions.SingleWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L17C36-L17C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L17C36-L17C40" }, { "DocsId": "P:System.Threading.Channels.ChannelOptions.SingleReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L27C36-L27C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L27C36-L27C40" }, { "DocsId": "P:System.Threading.Channels.ChannelOptions.AllowSynchronousContinuations", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L39C53-L39C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L39C53-L39C57" } ], "DocsId": "T:System.Threading.Channels.ChannelOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs" }, { "Members": [ { "DocsId": "M:System.Threading.Channels.BoundedChannelOptions.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L52C9-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L52C9-L60C10" }, { "DocsId": "P:System.Threading.Channels.BoundedChannelOptions.Capacity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L65C20-L65C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L65C20-L65C29" }, { "DocsId": "P:System.Threading.Channels.BoundedChannelOptions.FullMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L79C20-L79C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L79C20-L79C25" } ], "DocsId": "T:System.Threading.Channels.BoundedChannelOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.netcoreapp.cs" }, { "Members": [ { "DocsId": "M:System.Threading.Channels.UnboundedChannelOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/BoundedChannel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/BoundedChannel.cs" } ], "DocsId": "T:System.Threading.Channels.UnboundedChannelOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/BoundedChannel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/BoundedChannel.cs" }, { "Members": [ { "DocsId": "M:System.Threading.Channels.ChannelReader`1.TryRead(`0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs" }, { "DocsId": "M:System.Threading.Channels.ChannelReader`1.TryPeek(`0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L43C13-L44C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L43C13-L44C26" }, { "DocsId": "M:System.Threading.Channels.ChannelReader`1.WaitToReadAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs" }, { "DocsId": "M:System.Threading.Channels.ChannelReader`1.ReadAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L60C13-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L60C13-L94C10" }, { "DocsId": "M:System.Threading.Channels.ChannelReader`1.ReadAllAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs" }, { "DocsId": "M:System.Threading.Channels.ChannelReader`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs" }, { "DocsId": "P:System.Threading.Channels.ChannelReader`1.Completion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L21C43-L21C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L21C43-L21C81" }, { "DocsId": "P:System.Threading.Channels.ChannelReader`1.CanCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L24C41-L24C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L24C41-L24C46" }, { "DocsId": "P:System.Threading.Channels.ChannelReader`1.CanPeek", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L27C40-L27C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L27C40-L27C45" }, { "DocsId": "P:System.Threading.Channels.ChannelReader`1.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L31C37-L31C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L31C37-L31C70" } ], "DocsId": "T:System.Threading.Channels.ChannelReader`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs" }, { "Members": [ { "DocsId": "M:System.Threading.Channels.ChannelWriter`1.TryComplete(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs#L20C69-L20C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs#L20C69-L20C74" }, { "DocsId": "M:System.Threading.Channels.ChannelWriter`1.TryWrite(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs" }, { "DocsId": "M:System.Threading.Channels.ChannelWriter`1.WaitToWriteAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs" }, { "DocsId": "M:System.Threading.Channels.ChannelWriter`1.WriteAsync(`0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs#L43C17-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs#L43C17-L52C10" }, { "DocsId": "M:System.Threading.Channels.ChannelWriter`1.Complete(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs#L72C13-L76C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs#L72C13-L76C10" }, { "DocsId": "M:System.Threading.Channels.ChannelWriter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs" } ], "DocsId": "T:System.Threading.Channels.ChannelWriter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs" }, { "Members": [ { "DocsId": "M:System.Threading.Channels.Channel`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.netcoreapp.cs" } ], "DocsId": "T:System.Threading.Channels.Channel`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.netcoreapp.cs" }, { "Members": [ { "DocsId": "M:System.Threading.Channels.Channel`2.op_Implicit(System.Threading.Channels.Channel{`0,`1})~System.Threading.Channels.ChannelReader{`1}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs#L22C97-L22C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs#L22C97-L22C111" }, { "DocsId": "M:System.Threading.Channels.Channel`2.op_Implicit(System.Threading.Channels.Channel{`0,`1})~System.Threading.Channels.ChannelWriter{`0}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs#L26C98-L26C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs#L26C98-L26C112" }, { "DocsId": "M:System.Threading.Channels.Channel`2.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs" }, { "DocsId": "P:System.Threading.Channels.Channel`2.Reader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs#L15C46-L15C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs#L15C46-L15C50" }, { "DocsId": "P:System.Threading.Channels.Channel`2.Writer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs#L18C47-L18C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs#L18C47-L18C51" } ], "DocsId": "T:System.Threading.Channels.Channel`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs" }, { "Members": [ { "DocsId": "M:System.Threading.Channels.UnboundedPrioritizedChannelOptions`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.netcoreapp.cs" }, { "DocsId": "P:System.Threading.Channels.UnboundedPrioritizedChannelOptions`1.Comparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.netcoreapp.cs#L12C41-L12C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.netcoreapp.cs#L12C41-L12C45" } ], "DocsId": "T:System.Threading.Channels.UnboundedPrioritizedChannelOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.netcoreapp.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-8.0-pp/System.Windows.Extensions.json b/xml/SourceLinkInformation/net-8.0-pp/System.Windows.Extensions.json index 44fa741a75a..e46f6726bf7 100644 --- a/xml/SourceLinkInformation/net-8.0-pp/System.Windows.Extensions.json +++ b/xml/SourceLinkInformation/net-8.0-pp/System.Windows.Extensions.json @@ -1,211 +1,211 @@ { "Assembly": "System.Windows.Extensions", - "GUID": "B2BB596D7D0D45EB8E2CF935C2236A6AFFFFFFFF", + "GUID": "7FE37FE3B4F14AD9BE496608EA702260FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Xaml.Permissions.XamlAccessLevel.AssemblyAccessTo(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L19C13-L19C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L19C13-L19C66" }, { "DocsId": "M:System.Xaml.Permissions.XamlAccessLevel.AssemblyAccessTo(System.Reflection.AssemblyName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L24C13-L24C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L24C13-L24C69" }, { "DocsId": "M:System.Xaml.Permissions.XamlAccessLevel.PrivateAccessTo(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L29C13-L29C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L29C13-L29C80" }, { "DocsId": "M:System.Xaml.Permissions.XamlAccessLevel.PrivateAccessTo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L34C13-L38C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L34C13-L38C73" }, { "DocsId": "P:System.Xaml.Permissions.XamlAccessLevel.AssemblyAccessToAssemblyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L43C19-L43C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L43C19-L43C63" }, { "DocsId": "P:System.Xaml.Permissions.XamlAccessLevel.PrivateAccessToTypeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L46C50-L46C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L46C50-L46C54" } ], "DocsId": "T:System.Xaml.Permissions.XamlAccessLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs" }, { "Members": [ { "DocsId": "M:System.Media.SoundPlayer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L23C9-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L23C9-L52C10" }, { "DocsId": "M:System.Media.SoundPlayer.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L54C52-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L54C52-L57C10" }, { "DocsId": "M:System.Media.SoundPlayer.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L59C46-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L59C46-L62C10" }, { "DocsId": "M:System.Media.SoundPlayer.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L23C9-L70C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L23C9-L70C55" }, { "DocsId": "M:System.Media.SoundPlayer.LoadAsync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L137C13-L164C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L137C13-L164C10" }, { "DocsId": "M:System.Media.SoundPlayer.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L189C13-L203C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L189C13-L203C10" }, { "DocsId": "M:System.Media.SoundPlayer.Play", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L347C13-L348C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L347C13-L348C10" }, { "DocsId": "M:System.Media.SoundPlayer.PlaySync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L352C13-L353C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L352C13-L353C10" }, { "DocsId": "M:System.Media.SoundPlayer.PlayLooping", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L357C13-L358C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L357C13-L358C10" }, { "DocsId": "M:System.Media.SoundPlayer.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L441C13-L442C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L441C13-L442C10" }, { "DocsId": "M:System.Media.SoundPlayer.OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L482C13-L483C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L482C13-L483C10" }, { "DocsId": "M:System.Media.SoundPlayer.OnSoundLocationChanged(System.EventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L487C13-L488C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L487C13-L488C10" }, { "DocsId": "M:System.Media.SoundPlayer.OnStreamChanged(System.EventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L492C13-L493C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L492C13-L493C10" }, { "DocsId": "M:System.Media.SoundPlayer.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L729C13-L729C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L729C13-L729C55" }, { "DocsId": "E:System.Media.SoundPlayer.LoadCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L448C17-L449C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L448C17-L449C14" }, { "DocsId": "E:System.Media.SoundPlayer.SoundLocationChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L460C17-L461C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L460C17-L461C14" }, { "DocsId": "E:System.Media.SoundPlayer.StreamChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L472C17-L473C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L472C17-L473C14" }, { "DocsId": "P:System.Media.SoundPlayer.LoadTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L75C20-L75C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L75C20-L75C32" }, { "DocsId": "P:System.Media.SoundPlayer.SoundLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L89C20-L89C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L89C20-L89C34" }, { "DocsId": "P:System.Media.SoundPlayer.Stream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L110C17-L115C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L110C17-L115C32" }, { "DocsId": "P:System.Media.SoundPlayer.IsLoadCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L129C39-L129C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L129C39-L129C43" }, { "DocsId": "P:System.Media.SoundPlayer.Tag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L131C30-L131C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L131C30-L131C34" } ], "DocsId": "T:System.Media.SoundPlayer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs" }, { "Members": [ { "DocsId": "M:System.Media.SystemSound.Play", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SystemSound.cs#L17C13-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SystemSound.cs#L17C13-L18C10" } ], "DocsId": "T:System.Media.SystemSound", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SystemSound.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SystemSound.cs" }, { "Members": [ { "DocsId": "P:System.Media.SystemSounds.Asterisk", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L16C20-L16C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L16C20-L16C82" }, { "DocsId": "P:System.Media.SystemSounds.Beep", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L21C20-L21C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L21C20-L21C68" }, { "DocsId": "P:System.Media.SystemSounds.Exclamation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L26C20-L26C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L26C20-L26C88" }, { "DocsId": "P:System.Media.SystemSounds.Hand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L31C20-L31C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L31C20-L31C74" }, { "DocsId": "P:System.Media.SystemSounds.Question", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L36C20-L36C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L36C20-L36C82" } ], "DocsId": "T:System.Media.SystemSounds", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs" }, { "Members": [ { "DocsId": "F:System.Security.Cryptography.X509Certificates.X509SelectionFlag.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" }, { "DocsId": "F:System.Security.Cryptography.X509Certificates.X509SelectionFlag.SingleSelection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" }, { "DocsId": "F:System.Security.Cryptography.X509Certificates.X509SelectionFlag.MultiSelection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" } ], "DocsId": "T:System.Security.Cryptography.X509Certificates.X509SelectionFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.DisplayCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L23C13-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L23C13-L26C10" }, { "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.DisplayCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L30C13-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L30C13-L33C10" }, { "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.SelectFromCollection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.String,System.String,System.Security.Cryptography.X509Certificates.X509SelectionFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L37C13-L37C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L37C13-L37C105" }, { "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.SelectFromCollection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.String,System.String,System.Security.Cryptography.X509Certificates.X509SelectionFlag,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L42C13-L42C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L42C13-L42C104" }, { "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" } ], "DocsId": "T:System.Security.Cryptography.X509Certificates.X509Certificate2UI", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Bcl.TimeProvider.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Bcl.TimeProvider.json index 5070a18355c..517a9d049e7 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Bcl.TimeProvider.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Bcl.TimeProvider.json @@ -1,29 +1,29 @@ { "Assembly": "Microsoft.Bcl.TimeProvider", - "GUID": "A3BAA5463DE2447FA1842B44A424DF43FFFFFFFF", + "GUID": "5DA99D8C288345CAB505E3CB89AD9DCFFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Threading.Tasks.TimeProviderTaskExtensions.Delay(System.TimeProvider,System.TimeSpan,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L52C13-L52C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L52C13-L52C71" }, { "DocsId": "M:System.Threading.Tasks.TimeProviderTaskExtensions.WaitAsync(System.Threading.Tasks.Task,System.TimeSpan,System.TimeProvider,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L136C13-L136C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L136C13-L136C77" }, { "DocsId": "M:System.Threading.Tasks.TimeProviderTaskExtensions.WaitAsync``1(System.Threading.Tasks.Task{``0},System.TimeSpan,System.TimeProvider,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L231C16-L231C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L231C16-L231C72" }, { "DocsId": "M:System.Threading.Tasks.TimeProviderTaskExtensions.CreateCancellationTokenSource(System.TimeProvider,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L259C13-L259C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs#L259C13-L259C69" } ], "DocsId": "T:System.Threading.Tasks.TimeProviderTaskExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Bcl.TimeProvider/src/System/Threading/Tasks/TimeProviderTaskExtensions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Caching.Abstractions.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Caching.Abstractions.json index d76d3ce64bb..cbfa01fd479 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Caching.Abstractions.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Caching.Abstractions.json @@ -1,665 +1,665 @@ { "Assembly": "Microsoft.Extensions.Caching.Abstractions", - "GUID": "A686895A37CB476F9E9D990380FDF20DFFFFFFFF", + "GUID": "BDD714E6C1294C5AB1DD002901F46B48FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "P:Microsoft.Extensions.Internal.ISystemClock.UtcNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/ISystemClock.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/ISystemClock.cs" } ], "DocsId": "T:Microsoft.Extensions.Internal.ISystemClock", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/ISystemClock.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/ISystemClock.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Internal.SystemClock.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/SystemClock.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/SystemClock.cs" }, { "DocsId": "P:Microsoft.Extensions.Internal.SystemClock.UtcNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/SystemClock.cs#L20C17-L20C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/SystemClock.cs#L20C17-L20C46" } ], "DocsId": "T:Microsoft.Extensions.Internal.SystemClock", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/SystemClock.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/SystemClock.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.HybridCache.GetOrCreateAsync``2(System.String,``0,System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions,System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.HybridCache.GetOrCreateAsync``1(System.String,System.Func{System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``0}},Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions,System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs#L46C12-L46C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs#L46C12-L46C110" }, { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.HybridCache.SetAsync``1(System.String,``0,Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions,System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.HybridCache.RemoveAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.HybridCache.RemoveAsync(System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs#L76C9-L81C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs#L76C9-L81C61" }, { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.HybridCache.RemoveByTagAsync(System.Collections.Generic.IEnumerable{System.String},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs#L100C9-L105C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs#L100C9-L105C61" }, { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.HybridCache.RemoveByTagAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.HybridCache.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Hybrid.HybridCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags.DisableLocalCacheRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags.DisableLocalCacheWrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags.DisableLocalCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags.DisableDistributedCacheRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags.DisableDistributedCacheWrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags.DisableDistributedCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags.DisableUnderlyingData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags.DisableCompression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryFlags.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryOptions.cs" }, { "DocsId": "P:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions.Expiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryOptions.cs#L20C35-L20C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryOptions.cs#L20C35-L20C39" }, { "DocsId": "P:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions.LocalCacheExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryOptions.cs#L26C45-L26C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryOptions.cs#L26C45-L26C49" }, { "DocsId": "P:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryOptions.cs#L31C43-L31C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryOptions.cs#L31C43-L31C47" } ], "DocsId": "T:Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCacheEntryOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.IHybridCacheSerializer`1.Deserialize(System.Buffers.ReadOnlySequence{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/IHybridCacheSerializer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/IHybridCacheSerializer.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.IHybridCacheSerializer`1.Serialize(`0,System.Buffers.IBufferWriter{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/IHybridCacheSerializer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/IHybridCacheSerializer.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Hybrid.IHybridCacheSerializer`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/IHybridCacheSerializer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/IHybridCacheSerializer.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Hybrid.IHybridCacheSerializerFactory.TryCreateSerializer``1(Microsoft.Extensions.Caching.Hybrid.IHybridCacheSerializer{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/IHybridCacheSerializerFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/IHybridCacheSerializerFactory.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Hybrid.IHybridCacheSerializerFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/IHybridCacheSerializerFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/IHybridCacheSerializerFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs#L22C13-L23C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs#L22C13-L23C28" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs#L35C13-L36C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs#L35C13-L36C28" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions.SetSlidingExpiration(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs#L49C13-L50C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs#L49C13-L50C28" } ], "DocsId": "T:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs" }, { "DocsId": "P:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions.AbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs#L24C17-L24C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs#L24C17-L24C44" }, { "DocsId": "P:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions.AbsoluteExpirationRelativeToNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs#L39C17-L39C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs#L39C17-L39C57" }, { "DocsId": "P:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions.SlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs#L63C17-L63C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs#L63C17-L63C43" } ], "DocsId": "T:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.Set(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L25C13-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L25C13-L29C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[],System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L42C13-L45C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L42C13-L45C90" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetString(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L57C13-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L57C13-L58C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetString(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L70C13-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L70C13-L74C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetStringAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L87C13-L87C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L87C13-L87C96" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetStringAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L102C13-L105C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L102C13-L105C87" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.GetString(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L116C13-L121C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L116C13-L121C66" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.GetStringAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache.TryGet(System.String,System.Buffers.IBufferWriter{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IBufferDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IBufferDistributedCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache.TryGetAsync(System.String,System.Buffers.IBufferWriter{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IBufferDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IBufferDistributedCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache.Set(System.String,System.Buffers.ReadOnlySequence{System.Byte},Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IBufferDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IBufferDistributedCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache.SetAsync(System.String,System.Buffers.ReadOnlySequence{System.Byte},Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IBufferDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IBufferDistributedCache.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IBufferDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IBufferDistributedCache.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.GetAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.Set(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.SetAsync(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.Refresh(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.RefreshAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.RemoveAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Distributed.IDistributedCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetPriority(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Caching.Memory.CacheItemPriority)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L25C13-L26C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L25C13-L26C26" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.AddExpirationToken(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Primitives.IChangeToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L39C13-L42C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L39C13-L42C26" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L55C13-L56C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L55C13-L56C26" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L69C13-L70C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L69C13-L70C26" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetSlidingExpiration(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L84C13-L85C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L84C13-L85C26" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.RegisterPostEvictionCallback(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Caching.Memory.PostEvictionDelegate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L98C13-L100C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L98C13-L100C90" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.RegisterPostEvictionCallback(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Caching.Memory.PostEvictionDelegate,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L115C13-L117C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L115C13-L117C84" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetValue(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L143C13-L144C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L143C13-L144C26" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetSize(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L157C13-L163C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L157C13-L163C26" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetOptions(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L174C13-L196C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L174C13-L196C26" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.Normal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.High", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.NeverRemove", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.CacheItemPriority", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.Removed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.Replaced", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.Expired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.TokenExpired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" }, { "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.Capacity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.EvictionReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.AbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.AbsoluteExpirationRelativeToNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.SlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.ExpirationTokens", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.PostEvictionCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.ICacheEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Memory.IMemoryCache.TryGetValue(System.Object,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.IMemoryCache.CreateEntry(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.IMemoryCache.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.IMemoryCache.GetCurrentStatistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs#L39C58-L39C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs#L39C58-L39C62" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.IMemoryCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetPriority(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,Microsoft.Extensions.Caching.Memory.CacheItemPriority)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L24C13-L25C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L24C13-L25C28" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetSize(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L38C13-L44C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L38C13-L44C28" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.AddExpirationToken(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,Microsoft.Extensions.Primitives.IChangeToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L57C13-L60C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L57C13-L60C28" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L73C13-L74C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L73C13-L74C28" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L87C13-L88C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L87C13-L88C28" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetSlidingExpiration(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L102C13-L103C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L102C13-L103C28" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.RegisterPostEvictionCallback(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,Microsoft.Extensions.Caching.Memory.PostEvictionDelegate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L116C13-L118C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L116C13-L118C80" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.RegisterPostEvictionCallback(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,Microsoft.Extensions.Caching.Memory.PostEvictionDelegate,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L133C13-L140C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L133C13-L140C28" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L84C64-L96C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L84C64-L96C83" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.AbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L27C17-L27C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L27C17-L27C44" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.AbsoluteExpirationRelativeToNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L42C17-L42C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L42C17-L42C57" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.SlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L66C17-L66C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L66C17-L66C43" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.ExpirationTokens", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L84C55-L84C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L84C55-L84C59" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.PostEvictionCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L89C80-L89C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L89C80-L89C84" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L96C45-L96C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L96C45-L96C49" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L103C20-L103C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L103C20-L103C25" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Get(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L23C13-L24C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L23C13-L24C26" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Get``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L36C13-L36C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L36C13-L36C63" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.TryGetValue``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L49C13-L65C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L49C13-L65C26" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L78C13-L82C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L78C13-L82C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L95C13-L100C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L95C13-L100C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L113C13-L118C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L113C13-L118C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0,Microsoft.Extensions.Primitives.IChangeToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L131C13-L136C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L131C13-L136C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L149C13-L158C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L149C13-L158C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreate``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func{Microsoft.Extensions.Caching.Memory.ICacheEntry,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L170C13-L170C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L170C13-L170C59" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreate``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func{Microsoft.Extensions.Caching.Memory.ICacheEntry,``0},Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L184C13-L197C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L184C13-L197C35" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreateAsync``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func{Microsoft.Extensions.Caching.Memory.ICacheEntry,System.Threading.Tasks.Task{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L210C13-L210C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L210C13-L210C71" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreateAsync``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func{Microsoft.Extensions.Caching.Memory.ICacheEntry,System.Threading.Tasks.Task{``0}},Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.CacheExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L16C9-L16C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L16C9-L16C43" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.CurrentEntryCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L21C41-L21C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L21C41-L21C45" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.CurrentEstimatedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L27C45-L27C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L27C45-L27C49" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.TotalMisses", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L32C35-L32C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L32C35-L32C39" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.TotalHits", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L37C33-L37C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L37C33-L37C37" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration.EvictionCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs#L14C57-L14C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs#L14C57-L14C61" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs#L19C32-L19C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs#L19C32-L19C36" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate.Invoke(System.Object,System.Object,Microsoft.Extensions.Caching.Memory.EvictionReason,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate.BeginInvoke(System.Object,System.Object,Microsoft.Extensions.Caching.Memory.EvictionReason,System.Object,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Caching.Memory.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Caching.Memory.json index 33367b07331..d3812058f90 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Caching.Memory.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Caching.Memory.json @@ -1,189 +1,189 @@ { "Assembly": "Microsoft.Extensions.Caching.Memory", - "GUID": "0A37E765DDE041F391E7FD3C781FD830FFFFFFFF", + "GUID": "F6E652FD01A34B32A1ED64CAD6F25753FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions.AddMemoryCache(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L24C13-L29C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L24C13-L29C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions.AddMemoryCache(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Caching.Memory.MemoryCacheOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L43C13-L49C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L43C13-L49C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions.AddDistributedMemoryCache(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L68C13-L73C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L68C13-L73C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions.AddDistributedMemoryCache(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L95C13-L101C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L95C13-L101C29" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L26C15-L26C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L26C15-L26C68" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions},Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L33C9-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L33C9-L39C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L48C13-L50C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L48C13-L50C48" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.GetAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L61C13-L63C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L61C13-L63C46" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.Set(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L74C13-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L74C13-L85C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.SetAsync(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L97C13-L102C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L97C13-L102C39" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.Refresh(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L111C13-L114C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L111C13-L114C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.RefreshAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L124C13-L127C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L124C13-L127C39" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L136C13-L139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L136C13-L139C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.RemoveAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L149C13-L152C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L149C13-L152C39" } ], "DocsId": "T:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Caching.Memory.MemoryCacheOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L42C15-L42C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L42C15-L42C68" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Caching.Memory.MemoryCacheOptions},Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L49C9-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L49C9-L68C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L75C27-L75C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L75C27-L75C41" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.CreateEntry(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L101C13-L104C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L101C13-L104C46" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.TryGetValue(System.Object,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L207C13-L262C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L207C13-L262C26" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L268C13-L286C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L268C13-L286C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L293C13-L301C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L293C13-L301C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.GetCurrentStatistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L309C13-L321C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L309C13-L321C25" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Compact(System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L528C13-L531C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L528C13-L531C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L617C13-L618C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L617C13-L618C10" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L626C13-L636C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L626C13-L636C10" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCache.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L80C29-L80C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L80C29-L80C49" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCache.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L86C16-L86C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L86C16-L86C43" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.Microsoft#Extensions#Options#IOptions#get_Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L103C19-L103C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L103C19-L103C31" }, { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L16C9-L29C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L16C9-L29C88" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.Clock", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L24C38-L24C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L24C38-L24C42" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.ExpirationScanFrequency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L29C51-L29C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L29C51-L29C55" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.SizeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L46C20-L46C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L46C20-L46C54" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.CompactOnMemoryPressure", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L63C47-L63C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L63C47-L63C51" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.CompactionPercentage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L70C20-L70C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L70C20-L70C41" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.TrackLinkedCacheEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L90C47-L90C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L90C47-L90C51" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.TrackStatistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L99C39-L99C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L99C39-L99C43" }, { "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.Microsoft#Extensions#Options#IOptions#Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L103C19-L103C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L103C19-L103C31" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCacheOptions.cs#L15C15-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCacheOptions.cs#L15C15-L19C10" } ], "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCacheOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCacheOptions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.Abstractions.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.Abstractions.json index 96c2af34225..5720981575f 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.Abstractions.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.Abstractions.json @@ -1,234 +1,234 @@ { "Assembly": "Microsoft.Extensions.Configuration.Abstractions", - "GUID": "87AE4B15CC8247FFBADFC39F585AE6E7FFFFFFFF", + "GUID": "5B4B377FE48D48D096D12A06BB84B26BFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.#ctor(System.String,System.String,System.String,Microsoft.Extensions.Configuration.IConfigurationProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L20C13-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L20C13-L24C10" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L29C30-L29C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L29C30-L29C34" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L34C29-L34C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L34C29-L34C33" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L39C32-L39C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L39C32-L39C36" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.ConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L44C63-L44C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L44C63-L44C67" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.Add``1(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L24C13-L26C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L24C13-L26C40" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.GetConnectionString(Microsoft.Extensions.Configuration.IConfiguration,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L38C13-L38C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L38C13-L38C73" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.AsEnumerable(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L46C117-L46C169" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L46C117-L46C169" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.AsEnumerable(Microsoft.Extensions.Configuration.IConfiguration,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.Exists(Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L81C13-L85C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L81C13-L85C73" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.GetRequiredSection(Microsoft.Extensions.Configuration.IConfiguration,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L100C13-L108C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L100C13-L108C88" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationKeyNameAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationKeyNameAttribute.cs#L18C9-L18C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationKeyNameAttribute.cs#L18C9-L18C73" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationKeyNameAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationKeyNameAttribute.cs#L23C30-L23C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationKeyNameAttribute.cs#L23C30-L23C34" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationKeyNameAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationKeyNameAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationKeyNameAttribute.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationPath.Combine(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L27C13-L29C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L27C13-L29C60" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationPath.Combine(System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L39C13-L41C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L39C13-L41C60" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationPath.GetSectionKey(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L52C13-L58C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L52C13-L58C91" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationPath.GetParentPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L68C13-L74C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L68C13-L74C90" }, { "DocsId": "F:Microsoft.Extensions.Configuration.ConfigurationPath.KeyDelimiter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRootExtensions.GetDebugView(Microsoft.Extensions.Configuration.IConfigurationRoot)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationRootExtensions.cs#L22C13-L22C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationRootExtensions.cs#L22C13-L22C59" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRootExtensions.GetDebugView(Microsoft.Extensions.Configuration.IConfigurationRoot,System.Func{Microsoft.Extensions.Configuration.ConfigurationDebugViewContext,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationRootExtensions.cs#L74C13-L78C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationRootExtensions.cs#L74C13-L78C39" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationRootExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationRootExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationRootExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.IConfiguration.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IConfiguration.GetChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IConfiguration.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.IConfiguration.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.IConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationBuilder.Add(Microsoft.Extensions.Configuration.IConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationBuilder.Sources", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationManager.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.TryGet(System.String,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.Set(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.GetChildKeys(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationRoot.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationRoot.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationRoot.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationRoot.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationRoot.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationSection.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationSection.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationSection.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSource.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSource.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.Binder.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.Binder.json index 4c4c548fd48..715f813de7a 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.Binder.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.Binder.json @@ -1,75 +1,75 @@ { "Assembly": "Microsoft.Extensions.Configuration.Binder", - "GUID": "1A223081D754423391D15F17AF93E120FFFFFFFF", + "GUID": "C44356A407C64B35AC9F19329DDA9AFCFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.BinderOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.BinderOptions.BindNonPublicProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs#L17C47-L17C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs#L17C47-L17C51" }, { "DocsId": "P:Microsoft.Extensions.Configuration.BinderOptions.ErrorOnUnknownConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs#L26C51-L26C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs#L26C51-L26C55" } ], "DocsId": "T:Microsoft.Extensions.Configuration.BinderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Get``1(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L38C16-L38C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L38C16-L38C42" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Get``1(Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L53C13-L60C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L53C13-L60C30" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Get(Microsoft.Extensions.Configuration.IConfiguration,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L74C16-L74C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L74C16-L74C45" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Get(Microsoft.Extensions.Configuration.IConfiguration,System.Type,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L93C13-L100C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L93C13-L100C39" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Bind(Microsoft.Extensions.Configuration.IConfiguration,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L113C13-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L113C13-L115C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Bind(Microsoft.Extensions.Configuration.IConfiguration,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L125C16-L125C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L125C16-L125C50" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Bind(Microsoft.Extensions.Configuration.IConfiguration,System.Object,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L137C13-L146C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L137C13-L146C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue``1(Microsoft.Extensions.Configuration.IConfiguration,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L158C13-L158C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L158C13-L158C61" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue``1(Microsoft.Extensions.Configuration.IConfiguration,System.String,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L173C13-L173C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L173C13-L173C78" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue(Microsoft.Extensions.Configuration.IConfiguration,System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L190C13-L190C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L190C13-L190C75" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue(Microsoft.Extensions.Configuration.IConfiguration,System.Type,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L209C13-L218C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L209C13-L218C33" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationBinder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.CommandLine.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.CommandLine.json index c92acea0898..9a8e6f08bb9 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.CommandLine.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.CommandLine.json @@ -1,65 +1,65 @@ { "Assembly": "Microsoft.Extensions.Configuration.CommandLine", - "GUID": "F37249ABCA754676BDBC8763B776FA37FFFFFFFF", + "GUID": "8A30972853FE4CD2A717D7E8451DA64DFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.CommandLineConfigurationExtensions.AddCommandLine(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs#L68C13-L68C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs#L68C13-L68C84" }, { "DocsId": "M:Microsoft.Extensions.Configuration.CommandLineConfigurationExtensions.AddCommandLine(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String[],System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs#L157C13-L158C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs#L157C13-L158C41" }, { "DocsId": "M:Microsoft.Extensions.Configuration.CommandLineConfigurationExtensions.AddCommandLine(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs#L168C16-L168C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs#L168C16-L168C44" } ], "DocsId": "T:Microsoft.Extensions.Configuration.CommandLineConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider.#ctor(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs#L21C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs#L21C9-L31C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs#L43C13-L133C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs#L43C13-L133C10" }, { "DocsId": "P:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider.Args", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs#L36C46-L36C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs#L36C46-L36C50" } ], "DocsId": "T:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L31C13-L31C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L31C13-L31C79" }, { "DocsId": "M:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L22C57-L22C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L22C57-L22C78" }, { "DocsId": "P:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource.SwitchMappings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L17C62-L17C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L17C62-L17C66" }, { "DocsId": "P:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource.Args", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L22C43-L22C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L22C43-L22C47" } ], "DocsId": "T:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.EnvironmentVariables.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.EnvironmentVariables.json index bc185ec7bd4..9672a9cfd08 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.EnvironmentVariables.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.EnvironmentVariables.json @@ -1,65 +1,65 @@ { "Assembly": "Microsoft.Extensions.Configuration.EnvironmentVariables", - "GUID": "C2ACEE712B2D4CC986D6061CA83DF62BFFFFFFFF", + "GUID": "5A8C0E7392AF4349A78441BC825F47ACFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariablesExtensions.AddEnvironmentVariables(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs#L21C13-L22C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs#L21C13-L22C41" }, { "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariablesExtensions.AddEnvironmentVariables(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs#L36C13-L37C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs#L36C13-L37C41" }, { "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariablesExtensions.AddEnvironmentVariables(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs#L47C16-L47C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs#L47C16-L47C44" } ], "DocsId": "T:Microsoft.Extensions.Configuration.EnvironmentVariablesExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L26C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L26C9-L30C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L36C9-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L36C9-L40C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L46C13-L46C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L46C13-L46C56" }, { "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L54C13-L59C22" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L54C13-L59C22" } ], "DocsId": "T:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs#L23C13-L23C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs#L23C13-L23C74" }, { "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource.Prefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs#L14C33-L14C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs#L14C33-L14C37" } ], "DocsId": "T:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.FileExtensions.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.FileExtensions.json index 1954739c17e..3608e9b58b1 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.FileExtensions.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.FileExtensions.json @@ -1,135 +1,135 @@ { "Assembly": "Microsoft.Extensions.Configuration.FileExtensions", - "GUID": "3CBE6A8EEC1A4EB6ADBAACDDA48E4D5CFFFFFFFF", + "GUID": "6E72764203C84526BBD0A4D9348F3A96FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.SetFileProvider(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.FileProviders.IFileProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L25C13-L29C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L25C13-L29C28" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.GetFileProvider(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L39C13-L46C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L39C13-L46C87" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.SetBasePath(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L57C13-L60C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L57C13-L60C80" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.SetFileLoadExceptionHandler(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.FileLoadExceptionContext})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L71C13-L74C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L71C13-L74C28" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.GetFileLoadExceptionHandler(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L84C13-L90C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L84C13-L90C25" } ], "DocsId": "T:Microsoft.Extensions.Configuration.FileConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.FileConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L26C9-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L26C9-L42C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L54C16-L54C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L54C16-L54C103" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L127C13-L128C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L127C13-L128C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L156C34-L156C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L156C34-L156C47" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L164C13-L165C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L164C13-L165C10" }, { "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationProvider.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L47C49-L47C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L47C49-L47C53" } ], "DocsId": "T:Microsoft.Extensions.Configuration.FileConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationSource.EnsureDefaults(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L66C13-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L66C13-L68C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationSource.ResolveFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L75C13-L92C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L75C13-L92C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L46C48-L46C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L46C48-L46C51" }, { "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.FileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L19C46-L19C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L19C46-L19C50" }, { "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L25C31-L25C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L25C31-L25C35" }, { "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.Optional", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L30C32-L30C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L30C32-L30C36" }, { "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.ReloadOnChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L35C38-L35C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L35C38-L35C42" }, { "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.ReloadDelay", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L46C34-L46C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L46C34-L46C38" }, { "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.OnLoadException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L51C68-L51C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L51C68-L51C72" } ], "DocsId": "T:Microsoft.Extensions.Configuration.FileConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.FileLoadExceptionContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.FileLoadExceptionContext.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs#L16C53-L16C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs#L16C53-L16C57" }, { "DocsId": "P:Microsoft.Extensions.Configuration.FileLoadExceptionContext.Exception", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs#L21C38-L21C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs#L21C38-L21C42" }, { "DocsId": "P:Microsoft.Extensions.Configuration.FileLoadExceptionContext.Ignore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs#L29C30-L29C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs#L29C30-L29C34" } ], "DocsId": "T:Microsoft.Extensions.Configuration.FileLoadExceptionContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.Ini.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.Ini.json index 197cf6adf71..fe5ed139c37 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.Ini.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.Ini.json @@ -1,97 +1,97 @@ { "Assembly": "Microsoft.Extensions.Configuration.Ini", - "GUID": "F55D6C0C97BD4C608E4A3AEADF23BD77FFFFFFFF", + "GUID": "B5736540467A4698A54D77C33CC66A89FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L25C13-L25C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L25C13-L25C108" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L38C13-L38C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L38C13-L38C111" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L52C13-L52C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L52C13-L52C120" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.FileProviders.IFileProvider,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L67C13-L81C16" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L67C13-L81C16" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.Ini.IniConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L91C16-L91C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L91C16-L91C44" }, { "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniStream(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L101C13-L103C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L101C13-L103C86" } ], "DocsId": "T:Microsoft.Extensions.Configuration.IniConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Ini.IniConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationProvider.cs#L26C74-L26C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationProvider.cs#L26C74-L26C90" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationProvider.cs#L33C16-L33C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationProvider.cs#L33C16-L33C66" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Ini.IniConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationSource.cs#L27C13-L28C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationSource.cs#L27C13-L28C55" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationSource.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Ini.IniConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationSource.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs#L19C86-L19C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs#L19C86-L19C102" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationProvider.Read(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs#L28C13-L84C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs#L28C13-L84C25" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs#L93C13-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs#L93C13-L94C10" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationSource.cs#L26C16-L26C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationSource.cs#L26C16-L26C56" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationSource.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationSource.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.Json.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.Json.json index d044613e3e5..bea4153c4c3 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.Json.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.Json.json @@ -1,93 +1,93 @@ { "Assembly": "Microsoft.Extensions.Configuration.Json", - "GUID": "3DC3C3254E83415EAAD7BE7B1281E73CFFFFFFFF", + "GUID": "3F1D8CD29735438F886BC535E86879C9FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L25C13-L25C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L25C13-L25C109" }, { "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L38C13-L38C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L38C13-L38C112" }, { "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L52C13-L52C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L52C13-L52C121" }, { "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.FileProviders.IFileProvider,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L67C13-L81C16" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L67C13-L81C16" }, { "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.Json.JsonConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L91C16-L91C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L91C16-L91C44" }, { "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonStream(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L101C13-L103C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L101C13-L103C87" } ], "DocsId": "T:Microsoft.Extensions.Configuration.JsonConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Json.JsonConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationProvider.cs#L20C76-L20C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationProvider.cs#L20C76-L20C92" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationProvider.cs#L30C17-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationProvider.cs#L30C17-L36C10" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationSource.cs#L20C13-L21C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationSource.cs#L20C13-L21C56" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationSource.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Json.JsonConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationSource.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationProvider.cs#L17C88-L17C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationProvider.cs#L17C88-L17C104" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationProvider.cs#L25C13-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationProvider.cs#L25C13-L26C10" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationSource.cs#L17C16-L17C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationSource.cs#L17C16-L17C57" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationSource.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationSource.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.UserSecrets.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.UserSecrets.json index 234646e440a..3385d7e28ee 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.UserSecrets.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.UserSecrets.json @@ -1,73 +1,73 @@ { "Assembly": "Microsoft.Extensions.Configuration.UserSecrets", - "GUID": "6AFEB240470B485CAC92133D08D08C06FFFFFFFF", + "GUID": "40E289B66F0A499AAABF978E465134D3FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets``1(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L32C16-L32C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L32C16-L32C103" }, { "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets``1(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L50C16-L50C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L50C16-L50C97" }, { "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets``1(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L69C16-L69C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L69C16-L69C90" }, { "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L85C16-L85C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L85C16-L85C93" }, { "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Reflection.Assembly,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L102C16-L102C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L102C16-L102C87" }, { "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Reflection.Assembly,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L121C13-L135C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L121C13-L135C34" }, { "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L150C16-L150C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L150C16-L150C82" }, { "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L165C16-L165C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L165C16-L165C90" } ], "DocsId": "T:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.UserSecrets.PathHelper.GetSecretsPathFromSecretsId(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PathHelper.cs#L27C13-L27C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PathHelper.cs#L27C13-L27C92" }, { "DocsId": "M:Microsoft.Extensions.Configuration.UserSecrets.PathHelper.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PathHelper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PathHelper.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.UserSecrets.PathHelper", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PathHelper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PathHelper.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsIdAttribute.cs#L23C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsIdAttribute.cs#L23C9-L31C10" }, { "DocsId": "P:Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute.UserSecretsId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsIdAttribute.cs#L36C39-L36C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsIdAttribute.cs#L36C39-L36C43" } ], "DocsId": "T:Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsIdAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsIdAttribute.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.Xml.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.Xml.json index 6bcd3c0f0e6..10b42a88b6f 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.Xml.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.Xml.json @@ -1,119 +1,119 @@ { "Assembly": "Microsoft.Extensions.Configuration.Xml", - "GUID": "C781A103EFD748B5932A542E3B714E51FFFFFFFF", + "GUID": "133610BFA9144C19A30C14D3F67D3CB8FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L28C13-L28C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L28C13-L28C108" }, { "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L43C13-L43C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L43C13-L43C111" }, { "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L59C13-L59C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L59C13-L59C120" }, { "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.FileProviders.IFileProvider,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L76C13-L90C16" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L76C13-L90C16" }, { "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L102C16-L102C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L102C16-L102C44" }, { "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlStream(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L114C13-L116C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L114C13-L116C86" } ], "DocsId": "T:Microsoft.Extensions.Configuration.XmlConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationProvider.cs#L22C65-L20C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationProvider.cs#L22C65-L20C90" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationProvider.cs#L30C13-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationProvider.cs#L30C13-L31C10" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationSource.cs#L22C13-L23C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationSource.cs#L22C13-L23C55" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationSource.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationSource.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs#L32C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs#L32C9-L35C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor.CreateDecryptingXmlReader(System.IO.Stream,System.Xml.XmlReaderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs#L66C13-L91C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs#L66C13-L91C62" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor.DecryptDocumentAndCreateXmlReader(System.Xml.XmlDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs#L106C13-L117C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs#L106C13-L117C62" }, { "DocsId": "F:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs#L31C86-L31C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs#L31C86-L31C102" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider.Read(System.IO.Stream,Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs#L41C13-L180C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs#L41C13-L180C47" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs#L189C13-L190C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs#L189C13-L190C10" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationSource.cs#L21C16-L21C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationSource.cs#L21C16-L21C56" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationSource.cs" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationSource.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.json index 6627acc3744..becdbacf439 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Configuration.json @@ -1,425 +1,425 @@ { "Assembly": "Microsoft.Extensions.Configuration", - "GUID": "F14945F240CC48A7B1255914EC49AF1FFFFFFFFF", + "GUID": "10133CEE25F34B2E84AC55EA7A242F44FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ChainedBuilderExtensions.AddConfiguration(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedBuilderExtensions.cs#L21C16-L21C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedBuilderExtensions.cs#L21C16-L21C97" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ChainedBuilderExtensions.AddConfiguration(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.Configuration.IConfiguration,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedBuilderExtensions.cs#L32C13-L40C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedBuilderExtensions.cs#L32C13-L40C41" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ChainedBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.ChainedConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L22C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L22C9-L28C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.TryGet(System.String,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L43C13-L44C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L43C13-L44C49" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Set(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L52C55-L52C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L52C55-L52C75" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L58C49-L58C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L58C49-L58C73" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L63C30-L63C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L63C30-L63C31" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.GetChildKeys(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L77C13-L85C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L77C13-L85C25" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L91C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L91C13-L95C10" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L33C48-L33C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L33C48-L33C55" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ChainedConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs#L31C16-L31C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs#L31C16-L31C54" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ChainedConfigurationSource.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs#L17C48-L17C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs#L17C48-L17C52" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ChainedConfigurationSource.ShouldDisposeConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs#L23C50-L23C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs#L23C50-L23C54" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ChainedConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBuilder.Add(Microsoft.Extensions.Configuration.IConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L34C13-L37C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L34C13-L37C25" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L47C13-L53C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L47C13-L53C53" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L14C9-L25C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L14C9-L25C98" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationBuilder.Sources", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L19C55-L19C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L19C55-L19C63" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L25C57-L25C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L25C57-L25C61" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationKeyComparer.Compare(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs#L32C13-L59C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs#L32C13-L59C65" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationKeyComparer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationKeyComparer.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs#L19C59-L19C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs#L19C59-L19C63" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationKeyComparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L33C9-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L33C9-L50C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L68C64-L68C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L68C64-L68C99" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.GetChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L71C68-L71C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L71C68-L71C104" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationBuilder#get_Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L73C73-L73C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L73C73-L73C84" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationRoot#get_Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L81C77-L81C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L81C77-L81C122" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L86C13-L88C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L86C13-L88C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationBuilder#Add(Microsoft.Extensions.Configuration.IConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L92C13-L95C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L92C13-L95C25" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationBuilder#Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L98C61-L98C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L98C61-L98C65" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfiguration#GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L100C57-L100C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L100C57-L100C69" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationRoot#Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L104C20-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L104C20-L113C10" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationManager.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L57C17-L59C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L57C17-L59C14" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationBuilder#Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L73C73-L73C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L73C73-L73C84" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationManager.Sources", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L76C55-L76C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L76C55-L76C63" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationRoot#Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L81C77-L81C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L81C77-L81C122" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L17C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L17C9-L25C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.TryGet(System.String,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L39C16-L39C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L39C16-L39C48" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.Set(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L47C16-L47C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L47C16-L47C33" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L53C11-L53C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L53C11-L53C12" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.GetChildKeys(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L65C13-L93C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L65C13-L93C28" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L109C13-L109C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L109C13-L109C33" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.OnReload", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L117C13-L119C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L117C13-L119C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L125C46-L125C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L125C46-L125C60" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationProvider.Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L30C55-L30C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L30C55-L30C59" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationReloadToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L39C13-L44C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L39C13-L44C23" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationReloadToken.OnReload", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L50C35-L50C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L50C35-L50C48" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationReloadToken.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L16C9-L22C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L16C9-L22C71" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationReloadToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L22C45-L22C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L22C45-L22C49" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationReloadToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L28C35-L28C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L28C35-L28C63" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.#ctor(System.Collections.Generic.IList{Microsoft.Extensions.Configuration.IConfigurationProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L21C9-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L21C9-L38C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.GetChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L60C68-L60C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L60C68-L60C104" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L66C49-L66C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L66C49-L66C61" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L78C16-L78C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L78C16-L78C51" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L85C57-L90C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L85C57-L90C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L102C50-L112C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L102C50-L112C10" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationRoot.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L43C65-L43C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L43C65-L43C75" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationRoot.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L52C20-L52C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L52C20-L52C53" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationSection.#ctor(Microsoft.Extensions.Configuration.IConfigurationRoot,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L27C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L27C9-L34C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationSection.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L89C64-L89C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L89C64-L89C125" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationSection.GetChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L95C68-L95C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L95C68-L95C105" }, { "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationSection.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L101C49-L101C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L101C49-L101C71" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationSection.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L39C31-L39C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L39C31-L39C36" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationSection.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L46C13-L46C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L46C13-L46C60" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationSection.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L55C17-L55C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L55C17-L55C36" }, { "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationSection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L72C17-L72C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L72C17-L72C75" } ], "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.MemoryConfigurationBuilderExtensions.AddInMemoryCollection(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationBuilderExtensions.cs#L22C13-L25C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationBuilderExtensions.cs#L22C13-L25C41" }, { "DocsId": "M:Microsoft.Extensions.Configuration.MemoryConfigurationBuilderExtensions.AddInMemoryCollection(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationBuilderExtensions.cs#L38C13-L41C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationBuilderExtensions.cs#L38C13-L41C41" } ], "DocsId": "T:Microsoft.Extensions.Configuration.MemoryConfigurationBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.StreamConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs#L25C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs#L25C9-L30C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs#L46C13-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs#L46C13-L58C10" }, { "DocsId": "P:Microsoft.Extensions.Configuration.StreamConfigurationProvider.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs#L17C51-L17C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs#L17C51-L17C55" } ], "DocsId": "T:Microsoft.Extensions.Configuration.StreamConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs" }, { "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.StreamConfigurationSource.Stream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs#L18C33-L18C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs#L18C33-L18C37" } ], "DocsId": "T:Microsoft.Extensions.Configuration.StreamConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L21C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L21C9-L34C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider.Add(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L43C13-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L43C13-L44C10" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L52C13-L52C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L52C13-L52C41" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L61C13-L61C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L61C13-L61C36" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs#L25C13-L25C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs#L25C13-L25C58" }, { "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs" }, { "DocsId": "P:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource.InitialData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs#L16C74-L16C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs#L16C74-L16C78" } ], "DocsId": "T:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.DependencyInjection.Abstractions.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.DependencyInjection.Abstractions.json index e5bd14e5fc1..f7b3284b42b 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.DependencyInjection.Abstractions.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.DependencyInjection.Abstractions.json @@ -1,1004 +1,1004 @@ { "Assembly": "Microsoft.Extensions.DependencyInjection.Abstractions", - "GUID": "4C94F50F2E2A40A28775FB1DB0AB9DBEFFFFFFFF", + "GUID": "C432814F9F144DA5BCBB9D7A22A3F8D6FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(System.IServiceProvider,System.Type,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L52C13-L192C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L52C13-L192C53" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateFactory(System.Type,System.Type[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L281C13-L298C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L281C13-L298C27" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateFactory``1(System.Type[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L318C13-L331C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L318C13-L331C27" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance``1(System.IServiceProvider,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L352C13-L352C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L352C13-L352C71" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetServiceOrCreateInstance``1(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L363C13-L363C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L363C13-L363C71" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetServiceOrCreateInstance(System.IServiceProvider,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L376C13-L376C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L376C13-L376C80" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ActivatorUtilities", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesConstructorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilitiesConstructorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilitiesConstructorAttribute.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesConstructorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilitiesConstructorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilitiesConstructorAttribute.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.AsyncServiceScope.#ctor(Microsoft.Extensions.DependencyInjection.IServiceScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L25C13-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L25C13-L28C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.AsyncServiceScope.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L36C13-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L36C13-L37C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.AsyncServiceScope.DisposeAsync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L42C13-L49C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L42C13-L49C28" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.AsyncServiceScope.ServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L31C52-L31C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L31C52-L31C81" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.AsyncServiceScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.FromKeyedServicesAttribute.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/FromKeyedServicesAttribute.cs#L18C9-L18C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/FromKeyedServicesAttribute.cs#L18C9-L18C67" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.FromKeyedServicesAttribute.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/FromKeyedServicesAttribute.cs#L23C29-L23C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/FromKeyedServicesAttribute.cs#L23C29-L23C33" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.FromKeyedServicesAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/FromKeyedServicesAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/FromKeyedServicesAttribute.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.IKeyedServiceProvider.GetKeyedService(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.IKeyedServiceProvider.GetRequiredKeyedService(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.IKeyedServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.DependencyInjection.KeyedService.AnyKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs#L42C39-L42C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs#L42C39-L42C43" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.KeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceCollection.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceProviderFactory`1.CreateBuilder(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderFactory.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceProviderFactory`1.CreateServiceProvider(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderFactory.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceProviderFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceProviderIsKeyedService.IsKeyedService(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsKeyedService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsKeyedService.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceProviderIsKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsKeyedService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsKeyedService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceProviderIsService.IsService(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsService.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceProviderIsService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsService.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.DependencyInjection.IServiceScope.ServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScope.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScope.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceScopeFactory.CreateScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScopeFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScopeFactory.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceScopeFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScopeFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScopeFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ISupportRequiredService.GetRequiredService(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ISupportRequiredService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ISupportRequiredService.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ISupportRequiredService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ISupportRequiredService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ISupportRequiredService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory.Invoke(System.IServiceProvider,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory.BeginInvoke(System.IServiceProvider,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ObjectFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory`1.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory`1.Invoke(System.IServiceProvider,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory`1.BeginInvoke(System.IServiceProvider,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory`1.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ObjectFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L44C13-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L44C13-L46C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Contains(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L51C13-L51C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L51C13-L51C48" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.CopyTo(Microsoft.Extensions.DependencyInjection.ServiceDescriptor[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L57C13-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L57C13-L58C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Remove(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L63C13-L64C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L63C13-L64C46" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L70C13-L70C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L70C13-L70C49" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.System#Collections#Generic#ICollection#Add(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L75C13-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L75C13-L77C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L81C13-L81C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L81C13-L81C36" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.IndexOf(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L87C13-L87C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L87C13-L87C47" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Insert(System.Int32,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L93C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L93C13-L95C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L100C13-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L100C13-L102C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.MakeReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L112C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L112C13-L113C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L18C9-L18C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L18C9-L18C95" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L22C29-L22C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L22C29-L22C47" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L25C35-L25C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L25C35-L25C46" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L32C17-L32C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L32C17-L32C44" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L29C13-L33C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L29C13-L33C94" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L51C13-L55C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L51C13-L55C97" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L72C13-L74C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L72C13-L74C85" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L89C13-L92C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L89C13-L92C68" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L106C13-L108C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L106C13-L108C60" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L126C13-L129C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L126C13-L129C83" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L150C13-L153C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L150C13-L153C83" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L171C13-L175C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L171C13-L175C91" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L193C13-L197C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L193C13-L197C94" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L214C13-L216C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L214C13-L216C82" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L231C13-L234C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L231C13-L234C65" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L248C13-L250C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L248C13-L250C57" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L268C13-L271C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L268C13-L271C80" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L292C13-L295C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L292C13-L295C80" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L314C13-L318C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L314C13-L318C94" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L336C13-L340C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L336C13-L340C97" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L357C13-L359C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L357C13-L359C85" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L374C13-L377C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L374C13-L377C68" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L391C13-L393C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L391C13-L393C60" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L411C13-L414C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L411C13-L414C83" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L435C13-L438C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L435C13-L438C83" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L456C13-L462C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L456C13-L462C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L479C13-L482C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L479C13-L482C84" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L31C13-L35C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L31C13-L35C111" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L55C13-L59C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L55C13-L59C114" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L79C13-L81C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L79C13-L81C102" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L98C13-L101C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L98C13-L101C85" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L118C13-L120C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L118C13-L120C77" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L140C13-L143C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L140C13-L143C100" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L166C13-L169C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L166C13-L169C100" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L189C13-L193C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L189C13-L193C108" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L213C13-L217C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L213C13-L217C111" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L237C13-L239C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L237C13-L239C99" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L256C13-L259C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L256C13-L259C82" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L276C13-L278C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L276C13-L278C74" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L298C13-L301C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L298C13-L301C97" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L324C13-L327C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L324C13-L327C97" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L347C13-L351C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L347C13-L351C111" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L371C13-L375C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L371C13-L375C114" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L395C13-L397C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L395C13-L397C102" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L414C13-L417C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L414C13-L417C85" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L434C13-L436C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L434C13-L436C95" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L456C13-L459C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L456C13-L459C100" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L482C13-L485C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L482C13-L485C100" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L505C13-L511C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L505C13-L511C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L530C13-L533C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L530C13-L533C101" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L26C15-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L26C15-L28C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Object,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L42C15-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L42C15-L48C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L59C15-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L59C15-L61C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L74C15-L80C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L74C15-L80C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Func{System.IServiceProvider,System.Object},Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L92C15-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L92C15-L98C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object},Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L112C15-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L112C15-L127C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L252C13-L282C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L252C13-L282C97" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L343C13-L343C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L343C13-L343C94" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedTransient``2(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L359C13-L359C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L359C13-L359C100" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L374C13-L377C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L374C13-L377C85" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedTransient(System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L394C13-L397C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L394C13-L397C102" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient``2(System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L415C13-L417C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L415C13-L417C97" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedTransient``2(System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L437C13-L439C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L437C13-L439C114" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient``1(System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L453C13-L455C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L453C13-L455C97" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedTransient``1(System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L470C13-L472C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L470C13-L472C114" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient(System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L485C13-L488C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L485C13-L488C88" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedTransient(System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L502C13-L505C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L502C13-L505C105" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L520C13-L520C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L520C13-L520C91" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedScoped``2(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L536C13-L536C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L536C13-L536C97" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L551C13-L551C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L551C13-L551C82" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedScoped(System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L568C13-L568C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L568C13-L568C99" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped``2(System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L586C13-L588C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L586C13-L588C94" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedScoped``2(System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L608C13-L610C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L608C13-L610C111" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped``1(System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L624C13-L626C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L624C13-L626C94" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedScoped``1(System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L641C13-L643C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L641C13-L643C111" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped(System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L656C13-L659C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L656C13-L659C85" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedScoped(System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L673C13-L676C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L673C13-L676C102" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L691C13-L691C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L691C13-L691C94" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton``2(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L708C13-L708C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L708C13-L708C100" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L723C13-L726C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L723C13-L726C85" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton(System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L743C13-L746C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L743C13-L746C102" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton``2(System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L764C13-L766C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L764C13-L766C97" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton``2(System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L786C13-L788C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L786C13-L788C114" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton``1(System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L802C13-L804C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L802C13-L804C97" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton``1(System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L821C13-L823C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L821C13-L823C114" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton(System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L838C13-L841C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L838C13-L841C92" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton(System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L858C13-L861C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L858C13-L861C109" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L875C13-L877C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L875C13-L877C109" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton``1(System.Object,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L894C13-L896C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L894C13-L896C89" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L911C13-L914C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L911C13-L914C79" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton(System.Type,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L931C13-L934C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L931C13-L934C91" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Describe(System.Type,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L964C13-L964C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L964C13-L964C85" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.DescribeKeyed(System.Type,System.Object,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L983C13-L983C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L983C13-L983C97" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Describe(System.Type,System.Func{System.IServiceProvider,System.Object},Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L997C13-L997C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L997C13-L997C88" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.DescribeKeyed(System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object},Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L1012C13-L1012C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L1012C13-L1012C100" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Lifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L139C43-L139C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L139C43-L139C47" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ServiceKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L144C37-L144C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L144C37-L144C41" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ServiceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L149C35-L149C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L149C35-L149C39" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L162C44-L162C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L162C44-L162C87" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L176C17-L180C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L176C17-L180C44" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ImplementationInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L193C51-L193C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L193C51-L193C98" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedImplementationInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L206C17-L210C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L206C17-L210C48" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ImplementationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L223C73-L223C153" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L223C73-L223C153" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedImplementationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L236C17-L240C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L236C17-L240C89" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.IsKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L247C39-L247C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L247C39-L247C57" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceKeyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceKeyAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceKeyAttribute.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceKeyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceKeyAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceKeyAttribute.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" }, { "DocsId": "F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.Singleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" }, { "DocsId": "F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.Scoped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" }, { "DocsId": "F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.Transient", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetKeyedService``1(System.IServiceProvider,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L24C13-L31C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L24C13-L31C79" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetKeyedService(System.IServiceProvider,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L43C13-L51C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L43C13-L51C79" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetRequiredKeyedService(System.IServiceProvider,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L64C13-L72C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L64C13-L72C79" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetRequiredKeyedService``1(System.IServiceProvider,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L85C13-L87C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L85C13-L87C79" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetKeyedServices``1(System.IServiceProvider,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L99C13-L101C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L99C13-L101C81" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetKeyedServices(System.IServiceProvider,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L114C13-L118C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L114C13-L118C105" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetService``1(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L23C13-L25C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L23C13-L25C55" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(System.IServiceProvider,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L37C13-L51C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L37C13-L51C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService``1(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L63C13-L65C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L63C13-L65C62" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetServices``1(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L76C13-L78C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L76C13-L78C66" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetServices(System.IServiceProvider,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L90C13-L94C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L90C13-L94C88" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.CreateScope(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L104C13-L104C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L104C13-L104C86" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.CreateAsyncScope(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L114C13-L114C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L114C13-L114C66" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.CreateAsyncScope(Microsoft.Extensions.DependencyInjection.IServiceScopeFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L124C13-L124C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L124C13-L124C77" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.Add(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L25C13-L29C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L25C13-L29C31" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.Add(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyInjection.ServiceDescriptor})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L42C13-L50C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L42C13-L50C31" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L63C13-L78C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L63C13-L78C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyInjection.ServiceDescriptor})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L90C13-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L90C13-L97C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L109C13-L114C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L109C13-L114C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L129C13-L135C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L129C13-L135C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L150C13-L156C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L150C13-L156C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L167C13-L170C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L167C13-L170C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L184C13-L187C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L184C13-L187C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L202C13-L203C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L202C13-L203C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L215C13-L220C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L215C13-L220C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L235C13-L241C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L235C13-L241C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L256C13-L262C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L256C13-L262C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L273C13-L276C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L273C13-L276C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L290C13-L293C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L290C13-L293C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L308C13-L309C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L308C13-L309C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L321C13-L326C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L321C13-L326C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L341C13-L347C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L341C13-L347C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L362C13-L368C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L362C13-L368C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L379C13-L382C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L379C13-L382C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L396C13-L399C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L396C13-L399C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L412C13-L417C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L412C13-L417C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L432C13-L433C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L432C13-L433C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddEnumerable(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L456C13-L485C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L456C13-L485C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddEnumerable(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyInjection.ServiceDescriptor})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L508C13-L515C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L508C13-L515C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.Replace(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L528C13-L543C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L528C13-L543C31" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.RemoveAll``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L553C13-L553C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L553C13-L553C53" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.RemoveAll(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L564C13-L575C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L564C13-L575C31" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L24C13-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L24C13-L29C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L46C13-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L46C13-L52C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L69C13-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L69C13-L75C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L87C13-L90C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L87C13-L90C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L105C13-L108C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L105C13-L108C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L125C13-L126C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L125C13-L126C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L140C13-L145C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L140C13-L145C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L162C13-L168C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L162C13-L168C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L185C13-L191C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L185C13-L191C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L203C13-L206C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L203C13-L206C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L221C13-L224C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L221C13-L224C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L241C13-L242C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L241C13-L242C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L256C13-L261C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L256C13-L261C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L278C13-L284C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L278C13-L284C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L301C13-L307C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L301C13-L307C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L319C13-L322C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L319C13-L322C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L337C13-L340C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L337C13-L340C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L354C13-L359C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L354C13-L359C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L376C13-L377C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L376C13-L377C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.RemoveAllKeyed``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L387C13-L387C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L387C13-L387C70" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.RemoveAllKeyed(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L399C13-L410C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L399C13-L410C31" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.DependencyInjection.Specification.Tests.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.DependencyInjection.Specification.Tests.json index 0049d7b3362..182fc42d9f2 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.DependencyInjection.Specification.Tests.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.DependencyInjection.Specification.Tests.json @@ -1,1388 +1,1388 @@ { "Assembly": "Microsoft.Extensions.DependencyInjection.Specification.Tests", - "GUID": "A632E7D99195469AB595EFE6431EC9A0FFFFFFFF", + "GUID": "621D573DEC3C4906BF8E3A79C5B2737AFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ClassWithInternalConstructor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithInternalConstructor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithInternalConstructor.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorEnablesYouToCreateAnyTypeWithServicesEvenWhenNotInIocContainer(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L49C13-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L49C13-L56C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorAcceptsAnyNumberOfAdditionalConstructorParametersToProvide(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L63C13-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L63C13-L74C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorWorksWithStaticCtor(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L81C13-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L81C13-L87C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorWorksWithCtorWithOptionalArgs(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L94C13-L103C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L94C13-L103C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorWorksWithCtorWithOptionalArgs_WithStructDefaults(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L110C13-L123C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L110C13-L123C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorCanDisambiguateConstructorsWithUniqueArguments(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L130C13-L142C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L130C13-L142C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorRequiresPublicConstructor(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L154C13-L164C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L154C13-L164C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorRequiresAllArgumentsCanBeAccepted(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L171C13-L184C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L171C13-L184C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorRethrowsOriginalExceptionFromConstructor(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L191C13-L203C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L191C13-L203C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorCreateFactoryDoesNotAllowForAmbiguousConstructorMatches(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L211C13-L221C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L211C13-L221C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorCreateInstanceUsesLongestAvailableConstructor(System.Object,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L229C13-L252C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L229C13-L252C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorUsesMarkedConstructor(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L259C13-L268C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L259C13-L268C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorThrowsOnMultipleMarkedCtors(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L275C13-L283C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L275C13-L283C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypeActivatorThrowsWhenMarkedCtorDoesntAcceptArguments(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L290C13-L298C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L290C13-L298C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.GetServiceOrCreateInstanceRegisteredServiceTransient", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L304C13-L324C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L304C13-L324C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.GetServiceOrCreateInstanceRegisteredServiceSingleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L329C13-L351C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L329C13-L351C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.GetServiceOrCreateInstanceUnregisteredService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L356C13-L379C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L356C13-L379C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.UnRegisteredServiceAsConstructorParameterThrowsException(Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L385C13-L394C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L385C13-L394C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstance_WithAbstractTypeAndPublicConstructor_ThrowsCorrectException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L400C13-L407C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L400C13-L407C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstance_CapturesInnerException_OfTargetInvocationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L413C13-L419C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L413C13-L419C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ServicesRegisteredWithImplementationTypeCanBeResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L21C13-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L21C13-L31C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ServicesRegisteredWithImplementationType_ReturnDifferentInstancesPerResolution_ForTransientServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L37C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L37C13-L49C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ServicesRegisteredWithImplementationType_ReturnSameInstancesPerResolution_ForSingletons", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L55C13-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L55C13-L67C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ServiceInstanceCanBeResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L73C13-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L73C13-L83C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TransientServiceCanBeResolvedFromProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L89C13-L100C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L89C13-L100C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TransientServiceCanBeResolvedFromScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L106C13-L123C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L106C13-L123C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.NonSingletonService_WithInjectedProvider_ResolvesScopeProvider(Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L131C13-L164C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L131C13-L164C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.SingletonServiceCanBeResolvedFromScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L170C13-L196C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L170C13-L196C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.SingleServiceCanBeIEnumerableResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L202C13-L213C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L202C13-L213C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.MultipleServiceCanBeIEnumerableResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L219C13-L231C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L219C13-L231C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.RegistrationOrderIsPreservedWhenServicesAreIEnumerableResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L237C13-L258C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L237C13-L258C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.OuterServiceCanHaveOtherServicesInjected", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L264C13-L280C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L264C13-L280C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.FactoryServicesCanBeCreatedByGetService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L286C13-L307C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L286C13-L307C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.FactoryServicesAreCreatedAsPartOfCreatingObjectGraph", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L313C13-L351C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L313C13-L351C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.LastServiceReplacesPreviousServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L357C13-L367C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L357C13-L367C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.SingletonServiceCanBeResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L373C13-L384C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L373C13-L384C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ServiceProviderRegistersServiceScopeFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L390C13-L398C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L390C13-L398C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ServiceScopeFactoryIsSingleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L404C13-L418C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L404C13-L418C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ScopedServiceCanBeResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L424C13-L439C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L424C13-L439C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.NestedScopedServiceCanBeResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L445C13-L461C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L445C13-L461C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ScopedServices_FromCachedScopeFactory_CanBeResolvedAndDisposed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L467C13-L496C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L467C13-L496C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ScopesAreFlatNotHierarchical", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L502C13-L514C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L502C13-L514C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ServiceProviderIsDisposable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L519C13-L522C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L519C13-L522C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.DisposingScopeDisposesService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L528C13-L563C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L528C13-L563C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.SelfResolveThenDispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L569C13-L578C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L569C13-L578C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.SafelyDisposeNestedProviderReferences", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L584C13-L594C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L584C13-L594C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.SingletonServicesComeFromRootProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L600C13-L625C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L600C13-L625C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.NestedScopedServiceCanBeResolvedWithNoFallbackProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L631C13-L645C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L631C13-L645C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.OpenGenericServicesCanBeResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L651C13-L662C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L651C13-L662C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ConstrainedOpenGenericServicesCanBeResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L668C13-L685C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L668C13-L685C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ConstrainedOpenGenericServicesReturnsEmptyWithNoMatches", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L691C13-L699C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L691C13-L699C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.InterfaceConstrainedOpenGenericServicesCanBeResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L705C13-L722C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L705C13-L722C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.AbstractClassConstrainedOpenGenericServicesCanBeResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L728C13-L745C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L728C13-L745C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ClosedServicesPreferredOverOpenGenericServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L751C13-L762C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L751C13-L762C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ResolvingEnumerableContainingOpenGenericServiceUsesCorrectSlot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L769C13-L784C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L769C13-L784C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.AttemptingToResolveNonexistentServiceReturnsNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L790C13-L798C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L790C13-L798C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.NonexistentServiceCanBeIEnumerableResolved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L804C13-L812C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L804C13-L812C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ServiceContainerPicksConstructorWithLongestMatches(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.Specification.Fakes.TypeWithSupersetConstructors)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L867C13-L879C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L867C13-L879C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.DisposesInReverseOrderOfCreation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L885C13-L905C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L885C13-L905C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ResolvesMixedOpenClosedGenericsAsEnumerable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L911C13-L932C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L911C13-L932C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ResolvesDifferentInstancesForServiceWhenResolvingEnumerable(System.Type,System.Type,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L942C13-L966C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L942C13-L966C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ExplicitServiceRegisterationWithIsService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L19C13-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L19C13-L36C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.OpenGenericsWithIsService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L41C13-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L41C13-L58C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ClosedGenericsWithIsService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L63C13-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L63C13-L79C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.IEnumerableWithIsServiceAlwaysReturnsTrue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L84C13-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L84C13-L102C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.BuiltInServicesWithIsServiceReturnsTrue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L107C13-L125C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L107C13-L125C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ExpectStructWithPublicDefaultConstructorInvoked", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L15C80-L15C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L15C80-L15C85" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFuncs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.TypesWithNonPublicConstructorData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L145C13-L147C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs#L145C13-L147C56" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.ServiceContainerPicksConstructorWithLongestMatchesData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L818C17-L856C19" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs#L818C17-L856C19" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.SupportsIServiceProviderIsService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L14C66-L14C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsServiceSpecificationTests.cs#L14C66-L14C70" }, { "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/DependencyInjectionSpecificationTests.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtor.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtor.cs#L8C9-L11C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtor.cs#L8C9-L11C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtor.Whatever", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtor.cs#L13C34-L13C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtor.cs#L13C34-L13C38" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtor.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.#ctor(System.DateTime,System.DateTime,System.TimeSpan,System.TimeSpan,System.DateTimeOffset,System.DateTimeOffset,System.Guid,System.Guid,Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.CustomStruct,Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.CustomStruct,System.Nullable{System.ConsoleColor},System.Nullable{System.ConsoleColor},System.Nullable{System.Int32},System.Nullable{System.Int32},Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.StructWithPublicDefaultConstructor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L19C9-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L19C9-L43C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.Color", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L10C38-L10C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L10C38-L10C42" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.ColorNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L11C42-L11C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L11C42-L11C46" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.Integer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L13C31-L13C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L13C31-L13C35" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.IntegerNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L14C35-L14C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L14C35-L14C39" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.StructWithConstructor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L16C75-L16C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L16C75-L16C79" }, { "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.CustomStruct", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs" }, { "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.StructWithPublicDefaultConstructor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.CreateServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L19C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L19C13-L34C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveNullKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L39C13-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L39C13-L52C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveNonKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L57C13-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L57C13-L68C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedOpenGenericService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L73C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L73C13-L84C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L89C13-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L89C13-L107C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServicesAnyKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L112C13-L136C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L112C13-L136C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServicesAnyKeyWithAnyKeyRegistration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L141C13-L165C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L141C13-L165C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedGenericServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L170C13-L188C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L170C13-L188C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceSingletonInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L193C13-L202C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L193C13-L202C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceSingletonInstanceWithKeyInjection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L207C13-L217C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L207C13-L217C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceSingletonInstanceWithAnyKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L222C13-L238C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L222C13-L238C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServicesSingletonInstanceWithAnyKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L243C13-L254C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L243C13-L254C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceSingletonInstanceWithKeyedParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L259C13-L271C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L259C13-L271C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceWithKeyedParameter_MissingRegistration_SecondParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L276C13-L287C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L276C13-L287C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceWithKeyedParameter_MissingRegistration_FirstParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L292C13-L302C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L292C13-L302C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceWithKeyedParameter_MissingRegistrationButWithDefaults", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L307C13-L318C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L307C13-L318C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceWithKeyedParameter_MissingRegistrationButWithUnkeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L323C13-L335C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L323C13-L335C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.CreateServiceWithKeyedParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L340C13-L352C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L340C13-L352C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceSingletonFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L357C13-L366C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L357C13-L366C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceSingletonFactoryWithAnyKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L371C13-L386C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L371C13-L386C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceSingletonFactoryWithAnyKeyIgnoreWrongType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L391C13-L400C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L391C13-L400C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceSingletonType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L405C13-L412C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L405C13-L412C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceTransientFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L417C13-L428C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L417C13-L428C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceTransientType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L433C13-L442C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L433C13-L442C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceTransientTypeWithAnyKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L447C13-L456C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L447C13-L456C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedSingletonFromInjectedServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L461C13-L474C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L461C13-L474C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedTransientFromInjectedServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L479C13-L492C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L479C13-L492C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedSingletonFromScopeServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L497C13-L516C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L497C13-L516C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedScopedFromScopeServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L521C13-L540C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L521C13-L540C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedTransientFromScopeServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L545C13-L564C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L545C13-L564C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ResolveKeyedServiceThrowsIfNotSupported", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L569C13-L578C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L569C13-L578C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.SimpleServiceKeyedResolution", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L659C17-L671C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L659C17-L671C14" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ExplicitServiceRegistrationWithIsKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L19C13-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L19C13-L37C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.OpenGenericsWithIsKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L42C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L42C13-L60C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ClosedGenericsWithIsKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L65C13-L82C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L65C13-L82C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.IEnumerableWithIsKeyedServiceAlwaysReturnsTrue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L87C13-L106C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L87C13-L106C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.NonKeyedServiceWithIsKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L111C13-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L111C13-L127C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.SupportsIServiceProviderIsKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L14C71-L14C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ServiceProviderIsKeyedServiceSpecificationTests.cs#L14C71-L14C75" }, { "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.IService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.Service", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.OtherService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.SimpleParentWithDynamicKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ISimpleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.SimpleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.AnotherSimpleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.NonKeyedServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.AbstractClass.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AbstractClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AbstractClass.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.AbstractClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AbstractClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AbstractClass.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.AnotherClass.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClass.cs#L8C9-L11C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClass.cs#L8C9-L11C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.AnotherClass.FakeService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClass.cs#L13C43-L13C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClass.cs#L13C43-L13C47" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.AnotherClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClass.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.AnotherClassAcceptingData.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClassAcceptingData.cs#L8C9-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClassAcceptingData.cs#L8C9-L13C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.AnotherClassAcceptingData.FakeService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClassAcceptingData.cs#L15C43-L15C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClassAcceptingData.cs#L15C43-L15C47" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.AnotherClassAcceptingData.One", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClassAcceptingData.cs#L17C29-L17C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClassAcceptingData.cs#L17C29-L17C33" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.AnotherClassAcceptingData.Two", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClassAcceptingData.cs#L19C29-L19C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClassAcceptingData.cs#L19C29-L19C33" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.AnotherClassAcceptingData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClassAcceptingData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClassAcceptingData.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassImplementingIComparable.CompareTo(Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassImplementingIComparable)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIComparable.cs#L10C69-L10C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIComparable.cs#L10C69-L10C70" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassImplementingIComparable.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIComparable.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIComparable.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassImplementingIComparable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIComparable.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIComparable.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassImplementingIEnumerable.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIEnumerable.cs#L11C47-L11C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIEnumerable.cs#L11C47-L11C82" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassImplementingIEnumerable.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIEnumerable.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIEnumerable.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassImplementingIEnumerable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIEnumerable.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIEnumerable.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassInheritingAbstractClass.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassInheritingAbstractClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassAlsoInheritingAbstractClass.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassAlsoInheritingAbstractClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassInheritingClassInheritingAbstractClass.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassInheritingClassInheritingAbstractClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassInheritingAbstractClass.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAbstractClassConstraint`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAbstractClassConstraint.cs#L9C9-L9C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAbstractClassConstraint.cs#L9C9-L9C74" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAbstractClassConstraint`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAbstractClassConstraint.cs#L11C26-L11C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAbstractClassConstraint.cs#L11C26-L11C30" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAbstractClassConstraint`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAbstractClassConstraint.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAbstractClassConstraint.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtors.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L8C9-L11C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L8C9-L11C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtors.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L13C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L13C9-L16C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtors.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L18C9-L21C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtors.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L23C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L23C9-L30C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtors.FakeService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L32C43-L32C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L32C43-L32C47" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtors.Data1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L34C31-L34C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L34C31-L34C35" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtors.Data2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L36C28-L36C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L36C28-L36C32" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtors.CtorUsed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L37C34-L37C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs#L37C34-L37C38" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtors.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtorsAndAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtorsAndAttribute.cs#L8C9-L11C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtorsAndAttribute.cs#L8C9-L11C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtorsAndAttribute.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtorsAndAttribute.cs#L14C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtorsAndAttribute.cs#L14C9-L17C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtorsAndAttribute.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeOuterService,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtorsAndAttribute.cs#L19C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtorsAndAttribute.cs#L19C9-L22C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtorsAndAttribute.CtorUsed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtorsAndAttribute.cs#L24C34-L24C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtorsAndAttribute.cs#L24C34-L24C38" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithAmbiguousCtorsAndAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtorsAndAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithAmbiguousCtorsAndAttribute.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithClassConstraint`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithClassConstraint.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithClassConstraint.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithClassConstraint`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithClassConstraint.cs#L9C26-L9C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithClassConstraint.cs#L9C26-L9C30" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithClassConstraint`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithClassConstraint.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithClassConstraint.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithInterfaceConstraint`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithInterfaceConstraint.cs#L11C9-L11C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithInterfaceConstraint.cs#L11C9-L11C70" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithInterfaceConstraint`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithInterfaceConstraint.cs#L13C26-L13C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithInterfaceConstraint.cs#L13C26-L13C30" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithInterfaceConstraint`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithInterfaceConstraint.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithInterfaceConstraint.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithMultipleMarkedCtors.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithMultipleMarkedCtors.cs#L9C9-L11C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithMultipleMarkedCtors.cs#L9C9-L11C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithMultipleMarkedCtors.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithMultipleMarkedCtors.cs#L14C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithMultipleMarkedCtors.cs#L14C9-L16C10" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithMultipleMarkedCtors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithMultipleMarkedCtors.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithMultipleMarkedCtors.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithNestedReferencesToProvider.#ctor(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNestedReferencesToProvider.cs#L13C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNestedReferencesToProvider.cs#L13C9-L17C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithNestedReferencesToProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNestedReferencesToProvider.cs#L30C13-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNestedReferencesToProvider.cs#L30C13-L32C10" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithNestedReferencesToProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNestedReferencesToProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNestedReferencesToProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithNewConstraint`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNewConstraint.cs#L9C35-L9C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNewConstraint.cs#L9C35-L9C42" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithNewConstraint`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNewConstraint.cs#L9C26-L9C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNewConstraint.cs#L9C26-L9C30" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithNewConstraint`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNewConstraint.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNewConstraint.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithNoConstraints`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNoConstraint.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNoConstraint.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithNoConstraints`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNoConstraint.cs#L8C26-L8C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNoConstraint.cs#L8C26-L8C30" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithNoConstraints`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNoConstraint.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithNoConstraint.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithPrivateCtor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithPrivateCtor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithPrivateCtor.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithProtectedConstructor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithProtectedConstructor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithProtectedConstructor.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithSelfReferencingConstraint`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithSelfReferencingConstraint.cs#L11C9-L11C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithSelfReferencingConstraint.cs#L11C9-L11C76" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithSelfReferencingConstraint`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithSelfReferencingConstraint.cs#L13C26-L13C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithSelfReferencingConstraint.cs#L13C26-L13C30" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithSelfReferencingConstraint`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithSelfReferencingConstraint.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithSelfReferencingConstraint.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithServiceProvider.#ctor(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithServiceProvider.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithServiceProvider.cs#L12C9-L15C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithServiceProvider.ServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithServiceProvider.cs#L17C51-L17C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithServiceProvider.cs#L17C51-L17C55" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithServiceProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithServiceProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithStaticCtor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithStaticCtor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithStaticCtor.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithStaticCtor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithStaticCtor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithStaticCtor.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithStructConstraint`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithStructConstraint.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithStructConstraint.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithStructConstraint`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithStructConstraint.cs#L9C26-L9C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithStructConstraint.cs#L9C26-L9C30" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithStructConstraint`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithStructConstraint.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithStructConstraint.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithThrowingCtor.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithThrowingCtor.cs#L10C9-L12C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithThrowingCtor.cs#L10C9-L12C64" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithThrowingCtor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithThrowingCtor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithThrowingCtor.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithThrowingEmptyCtor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithThrowingEmptyCtor.cs#L10C9-L12C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithThrowingEmptyCtor.cs#L10C9-L12C69" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ClassWithThrowingEmptyCtor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithThrowingEmptyCtor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithThrowingEmptyCtor.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ConstrainedFakeOpenGenericService`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ConstrainedFakeOpenGenericService.cs#L9C9-L12C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ConstrainedFakeOpenGenericService.cs#L9C9-L12C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ConstrainedFakeOpenGenericService`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ConstrainedFakeOpenGenericService.cs#L13C29-L13C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ConstrainedFakeOpenGenericService.cs#L13C29-L13C33" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ConstrainedFakeOpenGenericService`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ConstrainedFakeOpenGenericService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ConstrainedFakeOpenGenericService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.CreationCountFakeService.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/CreationCountFakeService.cs#L10C9-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/CreationCountFakeService.cs#L10C9-L14C10" }, { "DocsId": "F:Microsoft.Extensions.DependencyInjection.Specification.Fakes.CreationCountFakeService.InstanceLock", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/CreationCountFakeService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/CreationCountFakeService.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.CreationCountFakeService.InstanceCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/CreationCountFakeService.cs#L16C43-L16C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/CreationCountFakeService.cs#L16C43-L16C47" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.CreationCountFakeService.InstanceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/CreationCountFakeService.cs#L18C33-L18C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/CreationCountFakeService.cs#L18C33-L18C37" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.CreationCountFakeService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/CreationCountFakeService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/CreationCountFakeService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposableCallbackInnerService.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackInnerService.cs#L8C83-L10C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackInnerService.cs#L8C83-L10C10" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposableCallbackInnerService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackInnerService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackInnerService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposableCallbackOuterService.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeMultipleService},Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackOuterService.cs#L14C45-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackOuterService.cs#L14C45-L18C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposableCallbackOuterService.SingleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackOuterService.cs#L20C45-L20C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackOuterService.cs#L20C45-L20C49" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposableCallbackOuterService.MultipleServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackOuterService.cs#L21C69-L21C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackOuterService.cs#L21C69-L21C73" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposableCallbackOuterService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackOuterService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackOuterService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposableCallbackService.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackService.cs#L14C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackService.cs#L14C9-L18C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposableCallbackService.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackService.cs#L22C13-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackService.cs#L22C13-L23C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposableCallbackService.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackService.cs#L27C13-L27C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackService.cs#L27C13-L27C35" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposableCallbackService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposableCallbackService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposeCallback.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposeCallback.cs#L10C49-L10C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposeCallback.cs#L10C49-L10C67" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposeCallback.Disposed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposeCallback.cs#L10C40-L10C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposeCallback.cs#L10C40-L10C44" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeDisposeCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposeCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeDisposeCallback.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeOneMultipleService.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOneMultipleService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOneMultipleService.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeOneMultipleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOneMultipleService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOneMultipleService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeOpenGenericService`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOpenGenericService.cs#L8C9-L11C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOpenGenericService.cs#L8C9-L11C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeOpenGenericService`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOpenGenericService.cs#L13C29-L13C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOpenGenericService.cs#L13C29-L13C33" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeOpenGenericService`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOpenGenericService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOpenGenericService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeOuterService.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeMultipleService})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOuterService.cs#L10C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOuterService.cs#L10C9-L16C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeOuterService.SingleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOuterService.cs#L18C45-L18C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOuterService.cs#L18C45-L18C49" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeOuterService.MultipleServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOuterService.cs#L20C69-L20C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOuterService.cs#L20C69-L20C73" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeOuterService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOuterService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeOuterService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeService.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeService.cs#L16C13-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeService.cs#L16C13-L22C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeService.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeService.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeService.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeService.cs#L10C34-L10C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeService.cs#L10C34-L10C38" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeService.Disposed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeService.cs#L12C32-L12C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeService.cs#L12C32-L12C36" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeTwoMultipleService.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeTwoMultipleService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeTwoMultipleService.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.FakeTwoMultipleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeTwoMultipleService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/FakeTwoMultipleService.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFactoryService.FakeService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFactoryService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFactoryService.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFactoryService.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFactoryService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFactoryService.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFactoryService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFactoryService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFactoryService.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeEveryService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeEveryService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeEveryService.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeMultipleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeMultipleService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeMultipleService.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeOpenGenericService`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeOpenGenericService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeOpenGenericService.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeOpenGenericService`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeOpenGenericService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeOpenGenericService.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeOuterService.SingleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeOuterService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeOuterService.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeOuterService.MultipleServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeOuterService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeOuterService.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeOuterService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeOuterService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeOuterService.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeScopedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeScopedService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeScopedService.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeService.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeServiceInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeServiceInstance.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeServiceInstance.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeSingletonService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeSingletonService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/IFakeSingletonService.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.INonexistentService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/INonexistentService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/INonexistentService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.PocoClass.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/PocoClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/PocoClass.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.PocoClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/PocoClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/PocoClass.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ScopedFactoryService.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ScopedFactoryService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ScopedFactoryService.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ScopedFactoryService.FakeService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ScopedFactoryService.cs#L8C43-L8C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ScopedFactoryService.cs#L8C43-L8C47" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ScopedFactoryService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ScopedFactoryService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ScopedFactoryService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ServiceAcceptingFactoryService.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.ScopedFactoryService,Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFactoryService)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ServiceAcceptingFactoryService.cs#L8C9-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ServiceAcceptingFactoryService.cs#L8C9-L14C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ServiceAcceptingFactoryService.ScopedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ServiceAcceptingFactoryService.cs#L16C53-L16C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ServiceAcceptingFactoryService.cs#L16C53-L16C57" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ServiceAcceptingFactoryService.TransientService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ServiceAcceptingFactoryService.cs#L18C51-L18C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ServiceAcceptingFactoryService.cs#L18C51-L18C55" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.ServiceAcceptingFactoryService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ServiceAcceptingFactoryService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ServiceAcceptingFactoryService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TransientFactoryService.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TransientFactoryService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TransientFactoryService.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TransientFactoryService.FakeService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TransientFactoryService.cs#L8C43-L8C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TransientFactoryService.cs#L8C43-L8C47" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TransientFactoryService.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TransientFactoryService.cs#L10C28-L10C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TransientFactoryService.cs#L10C28-L10C32" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TransientFactoryService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TransientFactoryService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TransientFactoryService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TypeWithSupersetConstructors.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFactoryService)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L9C15-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L9C15-L13C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TypeWithSupersetConstructors.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L16C15-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L16C15-L20C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TypeWithSupersetConstructors.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFactoryService)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L25C15-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L25C15-L30C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TypeWithSupersetConstructors.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeMultipleService,Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFactoryService)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L36C15-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L36C15-L42C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TypeWithSupersetConstructors.#ctor(Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeMultipleService,Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFactoryService,Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService,Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeScopedService)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L44C9-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L44C9-L54C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TypeWithSupersetConstructors.Service", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L56C39-L56C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L56C39-L56C43" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TypeWithSupersetConstructors.FactoryService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L58C49-L58C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L58C49-L58C53" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TypeWithSupersetConstructors.MultipleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L60C55-L60C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L60C55-L60C59" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TypeWithSupersetConstructors.ScopedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L62C51-L62C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs#L62C51-L62C55" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.Fakes.TypeWithSupersetConstructors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/TypeWithSupersetConstructors.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc.Invoke(System.IServiceProvider,System.Type,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc.BeginInvoke(System.IServiceProvider,System.Type,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.DependencyInjectionSpecificationTests.CreateInstanceFunc", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/ActivatorUtilitiesTests.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.CustomStruct", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.StructWithPublicDefaultConstructor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L53C17-L54C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L53C17-L54C14" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.StructWithPublicDefaultConstructor.ConstructorInvoked", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L49C46-L49C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs#L49C46-L49C50" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.ClassWithOptionalArgsCtorWithStructs.StructWithPublicDefaultConstructor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassWithOptionalArgsCtorWithStructs.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.IService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.Service.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L586C13-L586C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L586C13-L586C64" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.Service.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L588C13-L588C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L588C13-L588C63" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.Service.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L590C51-L590C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L590C51-L590C54" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.Service", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.OtherService.#ctor(Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.IService,Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.IService)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L595C13-L601C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L595C13-L601C14" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.OtherService.Service1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L603C40-L603C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L603C40-L603C44" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.OtherService.Service2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L605C40-L605C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L605C40-L605C44" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.OtherService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.SimpleParentWithDynamicKeyedService.#ctor(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L677C13-L680C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L677C13-L680C14" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.SimpleParentWithDynamicKeyedService.GetService(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L682C62-L682C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L682C62-L682C117" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.SimpleParentWithDynamicKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.ISimpleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.SimpleService.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.SimpleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.AnotherSimpleService.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.AnotherSimpleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.NonKeyedServiceProvider.GetService(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L693C59-L693C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs#L693C59-L693C94" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.NonKeyedServiceProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.Specification.KeyedDependencyInjectionSpecificationTests.NonKeyedServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/KeyedDependencyInjectionSpecificationTests.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.DependencyInjection.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.DependencyInjection.json index 413345380a3..66f4482c891 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.DependencyInjection.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.DependencyInjection.json @@ -1,91 +1,91 @@ { "Assembly": "Microsoft.Extensions.DependencyInjection", - "GUID": "062C8268530E4892ABBC7EA19B3F351CFFFFFFFF", + "GUID": "6158F90E66AE429FBD4FF857FFD8C64EFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L19C50-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L19C50-L22C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.#ctor(Microsoft.Extensions.DependencyInjection.ServiceProviderOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L29C9-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L29C9-L32C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.CreateBuilder(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L37C13-L37C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L37C13-L37C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.CreateServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L43C13-L43C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L43C13-L43C68" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs#L20C13-L20C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs#L20C13-L20C83" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs#L34C13-L34C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs#L34C13-L34C114" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceProviderOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs#L48C13-L57C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs#L48C13-L57C59" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L103C56-L103C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L103C56-L103C120" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.GetKeyedService(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L112C16-L112C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L112C16-L112C62" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.GetRequiredKeyedService(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L125C16-L125C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L125C16-L125C70" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L142C13-L144C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L142C13-L144C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.DisposeAsync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L149C13-L150C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L149C13-L150C40" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions.ValidateScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs#L19C38-L19C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs#L19C38-L19C42" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions.ValidateOnBuild", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs#L27C39-L27C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs#L27C39-L27C43" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.DependencyModel.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.DependencyModel.json index dd97c7dce7a..e4f6c963f9c 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.DependencyModel.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.DependencyModel.json @@ -1,665 +1,665 @@ { "Assembly": "Microsoft.Extensions.DependencyModel", - "GUID": "E347D2BAA685484D92B8065B13822945FFFFFFFF", + "GUID": "7C99803F1185469E9F464B8C8F490562FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetDefaultGroup(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L11C103-L11C131" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L11C103-L11C131" }, { "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetRuntimeGroup(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L15C13-L19C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L15C13-L19C44" }, { "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetDefaultAssets(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L27C105-L27C134" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L27C105-L27C134" }, { "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetRuntimeAssets(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L30C13-L34C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L30C13-L34C45" }, { "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetDefaultRuntimeFileAssets(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L51C121-L51C156" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L51C121-L51C156" }, { "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetRuntimeFileAssets(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L54C13-L58C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L54C13-L58C51" } ], "DocsId": "T:System.Collections.Generic.CollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Add(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L32C13-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L32C13-L33C10" }, { "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L38C13-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L38C13-L40C10" }, { "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L45C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L45C13-L47C10" }, { "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Add``1(``0,System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L52C13-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L52C13-L54C10" }, { "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L59C13-L59C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L59C13-L59C50" }, { "DocsId": "P:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.CombinedHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L20C19-L20C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L20C19-L20C56" } ], "DocsId": "T:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L20C15-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L20C15-L22C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L33C15-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L33C15-L38C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationLibrary.ResolveReferencePaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L51C13-L53C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L51C13-L53C71" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationLibrary.ResolveReferencePaths(Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L58C13-L71C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L58C13-L71C71" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationLibrary.Assemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L40C51-L40C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L40C51-L40C55" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.CompilationLibrary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationOptions.#ctor(System.Collections.Generic.IEnumerable{System.String},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L50C9-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L50C9-L77C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.Defines", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L12C49-L12C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L12C49-L12C53" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.LanguageVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L14C42-L14C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L14C42-L14C46" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.Platform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L16C35-L16C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L16C35-L16C39" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.AllowUnsafe", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L18C36-L18C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L18C36-L18C40" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.WarningsAsErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L20C41-L20C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L20C41-L20C45" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.Optimize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L22C33-L22C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L22C33-L22C37" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.KeyFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L24C34-L24C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L24C34-L24C38" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.DelaySign", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L26C34-L26C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L26C34-L26C38" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.PublicSign", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L28C35-L28C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L28C35-L28C39" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.DebugType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L30C36-L30C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L30C36-L30C40" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.EmitEntryPoint", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L32C39-L32C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L32C39-L32C43" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.GenerateXmlDocumentation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L34C49-L34C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L34C49-L34C53" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L36C52-L36C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L36C52-L36C56" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.CompilationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.Dependency.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L14C13-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L14C13-L24C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Dependency.Equals(Microsoft.Extensions.DependencyModel.Dependency)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L31C13-L31C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L31C13-L31C93" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Dependency.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L34C73-L34C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L34C73-L34C123" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Dependency.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L37C13-L37C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L37C13-L37C75" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.Dependency.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L26C30-L26C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L26C30-L26C34" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.Dependency.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L27C33-L27C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L27C33-L27C37" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.Dependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContext.#ctor(Microsoft.Extensions.DependencyModel.TargetInfo,Microsoft.Extensions.DependencyModel.CompilationOptions,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.CompilationLibrary},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeLibrary},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeFallbacks})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L19C9-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L19C9-L36C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContext.Merge(Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L53C13-L61C19" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L53C13-L61C19" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContext.Load(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L79C13-L79C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L79C13-L79C67" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L39C53-L39C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L39C53-L39C74" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L41C36-L41C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L41C36-L41C40" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.CompilationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L43C56-L43C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L43C56-L43C60" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.CompileLibraries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L45C69-L45C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L45C69-L45C73" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.RuntimeLibraries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L47C65-L47C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L47C65-L47C69" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.RuntimeGraph", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L49C63-L49C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L49C63-L49C67" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultNativeAssets(Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L18C13-L20C142" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L18C13-L20C142" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultNativeRuntimeFileAssets(Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L25C13-L27C153" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L25C13-L27C153" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeNativeAssets(Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L32C13-L35C169" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L32C13-L35C169" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeNativeRuntimeFileAssets(Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L40C13-L43C180" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L40C13-L43C180" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultNativeAssets(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L48C13-L50C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L48C13-L50C83" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultNativeRuntimeFileAssets(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L55C13-L57C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L55C13-L57C89" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeNativeAssets(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L62C13-L66C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L62C13-L66C88" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeNativeRuntimeFileAssets(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L71C13-L75C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L71C13-L75C94" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultAssemblyNames(Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L80C13-L82C143" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L80C13-L82C143" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeAssemblyNames(Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L87C13-L90C170" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L87C13-L90C170" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultAssemblyNames(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L95C13-L98C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L95C13-L98C109" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeAssemblyNames(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L103C13-L107C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L103C13-L107C114" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContextExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader.Read(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L24C13-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L24C13-L37C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L41C13-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L41C13-L45C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L49C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L49C13-L50C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L20C9-L20C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L20C9-L20C100" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextLoader.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs#L22C44-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs#L22C44-L28C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextLoader.Load(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs#L57C13-L81C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs#L57C13-L81C28" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContextLoader.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs#L42C57-L42C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs#L42C57-L42C61" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContextLoader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextWriter.Write(Microsoft.Extensions.DependencyModel.DependencyContext,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextWriter.cs#L18C13-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextWriter.cs#L18C13-L39C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextWriter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextWriter.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContextWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextWriter.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.IDependencyContextReader.Read(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/IDependencyContextReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/IDependencyContextReader.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.IDependencyContextReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/IDependencyContextReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/IDependencyContextReader.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.Library.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L18C15-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L18C15-L20C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Library.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L30C15-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L30C15-L32C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Library.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L33C9-L66C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L33C9-L66C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L68C30-L68C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L68C30-L68C34" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L70C30-L70C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L70C30-L70C34" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L72C33-L72C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L72C33-L72C37" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Hash", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L74C31-L74C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L74C31-L74C35" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Dependencies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L76C57-L76C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L76C57-L76C61" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Serviceable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L78C35-L78C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L78C35-L78C39" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L80C31-L80C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L80C31-L80C35" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.HashPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L82C35-L82C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L82C35-L82C39" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.RuntimeStoreManifestName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L84C51-L84C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L84C51-L84C55" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.Library", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.ResourceAssembly.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs#L10C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs#L10C9-L22C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.ResourceAssembly.Locale", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs#L24C32-L24C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs#L24C32-L24C36" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.ResourceAssembly.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs#L26C30-L26C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs#L26C30-L26C34" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.ResourceAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssembly.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L14C9-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L14C9-L26C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssembly.Create(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L34C13-L44C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L34C13-L44C60" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssembly.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L28C37-L28C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L28C37-L28C55" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssembly.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L30C30-L30C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L30C30-L30C34" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L14C81-L14C131" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L14C81-L14C131" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L16C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L16C9-L20C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.#ctor(System.String,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeFile})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L22C9-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L22C9-L26C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L31C34-L31C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L31C34-L31C38" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.AssetPaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L40C17-L45C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L40C17-L45C75" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.RuntimeFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L56C17-L61C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L56C17-L61C97" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeFallbacks.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L15C79-L15C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L15C79-L15C129" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeFallbacks.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L16C9-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L16C9-L26C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFallbacks.Runtime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L12C33-L12C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L12C33-L12C37" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFallbacks.Fallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L13C51-L13C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L13C51-L13C55" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeFallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeFile.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L10C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L10C9-L20C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFile.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L22C30-L22C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L22C30-L22C34" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFile.AssemblyVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L24C42-L24C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L24C42-L24C46" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFile.FileVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L26C38-L26C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L26C38-L26C42" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.ResourceAssembly},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L21C15-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L21C15-L33C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.ResourceAssembly},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L46C15-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L46C15-L59C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.ResourceAssembly},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L98C15-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L98C15-L115C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeLibrary.RuntimeAssemblyGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L117C73-L117C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L117C73-L117C77" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeLibrary.NativeLibraryGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L119C71-L119C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L119C71-L119C75" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeLibrary.ResourceAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L121C69-L121C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L121C69-L121C73" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeLibrary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.TargetInfo.#ctor(System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L9C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L9C9-L23C10" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.TargetInfo.Framework", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L25C35-L25C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L25C35-L25C39" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.TargetInfo.Runtime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L27C34-L27C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L27C34-L27C38" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.TargetInfo.RuntimeSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L29C43-L29C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L29C43-L29C47" }, { "DocsId": "P:Microsoft.Extensions.DependencyModel.TargetInfo.IsPortable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L31C34-L31C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L31C34-L31C38" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.TargetInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs#L19C15-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs#L19C15-L21C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs#L24C15-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs#L24C15-L26C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs#L46C13-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs#L46C13-L121C10" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver.#ctor(Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/CompositeCompilationAssemblyResolver.cs#L13C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/CompositeCompilationAssemblyResolver.cs#L13C9-L18C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/CompositeCompilationAssemblyResolver.cs#L22C63-L29C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/CompositeCompilationAssemblyResolver.cs#L22C63-L29C26" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/CompositeCompilationAssemblyResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/CompositeCompilationAssemblyResolver.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver.Resolve", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs#L27C13-L27C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs#L27C13-L27C83" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs" }, { "DocsId": "F:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver.DotNetReferenceAssembliesPathEnv", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ICompilationAssemblyResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ICompilationAssemblyResolver.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ICompilationAssemblyResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ICompilationAssemblyResolver.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs#L17C15-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs#L17C15-L19C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs#L22C15-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs#L22C15-L24C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs#L71C13-L92C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs#L71C13-L92C26" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs#L18C15-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs#L18C15-L20C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs#L23C15-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs#L23C15-L25C10" }, { "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs#L46C13-L60C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs#L46C13-L60C25" } ], "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Diagnostics.Abstractions.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Diagnostics.Abstractions.json index 94c376e666d..07dd2648641 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Diagnostics.Abstractions.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Diagnostics.Abstractions.json @@ -1,207 +1,207 @@ { "Assembly": "Microsoft.Extensions.Diagnostics.Abstractions", - "GUID": "498A251AD76542ECBC549EC7FD37503FFFFFFFFF", + "GUID": "1F68BB3BD9564C8A9FAD3175C3B4C759FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsBuilder.cs" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener.Initialize(Microsoft.Extensions.Diagnostics.Metrics.IObservableInstrumentsSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener.InstrumentPublished(System.Diagnostics.Metrics.Instrument,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener.MeasurementsCompleted(System.Diagnostics.Metrics.Instrument,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener.GetMeasurementHandlers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.#ctor(System.String,System.String,System.String,Microsoft.Extensions.Diagnostics.Metrics.MeterScope,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L33C45-L25C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L33C45-L25C129" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.MeterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L33C36-L33C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L33C36-L33C40" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.InstrumentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L41C41-L41C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L41C41-L41C45" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.ListenerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L49C39-L49C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L49C39-L49C43" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.Scopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L58C36-L58C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L58C36-L58C40" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.Enable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L65C30-L65C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L65C30-L65C34" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.IObservableInstrumentsSource.RecordObservableInstruments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IObservableInstrumentsSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IObservableInstrumentsSource.cs" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.IObservableInstrumentsSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IObservableInstrumentsSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IObservableInstrumentsSource.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.ByteHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L16C57-L16C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L16C57-L16C61" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.ShortHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L21C59-L21C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L21C59-L21C63" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.IntHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L26C55-L26C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L26C55-L26C59" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.LongHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L31C57-L31C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L31C57-L31C61" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.FloatHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L36C59-L36C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L36C59-L36C63" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.DoubleHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L41C61-L41C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L41C61-L41C65" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.DecimalHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L46C63-L46C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L46C63-L46C67" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Diagnostics.Metrics.MeterScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" }, { "DocsId": "F:Microsoft.Extensions.Diagnostics.Metrics.MeterScope.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" }, { "DocsId": "F:Microsoft.Extensions.Diagnostics.Metrics.MeterScope.Global", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" }, { "DocsId": "F:Microsoft.Extensions.Diagnostics.Metrics.MeterScope.Local", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MeterScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.AddListener``1(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs#L24C13-L26C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs#L24C13-L26C28" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.AddListener(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs#L37C13-L39C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs#L37C13-L39C28" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.ClearListeners(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs#L49C13-L51C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs#L49C13-L51C28" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.EnableMetrics(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L22C16-L22C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L22C16-L22C82" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.EnableMetrics(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,System.String,System.String,System.String,Microsoft.Extensions.Diagnostics.Metrics.MeterScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L35C16-L35C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L35C16-L35C120" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.EnableMetrics(Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L44C16-L44C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L44C16-L44C81" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.EnableMetrics(Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions,System.String,System.String,System.String,Microsoft.Extensions.Diagnostics.Metrics.MeterScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L57C16-L57C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L57C16-L57C94" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.DisableMetrics(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L66C16-L66C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L66C16-L66C83" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.DisableMetrics(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,System.String,System.String,System.String,Microsoft.Extensions.Diagnostics.Metrics.MeterScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L79C16-L79C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L79C16-L79C121" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.DisableMetrics(Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L88C16-L88C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L88C16-L88C82" }, { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.DisableMetrics(Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions,System.String,System.String,System.String,Microsoft.Extensions.Diagnostics.Metrics.MeterScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L101C16-L101C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L101C16-L101C95" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsOptions.cs#L16C55-L16C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsOptions.cs#L16C55-L16C81" }, { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions.Rules", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsOptions.cs#L16C46-L16C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsOptions.cs#L16C46-L16C50" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsOptions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Diagnostics.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Diagnostics.json index 6933f23c5db..d34dbf6f691 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Diagnostics.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Diagnostics.json @@ -1,61 +1,61 @@ { "Assembly": "Microsoft.Extensions.Diagnostics", - "GUID": "C4A725E2452444398908D677D7F33213FFFFFFFF", + "GUID": "09110E252BFC4BBB90D899B06DDE3751FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.MetricsServiceExtensions.AddMetrics(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsServiceExtensions.cs#L25C13-L42C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsServiceExtensions.cs#L25C13-L42C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.MetricsServiceExtensions.AddMetrics(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsServiceExtensions.cs#L53C13-L63C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsServiceExtensions.cs#L53C13-L63C29" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.MetricsServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsServiceExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsServiceExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderConfigurationExtensions.AddConfiguration(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/MetricsBuilderConfigurationExtensions.cs#L27C13-L40C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/MetricsBuilderConfigurationExtensions.cs#L27C13-L40C28" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/MetricsBuilderConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/MetricsBuilderConfigurationExtensions.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.ConsoleMetrics.DebugListenerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/ConsoleMetrics.cs#L14C51-L14C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/ConsoleMetrics.cs#L14C51-L14C65" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.ConsoleMetrics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/ConsoleMetrics.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/ConsoleMetrics.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderConsoleExtensions.AddDebugConsole(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsBuilderConsoleExtensions.cs#L16C88-L16C137" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsBuilderConsoleExtensions.cs#L16C88-L16C137" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderConsoleExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsBuilderConsoleExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsBuilderConsoleExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Configuration.IMetricListenerConfigurationFactory.GetConfiguration(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/IMetricListenerConfigurationFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/IMetricListenerConfigurationFactory.cs" } ], "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.Configuration.IMetricListenerConfigurationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/IMetricListenerConfigurationFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/IMetricListenerConfigurationFactory.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.FileProviders.Abstractions.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.FileProviders.Abstractions.json index ca85f0ab8aa..7c85c95d89d 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.FileProviders.Abstractions.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.FileProviders.Abstractions.json @@ -1,177 +1,177 @@ { "Assembly": "Microsoft.Extensions.FileProviders.Abstractions", - "GUID": "0B56D448178345959E082160202FF263FFFFFFFF", + "GUID": "13A36DE202C94394B6765EDF3481567DFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "P:Microsoft.Extensions.FileProviders.IDirectoryContents.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IDirectoryContents.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IDirectoryContents.cs" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.IDirectoryContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IDirectoryContents.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IDirectoryContents.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.IFileInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.IFileInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.IFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.IFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.IFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.IFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L27C58-L27C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L27C58-L27C103" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L30C52-L30C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L30C52-L30C67" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.Singleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L18C61-L18C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L18C61-L18C65" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L23C31-L23C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L23C31-L23C36" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundFileInfo.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L19C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L19C9-L22C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundFileInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L60C13-L60C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L60C13-L60C80" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L27C31-L27C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L27C31-L27C36" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L32C36-L32C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L32C36-L32C41" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L37C47-L37C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L37C47-L37C70" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L42C31-L42C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L42C31-L42C33" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L45C30-L45C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L45C30-L45C34" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L50C40-L50C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L50C40-L50C44" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.NotFoundFileInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.NullChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L41C13-L41C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L41C13-L41C45" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.NullChangeToken.Singleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L17C51-L17C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L17C51-L17C55" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.NullChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L26C35-L26C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L26C35-L26C40" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.NullChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L31C46-L31C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L31C46-L31C51" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.NullChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.NullFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs#L18C75-L18C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs#L18C75-L18C110" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.NullFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs#L25C57-L25C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs#L25C57-L25C86" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.NullFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs#L32C53-L32C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs#L32C53-L32C78" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.NullFileProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.NullFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.FileProviders.Composite.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.FileProviders.Composite.json index 48f65d59f16..413e31ce926 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.FileProviders.Composite.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.FileProviders.Composite.json @@ -1,59 +1,59 @@ { "Assembly": "Microsoft.Extensions.FileProviders.Composite", - "GUID": "31A09AAD9AE84503963CA04DCBBEBD1CFFFFFFFF", + "GUID": "CA8740EB2EAF42F4869688FA79F157A0FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.#ctor(Microsoft.Extensions.FileProviders.IFileProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L23C9-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L23C9-L26C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileProviders.IFileProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L32C9-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L32C9-L37C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L46C52-L54C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L46C52-L54C50" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L66C13-L67C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L66C13-L67C38" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L79C13-L95C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L79C13-L95C59" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.CompositeFileProvider.FileProviders", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L101C60-L101C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L101C60-L101C74" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.CompositeFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents.#ctor(System.Collections.Generic.IList{Microsoft.Extensions.FileProviders.IFileProvider},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L29C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L29C9-L35C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L85C13-L86C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L85C13-L86C43" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L91C13-L92C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L91C13-L92C43" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L102C17-L103C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L102C17-L103C32" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.FileProviders.Physical.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.FileProviders.Physical.json index cbbc176c778..2d69b4e27b5 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.FileProviders.Physical.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.FileProviders.Physical.json @@ -1,283 +1,283 @@ { "Assembly": "Microsoft.Extensions.FileProviders.Physical", - "GUID": "75B54D65987E4916A21866E4E52BCE6FFFFFFFFF", + "GUID": "44157EDA2B0B49749A2AEE0F8827310AFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L45C15-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L45C15-L47C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.#ctor(System.String,Microsoft.Extensions.FileProviders.Physical.ExclusionFilters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L34C9-L71C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L34C9-L71C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L203C13-L205C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L203C13-L205C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L213C13-L221C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L213C13-L221C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L265C13-L291C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L265C13-L291C51" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L310C17-L339C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L310C17-L339C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L357C13-L365C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L357C13-L365C62" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.PhysicalFileProvider.UsePollingFileWatcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L91C17-L99C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L91C17-L99C56" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.PhysicalFileProvider.UseActivePolling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L130C17-L135C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L130C17-L135C48" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.PhysicalFileProvider.Root", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L226C30-L226C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L226C30-L226C34" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.PhysicalFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L24C15-L25C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L24C15-L25C12" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.#ctor(System.String,Microsoft.Extensions.FileProviders.Physical.ExclusionFilters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L32C9-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L32C9-L37C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L43C58-L43C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L43C58-L43C79" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L44C52-L44C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L44C52-L44C73" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L40C31-L40C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L40C31-L40C43" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" }, { "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.Sensitive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" }, { "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.DotPrefixed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" }, { "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.Hidden", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" }, { "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.System", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" }, { "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.#ctor(System.IO.DirectoryInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L26C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L26C9-L29C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L68C13-L68C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L68C13-L68C72" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L74C13-L75C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L74C13-L75C45" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L80C13-L81C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L80C13-L81C45" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L38C31-L38C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L38C31-L38C43" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L43C31-L43C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L43C31-L43C33" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L46C39-L46C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L46C39-L46C53" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L49C31-L49C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L49C31-L49C41" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L54C47-L54C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L54C47-L54C69" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L59C36-L59C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L59C36-L59C40" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.#ctor(System.IO.FileInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L20C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L20C9-L23C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L50C13-L57C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L50C13-L57C72" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L26C31-L26C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L26C31-L26C43" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L29C31-L29C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L29C31-L29C43" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L32C39-L32C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L32C39-L32C53" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L35C31-L35C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L35C31-L35C41" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L38C47-L38C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L38C47-L38C69" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L43C36-L43C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L43C36-L43C41" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.#ctor(System.String,System.IO.FileSystemWatcher,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L57C15-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L57C15-L59C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.#ctor(System.String,System.IO.FileSystemWatcher,System.Boolean,Microsoft.Extensions.FileProviders.Physical.ExclusionFilters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L29C9-L108C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L29C9-L108C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.CreateFileChangeToken(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L130C13-L146C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L130C13-L146C32" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L251C13-L253C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L251C13-L253C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L261C13-L270C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L261C13-L270C10" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.#ctor(System.IO.FileInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L35C9-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L35C9-L39C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.Microsoft#Extensions#FileProviders#IPollingChangeToken#get_CancellationTokenSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L74C81-L74C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L74C81-L74C104" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L118C13-L123C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L118C13-L123C74" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L59C45-L59C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L59C45-L59C49" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.Microsoft#Extensions#FileProviders#IPollingChangeToken#CancellationTokenSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L74C81-L74C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L74C81-L74C104" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L87C17-L106C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L87C17-L106C36" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L42C15-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L42C15-L47C10" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.Microsoft#Extensions#FileProviders#IPollingChangeToken#get_CancellationTokenSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L82C81-L82C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L82C81-L82C104" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.GetLastWriteUtc(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L153C13-L154C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L153C13-L154C123" }, { "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.Microsoft#Extensions#Primitives#IChangeToken#RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L195C13-L200C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L195C13-L200C74" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L64C45-L64C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L64C45-L64C49" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.Microsoft#Extensions#FileProviders#IPollingChangeToken#CancellationTokenSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L82C81-L82C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L82C81-L82C104" }, { "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L91C17-L107C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L91C17-L107C33" } ], "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.FileSystemGlobbing.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.FileSystemGlobbing.json index 436922bdd88..c3d7b3995bf 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.FileSystemGlobbing.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.FileSystemGlobbing.json @@ -1,783 +1,783 @@ { "Assembly": "Microsoft.Extensions.FileSystemGlobbing", - "GUID": "5D41929F103943BCB918BC508BBE2C80FFFFFFFF", + "GUID": "42885FDD01814E8C817E5456C5785DE3FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L40C13-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L40C13-L44C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.Equals(Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L53C13-L54C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L53C13-L54C88" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L63C13-L63C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L63C13-L63C59" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L70C13-L70C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L70C13-L70C70" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L22C30-L22C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L22C30-L22C34" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.Stem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L31C31-L31C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L31C31-L31C35" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L27C15-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L27C15-L29C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.EnumerateFileSystemInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.GetDirectory(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L132C13-L139C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L132C13-L139C74" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.GetFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L150C13-L160C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L150C13-L160C10" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L72C43-L72C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L72C43-L72C47" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L75C39-L75C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L75C39-L75C43" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.ParentDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L79C13-L79C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L79C13-L79C86" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L108C15-L110C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L108C15-L110C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.#ctor(System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L99C9-L120C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L99C9-L120C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.AddInclude(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L136C13-L137C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L136C13-L137C25" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.AddExclude(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L154C13-L155C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L154C13-L155C25" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.Execute(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L165C13-L168C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L165C13-L168C38" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Matcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.AddExcludePatterns(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.Collections.Generic.IEnumerable{System.String}[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L21C51-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L21C51-L28C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.AddIncludePatterns(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.Collections.Generic.IEnumerable{System.String}[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L37C51-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L37C51-L44C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.GetResultsInFullPath(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L54C13-L66C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L54C13-L66C27" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.Match(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L77C13-L77C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L77C13-L77C95" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.Match(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L89C13-L89C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L89C13-L89C71" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.Match(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L100C13-L100C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L100C13-L100C75" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.Match(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.String,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L112C13-L114C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L112C13-L114C79" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L20C15-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L20C15-L23C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L30C9-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L30C9-L36C10" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult.Files", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L41C54-L41C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L41C54-L41C58" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult.HasMatches", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L46C34-L46C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L46C34-L46C38" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern.Segments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/ILinearPattern.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/ILinearPattern.cs" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/ILinearPattern.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/ILinearPattern.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPathSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPathSegment.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPathSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPathSegment.cs" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPathSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPathSegment.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern.CreatePatternContextForInclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPattern.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPattern.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern.CreatePatternContextForExclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPattern.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPattern.cs" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPattern.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPattern.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.Declare(System.Action{Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.PopDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.Segments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.StartsWith", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.Contains", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.EndsWith", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern},System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern},Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/MatcherContext.cs#L25C9-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/MatcherContext.cs#L25C9-L46C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext.Execute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/MatcherContext.cs#L50C13-L54C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/MatcherContext.cs#L50C13-L54C72" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/MatcherContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/MatcherContext.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult.Success(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs#L25C13-L25C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs#L25C13-L25C74" }, { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult.Failed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult.IsSuccessful", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs#L14C36-L14C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs#L14C36-L14C40" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult.Stem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs#L15C31-L15C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs#L15C31-L15C35" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L16C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L16C9-L19C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder.#ctor(System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L21C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L21C9-L24C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder.Build(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L30C13-L202C134" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L30C13-L202C134" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder.ComparisonType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L26C50-L26C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L26C50-L26C54" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.Declare(System.Action{Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L15C75-L15C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L15C75-L15C76" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.PopDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L25C13-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L25C13-L26C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.PushDataFrame(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L30C13-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L30C13-L32C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.IsStackEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L36C13-L36C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L36C13-L36C38" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L12C9-L12C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L12C9-L12C55" }, { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.Frame", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L13C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L13C9-L18C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L22C13-L32C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L22C13-L32C45" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L38C13-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L38C13-L65C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.IsLastSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L83C13-L83C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L83C13-L83C69" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.TestMatchingSegment(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L88C13-L93C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L88C13-L93C70" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.CalculateStem(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L98C13-L98C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L98C13-L98C77" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.Pattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L79C44-L79C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L79C44-L79C48" }, { "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearExclude.cs#L12C15-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearExclude.cs#L12C15-L14C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearExclude.cs#L18C13-L28C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearExclude.cs#L18C13-L28C75" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearExclude.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearExclude.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs#L12C15-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs#L12C15-L14C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude.Declare(System.Action{Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs#L18C13-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs#L18C13-L32C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs#L36C13-L46C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs#L36C13-L46C76" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L12C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L12C9-L17C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L21C13-L30C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L21C13-L30C45" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L36C13-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L36C13-L102C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.PopDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L106C13-L111C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L106C13-L111C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.IsStartingGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L138C13-L138C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L138C13-L138C50" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.IsEndingGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L143C13-L143C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L143C13-L143C70" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.TestMatchingSegment(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L148C13-L152C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L148C13-L152C72" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.TestMatchingGroup(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L157C13-L174C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L157C13-L174C25" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.CalculateStem(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L179C13-L179C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L179C13-L179C77" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.Pattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L134C44-L134C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L134C44-L134C48" }, { "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedExclude.cs#L12C15-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedExclude.cs#L12C15-L14C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedExclude.cs#L18C13-L42C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedExclude.cs#L18C13-L42C26" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedExclude.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedExclude.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs#L13C15-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs#L13C15-L15C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude.Declare(System.Action{Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs#L19C13-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs#L19C13-L37C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs#L41C13-L57C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs#L41C13-L57C25" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs#L12C44-L12C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs#L12C44-L12C49" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs#L10C39-L10C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs#L10C39-L10C44" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.#ctor(System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L16C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L16C9-L22C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L28C13-L28C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L28C13-L28C65" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L33C13-L35C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L33C13-L35C68" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L40C13-L40C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L40C13-L40C97" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L14C39-L14C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L14C39-L14C44" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L24C31-L24C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L24C31-L24C35" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs#L16C13-L16C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs#L16C13-L16C82" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs#L12C39-L12C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs#L12C39-L12C44" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs#L12C44-L12C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs#L12C44-L12C49" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs#L10C39-L10C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs#L10C39-L10C43" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.#ctor(System.String,System.Collections.Generic.List{System.String},System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L18C9-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L18C9-L32C10" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L44C13-L79C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L44C13-L79C25" }, { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.MatchAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L34C44-L34C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L34C44-L34C56" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.BeginsWith", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L36C36-L36C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L36C36-L36C40" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.Contains", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L38C40-L38C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L38C40-L38C44" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.EndsWith", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L40C34-L40C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L40C34-L40C38" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase.EnumerateFileSystemInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase.GetDirectory(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase.GetFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.#ctor(System.IO.DirectoryInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L24C15-L25C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L24C15-L25C12" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.EnumerateFileSystemInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.GetDirectory(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L72C13-L96C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L72C13-L96C119" }, { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.GetFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L103C16-L103C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L103C16-L103C94" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L106C40-L106C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L106C40-L106C82" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L114C44-L114C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L114C44-L114C67" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.ParentDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L123C16-L123C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L123C16-L123C64" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoBase.cs" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoBase.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper.#ctor(System.IO.FileInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L20C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L20C9-L25C10" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L33C40-L33C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L33C40-L33C54" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L41C44-L41C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L41C44-L41C62" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper.ParentDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L50C16-L50C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L50C16-L50C62" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase.ParentDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.IsNotApplicable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" }, { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.SegmentIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" }, { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.InStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.StemItems", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L74C47-L74C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L74C47-L74C80" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.Stem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L76C36-L76C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L76C36-L76C92" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.IsNotApplicable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" }, { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.SegmentGroupIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" }, { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.SegmentGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" }, { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.BacktrackAvailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" }, { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.SegmentIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" }, { "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.InStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.StemItems", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L129C47-L129C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L129C47-L129C80" }, { "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.Stem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L131C36-L131C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L131C36-L131C92" } ], "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Hosting.Abstractions.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Hosting.Abstractions.json index a9c0d04ba1a..5af878fcc1e 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Hosting.Abstractions.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Hosting.Abstractions.json @@ -1,461 +1,461 @@ { "Assembly": "Microsoft.Extensions.Hosting.Abstractions", - "GUID": "4E73C1F991C1425587070D0074FDD2A5FFFFFFFF", + "GUID": "3A533C2488C04A7AA91ED22804A4624AFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionHostedServiceExtensions.AddHostedService``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/ServiceCollectionHostedServiceExtensions.cs#L25C13-L27C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/ServiceCollectionHostedServiceExtensions.cs#L25C13-L27C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionHostedServiceExtensions.AddHostedService``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/ServiceCollectionHostedServiceExtensions.cs#L40C13-L42C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/ServiceCollectionHostedServiceExtensions.cs#L40C13-L42C29" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceCollectionHostedServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/ServiceCollectionHostedServiceExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/ServiceCollectionHostedServiceExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.ExecuteAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.StartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs#L43C13-L55C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs#L43C13-L55C39" }, { "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs#L94C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs#L94C13-L95C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.BackgroundService.ExecuteTask", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs#L24C45-L24C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs#L24C45-L24C57" } ], "DocsId": "T:Microsoft.Extensions.Hosting.BackgroundService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Hosting.EnvironmentName.Development", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" }, { "DocsId": "F:Microsoft.Extensions.Hosting.EnvironmentName.Staging", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" }, { "DocsId": "F:Microsoft.Extensions.Hosting.EnvironmentName.Production", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Hosting.Environments.Development", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" }, { "DocsId": "F:Microsoft.Extensions.Hosting.Environments.Staging", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" }, { "DocsId": "F:Microsoft.Extensions.Hosting.Environments.Production", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.Environments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.HostAbortedException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs#L23C41-L23C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs#L23C41-L23C81" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostAbortedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs#L37C56-L37C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs#L37C56-L37C107" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostAbortedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs#L55C83-L55C150" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs#L55C83-L55C150" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostAbortedException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilderContext.#ctor(System.Collections.Generic.IDictionary{System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L19C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L19C9-L24C10" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostBuilderContext.HostingEnvironment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L29C54-L29C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L29C54-L29C58" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostBuilderContext.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L34C47-L34C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L34C47-L34C51" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostBuilderContext.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L39C57-L39C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L39C57-L39C61" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostBuilderContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Hosting.HostDefaults.ApplicationKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" }, { "DocsId": "F:Microsoft.Extensions.Hosting.HostDefaults.EnvironmentKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" }, { "DocsId": "F:Microsoft.Extensions.Hosting.HostDefaults.ContentRootKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostDefaults", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions.IsDevelopment(Microsoft.Extensions.Hosting.IHostEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L20C13-L22C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L20C13-L22C76" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions.IsStaging(Microsoft.Extensions.Hosting.IHostEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L32C13-L34C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L32C13-L34C72" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions.IsProduction(Microsoft.Extensions.Hosting.IHostEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L44C13-L46C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L44C13-L46C75" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions.IsEnvironment(Microsoft.Extensions.Hosting.IHostEnvironment,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L59C13-L64C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L59C13-L64C53" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostBuilderExtensions.Start(Microsoft.Extensions.Hosting.IHostBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostBuilderExtensions.cs#L21C13-L21C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostBuilderExtensions.cs#L21C13-L21C70" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostBuilderExtensions.StartAsync(Microsoft.Extensions.Hosting.IHostBuilder,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostBuilderExtensions.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostingAbstractionsHostBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Start(Microsoft.Extensions.Hosting.IHost)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs#L22C13-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs#L22C13-L23C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.StopAsync(Microsoft.Extensions.Hosting.IHost,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.WaitForShutdown(Microsoft.Extensions.Hosting.IHost)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs#L44C13-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs#L44C13-L45C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(Microsoft.Extensions.Hosting.IHost)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs#L53C13-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs#L53C13-L54C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(Microsoft.Extensions.Hosting.IHost,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.WaitForShutdownAsync(Microsoft.Extensions.Hosting.IHost,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions.IsDevelopment(Microsoft.Extensions.Hosting.IHostingEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L21C13-L23C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L21C13-L23C82" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions.IsStaging(Microsoft.Extensions.Hosting.IHostingEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L33C13-L35C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L33C13-L35C78" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions.IsProduction(Microsoft.Extensions.Hosting.IHostingEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L45C13-L47C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L45C13-L47C81" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions.IsEnvironment(Microsoft.Extensions.Hosting.IHostingEnvironment,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L60C13-L65C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L60C13-L65C53" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.IApplicationLifetime.StopApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IApplicationLifetime.ApplicationStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IApplicationLifetime.ApplicationStopping", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IApplicationLifetime.ApplicationStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.IApplicationLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.IHost.StartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHost.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHost.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.IHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.IHostApplicationBuilder.ConfigureContainer``1(Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0},System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Environment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Logging", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Metrics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.IHostApplicationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.IHostApplicationLifetime.StopApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationLifetime.ApplicationStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationLifetime.ApplicationStopping", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationLifetime.ApplicationStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.IHostApplicationLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.ConfigureHostConfiguration(System.Action{Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.ConfigureAppConfiguration(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.ConfigureServices(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceCollection})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.UseServiceProviderFactory``1(Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.UseServiceProviderFactory``1(System.Func{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.ConfigureContainer``1(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.IHostBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.IHostedLifecycleService.StartingAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHostedLifecycleService.StartedAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHostedLifecycleService.StoppingAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHostedLifecycleService.StoppedAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.IHostedLifecycleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.IHostedService.StartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedService.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHostedService.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedService.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.IHostedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedService.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.Hosting.IHostEnvironment.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostEnvironment.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostEnvironment.ContentRootPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostEnvironment.ContentRootFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.IHostEnvironment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.Hosting.IHostingEnvironment.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostingEnvironment.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostingEnvironment.ContentRootPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.IHostingEnvironment.ContentRootFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.IHostingEnvironment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.IHostLifetime.WaitForStartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostLifetime.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.IHostLifetime.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostLifetime.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.IHostLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostLifetime.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Hosting.Systemd.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Hosting.Systemd.json index bc7a7f5e003..bdd7ba028d1 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Hosting.Systemd.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Hosting.Systemd.json @@ -1,107 +1,107 @@ { "Assembly": "Microsoft.Extensions.Hosting.Systemd", - "GUID": "1BC4A06160374244AF7BDF8059D771BEFFFFFFFF", + "GUID": "E7C1B96A494841DA91FA4A940FDA43CCFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.SystemdHostBuilderExtensions.UseSystemd(Microsoft.Extensions.Hosting.IHostBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHostBuilderExtensions.cs#L35C13-L44C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHostBuilderExtensions.cs#L35C13-L44C32" }, { "DocsId": "M:Microsoft.Extensions.Hosting.SystemdHostBuilderExtensions.AddSystemd(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHostBuilderExtensions.cs#L70C13-L76C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHostBuilderExtensions.cs#L70C13-L76C29" } ], "DocsId": "T:Microsoft.Extensions.Hosting.SystemdHostBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHostBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHostBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier.Notify(Microsoft.Extensions.Hosting.Systemd.ServiceState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ISystemdNotifier.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ISystemdNotifier.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier.IsEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ISystemdNotifier.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ISystemdNotifier.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ISystemdNotifier.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ISystemdNotifier.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.ServiceState.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs#L32C13-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs#L32C13-L35C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.ServiceState.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs#L42C16-L42C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs#L42C16-L42C77" }, { "DocsId": "F:Microsoft.Extensions.Hosting.Systemd.ServiceState.Ready", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs" }, { "DocsId": "F:Microsoft.Extensions.Hosting.Systemd.ServiceState.Stopping", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.Systemd.ServiceState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdHelpers.IsSystemdService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHelpers.cs#L27C50-L27C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHelpers.cs#L27C50-L27C67" } ], "DocsId": "T:Microsoft.Extensions.Hosting.Systemd.SystemdHelpers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHelpers.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdLifetime.#ctor(Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier,Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L32C9-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L32C9-L43C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdLifetime.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L61C13-L61C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L61C13-L61C39" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdLifetime.WaitForStartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L75C13-L88C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L75C13-L88C39" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdLifetime.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L113C13-L117C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L113C13-L117C10" } ], "DocsId": "T:Microsoft.Extensions.Hosting.Systemd.SystemdLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdNotifier.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs#L24C13-L25C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs#L24C13-L25C12" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdNotifier.Notify(Microsoft.Extensions.Hosting.Systemd.ServiceState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs#L39C13-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs#L39C13-L59C10" }, { "DocsId": "P:Microsoft.Extensions.Hosting.Systemd.SystemdNotifier.IsEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs#L34C34-L34C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs#L34C34-L34C53" } ], "DocsId": "T:Microsoft.Extensions.Hosting.Systemd.SystemdNotifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Hosting.WindowsServices.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Hosting.WindowsServices.json index e5812d1dbc5..7ffacd8747f 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Hosting.WindowsServices.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Hosting.WindowsServices.json @@ -1,91 +1,91 @@ { "Assembly": "Microsoft.Extensions.Hosting.WindowsServices", - "GUID": "85F371F07F3F49A4B3F25868AFCC60A0FFFFFFFF", + "GUID": "204C2837A0444D7CA4354F075DCB0010FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServiceLifetimeHostBuilderExtensions.UseWindowsService(Microsoft.Extensions.Hosting.IHostBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L31C13-L31C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L31C13-L31C61" }, { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServiceLifetimeHostBuilderExtensions.UseWindowsService(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L47C13-L57C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L47C13-L57C32" }, { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServiceLifetimeHostBuilderExtensions.AddWindowsService(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L77C13-L77C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L77C13-L77C58" }, { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServiceLifetimeHostBuilderExtensions.AddWindowsService(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L97C13-L104C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L97C13-L104C29" } ], "DocsId": "T:Microsoft.Extensions.Hosting.WindowsServiceLifetimeHostBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeOptions.cs#L16C51-L16C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeOptions.cs#L16C51-L16C63" }, { "DocsId": "P:Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeOptions.cs#L16C37-L16C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeOptions.cs#L16C37-L16C41" } ], "DocsId": "T:Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceHelpers.IsWindowsService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceHelpers.cs#L24C50-L24C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceHelpers.cs#L24C50-L24C66" } ], "DocsId": "T:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceHelpers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceHelpers.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.#ctor(Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.HostOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L34C15-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L34C15-L36C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.#ctor(Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.HostOptions},Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L20C9-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L20C9-L60C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.WaitForStartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L77C13-L93C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L77C13-L93C37" }, { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs" }, { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.OnStart(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L137C13-L139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L137C13-L139C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.OnStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L150C13-L155C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L150C13-L155C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.OnShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L166C13-L171C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L166C13-L171C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L179C13-L185C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L179C13-L185C10" } ], "DocsId": "T:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Hosting.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Hosting.json index 9a8a206c768..5475e69a5bd 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Hosting.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Hosting.json @@ -1,401 +1,401 @@ { "Assembly": "Microsoft.Extensions.Hosting", - "GUID": "0A337184487C42DFBCBAFDA925B638CCFFFFFFFF", + "GUID": "CC79892F0FE4468985B0F78FCE92F321FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" }, { "DocsId": "F:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior.StopHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" }, { "DocsId": "F:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior.Ignore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" } ], "DocsId": "T:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.ConsoleLifetimeOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs" }, { "DocsId": "P:Microsoft.Extensions.Hosting.ConsoleLifetimeOptions.SuppressStatusMessages", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs#L18C46-L18C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs#L18C46-L18C50" } ], "DocsId": "T:Microsoft.Extensions.Hosting.ConsoleLifetimeOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateDefaultBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L32C13-L32C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L32C13-L32C45" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateDefaultBuilder(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L55C13-L56C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L55C13-L56C52" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateApplicationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L75C76-L75C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L75C76-L75C104" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateApplicationBuilder(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L96C90-L96C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L96C90-L96C122" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateApplicationBuilder(Microsoft.Extensions.Hosting.HostApplicationBuilderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L101C16-L101C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L101C16-L101C52" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateEmptyApplicationBuilder(Microsoft.Extensions.Hosting.HostApplicationBuilderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L109C16-L109C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L109C16-L109C65" } ], "DocsId": "T:Microsoft.Extensions.Hosting.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L53C15-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L53C15-L55C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L76C15-L78C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L76C15-L78C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.#ctor(Microsoft.Extensions.Hosting.HostApplicationBuilderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L23C9-L116C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L23C9-L116C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.Microsoft#Extensions#Hosting#IHostApplicationBuilder#get_Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L188C75-L188C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L188C75-L188C105" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.Microsoft#Extensions#Hosting#IHostApplicationBuilder#get_Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L201C72-L201C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L201C72-L201C85" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.ConfigureContainer``1(Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0},System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L215C13-L226C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L215C13-L226C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L234C13-L249C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L234C13-L249C10" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Microsoft#Extensions#Hosting#IHostApplicationBuilder#Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L188C75-L188C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L188C75-L188C105" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Environment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L191C48-L191C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L191C48-L191C60" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L199C53-L199C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L199C53-L199C57" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Microsoft#Extensions#Hosting#IHostApplicationBuilder#Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L201C72-L201C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L201C72-L201C85" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L204C47-L204C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L204C47-L204C65" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Logging", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L207C43-L207C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L207C43-L207C51" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Metrics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L210C43-L210C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L210C43-L210C51" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostApplicationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L18C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L18C9-L20C10" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.DisableDefaults", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L40C39-L40C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L40C39-L40C43" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.Args", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L45C33-L45C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L45C33-L45C37" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L52C54-L52C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L52C54-L52C58" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L57C42-L57C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L57C42-L57C46" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L62C42-L62C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L62C42-L62C46" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.ContentRootPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L67C42-L67C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L67C42-L67C46" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L28C9-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L28C9-L49C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.ConfigureHostConfiguration(System.Action{Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L65C13-L68C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L65C13-L68C25" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.ConfigureAppConfiguration(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L81C13-L84C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L81C13-L84C25" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.ConfigureServices(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceCollection})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L95C13-L98C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L95C13-L98C25" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.UseServiceProviderFactory``1(Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L109C13-L113C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L109C13-L113C25" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.UseServiceProviderFactory``1(System.Func{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L124C13-L128C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L124C13-L128C25" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.ConfigureContainer``1(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L141C13-L144C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L141C13-L144C25" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L154C13-L171C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L154C13-L171C10" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L54C57-L54C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L54C57-L54C61" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseEnvironment(Microsoft.Extensions.Hosting.IHostBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L36C13-L44C16" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L36C13-L44C16" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseContentRoot(Microsoft.Extensions.Hosting.IHostBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L56C13-L64C16" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L56C13-L64C16" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseDefaultServiceProvider(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.DependencyInjection.ServiceProviderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L74C16-L74C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L74C16-L74C95" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseDefaultServiceProvider(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.ServiceProviderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L84C13-L89C16" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L84C13-L89C16" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureLogging(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Logging.ILoggingBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L100C13-L100C145" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L100C13-L100C145" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureLogging(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Logging.ILoggingBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L111C13-L111C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L111C13-L111C116" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureHostOptions(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Hosting.HostOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L122C13-L123C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L122C13-L123C124" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureHostOptions(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L134C13-L134C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L134C13-L134C104" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureAppConfiguration(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L148C13-L148C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L148C13-L148C108" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureServices(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.DependencyInjection.IServiceCollection})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L159C13-L159C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L159C13-L159C106" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureContainer``1(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L172C13-L172C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L172C13-L172C120" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureDefaults(Microsoft.Extensions.Hosting.IHostBuilder,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L196C13-L199C146" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L196C13-L199C146" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseConsoleLifetime(Microsoft.Extensions.Hosting.IHostBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L347C13-L347C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L347C13-L347C123" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseConsoleLifetime(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.ConsoleLifetimeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L363C13-L367C16" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L363C13-L367C16" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.RunConsoleAsync(Microsoft.Extensions.Hosting.IHostBuilder,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L382C13-L382C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L382C13-L382C89" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.RunConsoleAsync(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.ConsoleLifetimeOptions},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L398C13-L398C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L398C13-L398C105" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureMetrics(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L409C13-L409C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L409C13-L409C116" }, { "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureMetrics(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L420C13-L420C145" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L420C13-L420C145" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.HostOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L24C57-L34C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L24C57-L34C80" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostOptions.ShutdownTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L24C43-L24C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L24C43-L24C47" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostOptions.StartupTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L34C42-L34C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L34C42-L34C46" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostOptions.ServicesStartConcurrently", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L42C49-L42C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L42C49-L42C53" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostOptions.ServicesStopConcurrently", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L50C48-L50C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L50C48-L50C52" }, { "DocsId": "P:Microsoft.Extensions.Hosting.HostOptions.BackgroundServiceExceptionBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L59C88-L59C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L59C88-L59C92" } ], "DocsId": "T:Microsoft.Extensions.Hosting.HostOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.#ctor(Microsoft.Extensions.Logging.ILogger{Microsoft.Extensions.Hosting.Internal.ApplicationLifetime})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L21C9-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L21C9-L33C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.StopApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L62C13-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L62C13-L75C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.NotifyStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L84C17-L92C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L84C17-L92C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.NotifyStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L101C17-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L101C17-L109C10" }, { "DocsId": "P:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.ApplicationStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L39C56-L39C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L39C56-L39C76" }, { "DocsId": "P:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.ApplicationStopping", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L45C57-L45C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L45C57-L45C78" }, { "DocsId": "P:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.ApplicationStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L52C56-L52C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L52C56-L52C76" } ], "DocsId": "T:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.ConsoleLifetimeOptions},Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.HostOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L35C15-L35C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L35C15-L35C107" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.ConsoleLifetimeOptions},Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.HostOptions},Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L46C9-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L46C9-L59C10" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.WaitForStartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L78C13-L95C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L78C13-L95C39" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L120C13-L120C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L120C13-L120C39" }, { "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L128C13-L132C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L128C13-L132C10" } ], "DocsId": "T:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L21C55-L31C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L21C55-L31C67" }, { "DocsId": "P:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L21C41-L21C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L21C41-L21C45" }, { "DocsId": "P:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L26C41-L26C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L26C41-L26C45" }, { "DocsId": "P:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.ContentRootPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L31C41-L31C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L31C41-L31C45" }, { "DocsId": "P:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.ContentRootFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L36C56-L36C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L36C56-L36C60" } ], "DocsId": "T:Microsoft.Extensions.Hosting.Internal.HostingEnvironment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Http.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Http.json index 2aca248097c..fd691fb6549 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Http.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Http.json @@ -1,453 +1,453 @@ { "Assembly": "Microsoft.Extensions.Http", - "GUID": "A0E638FCC6C3462F872B5CB8C37710F5FFFFFFFF", + "GUID": "EC55137E830B47C3A75BEF9448503BAAFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Net.Http.HttpClientFactoryExtensions.CreateClient(System.Net.Http.IHttpClientFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryExtensions.cs#L20C13-L22C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryExtensions.cs#L20C13-L22C62" } ], "DocsId": "T:System.Net.Http.HttpClientFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryExtensions.cs" }, { "Members": [ { "DocsId": "M:System.Net.Http.HttpMessageHandlerFactoryExtensions.CreateHandler(System.Net.Http.IHttpMessageHandlerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerFactoryExtensions.cs#L20C13-L22C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerFactoryExtensions.cs#L20C13-L22C63" } ], "DocsId": "T:System.Net.Http.HttpMessageHandlerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerFactoryExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerFactoryExtensions.cs" }, { "Members": [ { "DocsId": "M:System.Net.Http.IHttpClientFactory.CreateClient(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/IHttpClientFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/IHttpClientFactory.cs" } ], "DocsId": "T:System.Net.Http.IHttpClientFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/IHttpClientFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/IHttpClientFactory.cs" }, { "Members": [ { "DocsId": "M:System.Net.Http.IHttpMessageHandlerFactory.CreateHandler(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerFactory.cs" } ], "DocsId": "T:System.Net.Http.IHttpMessageHandlerFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigureHttpClient(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L30C13-L35C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L30C13-L35C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigureHttpClient(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L50C13-L61C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L50C13-L61C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.Net.Http.DelegatingHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L76C13-L84C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L76C13-L84C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.IServiceProvider,System.Net.Http.DelegatingHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L105C13-L113C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L105C13-L113C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddHttpMessageHandler``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L133C13-L140C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L133C13-L140C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigurePrimaryHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.Net.Http.HttpMessageHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L156C13-L164C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L156C13-L164C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigurePrimaryHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.IServiceProvider,System.Net.Http.HttpMessageHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L186C13-L194C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L186C13-L194C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigurePrimaryHttpMessageHandler``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L215C13-L222C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L215C13-L222C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigurePrimaryHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{System.Net.Http.HttpMessageHandler,System.IServiceProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L240C13-L248C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L240C13-L248C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigureHttpMessageHandlerBuilder(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{Microsoft.Extensions.Http.HttpMessageHandlerBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L261C13-L266C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L261C13-L266C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.UseSocketsHttpHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{System.Net.Http.SocketsHttpHandler,System.IServiceProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L288C13-L303C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L288C13-L303C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.UseSocketsHttpHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L326C13-L331C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L326C13-L331C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddTypedClient``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L364C13-L366C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L364C13-L366C84" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddTypedClient``2(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L427C13-L429C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L427C13-L429C101" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddTypedClient``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.Net.Http.HttpClient,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L479C13-L482C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L479C13-L482C93" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddTypedClient``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.Net.Http.HttpClient,System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L525C13-L528C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L525C13-L528C93" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.RedactLoggedHeaders(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.String,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L560C13-L568C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L560C13-L568C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.RedactLoggedHeaders(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L579C13-L589C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L579C13-L589C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.SetHandlerLifetime(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L618C13-L626C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L618C13-L626C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigureAdditionalHttpMessageHandlers(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{System.Collections.Generic.IList{System.Net.Http.DelegatingHandler},System.IServiceProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L638C13-L646C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L638C13-L646C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddAsKeyed(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L689C13-L714C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L689C13-L714C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.RemoveAsKeyed(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L731C13-L751C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L731C13-L751C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddLogger(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.IServiceProvider,Microsoft.Extensions.Http.Logging.IHttpClientLogger},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L48C13-L69C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L48C13-L69C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddLogger``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L111C13-L113C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L111C13-L113C113" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.RemoveAllLoggers(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L123C13-L131C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L123C13-L131C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddDefaultLogger(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L141C13-L144C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L141C13-L144C28" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L28C13-L71C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L28C13-L71C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.ConfigureHttpClientDefaults(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.DependencyInjection.IHttpClientBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L82C13-L89C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L82C13-L89C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L110C13-L115C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L110C13-L115C65" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L137C13-L145C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L137C13-L145C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L167C13-L175C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L167C13-L175C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L204C13-L211C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L204C13-L211C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L245C13-L252C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L245C13-L252C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L284C13-L291C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L284C13-L291C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L328C13-L335C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L328C13-L335C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L365C13-L374C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L365C13-L374C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L404C13-L413C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L404C13-L413C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L448C13-L457C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L448C13-L457C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L492C13-L501C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L492C13-L501C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L534C13-L543C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L534C13-L543C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L576C13-L585C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L576C13-L585C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L623C13-L632C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L623C13-L632C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L670C13-L679C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L670C13-L679C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.Net.Http.HttpClient,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L711C13-L715C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L711C13-L715C85" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Func{System.Net.Http.HttpClient,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L750C13-L758C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L750C13-L758C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.Net.Http.HttpClient,System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L790C13-L794C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L790C13-L794C85" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Func{System.Net.Http.HttpClient,System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L827C13-L835C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L827C13-L835C28" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/IHttpClientBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/IHttpClientBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/IHttpClientBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/IHttpClientBuilder.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/IHttpClientBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/IHttpClientBuilder.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/ISocketsHttpHandlerBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/ISocketsHttpHandlerBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/ISocketsHttpHandlerBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/ISocketsHttpHandlerBuilder.cs" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/ISocketsHttpHandlerBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/ISocketsHttpHandlerBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.SocketsHttpHandlerBuilderExtensions.Configure(Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder,System.Action{System.Net.Http.SocketsHttpHandler,System.IServiceProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/SocketsHttpHandlerBuilderExtensions.cs#L30C13-L43C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/SocketsHttpHandlerBuilderExtensions.cs#L30C13-L43C28" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.SocketsHttpHandlerBuilderExtensions.Configure(Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/SocketsHttpHandlerBuilderExtensions.cs#L64C13-L65C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/SocketsHttpHandlerBuilderExtensions.cs#L64C13-L65C94" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.SocketsHttpHandlerBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/SocketsHttpHandlerBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/SocketsHttpHandlerBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Http.HttpClientFactoryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L23C9-L106C136" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L23C9-L106C136" }, { "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.HttpMessageHandlerBuilderActions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L28C92-L28C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L28C92-L28C96" }, { "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.HttpClientActions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L33C62-L33C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L33C62-L33C66" }, { "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.HandlerLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L61C20-L61C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L61C20-L61C36" }, { "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.ShouldRedactHeaderValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L76C61-L76C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L76C61-L76C65" }, { "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.SuppressHandlerScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L103C44-L103C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L103C44-L103C48" } ], "DocsId": "T:Microsoft.Extensions.Http.HttpClientFactoryOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" }, { "DocsId": "M:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.CreateHandlerPipeline(System.Net.Http.HttpMessageHandler,System.Collections.Generic.IEnumerable{System.Net.Http.DelegatingHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs#L83C13-L118C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs#L83C13-L118C25" }, { "DocsId": "M:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.PrimaryHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.AdditionalHandlers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" }, { "DocsId": "P:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs#L55C52-L55C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs#L55C52-L55C56" } ], "DocsId": "T:Microsoft.Extensions.Http.HttpMessageHandlerBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Http.IHttpMessageHandlerBuilderFilter.Configure(System.Action{Microsoft.Extensions.Http.HttpMessageHandlerBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerBuilderFilter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerBuilderFilter.cs" } ], "DocsId": "T:Microsoft.Extensions.Http.IHttpMessageHandlerBuilderFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerBuilderFilter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerBuilderFilter.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Http.ITypedHttpClientFactory`1.CreateClient(System.Net.Http.HttpClient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/ITypedHttpClientFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/ITypedHttpClientFactory.cs" } ], "DocsId": "T:Microsoft.Extensions.Http.ITypedHttpClientFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/ITypedHttpClientFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/ITypedHttpClientFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger.LogRequestStartAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" }, { "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger.LogRequestStopAsync(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.TimeSpan,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" }, { "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger.LogRequestFailedAsync(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.Exception,System.TimeSpan,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" } ], "DocsId": "T:Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientLogger.LogRequestStart(System.Net.Http.HttpRequestMessage)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" }, { "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientLogger.LogRequestStop(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" }, { "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientLogger.LogRequestFailed(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.Exception,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" } ], "DocsId": "T:Microsoft.Extensions.Http.Logging.IHttpClientLogger", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L27C9-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L27C9-L32C10" }, { "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Http.HttpClientFactoryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L40C9-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L40C9-L47C10" }, { "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L87C16-L87C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L87C16-L87C73" }, { "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.Send(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L93C16-L93C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L93C16-L93C99" } ], "DocsId": "T:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L26C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L26C9-L31C10" }, { "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Http.HttpClientFactoryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L39C9-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L39C9-L46C10" }, { "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L88C16-L88C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L88C16-L88C73" }, { "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.Send(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L94C16-L94C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L94C16-L94C99" } ], "DocsId": "T:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.Abstractions.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.Abstractions.json index a76d4ab3302..0e4fb86f6d5 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.Abstractions.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.Abstractions.json @@ -1,684 +1,684 @@ { "Assembly": "Microsoft.Extensions.Logging.Abstractions", - "GUID": "95B3CD2961F34DADBF9D669EA0E1AABBFFFFFFFF", + "GUID": "4C4B8CFDBF7E45269F7B490FE2EEA86AFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.EventId.op_Implicit(System.Int32)~Microsoft.Extensions.Logging.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L20C13-L20C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L20C13-L20C35" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventId.op_Equality(Microsoft.Extensions.Logging.EventId,Microsoft.Extensions.Logging.EventId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L31C13-L31C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L31C13-L31C39" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventId.op_Inequality(Microsoft.Extensions.Logging.EventId,Microsoft.Extensions.Logging.EventId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L42C13-L42C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L42C13-L42C40" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventId.#ctor(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L52C13-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L52C13-L54C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventId.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L69C13-L69C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L69C13-L69C42" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventId.Equals(Microsoft.Extensions.Logging.EventId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L79C13-L79C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L79C13-L79C35" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventId.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L85C13-L90C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L85C13-L90C62" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventId.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L96C13-L96C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L96C13-L96C23" }, { "DocsId": "P:Microsoft.Extensions.Logging.EventId.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L59C25-L59C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L59C25-L59C29" }, { "DocsId": "P:Microsoft.Extensions.Logging.EventId.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L64C31-L64C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L64C31-L64C35" } ], "DocsId": "T:Microsoft.Extensions.Logging.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.IExternalScopeProvider.ForEachScope``1(System.Action{System.Object,``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IExternalScopeProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IExternalScopeProvider.cs" }, { "DocsId": "M:Microsoft.Extensions.Logging.IExternalScopeProvider.Push(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IExternalScopeProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IExternalScopeProvider.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.IExternalScopeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IExternalScopeProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IExternalScopeProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.ILogger.Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" }, { "DocsId": "M:Microsoft.Extensions.Logging.ILogger.IsEnabled(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" }, { "DocsId": "M:Microsoft.Extensions.Logging.ILogger.BeginScope``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.ILogger", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.ILoggerFactory.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerFactory.cs" }, { "DocsId": "M:Microsoft.Extensions.Logging.ILoggerFactory.AddProvider(Microsoft.Extensions.Logging.ILoggerProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerFactory.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.ILoggerFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.ILoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerProvider.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.ILoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerProvider.cs" }, { "Members": [], "DocsId": "T:Microsoft.Extensions.Logging.ILogger`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerT.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.Logging.ILoggingBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggingBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggingBuilder.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.ILoggingBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggingBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggingBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.ISupportExternalScope.SetScopeProvider(Microsoft.Extensions.Logging.IExternalScopeProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ISupportExternalScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ISupportExternalScope.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.ISupportExternalScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ISupportExternalScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ISupportExternalScope.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LogDefineOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogDefineOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogDefineOptions.cs" }, { "DocsId": "P:Microsoft.Extensions.Logging.LogDefineOptions.SkipEnabledCheck", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogDefineOptions.cs#L16C40-L16C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogDefineOptions.cs#L16C40-L16C44" } ], "DocsId": "T:Microsoft.Extensions.Logging.LogDefineOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogDefineOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogDefineOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogDebug(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L32C13-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L32C13-L33C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogDebug(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L49C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L49C13-L50C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogDebug(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L66C13-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L66C13-L67C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogDebug(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L82C13-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L82C13-L83C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogTrace(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L102C13-L103C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L102C13-L103C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogTrace(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L119C13-L120C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L119C13-L120C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogTrace(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L136C13-L137C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L136C13-L137C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogTrace(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L152C13-L153C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L152C13-L153C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogInformation(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L172C13-L173C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L172C13-L173C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogInformation(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L189C13-L190C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L189C13-L190C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogInformation(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L206C13-L207C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L206C13-L207C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogInformation(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L222C13-L223C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L222C13-L223C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogWarning(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L242C13-L243C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L242C13-L243C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogWarning(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L259C13-L260C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L259C13-L260C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogWarning(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L276C13-L277C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L276C13-L277C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogWarning(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L292C13-L293C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L292C13-L293C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogError(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L312C13-L313C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L312C13-L313C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogError(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L329C13-L330C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L329C13-L330C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogError(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L346C13-L347C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L346C13-L347C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogError(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L362C13-L363C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L362C13-L363C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogCritical(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L382C13-L383C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L382C13-L383C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogCritical(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L399C13-L400C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L399C13-L400C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogCritical(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L416C13-L417C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L416C13-L417C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogCritical(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L432C13-L433C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L432C13-L433C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.Log(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.LogLevel,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L444C13-L445C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L444C13-L445C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.Log(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L457C13-L458C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L457C13-L458C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.Log(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.LogLevel,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L470C13-L471C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L470C13-L471C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.Log(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L484C13-L487C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L484C13-L487C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.BeginScope(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L508C13-L510C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L508C13-L510C83" } ], "DocsId": "T:Microsoft.Extensions.Logging.LoggerExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExternalScopeProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs#L14C9-L20C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs#L14C9-L20C12" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExternalScopeProvider.ForEachScope``1(System.Action{System.Object,``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs#L34C13-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs#L34C13-L35C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerExternalScopeProvider.Push(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs#L40C13-L44C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs#L40C13-L44C29" } ], "DocsId": "T:Microsoft.Extensions.Logging.LoggerExternalScopeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactoryExtensions.CreateLogger``1(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerFactoryExtensions.cs#L22C13-L24C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerFactoryExtensions.cs#L22C13-L24C43" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactoryExtensions.CreateLogger(Microsoft.Extensions.Logging.ILoggerFactory,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerFactoryExtensions.cs#L34C13-L37C141" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerFactoryExtensions.cs#L34C13-L37C141" } ], "DocsId": "T:Microsoft.Extensions.Logging.LoggerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerFactoryExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerFactoryExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L23C13-L27C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L23C13-L27C59" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L38C13-L40C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L38C13-L40C92" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``2(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L52C13-L54C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L52C13-L54C108" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``3(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L67C13-L69C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L67C13-L69C124" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``4(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L83C13-L85C140" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L83C13-L85C140" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``5(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L100C13-L102C156" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L100C13-L102C156" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``6(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L118C13-L120C172" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L118C13-L120C172" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L131C16-L131C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L131C16-L131C70" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L143C13-L161C15" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L143C13-L161C15" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L173C16-L173C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L173C16-L173C74" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L186C13-L204C15" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L186C13-L204C15" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``2(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L217C16-L217C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L217C16-L217C78" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``2(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L231C13-L249C15" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L231C13-L249C15" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``3(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L263C16-L263C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L263C16-L263C82" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``3(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L278C13-L296C15" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L278C13-L296C15" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``4(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L311C16-L311C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L311C16-L311C86" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``4(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L327C13-L345C15" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L327C13-L345C15" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``5(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L361C16-L361C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L361C16-L361C90" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``5(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L378C13-L396C15" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L378C13-L396C15" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``6(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L413C16-L413C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L413C16-L413C94" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``6(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L431C13-L449C15" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L431C13-L449C15" } ], "DocsId": "T:Microsoft.Extensions.Logging.LoggerMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L38C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L38C44" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageAttribute.#ctor(System.Int32,Microsoft.Extensions.Logging.LogLevel,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L52C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageAttribute.#ctor(Microsoft.Extensions.Logging.LogLevel,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L64C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageAttribute.#ctor(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L74C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L84C10" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C30-L89C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C30-L89C34" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.EventName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L97C36-L97C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L97C36-L97C40" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L102C33-L102C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L102C33-L102C37" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L107C33-L107C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L107C33-L107C37" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.SkipEnabledCheck", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L112C40-L112C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L112C40-L112C44" } ], "DocsId": "T:Microsoft.Extensions.Logging.LoggerMessageAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Logger`1.#ctor(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L25C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L25C9-L30C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.Logger`1.Microsoft#Extensions#Logging#ILogger#BeginScope``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L35C13-L35C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L35C13-L35C46" }, { "DocsId": "M:Microsoft.Extensions.Logging.Logger`1.Microsoft#Extensions#Logging#ILogger#IsEnabled(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L41C13-L41C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L41C13-L41C48" }, { "DocsId": "M:Microsoft.Extensions.Logging.Logger`1.Microsoft#Extensions#Logging#ILogger#Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L47C13-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L47C13-L48C10" } ], "DocsId": "T:Microsoft.Extensions.Logging.Logger`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Trace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Debug", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Information", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Warning", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Critical", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.LogLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord.Timestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord.LogLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord.Exception", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L38C45-L38C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L38C45-L38C49" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord.ActivitySpanId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L43C58-L43C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L43C58-L43C62" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord.ActivityTraceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L48C60-L48C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L48C60-L48C64" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord.ManagedThreadId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L53C48-L53C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L53C48-L53C52" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord.FormattedMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L58C52-L58C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L58C52-L58C56" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord.MessageTemplate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L63C51-L63C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L63C51-L63C55" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L68C83-L68C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs#L68C83-L68C85" } ], "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/BufferedLogRecord.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.IBufferedLogger.LogRecords(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.Abstractions.BufferedLogRecord})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IBufferedLogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IBufferedLogger.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.IBufferedLogger", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IBufferedLogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IBufferedLogger.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.#ctor(Microsoft.Extensions.Logging.LogLevel,System.String,Microsoft.Extensions.Logging.EventId,`0,System.Exception,System.Func{`0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L24C13-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L24C13-L30C10" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.LogLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L35C36-L35C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L35C36-L35C40" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L40C34-L40C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L40C34-L40C38" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L45C34-L45C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L45C34-L45C38" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L50C31-L50C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L50C31-L50C35" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.Exception", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L55C39-L55C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L55C39-L55C43" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L60C61-L60C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L60C61-L60C65" } ], "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.LogEntry`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger.BeginScope``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L28C13-L28C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L28C13-L28C39" }, { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger.IsEnabled(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L34C13-L34C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L34C13-L34C26" }, { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger.Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L40C9-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L40C9-L40C10" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.NullLogger.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L16C45-L16C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L16C45-L16C49" } ], "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.NullLogger", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L15C9-L15C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L15C9-L15C39" }, { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L28C13-L28C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L28C13-L28C40" }, { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.AddProvider(Microsoft.Extensions.Logging.ILoggerProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L37C9-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L37C9-L37C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L42C9-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L42C9-L42C10" }, { "DocsId": "F:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs#L23C13-L23C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs#L23C13-L23C40" }, { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs#L29C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs#L29C9-L29C10" }, { "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs#L14C53-L14C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs#L14C53-L14C57" } ], "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.BeginScope``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs#L22C13-L22C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs#L22C13-L22C39" }, { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs#L36C9-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs#L36C9-L36C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.IsEnabled(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs#L41C13-L41C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs#L41C13-L41C26" }, { "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.NullLogger`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.Configuration.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.Configuration.json index 4019d631564..4ea17f6c17d 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.Configuration.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.Configuration.json @@ -1,67 +1,67 @@ { "Assembly": "Microsoft.Extensions.Logging.Configuration", - "GUID": "6F2D5FB500F84E06AA56B03963B5C5EFFFFFFFFF", + "GUID": "6741CA6D85244545A50BF91CE16A47DDFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.AddConfiguration(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderExtensions.cs#L24C13-L31C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderExtensions.cs#L24C13-L31C28" } ], "DocsId": "T:Microsoft.Extensions.Logging.LoggingBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderExtensions.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration`1.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfiguration.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfiguration.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfigurationFactory.GetConfiguration(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfigurationFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfigurationFactory.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfigurationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfigurationFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfigurationFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptions.RegisterProviderOptions``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderConfigurationExtensions.cs#L29C13-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderConfigurationExtensions.cs#L29C13-L31C10" } ], "DocsId": "T:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderConfigurationExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptionsChangeTokenSource`2.#ctor(Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration{`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderOptionsChangeTokenSource.cs#L14C120-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderOptionsChangeTokenSource.cs#L14C120-L16C10" } ], "DocsId": "T:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptionsChangeTokenSource`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderOptionsChangeTokenSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderOptionsChangeTokenSource.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Configuration.LoggingBuilderConfigurationExtensions.AddConfiguration(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderConfigurationExtensions.cs#L19C13-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderConfigurationExtensions.cs#L19C13-L21C10" } ], "DocsId": "T:Microsoft.Extensions.Logging.Configuration.LoggingBuilderConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderConfigurationExtensions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.Console.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.Console.json index 6e099c8dd0f..845113892b5 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.Console.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.Console.json @@ -1,387 +1,387 @@ { "Assembly": "Microsoft.Extensions.Logging.Console", - "GUID": "E95E29DC3E594089B285C1D74EC9CED3FFFFFFFF", + "GUID": "BA08B4361B3942309CB4997B372A13E2FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L32C13-L43C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L32C13-L43C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L53C13-L58C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L53C13-L58C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddSimpleConsole(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L66C13-L66C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L66C13-L66C71" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddSimpleConsole(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L75C13-L75C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L75C13-L75C124" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddJsonConsole(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L83C13-L83C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L83C13-L83C69" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddJsonConsole(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.Console.JsonConsoleFormatterOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L92C13-L92C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L92C13-L92C120" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddSystemdConsole(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L102C13-L102C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L102C13-L102C119" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddSystemdConsole(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L110C13-L110C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L110C13-L110C72" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsoleFormatter``2(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L136C13-L136C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L136C13-L136C133" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsoleFormatter``2(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L150C13-L154C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L150C13-L154C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L26C13-L27C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L26C13-L27C49" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L40C13-L41C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L40C13-L41C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.LogLevel,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L55C13-L56C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L55C13-L56C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L69C13-L70C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L69C13-L70C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L83C13-L84C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L83C13-L84C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L98C13-L99C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L98C13-L99C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L112C13-L113C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L112C13-L113C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L125C13-L125C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L125C13-L125C61" } ], "DocsId": "T:Microsoft.Extensions.Logging.ConsoleLoggerExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings.#ctor(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L24C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L24C9-L28C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L66C13-L67C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L66C13-L67C75" }, { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings.TryGetSwitch(System.String,Microsoft.Extensions.Logging.LogLevel@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L79C13-L99C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L79C13-L99C62" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings.ChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L33C44-L33C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L33C44-L33C48" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings.IncludeScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L43C17-L55C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L43C17-L55C66" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleFormatter.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs#L19C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs#L19C9-L24C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleFormatter.Write``1(Microsoft.Extensions.Logging.Abstractions.LogEntry{``0}@|System.Runtime.InteropServices.InAttribute,Microsoft.Extensions.Logging.IExternalScopeProvider,System.IO.TextWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleFormatter.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs#L29C30-L29C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs#L29C30-L29C34" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleFormatterNames.Simple", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleFormatterNames.Json", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleFormatterNames.Systemd", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleFormatterNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L17C9-L17C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L17C9-L17C45" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions.IncludeScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L25C37-L25C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L25C37-L25C41" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions.TimestampFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L34C42-L34C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L34C42-L34C46" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions.UseUtcTimestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L42C39-L42C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L42C39-L42C43" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat.Systemd", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L65C69-L106C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L65C69-L106C69" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.DisableColors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L20C37-L20C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L20C37-L20C41" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.Format", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L33C20-L33C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L33C20-L33C27" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.FormatterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L51C40-L51C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L51C40-L51C44" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.IncludeScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L60C37-L60C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L60C37-L60C41" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.LogToStandardErrorThreshold", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L65C55-L65C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L65C55-L65C59" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.TimestampFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L74C42-L74C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L74C42-L74C46" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.UseUtcTimestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L83C39-L83C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L83C39-L83C43" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.QueueFullMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L94C20-L94C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L94C20-L94C34" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.MaxQueueLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L116C20-L116C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L116C20-L116C38" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.#ctor(Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L34C15-L34C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L34C15-L34C65" }, { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.#ctor(Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.Console.ConsoleFormatter})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L27C9-L66C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L27C9-L66C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L155C13-L173C134" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L155C13-L173C134" }, { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L206C13-L208C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L206C13-L208C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.SetScopeProvider(Microsoft.Extensions.Logging.IExternalScopeProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L213C13-L219C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L213C13-L219C10" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerQueueFullMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerQueueFullMode.Wait", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerQueueFullMode.DropWrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerQueueFullMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L37C13-L37C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L37C13-L37C25" }, { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.TryGetSwitch(System.String,Microsoft.Extensions.Logging.LogLevel@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L43C13-L43C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L43C13-L43C58" }, { "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L32C71-L32C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L32C71-L32C105" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.ChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L19C44-L19C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L19C44-L19C48" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.IncludeScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L22C37-L22C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L22C37-L22C41" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.DisableColors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L27C37-L27C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L27C37-L27C41" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.Switches", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L32C57-L32C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L32C57-L32C61" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings.TryGetSwitch(System.String,Microsoft.Extensions.Logging.LogLevel@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" }, { "DocsId": "M:Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings.IncludeScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings.ChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Console.JsonConsoleFormatterOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/JsonConsoleFormatterOptions.cs#L17C9-L17C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/JsonConsoleFormatterOptions.cs#L17C9-L17C49" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.JsonConsoleFormatterOptions.JsonWriterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/JsonConsoleFormatterOptions.cs#L22C54-L22C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/JsonConsoleFormatterOptions.cs#L22C54-L22C58" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.JsonConsoleFormatterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/JsonConsoleFormatterOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/JsonConsoleFormatterOptions.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Logging.Console.LoggerColorBehavior.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.Console.LoggerColorBehavior.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.Console.LoggerColorBehavior.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.Console.LoggerColorBehavior.Disabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.LoggerColorBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs#L16C9-L16C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs#L16C9-L16C51" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions.ColorBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs#L21C52-L21C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs#L21C52-L21C56" }, { "DocsId": "P:Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions.SingleLine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs#L29C34-L29C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs#L29C34-L29C38" } ], "DocsId": "T:Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.Debug.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.Debug.json index ed517dcfc23..e235fe4c1b6 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.Debug.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.Debug.json @@ -1,47 +1,47 @@ { "Assembly": "Microsoft.Extensions.Logging.Debug", - "GUID": "F3DD00C4AB6C45639BD2C9032AB791B3FFFFFFFF", + "GUID": "2987043F165140569E0DDAAE639E219CFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L24C98-L24C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L24C98-L24C115" }, { "DocsId": "M:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggerFactory,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L33C116-L33C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L33C116-L33C133" }, { "DocsId": "M:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L43C13-L44C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L43C13-L44C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L53C13-L55C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L53C13-L55C28" } ], "DocsId": "T:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs#L15C13-L15C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs#L15C13-L15C42" }, { "DocsId": "M:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs#L21C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs#L21C9-L21C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.EventLog.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.EventLog.json index d33ffd2cfeb..72f4f6f2dd8 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.EventLog.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.EventLog.json @@ -1,93 +1,93 @@ { "Assembly": "Microsoft.Extensions.Logging.EventLog", - "GUID": "A763B76E2FC945D5AE57C62BFBFBB0B4FFFFFFFF", + "GUID": "12651117BBE9472DB35CC47A9FFBB1EBFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.EventLog.EventLogSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L26C13-L30C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L26C13-L30C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L41C13-L41C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L41C13-L41C108" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L49C82-L49C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L49C82-L49C124" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L58C13-L62C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L58C13-L62C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Logging.EventLog.EventLogSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L73C13-L78C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L73C13-L78C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.EventLog.EventLogSettings})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L89C13-L94C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L89C13-L94C28" } ], "DocsId": "T:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L22C15-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L22C15-L24C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.#ctor(Microsoft.Extensions.Logging.EventLog.EventLogSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L30C9-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L30C9-L33C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Logging.EventLog.EventLogSettings})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L40C15-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L40C15-L42C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L47C13-L47C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L47C13-L47C72" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L53C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L53C13-L57C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.SetScopeProvider(Microsoft.Extensions.Logging.IExternalScopeProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L62C13-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L62C13-L63C10" } ], "DocsId": "T:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs" }, { "DocsId": "P:Microsoft.Extensions.Logging.EventLog.EventLogSettings.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L18C34-L18C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L18C34-L18C38" }, { "DocsId": "P:Microsoft.Extensions.Logging.EventLog.EventLogSettings.SourceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L23C37-L23C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L23C37-L23C41" }, { "DocsId": "P:Microsoft.Extensions.Logging.EventLog.EventLogSettings.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L28C38-L28C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L28C38-L28C42" }, { "DocsId": "P:Microsoft.Extensions.Logging.EventLog.EventLogSettings.Filter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L33C55-L33C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L33C55-L33C59" } ], "DocsId": "T:Microsoft.Extensions.Logging.EventLog.EventLogSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.EventSource.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.EventSource.json index 3b47a95d0ed..63bb8e498fe 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.EventSource.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.EventSource.json @@ -1,75 +1,75 @@ { "Assembly": "Microsoft.Extensions.Logging.EventSource", - "GUID": "E4DB903CE0144E0E929AFC2B66C19E99FFFFFFFF", + "GUID": "C17CE5AD1BEE4A23B701EB3C7006848AFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.EventSourceLoggerFactoryExtensions.AddEventSourceLogger(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerFactoryExtensions.cs#L27C13-L31C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerFactoryExtensions.cs#L27C13-L31C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventSourceLoggerFactoryExtensions.AddEventSourceLogger(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerFactoryExtensions.cs#L41C13-L47C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerFactoryExtensions.cs#L41C13-L47C28" } ], "DocsId": "T:Microsoft.Extensions.Logging.EventSourceLoggerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerFactoryExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerFactoryExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.EventSource.EventSourceLoggerProvider.#ctor(Microsoft.Extensions.Logging.EventSource.LoggingEventSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs#L27C9-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs#L27C9-L33C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventSource.EventSourceLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs#L38C13-L38C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs#L38C13-L38C103" }, { "DocsId": "M:Microsoft.Extensions.Logging.EventSource.EventSourceLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs#L45C18-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs#L45C18-L49C10" } ], "DocsId": "T:Microsoft.Extensions.Logging.EventSource.EventSourceLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.OnEventCommand(System.Diagnostics.Tracing.EventCommandEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs#L353C13-L366C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs#L353C13-L366C10" }, { "DocsId": "T:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.EventSource.LoggingEventSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords.Meta", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords.FormattedMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords.JsonMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.TraceSource.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.TraceSource.json index 47a7087242b..97227a04404 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.TraceSource.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.TraceSource.json @@ -1,67 +1,67 @@ { "Assembly": "Microsoft.Extensions.Logging.TraceSource", - "GUID": "FF5E210F66684CF8A6A1954D1B4444ABFFFFFFFF", + "GUID": "4EBA00A90EE44000BDF219ACC4275EAFFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggerFactory,System.Diagnostics.SourceSwitch,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L28C13-L34C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L28C13-L34C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggerFactory,System.Diagnostics.SourceSwitch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L47C13-L52C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L47C13-L52C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggerFactory,System.String,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L66C13-L72C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L66C13-L72C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggerFactory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L85C13-L90C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L85C13-L90C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggingBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L103C13-L106C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L103C13-L106C73" }, { "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L121C13-L125C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L121C13-L125C83" }, { "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggingBuilder,System.Diagnostics.SourceSwitch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L138C13-L143C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L138C13-L143C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggingBuilder,System.Diagnostics.SourceSwitch,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L158C13-L164C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L158C13-L164C28" } ], "DocsId": "T:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider.#ctor(System.Diagnostics.SourceSwitch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L29C15-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L29C15-L31C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider.#ctor(System.Diagnostics.SourceSwitch,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L20C9-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L20C9-L44C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L53C13-L53C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L53C13-L53C69" }, { "DocsId": "M:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L116C13-L125C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L116C13-L125C10" } ], "DocsId": "T:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.json index 4430252e849..e623c92ba71 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Logging.json @@ -1,293 +1,293 @@ { "Assembly": "Microsoft.Extensions.Logging", - "GUID": "E951306961C545D5A1BC3B4BFE0C773AFFFFFFFF", + "GUID": "3BB9C8BBA5AD430EB79030045B17F9EEFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions.AddLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggingServiceCollectionExtensions.cs#L23C13-L23C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggingServiceCollectionExtensions.cs#L23C13-L23C57" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions.AddLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Logging.ILoggingBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggingServiceCollectionExtensions.cs#L34C13-L45C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggingServiceCollectionExtensions.cs#L34C13-L45C29" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggingServiceCollectionExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggingServiceCollectionExtensions.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.SpanId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.TraceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.ParentId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.TraceState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.TraceFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" }, { "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.Baggage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" } ], "DocsId": "T:Microsoft.Extensions.Logging.ActivityTrackingOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{System.String,System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L21C13-L21C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L21C13-L21C74" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L30C13-L30C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L30C13-L30C87" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L40C13-L40C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L40C13-L40C90" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L49C13-L49C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L49C13-L49C79" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L59C13-L59C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L59C13-L59C82" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L69C13-L69C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L69C13-L69C83" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L80C13-L80C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L80C13-L80C86" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L90C13-L90C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L90C13-L90C89" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L101C13-L101C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L101C13-L101C92" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{System.String,System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L110C13-L110C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L110C13-L110C45" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L119C13-L119C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L119C13-L119C94" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L129C13-L129C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L129C13-L129C120" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L138C13-L138C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L138C13-L138C80" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L148C13-L148C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L148C13-L148C106" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.String,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L158C13-L158C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L158C13-L158C63" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.LoggerFilterOptions,System.String,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L169C13-L169C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L169C13-L169C89" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.String,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L179C13-L179C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L179C13-L179C100" }, { "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.LoggerFilterOptions,System.String,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L190C13-L190C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L190C13-L190C126" } ], "DocsId": "T:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L34C34-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L34C34-L36C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L42C72-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L42C72-L44C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider},Microsoft.Extensions.Logging.LoggerFilterOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L51C107-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L51C107-L53C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider},Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.LoggerFilterOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L60C123-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L60C123-L62C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider},Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.LoggerFilterOptions},Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Logging.LoggerFactoryOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L70C164-L72C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L70C164-L72C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider},Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.LoggerFilterOptions},Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Logging.LoggerFactoryOptions},Microsoft.Extensions.Logging.IExternalScopeProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L22C9-L104C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L22C9-L104C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.Create(System.Action{Microsoft.Extensions.Logging.ILoggingBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L113C13-L117C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L113C13-L117C79" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L141C13-L161C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L141C13-L161C27" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.AddProvider(Microsoft.Extensions.Logging.ILoggerProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L170C13-L194C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L170C13-L194C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.CheckDisposed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L260C51-L260C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L260C51-L260C60" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L265C13-L286C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L265C13-L286C10" } ], "DocsId": "T:Microsoft.Extensions.Logging.LoggerFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactoryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactoryOptions.cs#L17C9-L17C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactoryOptions.cs#L17C9-L17C42" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerFactoryOptions.ActivityTrackingOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactoryOptions.cs#L22C66-L22C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactoryOptions.cs#L22C66-L22C70" } ], "DocsId": "T:Microsoft.Extensions.Logging.LoggerFactoryOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactoryOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactoryOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFilterOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L26C51-L18C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L26C51-L18C41" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterOptions.CaptureScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L26C37-L26C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L26C37-L26C41" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterOptions.MinLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L31C36-L31C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L31C36-L31C40" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterOptions.Rules", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L36C49-L36C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L36C49-L36C62" } ], "DocsId": "T:Microsoft.Extensions.Logging.LoggerFilterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFilterRule.#ctor(System.String,System.String,System.Nullable{Microsoft.Extensions.Logging.LogLevel},System.Func{System.String,System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L20C9-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L20C9-L26C10" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggerFilterRule.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L51C13-L51C170" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L51C13-L51C170" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterRule.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L31C39-L31C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L31C39-L31C43" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterRule.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L36C39-L36C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L36C39-L36C43" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterRule.LogLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L41C37-L41C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L41C37-L41C41" }, { "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterRule.Filter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L46C65-L46C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L46C65-L46C69" } ], "DocsId": "T:Microsoft.Extensions.Logging.LoggerFilterRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.SetMinimumLevel(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L24C13-L26C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L24C13-L26C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.AddProvider(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Logging.ILoggerProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L37C13-L38C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L37C13-L38C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.ClearProviders(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L48C13-L49C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L48C13-L49C28" }, { "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.Configure(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.LoggerFactoryOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L60C13-L61C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L60C13-L61C28" } ], "DocsId": "T:Microsoft.Extensions.Logging.LoggingBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Logging.ProviderAliasAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ProviderAliasAttribute.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ProviderAliasAttribute.cs#L18C9-L21C10" }, { "DocsId": "P:Microsoft.Extensions.Logging.ProviderAliasAttribute.Alias", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ProviderAliasAttribute.cs#L26C31-L26C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ProviderAliasAttribute.cs#L26C31-L26C35" } ], "DocsId": "T:Microsoft.Extensions.Logging.ProviderAliasAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Logging/src/ProviderAliasAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Logging/src/ProviderAliasAttribute.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Options.ConfigurationExtensions.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Options.ConfigurationExtensions.json index 594b785a7a2..422b997c633 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Options.ConfigurationExtensions.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Options.ConfigurationExtensions.json @@ -1,93 +1,93 @@ { "Assembly": "Microsoft.Extensions.Options.ConfigurationExtensions", - "GUID": "977F49ED28734B3CB5DD5DA4C9F3377BFFFFFFFF", + "GUID": "4C5904DD3FAB4D66A457712D4AE721C7FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderConfigurationExtensions.Bind``1(Microsoft.Extensions.Options.OptionsBuilder{``0},Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs#L29C16-L29C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs#L29C16-L29C53" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderConfigurationExtensions.Bind``1(Microsoft.Extensions.Options.OptionsBuilder{``0},Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs#L43C13-L46C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs#L43C13-L46C35" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderConfigurationExtensions.BindConfiguration``1(Microsoft.Extensions.Options.OptionsBuilder{``0},System.String,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs#L70C13-L86C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs#L70C13-L86C35" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsBuilderConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L26C16-L26C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L26C16-L26C81" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L39C16-L39C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L39C16-L39C68" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L53C16-L53C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L53C16-L53C98" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L69C13-L74C156" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L69C13-L74C156" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1.#ctor(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L23C72-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L23C72-L25C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1.#ctor(System.String,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L32C9-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L32C9-L38C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1.GetChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L51C13-L51C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L51C13-L51C45" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L43C30-L43C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L43C30-L43C34" } ], "DocsId": "T:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ConfigureFromConfigurationOptions`1.#ctor(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigureFromConfigurationOptions.cs#L28C15-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigureFromConfigurationOptions.cs#L28C15-L31C10" } ], "DocsId": "T:Microsoft.Extensions.Options.ConfigureFromConfigurationOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigureFromConfigurationOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigureFromConfigurationOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.NamedConfigureFromConfigurationOptions`1.#ctor(System.String,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/NamedConfigureFromConfigurationOptions.cs#L26C15-L27C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/NamedConfigureFromConfigurationOptions.cs#L26C15-L27C12" }, { "DocsId": "M:Microsoft.Extensions.Options.NamedConfigureFromConfigurationOptions`1.#ctor(System.String,Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/NamedConfigureFromConfigurationOptions.cs#L38C15-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/NamedConfigureFromConfigurationOptions.cs#L38C15-L41C10" } ], "DocsId": "T:Microsoft.Extensions.Options.NamedConfigureFromConfigurationOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/NamedConfigureFromConfigurationOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/NamedConfigureFromConfigurationOptions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Options.DataAnnotations.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Options.DataAnnotations.json index be151327b0d..ba9f3c86367 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Options.DataAnnotations.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Options.DataAnnotations.json @@ -1,35 +1,35 @@ { "Assembly": "Microsoft.Extensions.Options.DataAnnotations", - "GUID": "81F85B833129492DBFF36E03D2D82DA2FFFFFFFF", + "GUID": "CB1887BF59D64865A15D68B1FE4CECD7FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderDataAnnotationsExtensions.ValidateDataAnnotations``1(Microsoft.Extensions.Options.OptionsBuilder{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/OptionsBuilderDataAnnotationsExtensions.cs#L24C13-L25C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/OptionsBuilderDataAnnotationsExtensions.cs#L24C13-L25C35" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsBuilderDataAnnotationsExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/OptionsBuilderDataAnnotationsExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/OptionsBuilderDataAnnotationsExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.DataAnnotationValidateOptions`1.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs#L28C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs#L28C9-L31C10" }, { "DocsId": "M:Microsoft.Extensions.Options.DataAnnotationValidateOptions`1.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs#L49C13-L69C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs#L49C13-L69C55" }, { "DocsId": "P:Microsoft.Extensions.Options.DataAnnotationValidateOptions`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs#L36C31-L36C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs#L36C31-L36C35" } ], "DocsId": "T:Microsoft.Extensions.Options.DataAnnotationValidateOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Options.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Options.json index fb87bf74148..c7b8355f5fe 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Options.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Options.json @@ -1,1271 +1,1271 @@ { "Assembly": "Microsoft.Extensions.Options", - "GUID": "DF4BFBF85D284D28A6A98B9478FA8F45FFFFFFFF", + "GUID": "EF9B8B5D5A8E4EC49971505E291BCA66FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderExtensions.ValidateOnStart``1(Microsoft.Extensions.Options.OptionsBuilder{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilderExtensions.cs#L27C13-L38C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilderExtensions.cs#L27C13-L38C35" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilderExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilderExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptions(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L24C13-L31C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L24C13-L31C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptionsWithValidateOnStart``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L50C13-L50C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L50C13-L50C114" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptionsWithValidateOnStart``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L72C13-L73C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L72C13-L73C114" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L84C16-L84C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L84C16-L84C81" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L98C13-L103C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L98C13-L103C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.ConfigureAll``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L114C16-L114C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L114C16-L114C82" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L125C16-L125C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L125C16-L125C85" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L139C13-L144C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L139C13-L144C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigureAll``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L156C16-L156C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L156C16-L156C86" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.ConfigureOptions``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L169C20-L169C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L169C20-L169C72" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.ConfigureOptions(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L216C13-L230C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L216C13-L230C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.ConfigureOptions(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L243C13-L258C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L243C13-L258C29" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptions``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L268C16-L268C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L268C16-L268C74" }, { "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptions``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L280C13-L283C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L280C13-L283C65" } ], "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`1.#ctor(System.String,System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L19C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L19C9-L23C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`1.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L42C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L42C13-L49C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`1.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L55C52-L55C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L55C52-L55C91" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L28C31-L28C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L28C31-L28C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`1.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L33C43-L33C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L33C43-L33C47" } ], "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`2.#ctor(System.String,`1,System.Action{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L73C9-L78C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L73C9-L78C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L102C13-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L102C13-L109C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L115C52-L115C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L115C52-L115C91" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L83C31-L83C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L83C31-L83C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L88C49-L88C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L88C49-L88C53" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Dependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L93C34-L93C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L93C34-L93C38" } ], "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`3.#ctor(System.String,`1,`2,System.Action{`0,`1,`2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L136C9-L142C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L136C9-L142C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L171C13-L178C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L171C13-L178C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L184C52-L184C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L184C52-L184C91" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L147C31-L147C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L147C31-L147C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L152C57-L152C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L152C57-L152C61" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L157C36-L157C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L157C36-L157C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L162C36-L162C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L162C36-L162C40" } ], "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`4.#ctor(System.String,`1,`2,`3,System.Action{`0,`1,`2,`3})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L208C9-L215C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L208C9-L215C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L249C13-L256C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L249C13-L256C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L262C52-L262C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L262C52-L262C91" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L220C31-L220C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L220C31-L220C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L225C64-L225C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L225C64-L225C68" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L230C36-L230C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L230C36-L230C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L235C36-L235C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L235C36-L235C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L240C36-L240C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L240C36-L240C40" } ], "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`4", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`5.#ctor(System.String,`1,`2,`3,`4,System.Action{`0,`1,`2,`3,`4})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L289C9-L297C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L289C9-L297C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L336C13-L343C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L336C13-L343C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L349C52-L349C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L349C52-L349C91" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L302C31-L302C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L302C31-L302C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L307C71-L307C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L307C71-L307C75" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L312C36-L312C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L312C36-L312C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L317C36-L317C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L317C36-L317C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L322C36-L322C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L322C36-L322C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L327C36-L327C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L327C36-L327C40" } ], "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`5", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`6.#ctor(System.String,`1,`2,`3,`4,`5,System.Action{`0,`1,`2,`3,`4,`5})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L379C9-L388C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L379C9-L388C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L432C13-L439C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L432C13-L439C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L445C52-L445C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L445C52-L445C91" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L393C31-L393C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L393C31-L393C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L398C78-L398C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L398C78-L398C82" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L403C36-L403C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L403C36-L403C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L408C36-L408C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L408C36-L408C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L413C36-L413C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L413C36-L413C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L418C36-L418C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L418C36-L418C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency5", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L423C36-L423C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L423C36-L423C40" } ], "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`6", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ConfigureOptions`1.#ctor(System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs#L18C9-L21C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ConfigureOptions`1.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs#L34C13-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs#L34C13-L37C10" }, { "DocsId": "P:Microsoft.Extensions.Options.ConfigureOptions`1.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs#L26C43-L26C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs#L26C43-L26C47" } ], "DocsId": "T:Microsoft.Extensions.Options.ConfigureOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.IConfigureNamedOptions`1.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IConfigureNamedOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IConfigureNamedOptions.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.IConfigureNamedOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IConfigureNamedOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IConfigureNamedOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.IConfigureOptions`1.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IConfigureOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IConfigureOptions.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.IConfigureOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IConfigureOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IConfigureOptions.cs" }, { "Members": [ { "DocsId": "P:Microsoft.Extensions.Options.IOptions`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptions.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.IOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.IOptionsChangeTokenSource`1.GetChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsChangeTokenSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsChangeTokenSource.cs" }, { "DocsId": "P:Microsoft.Extensions.Options.IOptionsChangeTokenSource`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsChangeTokenSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsChangeTokenSource.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.IOptionsChangeTokenSource`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsChangeTokenSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsChangeTokenSource.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.IOptionsFactory`1.Create(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsFactory.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.IOptionsFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitor`1.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" }, { "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitor`1.OnChange(System.Action{`0,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" }, { "DocsId": "P:Microsoft.Extensions.Options.IOptionsMonitor`1.CurrentValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.IOptionsMonitor`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitorCache`1.GetOrAdd(System.String,System.Func{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitorCache`1.TryAdd(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitorCache`1.TryRemove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" }, { "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitorCache`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.IOptionsMonitorCache`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.IOptionsSnapshot`1.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsSnapshot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsSnapshot.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.IOptionsSnapshot`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IOptionsSnapshot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IOptionsSnapshot.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.IPostConfigureOptions`1.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IPostConfigureOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IPostConfigureOptions.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.IPostConfigureOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IPostConfigureOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IPostConfigureOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.IStartupValidator.Validate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IStartupValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IStartupValidator.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.IStartupValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IStartupValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IStartupValidator.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.IValidateOptions`1.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IValidateOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IValidateOptions.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.IValidateOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/IValidateOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/IValidateOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.Options.Create``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/Options.cs#L30C13-L30C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/Options.cs#L30C13-L30C58" }, { "DocsId": "F:Microsoft.Extensions.Options.Options.DefaultName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/Options.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/Options.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/Options.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/Options.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.#ctor(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L32C9-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L32C9-L38C10" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L50C13-L53C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L50C13-L53C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``1(System.Action{`0,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L68C13-L72C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L68C13-L72C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``2(System.Action{`0,``0,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L89C13-L93C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L89C13-L93C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``3(System.Action{`0,``0,``1,``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L112C13-L121C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L112C13-L121C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``4(System.Action{`0,``0,``1,``2,``3})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L142C13-L152C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L142C13-L152C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``5(System.Action{`0,``0,``1,``2,``3,``4})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L175C13-L186C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L175C13-L186C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L199C13-L202C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L199C13-L202C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``1(System.Action{`0,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L217C13-L221C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L217C13-L221C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``2(System.Action{`0,``0,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L238C13-L242C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L238C13-L242C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``3(System.Action{`0,``0,``1,``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L261C13-L270C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L261C13-L270C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``4(System.Action{`0,``0,``1,``2,``3})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L291C13-L301C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L291C13-L301C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``5(System.Action{`0,``0,``1,``2,``3,``4})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L324C13-L335C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L324C13-L335C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate(System.Func{`0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L344C16-L344C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L344C16-L344C97" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate(System.Func{`0,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L354C13-L357C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L354C13-L357C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``1(System.Func{`0,``0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L367C16-L367C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L367C16-L367C97" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``1(System.Func{`0,``0,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L378C13-L382C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L378C13-L382C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``2(System.Func{`0,``0,``1,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L395C16-L395C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L395C16-L395C97" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``2(System.Func{`0,``0,``1,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L409C13-L417C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L409C13-L417C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``3(System.Func{`0,``0,``1,``2,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L432C16-L432C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L432C16-L432C97" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``3(System.Func{`0,``0,``1,``2,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L448C13-L457C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L448C13-L457C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``4(System.Func{`0,``0,``1,``2,``3,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L474C16-L474C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L474C16-L474C97" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``4(System.Func{`0,``0,``1,``2,``3,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L492C13-L502C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L492C13-L502C25" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``5(System.Func{`0,``0,``1,``2,``3,``4,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L521C16-L521C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L521C16-L521C97" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``5(System.Func{`0,``0,``1,``2,``3,``4,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L541C13-L552C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L541C13-L552C25" }, { "DocsId": "P:Microsoft.Extensions.Options.OptionsBuilder`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L20C30-L20C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L20C30-L20C34" }, { "DocsId": "P:Microsoft.Extensions.Options.OptionsBuilder`1.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L25C46-L25C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L25C46-L25C50" } ], "DocsId": "T:Microsoft.Extensions.Options.OptionsBuilder`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L23C32-L23C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L23C32-L23C46" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.GetOrAdd(System.String,System.Func{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L33C13-L47C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L33C13-L47C32" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.TryAdd(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L98C13-L104C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L98C13-L104C27" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.TryRemove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L113C13-L113C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L113C13-L113C65" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L18C9-L18C188" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L18C9-L18C188" } ], "DocsId": "T:Microsoft.Extensions.Options.OptionsCache`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.OptionsFactory`1.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IConfigureOptions{`0}},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IPostConfigureOptions{`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L27C143-L28C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L27C143-L28C12" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsFactory`1.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IConfigureOptions{`0}},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IPostConfigureOptions{`0}},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IValidateOptions{`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L36C9-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L36C9-L46C10" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsFactory`1.Create(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L57C13-L91C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L57C13-L91C28" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsFactory`1.CreateInstance(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L102C13-L102C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L102C13-L102C57" } ], "DocsId": "T:Microsoft.Extensions.Options.OptionsFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.OptionsManager`1.#ctor(Microsoft.Extensions.Options.IOptionsFactory{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs#L19C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs#L19C9-L28C10" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsManager`1.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs#L44C13-L54C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs#L44C13-L54C28" }, { "DocsId": "P:Microsoft.Extensions.Options.OptionsManager`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs#L33C34-L33C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs#L33C34-L33C58" } ], "DocsId": "T:Microsoft.Extensions.Options.OptionsManager`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitor`1.#ctor(Microsoft.Extensions.Options.IOptionsFactory{`0},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IOptionsChangeTokenSource{`0}},Microsoft.Extensions.Options.IOptionsMonitorCache{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L22C9-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L22C9-L62C10" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitor`1.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L91C13-L100C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L91C13-L100C106" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitor`1.OnChange(System.Action{`0,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L111C13-L113C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L111C13-L113C31" }, { "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitor`1.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L122C50-L128C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L122C50-L128C10" }, { "DocsId": "P:Microsoft.Extensions.Options.OptionsMonitor`1.CurrentValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L79C20-L79C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L79C20-L79C44" } ], "DocsId": "T:Microsoft.Extensions.Options.OptionsMonitor`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitorExtensions.OnChange``1(Microsoft.Extensions.Options.IOptionsMonitor{``0},System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitorExtensions.cs#L24C20-L24C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitorExtensions.cs#L24C20-L24C59" } ], "DocsId": "T:Microsoft.Extensions.Options.OptionsMonitorExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitorExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitorExtensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.OptionsValidationException.#ctor(System.String,System.Type,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L20C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L20C9-L28C10" }, { "DocsId": "P:Microsoft.Extensions.Options.OptionsValidationException.OptionsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L33C37-L33C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L33C37-L33C41" }, { "DocsId": "P:Microsoft.Extensions.Options.OptionsValidationException.OptionsType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L38C35-L38C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L38C35-L38C39" }, { "DocsId": "P:Microsoft.Extensions.Options.OptionsValidationException.Failures", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L43C47-L43C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L43C47-L43C51" }, { "DocsId": "P:Microsoft.Extensions.Options.OptionsValidationException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L48C43-L48C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L48C43-L48C70" } ], "DocsId": "T:Microsoft.Extensions.Options.OptionsValidationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.OptionsValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsValidatorAttribute.cs" } ], "DocsId": "T:Microsoft.Extensions.Options.OptionsValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsValidatorAttribute.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.OptionsWrapper`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsWrapper.cs#L20C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsWrapper.cs#L20C9-L23C10" }, { "DocsId": "P:Microsoft.Extensions.Options.OptionsWrapper`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsWrapper.cs#L28C33-L28C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsWrapper.cs#L28C33-L28C37" } ], "DocsId": "T:Microsoft.Extensions.Options.OptionsWrapper`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/OptionsWrapper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/OptionsWrapper.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`1.#ctor(System.String,System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L19C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L19C9-L23C10" }, { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`1.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L42C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L42C13-L49C10" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L28C31-L28C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L28C31-L28C35" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`1.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L33C43-L33C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L33C43-L33C47" } ], "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`2.#ctor(System.String,`1,System.Action{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L67C9-L72C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L67C9-L72C10" }, { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`2.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L96C13-L103C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L96C13-L103C10" }, { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`2.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L109C56-L109C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L109C56-L109C99" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`2.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L77C31-L77C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L77C31-L77C35" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`2.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L82C49-L82C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L82C49-L82C53" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`2.Dependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L87C34-L87C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L87C34-L87C38" } ], "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`3.#ctor(System.String,`1,`2,System.Action{`0,`1,`2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L130C9-L136C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L130C9-L136C10" }, { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`3.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L165C13-L172C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L165C13-L172C10" }, { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`3.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L178C56-L178C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L178C56-L178C99" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`3.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L141C31-L141C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L141C31-L141C35" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`3.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L146C57-L146C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L146C57-L146C61" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`3.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L151C36-L151C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L151C36-L151C40" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`3.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L156C36-L156C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L156C36-L156C40" } ], "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`4.#ctor(System.String,`1,`2,`3,System.Action{`0,`1,`2,`3})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L202C9-L209C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L202C9-L209C10" }, { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`4.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L243C13-L250C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L243C13-L250C10" }, { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`4.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L256C56-L256C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L256C56-L256C99" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L214C31-L214C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L214C31-L214C35" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L219C64-L219C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L219C64-L219C68" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L224C36-L224C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L224C36-L224C40" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L229C36-L229C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L229C36-L229C40" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L234C36-L234C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L234C36-L234C40" } ], "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`4", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`5.#ctor(System.String,`1,`2,`3,`4,System.Action{`0,`1,`2,`3,`4})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L283C9-L291C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L283C9-L291C10" }, { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`5.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L330C13-L337C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L330C13-L337C10" }, { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`5.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L343C56-L343C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L343C56-L343C99" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L296C31-L296C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L296C31-L296C35" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L301C71-L301C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L301C71-L301C75" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L306C36-L306C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L306C36-L306C40" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L311C36-L311C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L311C36-L311C40" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L316C36-L316C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L316C36-L316C40" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L321C36-L321C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L321C36-L321C40" } ], "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`5", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`6.#ctor(System.String,`1,`2,`3,`4,`5,System.Action{`0,`1,`2,`3,`4,`5})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L373C9-L382C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L373C9-L382C10" }, { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`6.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L426C13-L433C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L426C13-L433C10" }, { "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`6.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L439C56-L439C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L439C56-L439C99" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L387C31-L387C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L387C31-L387C35" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L392C78-L392C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L392C78-L392C82" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L397C36-L397C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L397C36-L397C40" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L402C36-L402C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L402C36-L402C40" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L407C36-L407C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L407C36-L407C40" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L412C36-L412C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L412C36-L412C40" }, { "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency5", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L417C36-L417C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L417C36-L417C40" } ], "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`6", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ValidateEnumeratedItemsAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs#L23C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs#L23C9-L25C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateEnumeratedItemsAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs#L35C9-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs#L35C9-L38C10" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateEnumeratedItemsAttribute.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs#L43C34-L43C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs#L43C34-L43C38" } ], "DocsId": "T:Microsoft.Extensions.Options.ValidateEnumeratedItemsAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ValidateObjectMembersAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs#L22C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs#L22C9-L24C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateObjectMembersAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs#L34C9-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs#L34C9-L37C10" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateObjectMembersAttribute.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs#L42C34-L42C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs#L42C34-L42C38" } ], "DocsId": "T:Microsoft.Extensions.Options.ValidateObjectMembersAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`1.#ctor(System.String,System.Func{`0,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L20C9-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L20C9-L27C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`1.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L53C13-L63C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L53C13-L63C47" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L32C31-L32C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L32C31-L32C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`1.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L37C50-L37C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L37C50-L37C54" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`1.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L42C40-L42C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L42C40-L42C44" } ], "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`2.#ctor(System.String,`1,System.Func{`0,`1,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L81C9-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L81C9-L89C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`2.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L120C13-L130C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L120C13-L130C47" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`2.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L94C31-L94C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L94C31-L94C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`2.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L99C56-L99C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L99C56-L99C60" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`2.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L104C40-L104C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L104C40-L104C44" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`2.Dependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L109C34-L109C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L109C34-L109C38" } ], "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`3.#ctor(System.String,`1,`2,System.Func{`0,`1,`2,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L150C9-L159C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L150C9-L159C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`3.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L195C13-L205C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L195C13-L205C47" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L164C31-L164C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L164C31-L164C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L169C64-L169C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L169C64-L169C68" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L174C40-L174C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L174C40-L174C44" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L179C36-L179C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L179C36-L179C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L184C36-L184C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L184C36-L184C40" } ], "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`4.#ctor(System.String,`1,`2,`3,System.Func{`0,`1,`2,`3,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L227C9-L237C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L227C9-L237C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`4.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L278C13-L288C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L278C13-L288C47" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L242C31-L242C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L242C31-L242C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L247C71-L247C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L247C71-L247C75" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L252C40-L252C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L252C40-L252C44" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L257C36-L257C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L257C36-L257C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L262C36-L262C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L262C36-L262C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L267C36-L267C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L267C36-L267C40" } ], "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`4", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`5.#ctor(System.String,`1,`2,`3,`4,System.Func{`0,`1,`2,`3,`4,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L312C9-L323C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L312C9-L323C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`5.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L369C13-L379C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L369C13-L379C47" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L328C31-L328C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L328C31-L328C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L333C78-L333C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L333C78-L333C82" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L338C40-L338C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L338C40-L338C44" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L343C36-L343C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L343C36-L343C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L348C36-L348C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L348C36-L348C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L353C36-L353C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L353C36-L353C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L358C36-L358C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L358C36-L358C40" } ], "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`5", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`6.#ctor(System.String,`1,`2,`3,`4,`5,System.Func{`0,`1,`2,`3,`4,`5,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L405C9-L417C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L405C9-L417C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`6.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L468C13-L478C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L468C13-L478C47" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L422C31-L422C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L422C31-L422C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L427C85-L427C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L427C85-L427C89" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L432C40-L432C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L432C40-L432C44" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L437C36-L437C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L437C36-L437C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L442C36-L442C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L442C36-L442C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L447C36-L447C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L447C36-L447C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L452C36-L452C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L452C36-L452C40" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency5", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L457C36-L457C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L457C36-L457C40" } ], "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`6", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResult.Fail(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L64C16-L64C136" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L64C16-L64C136" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResult.Fail(System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L72C16-L72C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L72C16-L72C126" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResult.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" }, { "DocsId": "F:Microsoft.Extensions.Options.ValidateOptionsResult.Skip", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" }, { "DocsId": "F:Microsoft.Extensions.Options.ValidateOptionsResult.Success", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.Succeeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L28C33-L28C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L28C33-L28C37" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.Skipped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L36C31-L36C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L36C31-L36C35" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.Failed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L46C30-L46C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L46C30-L46C34" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L51C41-L51C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L51C41-L51C45" }, { "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.Failures", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L56C48-L56C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L56C48-L56C52" } ], "DocsId": "T:Microsoft.Extensions.Options.ValidateOptionsResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L25C9-L25C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L25C9-L25C50" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.AddError(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L34C13-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L34C13-L36C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.AddResult(System.ComponentModel.DataAnnotations.ValidationResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L44C13-L51C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L44C13-L51C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.AddResults(System.Collections.Generic.IEnumerable{System.ComponentModel.DataAnnotations.ValidationResult})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L59C13-L66C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L59C13-L66C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.AddResult(Microsoft.Extensions.Options.ValidateOptionsResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L74C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L74C13-L95C10" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L103C13-L108C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L103C13-L108C50" }, { "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L114C32-L114C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L114C32-L114C48" } ], "DocsId": "T:Microsoft.Extensions.Options.ValidateOptionsResultBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Primitives.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Primitives.json index c9b25fe2cfd..182dd921f00 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Primitives.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Extensions.Primitives.json @@ -1,671 +1,671 @@ { "Assembly": "Microsoft.Extensions.Primitives", - "GUID": "AF0CC34F14934583B288212758A5234CFFFFFFFF", + "GUID": "90DC864013A247A2B60FF62A6A94FF74FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.CancellationChangeToken.#ctor(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L27C67-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L27C67-L24C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.CancellationChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L37C13-L42C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L37C13-L42C23" }, { "DocsId": "P:Microsoft.Extensions.Primitives.CancellationChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L27C45-L27C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L27C45-L27C49" }, { "DocsId": "P:Microsoft.Extensions.Primitives.CancellationChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L30C35-L30C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L30C35-L30C64" } ], "DocsId": "T:Microsoft.Extensions.Primitives.CancellationChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.ChangeToken.OnChange(System.Func{Microsoft.Extensions.Primitives.IChangeToken},System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/ChangeToken.cs#L22C13-L31C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/ChangeToken.cs#L22C13-L31C122" }, { "DocsId": "M:Microsoft.Extensions.Primitives.ChangeToken.OnChange``1(System.Func{Microsoft.Extensions.Primitives.IChangeToken},System.Action{``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/ChangeToken.cs#L43C13-L52C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/ChangeToken.cs#L43C13-L52C105" } ], "DocsId": "T:Microsoft.Extensions.Primitives.ChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/ChangeToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/ChangeToken.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.CompositeChangeToken.#ctor(System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.Primitives.IChangeToken})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L19C9-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L19C9-L47C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.CompositeChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L57C13-L58C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L57C13-L58C77" }, { "DocsId": "P:Microsoft.Extensions.Primitives.CompositeChangeToken.ChangeTokens", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L52C59-L52C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L52C59-L52C63" }, { "DocsId": "P:Microsoft.Extensions.Primitives.CompositeChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L66C17-L80C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L66C17-L80C30" }, { "DocsId": "P:Microsoft.Extensions.Primitives.CompositeChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L85C45-L85C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L85C45-L85C49" } ], "DocsId": "T:Microsoft.Extensions.Primitives.CompositeChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.Extensions.Append(System.Text.StringBuilder,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/Extensions.cs#L21C13-L21C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/Extensions.cs#L21C13-L21C83" } ], "DocsId": "T:Microsoft.Extensions.Primitives.Extensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/Extensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/Extensions.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.IChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" }, { "DocsId": "P:Microsoft.Extensions.Primitives.IChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" }, { "DocsId": "P:Microsoft.Extensions.Primitives.IChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" } ], "DocsId": "T:Microsoft.Extensions.Primitives.IChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L27C53-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L27C53-L35C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L66C13-L72C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L66C13-L72C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L80C13-L81C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L80C13-L81C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L92C13-L108C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L92C13-L108C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(System.Char)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L117C13-L128C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L117C13-L128C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L136C13-L141C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L136C13-L141C27" }, { "DocsId": "P:Microsoft.Extensions.Primitives.InplaceStringBuilder.Capacity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L42C20-L42C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L42C20-L42C29" } ], "DocsId": "T:Microsoft.Extensions.Primitives.InplaceStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L30C13-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L30C13-L33C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.#ctor(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L54C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L54C13-L62C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.AsSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L117C47-L117C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L117C47-L117C76" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.AsSpan(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L131C13-L136C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L131C13-L136C66" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.AsSpan(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L153C13-L158C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L153C13-L158C58" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.AsMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L165C51-L165C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L165C51-L165C82" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Compare(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L181C13-L188C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L181C13-L188C64" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L199C13-L199C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L199C13-L199C68" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L207C52-L207C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L207C52-L207C91" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(Microsoft.Extensions.Primitives.StringSegment,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L217C13-L224C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L217C13-L224C53" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L238C105-L238C132" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L238C105-L238C132" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L245C45-L245C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L245C45-L245C83" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L256C13-L262C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L256C13-L262C67" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L275C13-L275C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L275C13-L275C49" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Equality(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L292C84-L292C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L292C84-L292C102" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Inequality(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L300C84-L300C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L300C84-L300C103" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Implicit(System.String)~Microsoft.Extensions.Primitives.StringSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L307C73-L307C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L307C73-L307C97" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Implicit(Microsoft.Extensions.Primitives.StringSegment)~System.ReadOnlySpan{System.Char}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L313C86-L313C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L313C86-L313C102" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Implicit(Microsoft.Extensions.Primitives.StringSegment)~System.ReadOnlyMemory{System.Char}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L319C88-L319C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L319C88-L319C106" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.StartsWith(System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L333C13-L344C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L333C13-L344C71" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.EndsWith(System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L359C13-L370C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L359C13-L370C69" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Substring(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L383C48-L383C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L383C48-L383C82" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Substring(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L400C13-L405C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L400C13-L405C62" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Subsegment(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L418C56-L418C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L418C56-L418C91" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Subsegment(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L433C13-L438C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L433C13-L438C71" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOf(System.Char,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L456C13-L477C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L456C13-L477C26" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOf(System.Char,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L490C50-L490C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L490C50-L490C83" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOf(System.Char)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L497C39-L497C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L497C39-L497C60" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOfAny(System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L519C13-L540C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L519C13-L540C26" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOfAny(System.Char[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L556C13-L556C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L556C13-L556C71" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOfAny(System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L568C13-L568C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L568C13-L568C49" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.LastIndexOf(System.Char)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L578C13-L578C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L578C13-L578C48" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Trim", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L585C40-L585C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L585C40-L585C61" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.TrimStart", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L593C13-L604C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L593C13-L604C34" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.TrimEnd", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L613C13-L624C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L613C13-L624C41" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Split(System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L636C13-L636C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L636C13-L636C53" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IsNullOrEmpty(Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L646C13-L653C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L646C13-L653C24" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L662C13-L662C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L662C13-L662C42" }, { "DocsId": "F:Microsoft.Extensions.Primitives.StringSegment.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Buffer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L67C33-L67C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L67C33-L67C37" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Offset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L72C29-L72C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L72C29-L72C33" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L77C29-L77C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L77C29-L77C33" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L82C33-L82C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L82C33-L82C83" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.HasValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L89C33-L89C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L89C33-L89C47" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L103C17-L109C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L103C17-L109C47" } ], "DocsId": "T:Microsoft.Extensions.Primitives.StringSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegmentComparer.Compare(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L43C13-L43C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L43C13-L43C60" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegmentComparer.Equals(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L54C13-L54C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L54C13-L54C59" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringSegmentComparer.GetHashCode(Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L65C13-L65C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L65C13-L65C65" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringSegmentComparer.Ordinal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L17C55-L17C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L17C55-L17C59" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringSegmentComparer.OrdinalIgnoreCase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L23C65-L23C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L23C65-L23C69" } ], "DocsId": "T:Microsoft.Extensions.Primitives.StringSegmentComparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.#ctor(System.String,System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L25C13-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L25C13-L37C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.#ctor(Microsoft.Extensions.Primitives.StringSegment,System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L46C13-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L46C13-L58C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L64C46-L64C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L64C46-L64C84" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L66C82-L66C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L66C82-L66C97" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L68C52-L68C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L68C52-L68C67" }, { "DocsId": "T:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs" } ], "DocsId": "T:Microsoft.Extensions.Primitives.StringTokenizer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L37C13-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L37C13-L38C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L46C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L46C13-L47C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Implicit(System.String)~Microsoft.Extensions.Primitives.StringValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L55C13-L55C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L55C13-L55C44" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Implicit(System.String[])~Microsoft.Extensions.Primitives.StringValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L64C13-L64C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L64C13-L64C45" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Implicit(Microsoft.Extensions.Primitives.StringValues)~System.String", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L76C13-L76C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L76C13-L76C44" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Implicit(Microsoft.Extensions.Primitives.StringValues)~System.String[]", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L85C13-L85C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L85C13-L85C42" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L114C49-L114C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L114C49-L114C53" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L124C20-L124C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L124C20-L124C31" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#set_Item(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L125C20-L125C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L125C20-L125C53" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L169C13-L169C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L169C13-L169C53" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.ToArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L279C13-L279C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L279C13-L279C61" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L308C13-L308C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L308C13-L308C34" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L341C13-L341C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L341C13-L341C39" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L354C13-L355C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L354C13-L355C10" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L388C56-L388C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L388C56-L388C89" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#Insert(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L390C64-L390C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L390C64-L390C97" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L392C59-L392C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L392C59-L392C92" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L394C52-L394C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L394C52-L394C85" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L396C46-L396C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L396C46-L396C79" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L402C13-L402C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L402C13-L402C44" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L408C13-L408C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L408C13-L408C36" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L414C13-L414C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L414C13-L414C36" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.IsNullOrEmpty(Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L424C13-L441C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L424C13-L441C70" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Concat(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L453C13-L469C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L453C13-L469C47" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Concat(Microsoft.Extensions.Primitives.StringValues@,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L480C13-L494C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L480C13-L494C47" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Concat(System.String,Microsoft.Extensions.Primitives.StringValues@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L505C13-L519C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L505C13-L519C47" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L530C13-L545C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L530C13-L545C25" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L556C13-L556C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L556C13-L556C40" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L567C13-L567C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L567C13-L567C41" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L575C51-L575C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L575C51-L575C70" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.String,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L583C72-L583C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L583C72-L583C109" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(Microsoft.Extensions.Primitives.StringValues,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L591C72-L591C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L591C72-L591C109" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L598C46-L598C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L598C46-L598C83" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.String[],Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L606C75-L606C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L606C75-L606C112" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(Microsoft.Extensions.Primitives.StringValues,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L614C75-L614C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L614C75-L614C112" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L621C49-L621C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L621C49-L621C86" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(Microsoft.Extensions.Primitives.StringValues,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L624C77-L624C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L624C77-L624C114" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(Microsoft.Extensions.Primitives.StringValues,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L632C77-L632C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L632C77-L632C115" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(System.String,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L635C77-L635C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L635C77-L635C114" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(System.String,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L643C77-L643C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L643C77-L643C115" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(Microsoft.Extensions.Primitives.StringValues,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L646C80-L646C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L646C80-L646C117" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(Microsoft.Extensions.Primitives.StringValues,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L654C80-L654C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L654C80-L654C118" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(System.String[],Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L657C80-L657C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L657C80-L657C117" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(System.String[],Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L665C80-L665C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L665C80-L665C118" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(Microsoft.Extensions.Primitives.StringValues,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L674C77-L674C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L674C77-L674C95" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(Microsoft.Extensions.Primitives.StringValues,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L683C77-L683C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L683C77-L683C96" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(System.Object,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L692C77-L692C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L692C77-L692C95" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(System.Object,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L700C77-L700C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L700C77-L700C96" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L709C13-L729C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L709C13-L729C26" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L740C13-L756C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L740C13-L756C87" }, { "DocsId": "F:Microsoft.Extensions.Primitives.StringValues.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L97C17-L109C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L97C17-L109C63" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L114C49-L114C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L114C49-L114C53" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L124C20-L124C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L124C20-L124C31" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L139C17-L153C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L139C17-L153C38" }, { "DocsId": "T:Microsoft.Extensions.Primitives.StringValues.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" } ], "DocsId": "T:Microsoft.Extensions.Primitives.StringValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.#ctor(Microsoft.Extensions.Primitives.StringTokenizer@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L93C17-L97C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L93C17-L97C14" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L104C43-L104C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L104C43-L104C50" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L111C13-L111C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L111C13-L111C14" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L119C17-L135C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L119C17-L135C29" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L143C17-L145C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L143C17-L145C14" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L102C44-L102C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L102C44-L102C48" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L104C43-L104C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L104C43-L104C50" } ], "DocsId": "T:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.#ctor(Microsoft.Extensions.Primitives.StringValues@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L788C58-L789C16" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L788C58-L789C16" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L797C17-L818C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L797C17-L818C41" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L826C44-L826C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L826C44-L826C52" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.System#Collections#IEnumerator#Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L830C17-L830C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L830C17-L830C51" }, { "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L838C13-L838C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L838C13-L838C14" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L824C39-L824C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L824C39-L824C47" }, { "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.Enumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L826C44-L826C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L826C44-L826C52" } ], "DocsId": "T:Microsoft.Extensions.Primitives.StringValues.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Win32.Registry.AccessControl.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Win32.Registry.AccessControl.json index 73232c0d700..17eab48136c 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Win32.Registry.AccessControl.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Win32.Registry.AccessControl.json @@ -1,25 +1,25 @@ { "Assembly": "Microsoft.Win32.Registry.AccessControl", - "GUID": "B39943B006C64581A1394FC43250EDBBFFFFFFFF", + "GUID": "2777D2EBC58E41CC9152CA62558C1D74FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Win32.RegistryAclExtensions.GetAccessControl(Microsoft.Win32.RegistryKey)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs#L13C13-L18C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs#L13C13-L18C43" }, { "DocsId": "M:Microsoft.Win32.RegistryAclExtensions.GetAccessControl(Microsoft.Win32.RegistryKey,System.Security.AccessControl.AccessControlSections)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs#L23C13-L28C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs#L23C13-L28C58" }, { "DocsId": "M:Microsoft.Win32.RegistryAclExtensions.SetAccessControl(Microsoft.Win32.RegistryKey,System.Security.AccessControl.RegistrySecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs#L33C13-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs#L33C13-L39C10" } ], "DocsId": "T:Microsoft.Win32.RegistryAclExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Win32.SystemEvents.json b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Win32.SystemEvents.json index 72fd46d25be..0ac94f553fc 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Win32.SystemEvents.json +++ b/xml/SourceLinkInformation/net-9.0-pp/Microsoft.Win32.SystemEvents.json @@ -1,489 +1,489 @@ { "Assembly": "Microsoft.Win32.SystemEvents", - "GUID": "8D19A5CF178C4AF099C3FC610A54EB61FFFFFFFF", + "GUID": "936C791E33CD409F8B46DB5B6D39BB52FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:Microsoft.Win32.PowerModeChangedEventArgs.#ctor(Microsoft.Win32.PowerModes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventArgs.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventArgs.cs#L18C9-L21C10" }, { "DocsId": "P:Microsoft.Win32.PowerModeChangedEventArgs.Mode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventArgs.cs#L30C17-L30C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventArgs.cs#L30C17-L30C30" } ], "DocsId": "T:Microsoft.Win32.PowerModeChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventArgs.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.PowerModeChangedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.PowerModeChangedEventHandler.Invoke(System.Object,Microsoft.Win32.PowerModeChangedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.PowerModeChangedEventHandler.BeginInvoke(System.Object,Microsoft.Win32.PowerModeChangedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.PowerModeChangedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" } ], "DocsId": "T:Microsoft.Win32.PowerModeChangedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Win32.PowerModes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" }, { "DocsId": "F:Microsoft.Win32.PowerModes.Resume", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" }, { "DocsId": "F:Microsoft.Win32.PowerModes.StatusChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" }, { "DocsId": "F:Microsoft.Win32.PowerModes.Suspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" } ], "DocsId": "T:Microsoft.Win32.PowerModes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.SessionEndedEventArgs.#ctor(Microsoft.Win32.SessionEndReasons)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventArgs.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventArgs.cs#L18C9-L21C10" }, { "DocsId": "P:Microsoft.Win32.SessionEndedEventArgs.Reason", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventArgs.cs#L30C17-L30C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventArgs.cs#L30C17-L30C32" } ], "DocsId": "T:Microsoft.Win32.SessionEndedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventArgs.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.SessionEndedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.SessionEndedEventHandler.Invoke(System.Object,Microsoft.Win32.SessionEndedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.SessionEndedEventHandler.BeginInvoke(System.Object,Microsoft.Win32.SessionEndedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.SessionEndedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" } ], "DocsId": "T:Microsoft.Win32.SessionEndedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.SessionEndingEventArgs.#ctor(Microsoft.Win32.SessionEndReasons)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs#L19C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs#L19C9-L22C10" }, { "DocsId": "P:Microsoft.Win32.SessionEndingEventArgs.Cancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs#L31C17-L31C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs#L31C17-L31C32" }, { "DocsId": "P:Microsoft.Win32.SessionEndingEventArgs.Reason", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs#L46C17-L46C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs#L46C17-L46C32" } ], "DocsId": "T:Microsoft.Win32.SessionEndingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.SessionEndingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.SessionEndingEventHandler.Invoke(System.Object,Microsoft.Win32.SessionEndingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.SessionEndingEventHandler.BeginInvoke(System.Object,Microsoft.Win32.SessionEndingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.SessionEndingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" } ], "DocsId": "T:Microsoft.Win32.SessionEndingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Win32.SessionEndReasons.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" }, { "DocsId": "F:Microsoft.Win32.SessionEndReasons.Logoff", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" }, { "DocsId": "F:Microsoft.Win32.SessionEndReasons.SystemShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" } ], "DocsId": "T:Microsoft.Win32.SessionEndReasons", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.SessionSwitchEventArgs.#ctor(Microsoft.Win32.SessionSwitchReason)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventArgs.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventArgs.cs#L18C9-L21C10" }, { "DocsId": "P:Microsoft.Win32.SessionSwitchEventArgs.Reason", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventArgs.cs#L30C17-L30C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventArgs.cs#L30C17-L30C32" } ], "DocsId": "T:Microsoft.Win32.SessionSwitchEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventArgs.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.SessionSwitchEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.SessionSwitchEventHandler.Invoke(System.Object,Microsoft.Win32.SessionSwitchEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.SessionSwitchEventHandler.BeginInvoke(System.Object,Microsoft.Win32.SessionSwitchEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.SessionSwitchEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" } ], "DocsId": "T:Microsoft.Win32.SessionSwitchEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Win32.SessionSwitchReason.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" }, { "DocsId": "F:Microsoft.Win32.SessionSwitchReason.ConsoleConnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" }, { "DocsId": "F:Microsoft.Win32.SessionSwitchReason.ConsoleDisconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" }, { "DocsId": "F:Microsoft.Win32.SessionSwitchReason.RemoteConnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" }, { "DocsId": "F:Microsoft.Win32.SessionSwitchReason.RemoteDisconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" }, { "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionLogon", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" }, { "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionLogoff", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" }, { "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionLock", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" }, { "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionUnlock", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" }, { "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionRemoteControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" } ], "DocsId": "T:Microsoft.Win32.SessionSwitchReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.SystemEvents.CreateTimer(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L385C13-L399C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L385C13-L399C28" }, { "DocsId": "M:Microsoft.Win32.SystemEvents.InvokeOnEventsThread(System.Delegate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L752C13-L783C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L752C13-L783C10" }, { "DocsId": "M:Microsoft.Win32.SystemEvents.KillTimer(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L790C13-L800C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L790C13-L800C10" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.DisplaySettingsChanging", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L106C17-L107C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L106C17-L107C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.DisplaySettingsChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L121C17-L122C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L121C17-L122C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.EventsThreadShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L137C20-L137C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L137C20-L137C73" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.InstalledFontsChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L148C17-L149C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L148C17-L149C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.LowMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L165C17-L167C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L165C17-L167C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.PaletteChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L182C17-L183C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L182C17-L183C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.PowerModeChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L198C17-L200C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L198C17-L200C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.SessionEnded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L214C17-L216C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L214C17-L216C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.SessionEnding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L230C17-L232C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L230C17-L232C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.SessionSwitch", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L246C17-L249C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L246C17-L249C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.TimeChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L263C17-L265C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L263C17-L265C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.TimerElapsed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L279C17-L281C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L279C17-L281C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.UserPreferenceChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L296C17-L297C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L296C17-L297C14" }, { "DocsId": "E:Microsoft.Win32.SystemEvents.UserPreferenceChanging", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L311C17-L312C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L311C17-L312C14" } ], "DocsId": "T:Microsoft.Win32.SystemEvents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.TimerElapsedEventArgs.#ctor(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventArgs.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventArgs.cs#L18C9-L21C10" }, { "DocsId": "P:Microsoft.Win32.TimerElapsedEventArgs.TimerId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventArgs.cs#L30C17-L30C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventArgs.cs#L30C17-L30C33" } ], "DocsId": "T:Microsoft.Win32.TimerElapsedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventArgs.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.TimerElapsedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.TimerElapsedEventHandler.Invoke(System.Object,Microsoft.Win32.TimerElapsedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.TimerElapsedEventHandler.BeginInvoke(System.Object,Microsoft.Win32.TimerElapsedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.TimerElapsedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" } ], "DocsId": "T:Microsoft.Win32.TimerElapsedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" }, { "Members": [ { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Accessibility", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Color", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Desktop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.General", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Icon", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Keyboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Menu", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Mouse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Policy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Power", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Screensaver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Window", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Locale", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.VisualStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" } ], "DocsId": "T:Microsoft.Win32.UserPreferenceCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventArgs.#ctor(Microsoft.Win32.UserPreferenceCategory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventArgs.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventArgs.cs#L18C9-L21C10" }, { "DocsId": "P:Microsoft.Win32.UserPreferenceChangedEventArgs.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventArgs.cs#L30C17-L30C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventArgs.cs#L30C17-L30C34" } ], "DocsId": "T:Microsoft.Win32.UserPreferenceChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventArgs.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventHandler.Invoke(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventHandler.BeginInvoke(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" } ], "DocsId": "T:Microsoft.Win32.UserPreferenceChangedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventArgs.#ctor(Microsoft.Win32.UserPreferenceCategory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventArgs.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventArgs.cs#L18C9-L21C10" }, { "DocsId": "P:Microsoft.Win32.UserPreferenceChangingEventArgs.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventArgs.cs#L30C17-L30C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventArgs.cs#L30C17-L30C34" } ], "DocsId": "T:Microsoft.Win32.UserPreferenceChangingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventArgs.cs" }, { "Members": [ { "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventHandler.Invoke(System.Object,Microsoft.Win32.UserPreferenceChangingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventHandler.BeginInvoke(System.Object,Microsoft.Win32.UserPreferenceChangingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" }, { "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" } ], "DocsId": "T:Microsoft.Win32.UserPreferenceChangingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.CodeDom.json b/xml/SourceLinkInformation/net-9.0-pp/System.CodeDom.json index e3fe3571dd9..ac1b64d2308 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.CodeDom.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.CodeDom.json @@ -1,4229 +1,4229 @@ { "Assembly": "System.CodeDom", - "GUID": "C7EABF52F0B84F80B9A28B3B41E4AAFCFFFFFFFF", + "GUID": "87EBD548EE444CCCAA0136910818FE6CFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.CodeDom.CodeArgumentReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs#L10C9-L10C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs#L10C9-L10C53" }, { "DocsId": "M:System.CodeDom.CodeArgumentReferenceExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs#L12C9-L15C10" }, { "DocsId": "P:System.CodeDom.CodeArgumentReferenceExpression.ParameterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs#L19C20-L19C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs#L19C20-L19C50" } ], "DocsId": "T:System.CodeDom.CodeArgumentReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L13C10" }, { "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L19C10" }, { "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.String,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L25C10" }, { "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.Type,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L31C10" }, { "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L37C10" }, { "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L43C10" }, { "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.Type,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L49C10" }, { "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L55C10" }, { "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L61C10" }, { "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.Type,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L67C10" }, { "DocsId": "P:System.CodeDom.CodeArrayCreateExpression.CreateType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L71C20-L71C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L71C20-L71C61" }, { "DocsId": "P:System.CodeDom.CodeArrayCreateExpression.Initializers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L75C57-L75C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L75C57-L75C70" }, { "DocsId": "P:System.CodeDom.CodeArrayCreateExpression.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L77C27-L77C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L77C27-L77C31" }, { "DocsId": "P:System.CodeDom.CodeArrayCreateExpression.SizeExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L79C48-L79C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L79C48-L79C52" } ], "DocsId": "T:System.CodeDom.CodeArrayCreateExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeArrayIndexerExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L10C9-L10C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L10C9-L10C48" }, { "DocsId": "M:System.CodeDom.CodeArrayIndexerExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L12C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L12C9-L16C10" }, { "DocsId": "P:System.CodeDom.CodeArrayIndexerExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L18C46-L18C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L18C46-L18C50" }, { "DocsId": "P:System.CodeDom.CodeArrayIndexerExpression.Indices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L20C52-L20C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L20C52-L20C95" } ], "DocsId": "T:System.CodeDom.CodeArrayIndexerExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeAssignStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L8C9-L8C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L8C9-L8C41" }, { "DocsId": "M:System.CodeDom.CodeAssignStatement.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L10C9-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L10C9-L14C10" }, { "DocsId": "P:System.CodeDom.CodeAssignStatement.Left", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L16C38-L16C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L16C38-L16C42" }, { "DocsId": "P:System.CodeDom.CodeAssignStatement.Right", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L18C39-L18C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L18C39-L18C43" } ], "DocsId": "T:System.CodeDom.CodeAssignStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeAttachEventStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L10C9-L10C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L10C9-L10C46" }, { "DocsId": "M:System.CodeDom.CodeAttachEventStatement.#ctor(System.CodeDom.CodeEventReferenceExpression,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L12C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L12C9-L16C10" }, { "DocsId": "M:System.CodeDom.CodeAttachEventStatement.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L19C13-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L19C13-L21C10" }, { "DocsId": "P:System.CodeDom.CodeAttachEventStatement.Event", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L25C20-L25C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L25C20-L25C68" }, { "DocsId": "P:System.CodeDom.CodeAttachEventStatement.Listener", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L29C42-L29C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L29C42-L29C46" } ], "DocsId": "T:System.CodeDom.CodeAttachEventStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeAttributeArgument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L10C9-L10C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L10C9-L10C43" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgument.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgument.#ctor(System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L17C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L17C9-L21C10" }, { "DocsId": "P:System.CodeDom.CodeAttributeArgument.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L25C20-L25C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L25C20-L25C41" }, { "DocsId": "P:System.CodeDom.CodeAttributeArgument.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L29C39-L29C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L29C39-L29C43" } ], "DocsId": "T:System.CodeDom.CodeAttributeArgument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L10C9-L10C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L10C9-L10C53" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.#ctor(System.CodeDom.CodeAttributeArgumentCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.#ctor(System.CodeDom.CodeAttributeArgument[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.Add(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L28C56-L28C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L28C56-L28C71" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.AddRange(System.CodeDom.CodeAttributeArgument[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L32C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L32C13-L41C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.AddRange(System.CodeDom.CodeAttributeArgumentCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L45C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L45C13-L55C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.Contains(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L57C62-L57C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L57C62-L57C82" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.CopyTo(System.CodeDom.CodeAttributeArgument[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L59C73-L59C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L59C73-L59C98" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.IndexOf(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L61C60-L61C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L61C60-L61C79" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.Insert(System.Int32,System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L63C71-L63C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L63C71-L63C96" }, { "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.Remove(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L65C60-L65C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L65C60-L65C78" }, { "DocsId": "P:System.CodeDom.CodeAttributeArgumentCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L24C20-L24C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L24C20-L24C54" } ], "DocsId": "T:System.CodeDom.CodeAttributeArgumentCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L12C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L12C46" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L17C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.String,System.CodeDom.CodeAttributeArgument[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L23C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L25C76-L25C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L25C76-L25C105" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeAttributeArgument[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L39C10" }, { "DocsId": "P:System.CodeDom.CodeAttributeDeclaration.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L43C20-L43C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L43C20-L43C41" }, { "DocsId": "P:System.CodeDom.CodeAttributeDeclaration.Arguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L51C61-L51C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L51C61-L51C71" }, { "DocsId": "P:System.CodeDom.CodeAttributeDeclaration.AttributeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L53C51-L53C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L53C51-L53C65" } ], "DocsId": "T:System.CodeDom.CodeAttributeDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L10C9-L12C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L10C9-L12C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.#ctor(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L14C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L14C9-L17C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.#ctor(System.CodeDom.CodeAttributeDeclaration[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L19C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L19C9-L22C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.Add(System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L30C59-L30C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L30C59-L30C74" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.AddRange(System.CodeDom.CodeAttributeDeclaration[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L34C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L34C13-L43C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.AddRange(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L47C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L47C13-L57C10" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.Contains(System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L59C65-L59C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L59C65-L59C85" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.CopyTo(System.CodeDom.CodeAttributeDeclaration[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L61C76-L61C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L61C76-L61C101" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.IndexOf(System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L63C63-L63C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L63C63-L63C82" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.Insert(System.Int32,System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L65C74-L65C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L65C74-L65C99" }, { "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.Remove(System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L67C63-L67C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L67C63-L67C81" }, { "DocsId": "P:System.CodeDom.CodeAttributeDeclarationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L26C20-L26C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L26C20-L26C61" } ], "DocsId": "T:System.CodeDom.CodeAttributeDeclarationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeBaseReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBaseReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBaseReferenceExpression.cs" } ], "DocsId": "T:System.CodeDom.CodeBaseReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBaseReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBaseReferenceExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeBinaryOperatorExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L8C9-L8C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L8C9-L8C50" }, { "DocsId": "M:System.CodeDom.CodeBinaryOperatorExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeBinaryOperatorType,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L10C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L10C9-L15C10" }, { "DocsId": "P:System.CodeDom.CodeBinaryOperatorExpression.Right", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L17C39-L17C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L17C39-L17C43" }, { "DocsId": "P:System.CodeDom.CodeBinaryOperatorExpression.Left", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L19C38-L19C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L19C38-L19C42" }, { "DocsId": "P:System.CodeDom.CodeBinaryOperatorExpression.Operator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L21C50-L21C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L21C50-L21C54" } ], "DocsId": "T:System.CodeDom.CodeBinaryOperatorExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs" }, { "Members": [ { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Add", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Subtract", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Multiply", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Divide", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Modulus", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Assign", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.IdentityInequality", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.IdentityEquality", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.ValueEquality", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.BitwiseOr", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.BitwiseAnd", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.BooleanOr", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.BooleanAnd", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.LessThan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.LessThanOrEqual", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.GreaterThan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.GreaterThanOrEqual", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" } ], "DocsId": "T:System.CodeDom.CodeBinaryOperatorType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeCastExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L10C9-L10C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L10C9-L10C40" }, { "DocsId": "M:System.CodeDom.CodeCastExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L12C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L12C9-L16C10" }, { "DocsId": "M:System.CodeDom.CodeCastExpression.#ctor(System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L18C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L18C9-L22C10" }, { "DocsId": "M:System.CodeDom.CodeCastExpression.#ctor(System.Type,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L24C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L24C9-L28C10" }, { "DocsId": "P:System.CodeDom.CodeCastExpression.TargetType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L32C20-L32C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L32C20-L32C61" }, { "DocsId": "P:System.CodeDom.CodeCastExpression.Expression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L36C44-L36C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L36C44-L36C48" } ], "DocsId": "T:System.CodeDom.CodeCastExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeCatchClause.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L12C9-L12C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L12C9-L12C37" }, { "DocsId": "M:System.CodeDom.CodeCatchClause.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L14C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L14C9-L17C10" }, { "DocsId": "M:System.CodeDom.CodeCatchClause.#ctor(System.String,System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L19C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L19C9-L23C10" }, { "DocsId": "M:System.CodeDom.CodeCatchClause.#ctor(System.String,System.CodeDom.CodeTypeReference,System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L25C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L25C9-L30C10" }, { "DocsId": "P:System.CodeDom.CodeCatchClause.LocalName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L34C20-L34C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L34C20-L34C46" }, { "DocsId": "P:System.CodeDom.CodeCatchClause.CatchExceptionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L40C20-L40C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L40C20-L40C84" }, { "DocsId": "P:System.CodeDom.CodeCatchClause.Statements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L44C54-L44C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L44C54-L44C99" } ], "DocsId": "T:System.CodeDom.CodeCatchClause", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L10C9-L10C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L10C9-L10C47" }, { "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.#ctor(System.CodeDom.CodeCatchClauseCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.#ctor(System.CodeDom.CodeCatchClause[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.Add(System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L28C50-L28C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L28C50-L28C65" }, { "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.AddRange(System.CodeDom.CodeCatchClause[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L32C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L32C13-L41C10" }, { "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.AddRange(System.CodeDom.CodeCatchClauseCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L45C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L45C13-L55C10" }, { "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.Contains(System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L57C56-L57C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L57C56-L57C76" }, { "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.CopyTo(System.CodeDom.CodeCatchClause[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L59C67-L59C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L59C67-L59C92" }, { "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.IndexOf(System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L61C54-L61C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L61C54-L61C73" }, { "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.Insert(System.Int32,System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L63C65-L63C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L63C65-L63C90" }, { "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.Remove(System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L65C54-L65C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L65C54-L65C72" }, { "DocsId": "P:System.CodeDom.CodeCatchClauseCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L24C20-L24C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L24C20-L24C52" } ], "DocsId": "T:System.CodeDom.CodeCatchClauseCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeChecksumPragma.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L10C9-L12C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L10C9-L12C10" }, { "DocsId": "M:System.CodeDom.CodeChecksumPragma.#ctor(System.String,System.Guid,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L14C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L14C9-L19C10" }, { "DocsId": "P:System.CodeDom.CodeChecksumPragma.FileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L23C20-L23C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L23C20-L23C45" }, { "DocsId": "P:System.CodeDom.CodeChecksumPragma.ChecksumAlgorithmId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L27C43-L27C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L27C43-L27C47" }, { "DocsId": "P:System.CodeDom.CodeChecksumPragma.ChecksumData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L29C38-L29C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L29C38-L29C42" } ], "DocsId": "T:System.CodeDom.CodeChecksumPragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeComment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L10C9-L10C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L10C9-L10C33" }, { "DocsId": "M:System.CodeDom.CodeComment.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeComment.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L17C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L17C9-L21C10" }, { "DocsId": "P:System.CodeDom.CodeComment.DocComment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L23C34-L23C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L23C34-L23C38" }, { "DocsId": "P:System.CodeDom.CodeComment.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L27C20-L27C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L27C20-L27C41" } ], "DocsId": "T:System.CodeDom.CodeComment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeCommentStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L8C9-L8C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L8C9-L8C42" }, { "DocsId": "M:System.CodeDom.CodeCommentStatement.#ctor(System.CodeDom.CodeComment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L10C9-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L10C9-L13C10" }, { "DocsId": "M:System.CodeDom.CodeCommentStatement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L15C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L15C9-L18C10" }, { "DocsId": "M:System.CodeDom.CodeCommentStatement.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L20C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L20C9-L23C10" }, { "DocsId": "P:System.CodeDom.CodeCommentStatement.Comment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L25C38-L25C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L25C38-L25C42" } ], "DocsId": "T:System.CodeDom.CodeCommentStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L10C9-L10C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L10C9-L10C52" }, { "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.#ctor(System.CodeDom.CodeCommentStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.#ctor(System.CodeDom.CodeCommentStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.Add(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L28C55-L28C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L28C55-L28C70" }, { "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.AddRange(System.CodeDom.CodeCommentStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L32C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L32C13-L41C10" }, { "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.AddRange(System.CodeDom.CodeCommentStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L45C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L45C13-L55C10" }, { "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.Contains(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L57C61-L57C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L57C61-L57C81" }, { "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.CopyTo(System.CodeDom.CodeCommentStatement[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L59C72-L59C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L59C72-L59C97" }, { "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.IndexOf(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L61C59-L61C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L61C59-L61C78" }, { "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.Insert(System.Int32,System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L63C70-L63C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L63C70-L63C95" }, { "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.Remove(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L65C59-L65C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L65C59-L65C77" }, { "DocsId": "P:System.CodeDom.CodeCommentStatementCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L24C19-L24C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L24C19-L24C60" } ], "DocsId": "T:System.CodeDom.CodeCommentStatementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeCompileUnit.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L18C62-L16C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L18C62-L16C37" }, { "DocsId": "P:System.CodeDom.CodeCompileUnit.Namespaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L18C53-L18C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L18C53-L18C57" }, { "DocsId": "P:System.CodeDom.CodeCompileUnit.ReferencedAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L20C57-L20C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L20C57-L20C95" }, { "DocsId": "P:System.CodeDom.CodeCompileUnit.AssemblyCustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L22C79-L22C135" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L22C79-L22C135" }, { "DocsId": "P:System.CodeDom.CodeCompileUnit.StartDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L24C59-L24C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L24C59-L24C109" }, { "DocsId": "P:System.CodeDom.CodeCompileUnit.EndDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L26C57-L26C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L26C57-L26C105" } ], "DocsId": "T:System.CodeDom.CodeCompileUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeConditionStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C66-L8C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C66-L8C44" }, { "DocsId": "M:System.CodeDom.CodeConditionStatement.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C66-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C66-L14C10" }, { "DocsId": "M:System.CodeDom.CodeConditionStatement.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeStatement[],System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C66-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C66-L21C10" }, { "DocsId": "P:System.CodeDom.CodeConditionStatement.Condition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L23C43-L23C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L23C43-L23C47" }, { "DocsId": "P:System.CodeDom.CodeConditionStatement.TrueStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C57-L25C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C57-L25C61" }, { "DocsId": "P:System.CodeDom.CodeConditionStatement.FalseStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L27C58-L27C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L27C58-L27C62" } ], "DocsId": "T:System.CodeDom.CodeConditionStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeConstructor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs#L13C72-L11C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs#L13C72-L11C10" }, { "DocsId": "P:System.CodeDom.CodeConstructor.BaseConstructorArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs#L13C63-L13C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs#L13C63-L13C67" }, { "DocsId": "P:System.CodeDom.CodeConstructor.ChainedConstructorArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs#L15C66-L15C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs#L15C66-L15C70" } ], "DocsId": "T:System.CodeDom.CodeConstructor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeDefaultValueExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs#L10C9-L10C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs#L10C9-L10C48" }, { "DocsId": "M:System.CodeDom.CodeDefaultValueExpression.#ctor(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs#L12C9-L15C10" }, { "DocsId": "P:System.CodeDom.CodeDefaultValueExpression.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs#L19C20-L19C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs#L19C20-L19C55" } ], "DocsId": "T:System.CodeDom.CodeDefaultValueExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeDelegateCreateExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L11C9-L11C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L11C9-L11C50" }, { "DocsId": "M:System.CodeDom.CodeDelegateCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L13C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L13C9-L18C10" }, { "DocsId": "P:System.CodeDom.CodeDelegateCreateExpression.DelegateType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L22C20-L22C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L22C20-L22C63" }, { "DocsId": "P:System.CodeDom.CodeDelegateCreateExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L26C46-L26C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L26C46-L26C50" }, { "DocsId": "P:System.CodeDom.CodeDelegateCreateExpression.MethodName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L30C20-L30C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L30C20-L30C47" } ], "DocsId": "T:System.CodeDom.CodeDelegateCreateExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeDelegateInvokeExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C63-L8C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C63-L8C50" }, { "DocsId": "M:System.CodeDom.CodeDelegateInvokeExpression.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C63-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C63-L13C10" }, { "DocsId": "M:System.CodeDom.CodeDelegateInvokeExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C63-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C63-L19C10" }, { "DocsId": "P:System.CodeDom.CodeDelegateInvokeExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L21C46-L21C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L21C46-L21C50" }, { "DocsId": "P:System.CodeDom.CodeDelegateInvokeExpression.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C54-L23C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C54-L23C58" } ], "DocsId": "T:System.CodeDom.CodeDelegateInvokeExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeDirectionExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L8C9-L8C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L8C9-L8C45" }, { "DocsId": "M:System.CodeDom.CodeDirectionExpression.#ctor(System.CodeDom.FieldDirection,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L10C9-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L10C9-L14C10" }, { "DocsId": "P:System.CodeDom.CodeDirectionExpression.Expression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L16C44-L16C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L16C44-L16C48" }, { "DocsId": "P:System.CodeDom.CodeDirectionExpression.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L18C43-L18C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L18C43-L18C47" } ], "DocsId": "T:System.CodeDom.CodeDirectionExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeDirective.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirective.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirective.cs" } ], "DocsId": "T:System.CodeDom.CodeDirective", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirective.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirective.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeDirectiveCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L10C9-L10C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L10C9-L10C45" }, { "DocsId": "M:System.CodeDom.CodeDirectiveCollection.#ctor(System.CodeDom.CodeDirectiveCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeDirectiveCollection.#ctor(System.CodeDom.CodeDirective[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeDirectiveCollection.Add(System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L28C48-L28C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L28C48-L28C63" }, { "DocsId": "M:System.CodeDom.CodeDirectiveCollection.AddRange(System.CodeDom.CodeDirective[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L32C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L32C13-L41C10" }, { "DocsId": "M:System.CodeDom.CodeDirectiveCollection.AddRange(System.CodeDom.CodeDirectiveCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L45C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L45C13-L55C10" }, { "DocsId": "M:System.CodeDom.CodeDirectiveCollection.Contains(System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L57C54-L57C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L57C54-L57C74" }, { "DocsId": "M:System.CodeDom.CodeDirectiveCollection.CopyTo(System.CodeDom.CodeDirective[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L59C65-L59C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L59C65-L59C90" }, { "DocsId": "M:System.CodeDom.CodeDirectiveCollection.IndexOf(System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L61C52-L61C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L61C52-L61C71" }, { "DocsId": "M:System.CodeDom.CodeDirectiveCollection.Insert(System.Int32,System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L63C63-L63C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L63C63-L63C88" }, { "DocsId": "M:System.CodeDom.CodeDirectiveCollection.Remove(System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L65C52-L65C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L65C52-L65C70" }, { "DocsId": "P:System.CodeDom.CodeDirectiveCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L24C20-L24C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L24C20-L24C46" } ], "DocsId": "T:System.CodeDom.CodeDirectiveCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeEntryPointMethod.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeEntryPointMethod.cs#L8C9-L8C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeEntryPointMethod.cs#L8C9-L8C42" } ], "DocsId": "T:System.CodeDom.CodeEntryPointMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeEntryPointMethod.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeEntryPointMethod.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeEventReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L10C9-L10C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L10C9-L10C50" }, { "DocsId": "M:System.CodeDom.CodeEventReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L12C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L12C9-L16C10" }, { "DocsId": "P:System.CodeDom.CodeEventReferenceExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L18C46-L18C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L18C46-L18C50" }, { "DocsId": "P:System.CodeDom.CodeEventReferenceExpression.EventName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L22C20-L22C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L22C20-L22C46" } ], "DocsId": "T:System.CodeDom.CodeEventReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpression.cs" } ], "DocsId": "T:System.CodeDom.CodeExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeExpressionCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L10C9-L10C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L10C9-L10C46" }, { "DocsId": "M:System.CodeDom.CodeExpressionCollection.#ctor(System.CodeDom.CodeExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeExpressionCollection.#ctor(System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeExpressionCollection.Add(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L28C49-L28C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L28C49-L28C64" }, { "DocsId": "M:System.CodeDom.CodeExpressionCollection.AddRange(System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L32C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L32C13-L41C10" }, { "DocsId": "M:System.CodeDom.CodeExpressionCollection.AddRange(System.CodeDom.CodeExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L45C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L45C13-L55C10" }, { "DocsId": "M:System.CodeDom.CodeExpressionCollection.Contains(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L57C55-L57C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L57C55-L57C75" }, { "DocsId": "M:System.CodeDom.CodeExpressionCollection.CopyTo(System.CodeDom.CodeExpression[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L59C66-L59C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L59C66-L59C91" }, { "DocsId": "M:System.CodeDom.CodeExpressionCollection.IndexOf(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L61C53-L61C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L61C53-L61C72" }, { "DocsId": "M:System.CodeDom.CodeExpressionCollection.Insert(System.Int32,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L63C64-L63C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L63C64-L63C89" }, { "DocsId": "M:System.CodeDom.CodeExpressionCollection.Remove(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L65C53-L65C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L65C53-L65C71" }, { "DocsId": "P:System.CodeDom.CodeExpressionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L24C20-L24C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L24C20-L24C47" } ], "DocsId": "T:System.CodeDom.CodeExpressionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeExpressionStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs#L8C9-L8C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs#L8C9-L8C45" }, { "DocsId": "M:System.CodeDom.CodeExpressionStatement.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs#L10C9-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs#L10C9-L13C10" }, { "DocsId": "P:System.CodeDom.CodeExpressionStatement.Expression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs#L15C44-L15C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs#L15C44-L15C48" } ], "DocsId": "T:System.CodeDom.CodeExpressionStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeFieldReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L10C9-L10C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L10C9-L10C50" }, { "DocsId": "M:System.CodeDom.CodeFieldReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L12C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L12C9-L16C10" }, { "DocsId": "P:System.CodeDom.CodeFieldReferenceExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L18C46-L18C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L18C46-L18C50" }, { "DocsId": "P:System.CodeDom.CodeFieldReferenceExpression.FieldName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L22C20-L22C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L22C20-L22C46" } ], "DocsId": "T:System.CodeDom.CodeFieldReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeGotoStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs#L10C9-L10C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs#L10C9-L10C39" }, { "DocsId": "M:System.CodeDom.CodeGotoStatement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs#L12C9-L15C10" }, { "DocsId": "P:System.CodeDom.CodeGotoStatement.Label", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs#L19C20-L19C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs#L19C20-L19C26" } ], "DocsId": "T:System.CodeDom.CodeGotoStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeIndexerExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L10C9-L10C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L10C9-L10C43" }, { "DocsId": "M:System.CodeDom.CodeIndexerExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L12C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L12C9-L16C10" }, { "DocsId": "P:System.CodeDom.CodeIndexerExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L18C46-L18C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L18C46-L18C50" }, { "DocsId": "P:System.CodeDom.CodeIndexerExpression.Indices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L20C52-L20C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L20C52-L20C95" } ], "DocsId": "T:System.CodeDom.CodeIndexerExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeIterationStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L24C62-L8C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L24C62-L8C44" }, { "DocsId": "M:System.CodeDom.CodeIterationStatement.#ctor(System.CodeDom.CodeStatement,System.CodeDom.CodeExpression,System.CodeDom.CodeStatement,System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L24C62-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L24C62-L16C10" }, { "DocsId": "P:System.CodeDom.CodeIterationStatement.InitStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L18C46-L18C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L18C46-L18C50" }, { "DocsId": "P:System.CodeDom.CodeIterationStatement.TestExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L20C48-L20C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L20C48-L20C52" }, { "DocsId": "P:System.CodeDom.CodeIterationStatement.IncrementStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L22C51-L22C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L22C51-L22C55" }, { "DocsId": "P:System.CodeDom.CodeIterationStatement.Statements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L24C53-L24C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L24C53-L24C57" } ], "DocsId": "T:System.CodeDom.CodeIterationStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeLabeledStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L10C9-L10C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L10C9-L10C42" }, { "DocsId": "M:System.CodeDom.CodeLabeledStatement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeLabeledStatement.#ctor(System.String,System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L17C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L17C9-L21C10" }, { "DocsId": "P:System.CodeDom.CodeLabeledStatement.Label", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L25C20-L25C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L25C20-L25C42" }, { "DocsId": "P:System.CodeDom.CodeLabeledStatement.Statement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L29C42-L29C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L29C42-L29C46" } ], "DocsId": "T:System.CodeDom.CodeLabeledStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeLinePragma.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L10C9-L10C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L10C9-L10C36" }, { "DocsId": "M:System.CodeDom.CodeLinePragma.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L12C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L12C9-L16C10" }, { "DocsId": "P:System.CodeDom.CodeLinePragma.FileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L20C20-L20C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L20C20-L20C45" }, { "DocsId": "P:System.CodeDom.CodeLinePragma.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L24C33-L24C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L24C33-L24C37" } ], "DocsId": "T:System.CodeDom.CodeLinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeMemberEvent.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L11C9-L11C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L11C9-L11C37" }, { "DocsId": "P:System.CodeDom.CodeMemberEvent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L15C20-L15C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L15C20-L15C55" }, { "DocsId": "P:System.CodeDom.CodeMemberEvent.PrivateImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L19C62-L19C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L19C62-L19C66" }, { "DocsId": "P:System.CodeDom.CodeMemberEvent.ImplementationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L21C67-L21C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L21C67-L21C125" } ], "DocsId": "T:System.CodeDom.CodeMemberEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeMemberField.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L10C9-L10C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L10C9-L10C37" }, { "DocsId": "M:System.CodeDom.CodeMemberField.#ctor(System.CodeDom.CodeTypeReference,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L12C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L12C9-L16C10" }, { "DocsId": "M:System.CodeDom.CodeMemberField.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L18C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L18C9-L22C10" }, { "DocsId": "M:System.CodeDom.CodeMemberField.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L24C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L24C9-L28C10" }, { "DocsId": "P:System.CodeDom.CodeMemberField.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L32C20-L32C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L32C20-L32C55" }, { "DocsId": "P:System.CodeDom.CodeMemberField.InitExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L36C48-L36C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L36C48-L36C52" } ], "DocsId": "T:System.CodeDom.CodeMemberField", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeMemberMethod.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L8C9-L9C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L8C9-L9C94" }, { "DocsId": "E:System.CodeDom.CodeMemberMethod.PopulateParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" }, { "DocsId": "E:System.CodeDom.CodeMemberMethod.PopulateStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" }, { "DocsId": "E:System.CodeDom.CodeMemberMethod.PopulateImplementationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" }, { "DocsId": "P:System.CodeDom.CodeMemberMethod.ReturnType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L26C20-L26C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L26C20-L26C80" }, { "DocsId": "P:System.CodeDom.CodeMemberMethod.Statements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L34C17-L40C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L34C17-L40C36" }, { "DocsId": "P:System.CodeDom.CodeMemberMethod.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L48C17-L54C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L48C17-L54C36" }, { "DocsId": "P:System.CodeDom.CodeMemberMethod.PrivateImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L58C62-L58C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L58C62-L58C66" }, { "DocsId": "P:System.CodeDom.CodeMemberMethod.ImplementationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L64C17-L72C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L64C17-L72C45" }, { "DocsId": "P:System.CodeDom.CodeMemberMethod.ReturnTypeCustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L76C81-L76C143" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L76C81-L76C143" }, { "DocsId": "P:System.CodeDom.CodeMemberMethod.TypeParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L78C62-L78C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L78C62-L78C115" } ], "DocsId": "T:System.CodeDom.CodeMemberMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeMemberProperty.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L49C65-L53C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L49C65-L53C133" }, { "DocsId": "P:System.CodeDom.CodeMemberProperty.PrivateImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L13C62-L13C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L13C62-L13C66" }, { "DocsId": "P:System.CodeDom.CodeMemberProperty.ImplementationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L15C67-L15C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L15C67-L15C125" }, { "DocsId": "P:System.CodeDom.CodeMemberProperty.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L19C20-L19C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L19C20-L19C55" }, { "DocsId": "P:System.CodeDom.CodeMemberProperty.HasGet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L25C20-L25C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L25C20-L25C54" }, { "DocsId": "P:System.CodeDom.CodeMemberProperty.HasSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L38C20-L38C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L38C20-L38C54" }, { "DocsId": "P:System.CodeDom.CodeMemberProperty.GetStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L49C56-L49C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L49C56-L49C60" }, { "DocsId": "P:System.CodeDom.CodeMemberProperty.SetStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L51C56-L51C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L51C56-L51C60" }, { "DocsId": "P:System.CodeDom.CodeMemberProperty.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L53C74-L53C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L53C74-L53C78" } ], "DocsId": "T:System.CodeDom.CodeMemberProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeMethodInvokeExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C63-L10C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C63-L10C48" }, { "DocsId": "M:System.CodeDom.CodeMethodInvokeExpression.#ctor(System.CodeDom.CodeMethodReferenceExpression,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C63-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C63-L16C10" }, { "DocsId": "M:System.CodeDom.CodeMethodInvokeExpression.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C63-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C63-L22C10" }, { "DocsId": "P:System.CodeDom.CodeMethodInvokeExpression.Method", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L26C20-L26C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L26C20-L26C67" }, { "DocsId": "P:System.CodeDom.CodeMethodInvokeExpression.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C54-L30C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C54-L30C58" } ], "DocsId": "T:System.CodeDom.CodeMethodInvokeExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeMethodReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L11C9-L11C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L11C9-L11C51" }, { "DocsId": "M:System.CodeDom.CodeMethodReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L13C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L13C9-L17C10" }, { "DocsId": "M:System.CodeDom.CodeMethodReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeTypeReference[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L19C9-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L19C9-L27C10" }, { "DocsId": "P:System.CodeDom.CodeMethodReferenceExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L29C46-L29C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L29C46-L29C50" }, { "DocsId": "P:System.CodeDom.CodeMethodReferenceExpression.MethodName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L33C20-L33C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L33C20-L33C47" }, { "DocsId": "P:System.CodeDom.CodeMethodReferenceExpression.TypeArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L37C61-L37C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L37C61-L37C113" } ], "DocsId": "T:System.CodeDom.CodeMethodReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeMethodReturnStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs#L8C9-L8C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs#L8C9-L8C47" }, { "DocsId": "M:System.CodeDom.CodeMethodReturnStatement.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs#L10C9-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs#L10C9-L13C10" }, { "DocsId": "P:System.CodeDom.CodeMethodReturnStatement.Expression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs#L15C44-L15C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs#L15C44-L15C48" } ], "DocsId": "T:System.CodeDom.CodeMethodReturnStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeNamespace.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L10C9-L23C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L10C9-L23C35" }, { "DocsId": "M:System.CodeDom.CodeNamespace.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L10C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L10C9-L28C10" }, { "DocsId": "E:System.CodeDom.CodeNamespace.PopulateComments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" }, { "DocsId": "E:System.CodeDom.CodeNamespace.PopulateImports", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" }, { "DocsId": "E:System.CodeDom.CodeNamespace.PopulateTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" }, { "DocsId": "P:System.CodeDom.CodeNamespace.Types", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L34C17-L40C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L34C17-L40C33" }, { "DocsId": "P:System.CodeDom.CodeNamespace.Imports", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L48C17-L54C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L48C17-L54C33" }, { "DocsId": "P:System.CodeDom.CodeNamespace.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L60C20-L60C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L60C20-L60C41" }, { "DocsId": "P:System.CodeDom.CodeNamespace.Comments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L68C17-L74C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L68C17-L74C34" } ], "DocsId": "T:System.CodeDom.CodeNamespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeNamespaceCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L10C9-L10C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L10C9-L10C45" }, { "DocsId": "M:System.CodeDom.CodeNamespaceCollection.#ctor(System.CodeDom.CodeNamespaceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeNamespaceCollection.#ctor(System.CodeDom.CodeNamespace[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeNamespaceCollection.Add(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L28C48-L28C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L28C48-L28C63" }, { "DocsId": "M:System.CodeDom.CodeNamespaceCollection.AddRange(System.CodeDom.CodeNamespace[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L32C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L32C13-L41C10" }, { "DocsId": "M:System.CodeDom.CodeNamespaceCollection.AddRange(System.CodeDom.CodeNamespaceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L45C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L45C13-L55C10" }, { "DocsId": "M:System.CodeDom.CodeNamespaceCollection.Contains(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L57C54-L57C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L57C54-L57C74" }, { "DocsId": "M:System.CodeDom.CodeNamespaceCollection.CopyTo(System.CodeDom.CodeNamespace[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L59C65-L59C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L59C65-L59C90" }, { "DocsId": "M:System.CodeDom.CodeNamespaceCollection.IndexOf(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L61C52-L61C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L61C52-L61C71" }, { "DocsId": "M:System.CodeDom.CodeNamespaceCollection.Insert(System.Int32,System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L63C63-L63C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L63C63-L63C88" }, { "DocsId": "M:System.CodeDom.CodeNamespaceCollection.Remove(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L65C52-L65C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L65C52-L65C70" }, { "DocsId": "P:System.CodeDom.CodeNamespaceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L24C20-L24C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L24C20-L24C46" } ], "DocsId": "T:System.CodeDom.CodeNamespaceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeNamespaceImport.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L10C9-L10C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L10C9-L10C41" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImport.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L12C9-L15C10" }, { "DocsId": "P:System.CodeDom.CodeNamespaceImport.LinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L17C44-L17C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L17C44-L17C48" }, { "DocsId": "P:System.CodeDom.CodeNamespaceImport.Namespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L21C20-L21C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L21C20-L21C46" } ], "DocsId": "T:System.CodeDom.CodeNamespaceImport", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L26C34-L26C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L26C34-L26C39" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L28C35-L28C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L28C35-L28C40" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.Add(System.CodeDom.CodeNamespaceImport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L32C13-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L32C13-L37C10" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.AddRange(System.CodeDom.CodeNamespaceImport[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L41C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L41C13-L50C10" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L54C13-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L54C13-L56C10" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L67C47-L67C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L67C47-L67C68" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L71C20-L71C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L71C20-L71C31" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L74C17-L76C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L74C17-L76C14" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L79C34-L79C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L79C34-L79C39" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L81C44-L81C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L81C44-L81C49" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L83C40-L83C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L83C40-L83C44" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L85C60-L85C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L85C60-L85C86" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L87C52-L87C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L87C52-L87C67" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L89C40-L89C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L89C40-L89C77" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L91C31-L91C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L91C31-L91C38" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L93C46-L93C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L93C46-L93C67" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L95C44-L95C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L95C44-L95C85" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L99C13-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L99C13-L101C10" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L105C13-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L105C13-L107C10" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L111C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L111C13-L113C10" }, { "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L11C9-L12C152" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L11C9-L12C152" }, { "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L16C20-L16C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L16C20-L16C53" }, { "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L24C29-L24C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L24C29-L24C40" }, { "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L26C34-L26C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L26C34-L26C39" }, { "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L28C35-L28C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L28C35-L28C40" }, { "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L71C20-L71C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L71C20-L71C31" }, { "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L79C34-L79C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L79C34-L79C39" }, { "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L81C44-L81C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L81C44-L81C49" }, { "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L83C40-L83C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L83C40-L83C44" } ], "DocsId": "T:System.CodeDom.CodeNamespaceImportCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeObject.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeObject.cs#L21C9-L21C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeObject.cs#L21C9-L21C32" }, { "DocsId": "P:System.CodeDom.CodeObject.UserData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeObject.cs#L23C40-L23C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeObject.cs#L23C40-L23C74" } ], "DocsId": "T:System.CodeDom.CodeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeObject.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeObjectCreateExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L10C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L10C48" }, { "DocsId": "M:System.CodeDom.CodeObjectCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L16C10" }, { "DocsId": "M:System.CodeDom.CodeObjectCreateExpression.#ctor(System.String,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L22C10" }, { "DocsId": "M:System.CodeDom.CodeObjectCreateExpression.#ctor(System.Type,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L28C10" }, { "DocsId": "P:System.CodeDom.CodeObjectCreateExpression.CreateType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L32C20-L32C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L32C20-L32C61" }, { "DocsId": "P:System.CodeDom.CodeObjectCreateExpression.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C54-L36C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C54-L36C58" } ], "DocsId": "T:System.CodeDom.CodeObjectCreateExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L12C9-L12C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L12C9-L12C56" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpression.#ctor(System.CodeDom.CodeTypeReference,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L14C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L14C9-L18C10" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpression.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L20C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L20C9-L24C10" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpression.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L26C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L26C9-L30C10" }, { "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpression.CustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L34C20-L34C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L34C20-L34C82" }, { "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpression.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L38C43-L38C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L38C43-L38C47" }, { "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpression.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L42C20-L42C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L42C20-L42C55" }, { "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpression.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L48C20-L48C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L48C20-L48C41" } ], "DocsId": "T:System.CodeDom.CodeParameterDeclarationExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L10C9-L10C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L10C9-L10C66" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.#ctor(System.CodeDom.CodeParameterDeclarationExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.#ctor(System.CodeDom.CodeParameterDeclarationExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Add(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L28C69-L28C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L28C69-L28C84" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.AddRange(System.CodeDom.CodeParameterDeclarationExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L32C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L32C13-L41C10" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.AddRange(System.CodeDom.CodeParameterDeclarationExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L45C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L45C13-L55C10" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Contains(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L57C75-L57C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L57C75-L57C95" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.CopyTo(System.CodeDom.CodeParameterDeclarationExpression[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L59C86-L59C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L59C86-L59C111" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.IndexOf(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L61C73-L61C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L61C73-L61C92" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Insert(System.Int32,System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L63C84-L63C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L63C84-L63C109" }, { "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Remove(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L65C73-L65C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L65C73-L65C91" }, { "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpressionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L24C20-L24C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L24C20-L24C67" } ], "DocsId": "T:System.CodeDom.CodeParameterDeclarationExpressionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodePrimitiveExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs#L8C9-L8C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs#L8C9-L8C45" }, { "DocsId": "M:System.CodeDom.CodePrimitiveExpression.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs#L10C9-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs#L10C9-L13C10" }, { "DocsId": "P:System.CodeDom.CodePrimitiveExpression.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs#L15C31-L15C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs#L15C31-L15C35" } ], "DocsId": "T:System.CodeDom.CodePrimitiveExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodePropertyReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L10C9-L10C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L10C9-L10C53" }, { "DocsId": "M:System.CodeDom.CodePropertyReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L12C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L12C9-L16C10" }, { "DocsId": "P:System.CodeDom.CodePropertyReferenceExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L18C46-L18C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L18C46-L18C50" }, { "DocsId": "P:System.CodeDom.CodePropertyReferenceExpression.PropertyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L22C20-L22C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L22C20-L22C49" } ], "DocsId": "T:System.CodeDom.CodePropertyReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodePropertySetValueReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertySetValueReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertySetValueReferenceExpression.cs" } ], "DocsId": "T:System.CodeDom.CodePropertySetValueReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertySetValueReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertySetValueReferenceExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeRegionDirective.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L10C9-L10C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L10C9-L10C41" }, { "DocsId": "M:System.CodeDom.CodeRegionDirective.#ctor(System.CodeDom.CodeRegionMode,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L12C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L12C9-L16C10" }, { "DocsId": "P:System.CodeDom.CodeRegionDirective.RegionText", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L20C20-L20C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L20C20-L20C47" }, { "DocsId": "P:System.CodeDom.CodeRegionDirective.RegionMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L24C44-L24C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L24C44-L24C48" } ], "DocsId": "T:System.CodeDom.CodeRegionDirective", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs" }, { "Members": [ { "DocsId": "F:System.CodeDom.CodeRegionMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" }, { "DocsId": "F:System.CodeDom.CodeRegionMode.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" }, { "DocsId": "F:System.CodeDom.CodeRegionMode.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" }, { "DocsId": "F:System.CodeDom.CodeRegionMode.End", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" } ], "DocsId": "T:System.CodeDom.CodeRegionMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeRemoveEventStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L10C9-L10C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L10C9-L10C46" }, { "DocsId": "M:System.CodeDom.CodeRemoveEventStatement.#ctor(System.CodeDom.CodeEventReferenceExpression,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L12C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L12C9-L16C10" }, { "DocsId": "M:System.CodeDom.CodeRemoveEventStatement.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L18C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L18C9-L22C10" }, { "DocsId": "P:System.CodeDom.CodeRemoveEventStatement.Event", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L26C20-L26C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L26C20-L26C68" }, { "DocsId": "P:System.CodeDom.CodeRemoveEventStatement.Listener", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L30C42-L30C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L30C42-L30C46" } ], "DocsId": "T:System.CodeDom.CodeRemoveEventStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeSnippetCompileUnit.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L10C9-L10C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L10C9-L10C44" }, { "DocsId": "M:System.CodeDom.CodeSnippetCompileUnit.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L12C9-L15C10" }, { "DocsId": "P:System.CodeDom.CodeSnippetCompileUnit.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L19C20-L19C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L19C20-L19C42" }, { "DocsId": "P:System.CodeDom.CodeSnippetCompileUnit.LinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L23C44-L23C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L23C44-L23C48" } ], "DocsId": "T:System.CodeDom.CodeSnippetCompileUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeSnippetExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs#L10C9-L10C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs#L10C9-L10C43" }, { "DocsId": "M:System.CodeDom.CodeSnippetExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs#L12C9-L15C10" }, { "DocsId": "P:System.CodeDom.CodeSnippetExpression.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs#L19C20-L19C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs#L19C20-L19C42" } ], "DocsId": "T:System.CodeDom.CodeSnippetExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeSnippetStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs#L10C9-L10C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs#L10C9-L10C42" }, { "DocsId": "M:System.CodeDom.CodeSnippetStatement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs#L12C9-L15C10" }, { "DocsId": "P:System.CodeDom.CodeSnippetStatement.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs#L19C20-L19C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs#L19C20-L19C42" } ], "DocsId": "T:System.CodeDom.CodeSnippetStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeSnippetTypeMember.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs#L10C9-L10C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs#L10C9-L10C43" }, { "DocsId": "M:System.CodeDom.CodeSnippetTypeMember.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs#L12C9-L15C10" }, { "DocsId": "P:System.CodeDom.CodeSnippetTypeMember.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs#L19C20-L19C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs#L19C20-L19C41" } ], "DocsId": "T:System.CodeDom.CodeSnippetTypeMember", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs" }, { "DocsId": "P:System.CodeDom.CodeStatement.LinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs#L11C44-L11C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs#L11C44-L11C48" }, { "DocsId": "P:System.CodeDom.CodeStatement.StartDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs#L13C59-L13C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs#L13C59-L13C109" }, { "DocsId": "P:System.CodeDom.CodeStatement.EndDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs#L15C57-L15C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs#L15C57-L15C105" } ], "DocsId": "T:System.CodeDom.CodeStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeStatementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L10C9-L10C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L10C9-L10C45" }, { "DocsId": "M:System.CodeDom.CodeStatementCollection.#ctor(System.CodeDom.CodeStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeStatementCollection.#ctor(System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeStatementCollection.Add(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L28C48-L28C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L28C48-L28C63" }, { "DocsId": "M:System.CodeDom.CodeStatementCollection.Add(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L30C49-L30C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L30C49-L30C88" }, { "DocsId": "M:System.CodeDom.CodeStatementCollection.AddRange(System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L34C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L34C13-L43C10" }, { "DocsId": "M:System.CodeDom.CodeStatementCollection.AddRange(System.CodeDom.CodeStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L47C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L47C13-L57C10" }, { "DocsId": "M:System.CodeDom.CodeStatementCollection.Contains(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L59C54-L59C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L59C54-L59C74" }, { "DocsId": "M:System.CodeDom.CodeStatementCollection.CopyTo(System.CodeDom.CodeStatement[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L61C65-L61C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L61C65-L61C90" }, { "DocsId": "M:System.CodeDom.CodeStatementCollection.IndexOf(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L63C52-L63C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L63C52-L63C71" }, { "DocsId": "M:System.CodeDom.CodeStatementCollection.Insert(System.Int32,System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L65C63-L65C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L65C63-L65C88" }, { "DocsId": "M:System.CodeDom.CodeStatementCollection.Remove(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L67C52-L67C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L67C52-L67C70" }, { "DocsId": "P:System.CodeDom.CodeStatementCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L24C20-L24C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L24C20-L24C46" } ], "DocsId": "T:System.CodeDom.CodeStatementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeThisReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeThisReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeThisReferenceExpression.cs" } ], "DocsId": "T:System.CodeDom.CodeThisReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeThisReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeThisReferenceExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeThrowExceptionStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs#L8C9-L8C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs#L8C9-L8C49" }, { "DocsId": "M:System.CodeDom.CodeThrowExceptionStatement.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs#L10C9-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs#L10C9-L13C10" }, { "DocsId": "P:System.CodeDom.CodeThrowExceptionStatement.ToThrow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs#L15C41-L15C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs#L15C41-L15C45" } ], "DocsId": "T:System.CodeDom.CodeThrowExceptionStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTryCatchFinallyStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C65-L8C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C65-L8C50" }, { "DocsId": "M:System.CodeDom.CodeTryCatchFinallyStatement.#ctor(System.CodeDom.CodeStatement[],System.CodeDom.CodeCatchClause[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C65-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C65-L14C10" }, { "DocsId": "M:System.CodeDom.CodeTryCatchFinallyStatement.#ctor(System.CodeDom.CodeStatement[],System.CodeDom.CodeCatchClause[],System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C65-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C65-L21C10" }, { "DocsId": "P:System.CodeDom.CodeTryCatchFinallyStatement.TryStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C56-L23C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C56-L23C60" }, { "DocsId": "P:System.CodeDom.CodeTryCatchFinallyStatement.CatchClauses", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L25C57-L25C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L25C57-L25C61" }, { "DocsId": "P:System.CodeDom.CodeTryCatchFinallyStatement.FinallyStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L27C60-L27C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L27C60-L27C64" } ], "DocsId": "T:System.CodeDom.CodeTryCatchFinallyStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeConstructor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeConstructor.cs#L8C9-L11C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeConstructor.cs#L8C9-L11C10" } ], "DocsId": "T:System.CodeDom.CodeTypeConstructor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeConstructor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeConstructor.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeDeclaration.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L10C9-L22C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L10C9-L22C41" }, { "DocsId": "M:System.CodeDom.CodeTypeDeclaration.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L10C9-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L10C9-L27C10" }, { "DocsId": "E:System.CodeDom.CodeTypeDeclaration.PopulateBaseTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs" }, { "DocsId": "E:System.CodeDom.CodeTypeDeclaration.PopulateMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs" }, { "DocsId": "P:System.CodeDom.CodeTypeDeclaration.TypeAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L29C48-L29C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L29C48-L29C52" }, { "DocsId": "P:System.CodeDom.CodeTypeDeclaration.BaseTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L35C17-L41C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L35C17-L41C35" }, { "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L47C20-L47C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L47C20-L47C122" }, { "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsStruct", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L62C20-L62C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L62C20-L62C29" }, { "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsEnum", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L77C20-L77C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L77C20-L77C27" }, { "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsInterface", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L92C20-L92C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L92C20-L92C100" }, { "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsPartial", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L109C33-L109C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L109C33-L109C37" }, { "DocsId": "P:System.CodeDom.CodeTypeDeclaration.Members", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L115C17-L121C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L115C17-L121C33" }, { "DocsId": "P:System.CodeDom.CodeTypeDeclaration.TypeParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L125C62-L125C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L125C62-L125C115" } ], "DocsId": "T:System.CodeDom.CodeTypeDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L10C9-L10C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L10C9-L10C51" }, { "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.#ctor(System.CodeDom.CodeTypeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.#ctor(System.CodeDom.CodeTypeDeclaration[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.Add(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L28C54-L28C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L28C54-L28C69" }, { "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.AddRange(System.CodeDom.CodeTypeDeclaration[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L32C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L32C13-L41C10" }, { "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.AddRange(System.CodeDom.CodeTypeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L45C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L45C13-L55C10" }, { "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.Contains(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L57C60-L57C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L57C60-L57C80" }, { "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.CopyTo(System.CodeDom.CodeTypeDeclaration[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L59C71-L59C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L59C71-L59C96" }, { "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.IndexOf(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L61C58-L61C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L61C58-L61C77" }, { "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.Insert(System.Int32,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L63C69-L63C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L63C69-L63C94" }, { "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.Remove(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L65C58-L65C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L65C58-L65C76" }, { "DocsId": "P:System.CodeDom.CodeTypeDeclarationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L24C20-L24C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L24C20-L24C52" } ], "DocsId": "T:System.CodeDom.CodeTypeDeclarationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeDelegate.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L31C83-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L31C83-L18C10" }, { "DocsId": "M:System.CodeDom.CodeTypeDelegate.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L20C48-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L20C48-L23C10" }, { "DocsId": "P:System.CodeDom.CodeTypeDelegate.ReturnType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L27C20-L27C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L27C20-L27C61" }, { "DocsId": "P:System.CodeDom.CodeTypeDelegate.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L31C74-L31C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L31C74-L31C78" } ], "DocsId": "T:System.CodeDom.CodeTypeDelegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeMember.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L19C60-L29C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L19C60-L29C103" }, { "DocsId": "P:System.CodeDom.CodeTypeMember.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L15C20-L15C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L15C20-L15C41" }, { "DocsId": "P:System.CodeDom.CodeTypeMember.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L19C46-L19C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L19C46-L19C50" }, { "DocsId": "P:System.CodeDom.CodeTypeMember.CustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L23C20-L23C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L23C20-L23C82" }, { "DocsId": "P:System.CodeDom.CodeTypeMember.LinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L27C44-L27C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L27C44-L27C48" }, { "DocsId": "P:System.CodeDom.CodeTypeMember.Comments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L29C58-L29C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L29C58-L29C62" }, { "DocsId": "P:System.CodeDom.CodeTypeMember.StartDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L31C59-L31C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L31C59-L31C109" }, { "DocsId": "P:System.CodeDom.CodeTypeMember.EndDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L33C57-L33C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L33C57-L33C105" } ], "DocsId": "T:System.CodeDom.CodeTypeMember", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L10C9-L10C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L10C9-L10C46" }, { "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.#ctor(System.CodeDom.CodeTypeMemberCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.#ctor(System.CodeDom.CodeTypeMember[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.Add(System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L28C49-L28C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L28C49-L28C64" }, { "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.AddRange(System.CodeDom.CodeTypeMember[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L32C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L32C13-L41C10" }, { "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.AddRange(System.CodeDom.CodeTypeMemberCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L45C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L45C13-L55C10" }, { "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.Contains(System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L57C55-L57C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L57C55-L57C75" }, { "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.CopyTo(System.CodeDom.CodeTypeMember[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L59C66-L59C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L59C66-L59C91" }, { "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.IndexOf(System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L61C53-L61C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L61C53-L61C72" }, { "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.Insert(System.Int32,System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L63C64-L63C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L63C64-L63C89" }, { "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.Remove(System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L65C53-L65C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L65C53-L65C71" }, { "DocsId": "P:System.CodeDom.CodeTypeMemberCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L24C20-L24C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L24C20-L24C47" } ], "DocsId": "T:System.CodeDom.CodeTypeMemberCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeOfExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L10C9-L10C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L10C9-L10C42" }, { "DocsId": "M:System.CodeDom.CodeTypeOfExpression.#ctor(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeTypeOfExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeTypeOfExpression.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L22C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L22C9-L25C10" }, { "DocsId": "P:System.CodeDom.CodeTypeOfExpression.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L29C20-L29C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L29C20-L29C55" } ], "DocsId": "T:System.CodeDom.CodeTypeOfExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeParameter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L12C9-L12C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L12C9-L12C39" }, { "DocsId": "M:System.CodeDom.CodeTypeParameter.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L14C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L14C9-L17C10" }, { "DocsId": "P:System.CodeDom.CodeTypeParameter.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L21C20-L21C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L21C20-L21C41" }, { "DocsId": "P:System.CodeDom.CodeTypeParameter.Constraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L25C59-L25C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L25C59-L25C109" }, { "DocsId": "P:System.CodeDom.CodeTypeParameter.CustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L27C71-L27C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L27C71-L27C133" }, { "DocsId": "P:System.CodeDom.CodeTypeParameter.HasConstructorConstraint", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L29C48-L29C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L29C48-L29C52" } ], "DocsId": "T:System.CodeDom.CodeTypeParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L10C9-L10C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L10C9-L10C49" }, { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.#ctor(System.CodeDom.CodeTypeParameterCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.#ctor(System.CodeDom.CodeTypeParameter[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Add(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L28C52-L28C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L28C52-L28C67" }, { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L30C42-L30C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L30C42-L30C75" }, { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.AddRange(System.CodeDom.CodeTypeParameter[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L34C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L34C13-L43C10" }, { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.AddRange(System.CodeDom.CodeTypeParameterCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L47C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L47C13-L57C10" }, { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Contains(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L59C58-L59C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L59C58-L59C78" }, { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.CopyTo(System.CodeDom.CodeTypeParameter[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L61C69-L61C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L61C69-L61C94" }, { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.IndexOf(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L63C56-L63C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L63C56-L63C75" }, { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Insert(System.Int32,System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L65C67-L65C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L65C67-L65C92" }, { "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Remove(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L67C56-L67C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L67C56-L67C74" }, { "DocsId": "P:System.CodeDom.CodeTypeParameterCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L24C20-L24C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L24C20-L24C50" } ], "DocsId": "T:System.CodeDom.CodeTypeParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs" }, { "Members": [ { "DocsId": "F:System.CodeDom.CodeTypeReferenceOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" }, { "DocsId": "F:System.CodeDom.CodeTypeReferenceOptions.GlobalReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" }, { "DocsId": "F:System.CodeDom.CodeTypeReferenceOptions.GenericTypeParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" } ], "DocsId": "T:System.CodeDom.CodeTypeReferenceOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L36C9-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L36C9-L41C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L43C9-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L43C9-L68C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.Type,System.CodeDom.CodeTypeReferenceOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L70C97-L73C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L70C97-L73C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.String,System.CodeDom.CodeTypeReferenceOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L75C9-L78C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L75C9-L78C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L80C9-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L80C9-L83C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.String,System.CodeDom.CodeTypeReference[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L284C95-L290C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L284C95-L290C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L294C13-L297C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L294C13-L297C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L300C9-L305C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L300C9-L305C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.CodeDom.CodeTypeReference,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L307C9-L312C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L307C9-L312C10" }, { "DocsId": "P:System.CodeDom.CodeTypeReference.ArrayElementType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L314C54-L314C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L314C54-L314C58" }, { "DocsId": "P:System.CodeDom.CodeTypeReference.ArrayRank", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L316C32-L316C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L316C32-L316C36" }, { "DocsId": "P:System.CodeDom.CodeTypeReference.BaseType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L324C17-L337C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L324C17-L337C32" }, { "DocsId": "P:System.CodeDom.CodeTypeReference.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L346C51-L346C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L346C51-L346C55" }, { "DocsId": "P:System.CodeDom.CodeTypeReference.TypeArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L352C17-L357C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L352C17-L357C77" } ], "DocsId": "T:System.CodeDom.CodeTypeReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L18C9-L18C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L18C9-L18C49" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.#ctor(System.CodeDom.CodeTypeReferenceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L20C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L20C9-L23C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.#ctor(System.CodeDom.CodeTypeReference[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L25C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L25C9-L28C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Add(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L36C52-L36C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L36C52-L36C67" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L38C42-L38C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L38C42-L38C75" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Add(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L40C40-L40C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L40C40-L40C73" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.AddRange(System.CodeDom.CodeTypeReference[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L45C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L45C13-L57C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.AddRange(System.CodeDom.CodeTypeReferenceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L62C13-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L62C13-L75C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Contains(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L77C58-L77C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L77C58-L77C78" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.CopyTo(System.CodeDom.CodeTypeReference[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L79C69-L79C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L79C69-L79C94" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.IndexOf(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L81C56-L81C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L81C56-L81C75" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Insert(System.Int32,System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L83C67-L83C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L83C67-L83C92" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Remove(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L85C56-L85C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L85C56-L85C74" }, { "DocsId": "P:System.CodeDom.CodeTypeReferenceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L32C19-L32C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L32C19-L32C62" } ], "DocsId": "T:System.CodeDom.CodeTypeReferenceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeTypeReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L10C9-L10C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L10C9-L10C49" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceExpression.#ctor(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.CodeTypeReferenceExpression.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L22C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L22C9-L25C10" }, { "DocsId": "P:System.CodeDom.CodeTypeReferenceExpression.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L29C20-L29C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L29C20-L29C55" } ], "DocsId": "T:System.CodeDom.CodeTypeReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L11C9-L11C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L11C9-L11C54" }, { "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.CodeDom.CodeTypeReference,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L13C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L13C9-L17C10" }, { "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L19C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L19C9-L23C10" }, { "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L25C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L25C9-L29C10" }, { "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.CodeDom.CodeTypeReference,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L31C9-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L31C9-L36C10" }, { "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.String,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L38C9-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L38C9-L43C10" }, { "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.Type,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L45C9-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L45C9-L50C10" }, { "DocsId": "P:System.CodeDom.CodeVariableDeclarationStatement.InitExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L52C48-L52C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L52C48-L52C52" }, { "DocsId": "P:System.CodeDom.CodeVariableDeclarationStatement.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L56C20-L56C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L56C20-L56C41" }, { "DocsId": "P:System.CodeDom.CodeVariableDeclarationStatement.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L62C20-L62C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L62C20-L62C55" } ], "DocsId": "T:System.CodeDom.CodeVariableDeclarationStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.CodeVariableReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs#L10C9-L10C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs#L10C9-L10C53" }, { "DocsId": "M:System.CodeDom.CodeVariableReferenceExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs#L12C9-L15C10" }, { "DocsId": "P:System.CodeDom.CodeVariableReferenceExpression.VariableName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs#L19C20-L19C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs#L19C20-L19C49" } ], "DocsId": "T:System.CodeDom.CodeVariableReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs" }, { "Members": [ { "DocsId": "F:System.CodeDom.FieldDirection.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" }, { "DocsId": "F:System.CodeDom.FieldDirection.In", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" }, { "DocsId": "F:System.CodeDom.FieldDirection.Out", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" }, { "DocsId": "F:System.CodeDom.FieldDirection.Ref", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" } ], "DocsId": "T:System.CodeDom.FieldDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" }, { "Members": [ { "DocsId": "F:System.CodeDom.MemberAttributes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.Abstract", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.Final", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.Static", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.Override", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.Const", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.New", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.Overloaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.Assembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.FamilyAndAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.Family", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.FamilyOrAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.Private", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.Public", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.AccessMask", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.ScopeMask", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "DocsId": "F:System.CodeDom.MemberAttributes.VTableMask", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" } ], "DocsId": "T:System.CodeDom.MemberAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L13C13-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L13C13-L26C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L30C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L30C13-L43C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L47C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L47C13-L60C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L64C13-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L64C13-L77C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L81C13-L104C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L81C13-L104C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L108C13-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L108C13-L121C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L129C13-L134C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L129C13-L134C72" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromFile(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L139C13-L151C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L139C13-L151C71" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromSource(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L156C13-L161C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L156C13-L161C71" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromDomBatch(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L166C13-L194C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L166C13-L194C54" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromFileBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L213C13-L222C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L213C13-L222C55" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.ProcessCompilerOutputLine(System.CodeDom.Compiler.CompilerResults,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.CmdArgsFromParameters(System.CodeDom.Compiler.CompilerParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.GetResponseFileCmdArgs(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L231C13-L240C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L231C13-L240C52" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromSourceBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L245C13-L267C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L245C13-L267C54" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.JoinStringArray(System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L272C13-L294C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L272C13-L294C34" }, { "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" }, { "DocsId": "P:System.CodeDom.Compiler.CodeCompiler.FileExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" }, { "DocsId": "P:System.CodeDom.Compiler.CodeCompiler.CompilerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" } ], "DocsId": "T:System.CodeDom.Compiler.CodeCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateProvider(System.String,System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L55C13-L56C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L55C13-L56C65" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateProvider(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L61C13-L62C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L61C13-L62C50" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetLanguageFromExtension(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L67C13-L72C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L67C13-L72C55" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.IsDefinedLanguage(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L75C66-L75C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L75C66-L75C117" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.IsDefinedExtension(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L77C68-L77C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L77C68-L77C121" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetCompilerInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L81C13-L86C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L81C13-L86C33" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetAllCompilerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L113C62-L113C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L113C62-L113C89" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator(System.IO.TextWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L123C77-L123C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L123C77-L123C94" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L125C75-L125C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L125C75-L125C92" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L132C54-L132C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L132C54-L132C58" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetConverter(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L134C65-L134C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L134C65-L134C98" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L137C13-L137C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L137C13-L137C90" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L140C13-L140C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L140C13-L140C84" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L143C13-L143C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L143C13-L143C84" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.IsValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L146C13-L146C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L146C13-L146C61" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateEscapedIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L149C13-L149C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L149C13-L149C67" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L152C13-L152C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L152C13-L152C65" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetTypeOutput(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L155C13-L155C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L155C13-L155C56" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.Supports(System.CodeDom.Compiler.GeneratorSupport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L158C13-L158C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L158C13-L158C63" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromExpression(System.CodeDom.CodeExpression,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L161C13-L161C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L161C13-L161C92" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromStatement(System.CodeDom.CodeStatement,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L164C13-L164C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L164C13-L164C90" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromNamespace(System.CodeDom.CodeNamespace,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L167C13-L167C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L167C13-L167C94" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L170C13-L170C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L170C13-L170C94" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L173C13-L173C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L173C13-L173C84" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L177C13-L177C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L177C13-L177C75" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.Parse(System.IO.TextReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L181C13-L181C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L181C13-L181C51" }, { "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" }, { "DocsId": "P:System.CodeDom.Compiler.CodeDomProvider.FileExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L115C48-L115C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L115C48-L115C60" }, { "DocsId": "P:System.CodeDom.Compiler.CodeDomProvider.LanguageOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L117C59-L117C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L117C59-L117C79" } ], "DocsId": "T:System.CodeDom.Compiler.CodeDomProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDirectives(System.CodeDom.CodeDirectiveCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L105C9-L105C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L105C9-L105C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaces(System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L229C41-L233C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L229C41-L233C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypes(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L237C13-L250C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L237C13-L250C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#Supports(System.CodeDom.Compiler.GeneratorSupport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L252C67-L252C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L252C67-L252C84" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L256C13-L280C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L256C13-L280C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromExpression(System.CodeDom.CodeExpression,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L284C13-L308C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L284C13-L308C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L312C13-L343C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L312C13-L343C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromNamespace(System.CodeDom.CodeNamespace,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L347C13-L371C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L347C13-L371C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromStatement(System.CodeDom.CodeStatement,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L375C13-L399C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L375C13-L399C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L403C13-L427C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L403C13-L427C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#IsValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L429C64-L429C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L429C64-L429C88" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#ValidateIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L431C65-L431C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L431C65-L431C90" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#CreateEscapedIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L433C72-L433C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L433C72-L433C102" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#CreateValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L435C70-L435C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L435C70-L435C98" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GetTypeOutput(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L437C72-L437C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L437C72-L437C91" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateExpression(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L511C13-L619C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L511C13-L619C116" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetCompileUnit(System.CodeDom.CodeSnippetCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L716C13-L737C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L716C13-L737C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCompileUnit(System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L799C13-L802C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L799C13-L802C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespace(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L806C13-L819C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L806C13-L819C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceImports(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L823C13-L841C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L823C13-L841C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateStatement(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L880C13-L973C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L880C13-L973C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateStatements(System.CodeDom.CodeStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L977C13-L986C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L977C13-L986C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputAttributeDeclarations(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L990C13-L1034C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L990C13-L1034C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputAttributeArgument(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1038C13-L1049C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1038C13-L1049C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputDirection(System.CodeDom.FieldDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1058C21-L1064C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1058C21-L1064C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputFieldScopeModifier(System.CodeDom.MemberAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1068C13-L1088C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1068C13-L1088C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputMemberAccessModifier(System.CodeDom.MemberAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1092C13-L1113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1092C13-L1113C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputMemberScopeModifier(System.CodeDom.MemberAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1117C13-L1151C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1117C13-L1151C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputType(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputTypeAttributes(System.Reflection.TypeAttributes,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1157C13-L1196C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1157C13-L1196C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputTypeNamePair(System.CodeDom.CodeTypeReference,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1200C13-L1203C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1200C13-L1203C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1205C66-L1205C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1205C66-L1205C85" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputExpressionList(System.CodeDom.CodeExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1209C13-L1210C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1209C13-L1210C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputExpressionList(System.CodeDom.CodeExpressionCollection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1214C13-L1232C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1214C13-L1232C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputOperator(System.CodeDom.CodeBinaryOperatorType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1239C21-L1290C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1239C21-L1290C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputParameters(System.CodeDom.CodeParameterDeclarationExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1294C13-L1325C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1294C13-L1325C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateArrayCreateExpression(System.CodeDom.CodeArrayCreateExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateBaseReferenceExpression(System.CodeDom.CodeBaseReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateBinaryOperatorExpression(System.CodeDom.CodeBinaryOperatorExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1332C13-L1368C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1332C13-L1368C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.ContinueOnNewLine(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1370C64-L1370C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1370C64-L1370C84" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCastExpression(System.CodeDom.CodeCastExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDelegateCreateExpression(System.CodeDom.CodeDelegateCreateExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateFieldReferenceExpression(System.CodeDom.CodeFieldReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateArgumentReferenceExpression(System.CodeDom.CodeArgumentReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateVariableReferenceExpression(System.CodeDom.CodeVariableReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateIndexerExpression(System.CodeDom.CodeIndexerExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateArrayIndexerExpression(System.CodeDom.CodeArrayIndexerExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetExpression(System.CodeDom.CodeSnippetExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateMethodInvokeExpression(System.CodeDom.CodeMethodInvokeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateMethodReferenceExpression(System.CodeDom.CodeMethodReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateEventReferenceExpression(System.CodeDom.CodeEventReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDelegateInvokeExpression(System.CodeDom.CodeDelegateInvokeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateObjectCreateExpression(System.CodeDom.CodeObjectCreateExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateParameterDeclarationExpression(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1388C13-L1401C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1388C13-L1401C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDirectionExpression(System.CodeDom.CodeDirectionExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1405C13-L1412C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1405C13-L1412C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GeneratePrimitiveExpression(System.CodeDom.CodePrimitiveExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1416C13-L1474C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1416C13-L1474C111" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSingleFloatValue(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1478C69-L1478C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1478C69-L1478C128" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDoubleValue(System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1480C65-L1480C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1480C65-L1480C124" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDecimalValue(System.Decimal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1482C67-L1482C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1482C67-L1482C121" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDefaultValueExpression(System.CodeDom.CodeDefaultValueExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1486C9-L1486C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1486C9-L1486C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GeneratePropertyReferenceExpression(System.CodeDom.CodePropertyReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GeneratePropertySetValueReferenceExpression(System.CodeDom.CodePropertySetValueReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateThisReferenceExpression(System.CodeDom.CodeThisReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeReferenceExpression(System.CodeDom.CodeTypeReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1496C13-L1502C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1496C13-L1502C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeOfExpression(System.CodeDom.CodeTypeOfExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1506C13-L1514C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1506C13-L1514C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateExpressionStatement(System.CodeDom.CodeExpressionStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateIterationStatement(System.CodeDom.CodeIterationStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateThrowExceptionStatement(System.CodeDom.CodeThrowExceptionStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCommentStatement(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1521C13-L1531C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1521C13-L1531C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1535C13-L1544C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1535C13-L1544C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateComment(System.CodeDom.CodeComment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateMethodReturnStatement(System.CodeDom.CodeMethodReturnStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateConditionStatement(System.CodeDom.CodeConditionStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTryCatchFinallyStatement(System.CodeDom.CodeTryCatchFinallyStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateAssignStatement(System.CodeDom.CodeAssignStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateAttachEventStatement(System.CodeDom.CodeAttachEventStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateRemoveEventStatement(System.CodeDom.CodeRemoveEventStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateGotoStatement(System.CodeDom.CodeGotoStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateLabeledStatement(System.CodeDom.CodeLabeledStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetStatement(System.CodeDom.CodeSnippetStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1558C13-L1564C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1558C13-L1564C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateVariableDeclarationStatement(System.CodeDom.CodeVariableDeclarationStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateLinePragmaStart(System.CodeDom.CodeLinePragma)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateLinePragmaEnd(System.CodeDom.CodeLinePragma)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateEvent(System.CodeDom.CodeMemberEvent,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateField(System.CodeDom.CodeMemberField)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetMember(System.CodeDom.CodeSnippetTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateEntryPointMethod(System.CodeDom.CodeEntryPointMethod,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateMethod(System.CodeDom.CodeMemberMethod,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateProperty(System.CodeDom.CodeMemberProperty,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateConstructor(System.CodeDom.CodeConstructor,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeConstructor(System.CodeDom.CodeTypeConstructor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeStart(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeEnd(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCompileUnitStart(System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1582C13-L1591C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1582C13-L1591C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCompileUnitEnd(System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1595C13-L1604C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1595C13-L1604C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceStart(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceEnd(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceImport(System.CodeDom.CodeNamespaceImport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateAttributeDeclarationsStart(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateAttributeDeclarationsEnd(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.IsValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.ValidateIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1616C13-L1620C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1616C13-L1620C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.CreateEscapedIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.CreateValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.QuoteSnippetString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.IsValidLanguageIndependentIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1627C82-L1627C137" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1627C82-L1627C137" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.ValidateIdentifiers(System.CodeDom.CodeObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1633C13-L1635C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1633C13-L1635C10" }, { "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.CurrentClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L21C55-L21C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L21C55-L21C68" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.CurrentTypeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L23C45-L23C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L23C45-L23C105" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.CurrentMember", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L25C51-L25C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L25C51-L25C65" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.CurrentMemberName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L27C47-L27C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L27C47-L27C109" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentInterface", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L29C46-L29C143" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L29C46-L29C143" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L31C42-L31C135" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L31C42-L31C135" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentStruct", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L33C43-L33C137" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L33C43-L33C137" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentEnum", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L35C41-L35C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L35C41-L35C133" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentDelegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L37C45-L37C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L37C45-L37C103" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.Indent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L41C20-L41C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L41C20-L41C34" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.NullToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.Output", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L47C40-L47C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L47C40-L47C47" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L49C51-L49C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L49C51-L49C59" } ], "DocsId": "T:System.CodeDom.Compiler.CodeGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.CodeGeneratorOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L11C9-L13C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L11C9-L13C42" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L17C20-L17C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L17C20-L17C35" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.IndentString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L25C17-L26C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L25C17-L26C55" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.BracingStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L35C17-L36C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L35C17-L36C56" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.ElseOnClosing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L45C17-L46C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L45C17-L46C52" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.BlankLinesBetweenMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L55C17-L56C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L55C17-L56C51" }, { "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.VerbatimOrder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L65C17-L66C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L65C17-L66C52" } ], "DocsId": "T:System.CodeDom.Compiler.CodeGeneratorOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.CodeParser.Parse(System.IO.TextReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeParser.cs" }, { "DocsId": "M:System.CodeDom.Compiler.CodeParser.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeParser.cs" } ], "DocsId": "T:System.CodeDom.Compiler.CodeParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeParser.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.CompilerError.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L10C34-L10C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L10C34-L10C90" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerError.#ctor(System.String,System.Int32,System.Int32,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L12C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L12C9-L19C10" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerError.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L33C46-L35C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L33C46-L35C111" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerError.Line", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L21C27-L21C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L21C27-L21C31" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerError.Column", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L23C29-L23C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L23C29-L23C33" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerError.ErrorNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L25C37-L25C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L25C37-L25C41" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerError.ErrorText", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L27C35-L27C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L27C35-L27C39" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerError.IsWarning", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L29C33-L29C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L29C33-L29C37" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerError.FileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L31C34-L31C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L31C34-L31C38" } ], "DocsId": "T:System.CodeDom.Compiler.CompilerError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L10C9-L10C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L10C9-L10C45" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.#ctor(System.CodeDom.Compiler.CompilerErrorCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.#ctor(System.CodeDom.Compiler.CompilerError[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L17C9-L20C10" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.Add(System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L28C48-L28C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L28C48-L28C63" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.AddRange(System.CodeDom.Compiler.CompilerError[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L32C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L32C13-L41C10" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.AddRange(System.CodeDom.Compiler.CompilerErrorCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L45C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L45C13-L55C10" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.Contains(System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L57C54-L57C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L57C54-L57C74" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.CopyTo(System.CodeDom.Compiler.CompilerError[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L59C65-L59C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L59C65-L59C90" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.IndexOf(System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L97C52-L97C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L97C52-L97C71" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.Insert(System.Int32,System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L99C63-L99C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L99C63-L99C88" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.Remove(System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L101C52-L101C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L101C52-L101C70" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerErrorCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L24C20-L24C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L24C20-L24C46" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerErrorCollection.HasErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L65C17-L76C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L65C17-L76C14" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerErrorCollection.HasWarnings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L83C17-L94C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L83C17-L94C14" } ], "DocsId": "T:System.CodeDom.Compiler.CompilerErrorCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.GetLanguages", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L21C43-L21C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L21C43-L21C79" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.GetExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L23C44-L23C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L23C44-L23C81" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.CreateProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L51C13-L60C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L51C13-L60C83" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.CreateProvider(System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L65C13-L77C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L65C13-L77C123" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.CreateDefaultCompilerParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L81C72-L81C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L81C72-L81C97" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L89C46-L89C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L89C46-L89C84" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L93C13-L98C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L93C13-L98C88" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerInfo.CodeDomProviderType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L29C17-L37C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L29C17-L37C30" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerInfo.IsCodeDomProviderTypeValid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L41C51-L41C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L41C51-L41C97" } ], "DocsId": "T:System.CodeDom.Compiler.CompilerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.CompilerParameters.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L12C39-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L12C39-L14C10" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerParameters.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L17C13-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L17C13-L19C10" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerParameters.#ctor(System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L22C13-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L22C13-L24C10" }, { "DocsId": "M:System.CodeDom.Compiler.CompilerParameters.#ctor(System.String[],System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L50C60-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L50C60-L34C10" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.CoreAssemblyFileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L50C46-L50C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L50C46-L50C50" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.GenerateExecutable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L52C42-L52C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L52C42-L52C46" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.GenerateInMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L54C40-L54C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L54C40-L54C44" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.ReferencedAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L56C56-L56C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L56C56-L56C60" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.MainClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L57C35-L57C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L57C35-L57C39" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.OutputAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L59C40-L59C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L59C40-L59C44" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.TempFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L63C20-L63C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L63C20-L63C59" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.IncludeDebugInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L67C47-L67C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L67C47-L67C51" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.TreatWarningsAsErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L69C45-L69C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L69C45-L69C49" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.WarningLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L71C35-L71C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L71C35-L71C39" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.CompilerOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L73C41-L73C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L73C41-L73C45" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.Win32Resource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L75C39-L75C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L75C39-L75C43" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.EmbeddedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L77C53-L77C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L77C53-L77C57" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.LinkedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L79C51-L79C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L79C51-L79C55" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.UserToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L81C35-L81C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L81C35-L81C39" } ], "DocsId": "T:System.CodeDom.Compiler.CompilerParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.CompilerResults.#ctor(System.CodeDom.Compiler.TempFileCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L32C58-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L32C58-L16C10" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerResults.TempFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L18C47-L18C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L18C47-L18C51" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerResults.CompiledAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L24C17-L28C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L24C17-L28C42" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerResults.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L32C49-L32C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L32C49-L32C53" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerResults.Output", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L34C42-L34C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L34C42-L34C46" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerResults.PathToAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L36C40-L36C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L36C40-L36C44" }, { "DocsId": "P:System.CodeDom.Compiler.CompilerResults.NativeCompilerReturnValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L38C48-L38C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L38C48-L38C52" } ], "DocsId": "T:System.CodeDom.Compiler.CompilerResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWait(System.String,System.CodeDom.Compiler.TempFileCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L20C13-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L20C13-L22C10" }, { "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.IntPtr,System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L25C13-L25C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L25C13-L25C120" }, { "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.String,System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L28C13-L28C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L28C13-L28C104" }, { "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L31C13-L31C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L31C13-L31C122" }, { "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.IntPtr,System.String,System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L35C13-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L35C13-L98C10" } ], "DocsId": "T:System.CodeDom.Compiler.Executor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs" }, { "Members": [ { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ArraysOfArrays", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.EntryPointMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.GotoStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.MultidimensionalArrays", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.StaticConstructors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.TryCatchStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ReturnTypeAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareValueTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareEnums", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareDelegates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareInterfaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareEvents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.AssemblyAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ParameterAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ReferenceParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ChainedConstructorArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.NestedTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.MultipleInterfaceMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.PublicStaticMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ComplexExpressions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.Win32Resources", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.Resources", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.PartialTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.GenericTypeReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.GenericTypeDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareIndexerProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" } ], "DocsId": "T:System.CodeDom.Compiler.GeneratorSupport", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" } ], "DocsId": "T:System.CodeDom.Compiler.ICodeCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.IsValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.ValidateIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.CreateEscapedIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.CreateValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromExpression(System.CodeDom.CodeExpression,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromStatement(System.CodeDom.CodeStatement,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromNamespace(System.CodeDom.CodeNamespace,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" }, { "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" } ], "DocsId": "T:System.CodeDom.Compiler.ICodeGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.ICodeParser.Parse(System.IO.TextReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeParser.cs" } ], "DocsId": "T:System.CodeDom.Compiler.ICodeParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeParser.cs" }, { "Members": [ { "DocsId": "F:System.CodeDom.Compiler.LanguageOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" }, { "DocsId": "F:System.CodeDom.Compiler.LanguageOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" }, { "DocsId": "F:System.CodeDom.Compiler.LanguageOptions.CaseInsensitive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" } ], "DocsId": "T:System.CodeDom.Compiler.LanguageOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" }, { "Members": [ { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L29C39-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L29C39-L31C10" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L33C53-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L33C53-L35C10" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L37C9-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L37C9-L42C10" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L46C13-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L46C13-L48C10" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L58C13-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L58C13-L59C10" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L64C13-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L64C13-L65C10" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.AddExtension(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L67C61-L67C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L67C61-L67C99" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.AddExtension(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L71C13-L78C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L71C13-L78C29" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.AddFile(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L83C13-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L83C13-L94C10" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L96C47-L96C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L96C47-L96C74" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L98C52-L98C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L98C52-L98C79" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L100C60-L100C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L100C60-L100C92" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L102C62-L102C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L102C62-L102C98" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L106C34-L106C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L106C34-L106C46" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L108C40-L108C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L108C40-L108C44" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L110C44-L110C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L110C44-L110C49" }, { "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L179C13-L180C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L179C13-L180C10" }, { "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L104C29-L104C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L104C29-L104C41" }, { "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L106C34-L106C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L106C34-L106C46" }, { "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L108C40-L108C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L108C40-L108C44" }, { "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L110C44-L110C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L110C44-L110C49" }, { "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.TempDir", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L112C34-L112C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L112C34-L112C58" }, { "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.BasePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L118C17-L119C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L118C17-L119C34" }, { "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.KeepFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs#L169C33-L169C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs#L169C33-L169C37" } ], "DocsId": "T:System.CodeDom.Compiler.TempFileCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/IO/TempFileCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/IO/TempFileCollection.cs" }, { "Members": [ { "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L18C9-L21C10" }, { "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.#ctor(System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L23C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L23C9-L31C10" }, { "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.CreateGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L38C61-L38C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L38C61-L38C71" }, { "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.CreateCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L41C59-L41C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L41C59-L41C69" }, { "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.GetConverter(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L44C13-L46C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L44C13-L46C36" }, { "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L49C13-L49C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L49C13-L49C71" }, { "DocsId": "P:Microsoft.VisualBasic.VBCodeProvider.FileExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L33C49-L33C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L33C49-L33C53" }, { "DocsId": "P:Microsoft.VisualBasic.VBCodeProvider.LanguageOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L35C60-L35C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L35C60-L35C91" } ], "DocsId": "T:Microsoft.VisualBasic.VBCodeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs" }, { "Members": [ { "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L18C9-L21C10" }, { "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.#ctor(System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L23C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L23C9-L31C10" }, { "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.CreateGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L36C61-L36C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L36C61-L36C71" }, { "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.CreateCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L39C59-L39C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L39C59-L39C69" }, { "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.GetConverter(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L42C13-L44C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L42C13-L44C36" }, { "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L47C13-L47C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L47C13-L47C71" }, { "DocsId": "P:Microsoft.CSharp.CSharpCodeProvider.FileExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L33C49-L33C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L33C49-L33C53" } ], "DocsId": "T:Microsoft.CSharp.CSharpCodeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Collections.Immutable.json b/xml/SourceLinkInformation/net-9.0-pp/System.Collections.Immutable.json index b617fa9f075..133ee553547 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Collections.Immutable.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Collections.Immutable.json @@ -1,5131 +1,5135 @@ { "Assembly": "System.Collections.Immutable", - "GUID": "07CD46C6BB0B65A1FBA31657BE78D398FFFFFFFF", + "GUID": "DCE85FF85C2D7C00AD891E92ACBFBE46FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Linq.ImmutableArrayExtensions.Select``2(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L26C13-L31C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L26C13-L31C59" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.SelectMany``3(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,System.Collections.Generic.IEnumerable{``1}},System.Func{``0,``1,``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L56C13-L75C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L56C13-L75C88" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.Where``1(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L84C13-L89C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L84C13-L89C59" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.Any``1(System.Collections.Immutable.ImmutableArray{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L99C13-L99C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L99C13-L99C46" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.Any``1(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L111C13-L122C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L111C13-L122C26" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.All``1(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L137C13-L148C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L137C13-L148C25" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.SequenceEqual``2(System.Collections.Immutable.ImmutableArray{``1},System.Collections.Immutable.ImmutableArray{``0},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L158C13-L180C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L158C13-L180C25" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.SequenceEqual``2(System.Collections.Immutable.ImmutableArray{``1},System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L190C13-L212C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L190C13-L212C10" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.SequenceEqual``2(System.Collections.Immutable.ImmutableArray{``1},System.Collections.Immutable.ImmutableArray{``0},System.Func{``1,``1,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L221C13-L243C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L221C13-L243C25" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.Aggregate``1(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,``0,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L252C13-L265C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L252C13-L265C27" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.Aggregate``2(System.Collections.Immutable.ImmutableArray{``1},``0,System.Func{``0,``1,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L275C13-L283C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L275C13-L283C27" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.Aggregate``3(System.Collections.Immutable.ImmutableArray{``2},``0,System.Func{``0,``2,``0},System.Func{``0,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L298C13-L300C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L298C13-L300C74" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.ElementAt``1(System.Collections.Immutable.ImmutableArray{``0},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L309C13-L309C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L309C13-L309C42" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.ElementAtOrDefault``1(System.Collections.Immutable.ImmutableArray{``0},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L318C13-L323C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L318C13-L323C42" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.First``1(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L332C13-L343C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L332C13-L343C50" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.First``1(System.Collections.Immutable.ImmutableArray{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L356C13-L358C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L356C13-L358C59" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.FirstOrDefault``1(System.Collections.Immutable.ImmutableArray{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L368C13-L368C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L368C13-L368C89" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.FirstOrDefault``1(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L377C13-L387C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L377C13-L387C28" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.Last``1(System.Collections.Immutable.ImmutableArray{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L399C13-L401C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L399C13-L401C58" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.Last``1(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L410C13-L421C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L410C13-L421C49" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.LastOrDefault``1(System.Collections.Immutable.ImmutableArray{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L431C13-L432C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L431C13-L432C59" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.LastOrDefault``1(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L441C13-L451C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L441C13-L451C28" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.Single``1(System.Collections.Immutable.ImmutableArray{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L461C13-L462C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L461C13-L462C51" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.Single``1(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L473C13-L496C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L473C13-L496C28" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.SingleOrDefault``1(System.Collections.Immutable.ImmutableArray{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L506C13-L507C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L506C13-L507C61" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.SingleOrDefault``1(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L516C13-L534C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L516C13-L534C27" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.ToDictionary``2(System.Collections.Immutable.ImmutableArray{``1},System.Func{``1,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L547C13-L547C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L547C13-L547C94" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.ToDictionary``3(System.Collections.Immutable.ImmutableArray{``2},System.Func{``2,``0},System.Func{``2,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L562C13-L562C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L562C13-L562C111" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.ToDictionary``2(System.Collections.Immutable.ImmutableArray{``1},System.Func{``1,``0},System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L576C13-L584C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L576C13-L584C27" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.ToDictionary``3(System.Collections.Immutable.ImmutableArray{``2},System.Func{``2,``0},System.Func{``2,``1},System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L600C13-L609C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L600C13-L609C27" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.ToArray``1(System.Collections.Immutable.ImmutableArray{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L620C13-L626C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L620C13-L626C54" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.First``1(System.Collections.Immutable.ImmutableArray`1.Builder{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L639C13-L646C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L639C13-L646C31" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.FirstOrDefault``1(System.Collections.Immutable.ImmutableArray`1.Builder{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L654C13-L656C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L654C13-L656C57" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.Last``1(System.Collections.Immutable.ImmutableArray`1.Builder{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L665C13-L672C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L665C13-L672C47" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.LastOrDefault``1(System.Collections.Immutable.ImmutableArray`1.Builder{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L680C13-L682C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L680C13-L682C73" }, { "DocsId": "M:System.Linq.ImmutableArrayExtensions.Any``1(System.Collections.Immutable.ImmutableArray`1.Builder{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L690C13-L692C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs#L690C13-L692C38" } ], "DocsId": "T:System.Linq.ImmutableArrayExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Linq/ImmutableArrayExtensions.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.InteropServices.ImmutableCollectionsMarshal.AsImmutableArray``1(``0[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Runtime.InteropServices/ImmutableCollectionsMarshal.cs#L33C13-L33C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Runtime.InteropServices/ImmutableCollectionsMarshal.cs#L34C13-L34C31" }, { "DocsId": "M:System.Runtime.InteropServices.ImmutableCollectionsMarshal.AsArray``1(System.Collections.Immutable.ImmutableArray{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Runtime.InteropServices/ImmutableCollectionsMarshal.cs#L55C13-L55C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Runtime.InteropServices/ImmutableCollectionsMarshal.cs#L56C13-L56C32" + }, + { + "DocsId": "M:System.Runtime.InteropServices.ImmutableCollectionsMarshal.AsMemory``1(System.Collections.Immutable.ImmutableArray`1.Builder{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Runtime.InteropServices/ImmutableCollectionsMarshal.cs#L70C13-L70C51" } ], "DocsId": "T:System.Runtime.InteropServices.ImmutableCollectionsMarshal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Runtime.InteropServices/ImmutableCollectionsMarshal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Runtime.InteropServices/ImmutableCollectionsMarshal.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.IImmutableDictionary`2.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableDictionary`2.Add(`0,`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableDictionary`2.AddRange(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableDictionary`2.SetItem(`0,`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableDictionary`2.SetItems(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableDictionary`2.RemoveRange(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableDictionary`2.Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableDictionary`2.Contains(System.Collections.Generic.KeyValuePair{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableDictionary`2.TryGetKey(`0,`0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" } ], "DocsId": "T:System.Collections.Immutable.IImmutableDictionary`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.IImmutableList`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableList`1.IndexOf(`0,System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableList`1.LastIndexOf(`0,System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableList`1.Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableList`1.AddRange(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableList`1.Insert(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableList`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableList`1.Remove(`0,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableList`1.RemoveAll(System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableList`1.RemoveRange(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableList`1.RemoveRange(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableList`1.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableList`1.SetItem(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableList`1.Replace(`0,`0,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" } ], "DocsId": "T:System.Collections.Immutable.IImmutableList`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/KeysOrValuesCollectionAccessor.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.IImmutableQueue`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableQueue`1.Peek", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableQueue`1.Enqueue(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableQueue`1.Dequeue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" }, { "DocsId": "P:System.Collections.Immutable.IImmutableQueue`1.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" } ], "DocsId": "T:System.Collections.Immutable.IImmutableQueue`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/RefAsValueType.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.Contains(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.TryGetValue(`0,`0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.Intersect(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.Except(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.SymmetricExcept(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.Union(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.SetEquals(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.IsProperSubsetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.IsProperSupersetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.IsSubsetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.IsSupersetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableSet`1.Overlaps(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" } ], "DocsId": "T:System.Collections.Immutable.IImmutableSet`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SecureObjectPool.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.IImmutableStack`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SortedInt32KeyNode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SortedInt32KeyNode.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableStack`1.Push(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SortedInt32KeyNode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SortedInt32KeyNode.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableStack`1.Pop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SortedInt32KeyNode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SortedInt32KeyNode.cs" }, { "DocsId": "M:System.Collections.Immutable.IImmutableStack`1.Peek", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SortedInt32KeyNode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SortedInt32KeyNode.cs" }, { "DocsId": "P:System.Collections.Immutable.IImmutableStack`1.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SortedInt32KeyNode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SortedInt32KeyNode.cs" } ], "DocsId": "T:System.Collections.Immutable.IImmutableStack`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SortedInt32KeyNode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/SortedInt32KeyNode.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L86C13-L86C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L86C13-L86C100" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Immutable#IImmutableSet#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L120C13-L120C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L120C13-L120C33" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L133C19-L133C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L133C19-L133C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L145C17-L145C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L145C17-L145C29" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.ToBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L175C13-L175C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L175C13-L175C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L183C13-L184C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L183C13-L184C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L192C13-L193C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L192C13-L193C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.TryGetValue(`0,`0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L210C13-L218C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L210C13-L218C26" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Union(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L226C13-L228C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L226C13-L228C64" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Intersect(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L244C13-L247C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L244C13-L247C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Except(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L255C13-L258C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L255C13-L258C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.SymmetricExcept(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L268C13-L271C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L268C13-L271C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.SetEquals(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L281C13-L288C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L281C13-L288C50" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.IsProperSubsetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L298C13-L300C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L298C13-L300C57" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.IsProperSupersetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L310C13-L312C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L310C13-L312C59" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.IsSubsetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L322C13-L324C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L322C13-L324C51" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.IsSupersetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L334C13-L336C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L334C13-L336C53" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Overlaps(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L346C13-L348C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L346C13-L348C49" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Immutable#IImmutableSet#Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L360C13-L360C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L360C13-L360C35" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Immutable#IImmutableSet#Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L368C13-L368C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L368C13-L368C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Immutable#IImmutableSet#Union(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L376C13-L376C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L376C13-L376C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Immutable#IImmutableSet#Intersect(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L384C13-L384C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L384C13-L384C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Immutable#IImmutableSet#Except(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L392C13-L392C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L392C13-L392C39" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Immutable#IImmutableSet#SymmetricExcept(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L402C13-L402C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L402C13-L402C48" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Contains(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L410C13-L410C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L410C13-L410C48" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.WithComparer(System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L418C13-L429C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L418C13-L429C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#ISet#Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L442C13-L442C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L442C13-L442C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#ISet#ExceptWith(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L450C13-L450C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L450C13-L450C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#ISet#IntersectWith(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L458C13-L458C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L458C13-L458C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#ISet#SymmetricExceptWith(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L466C13-L466C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L466C13-L466C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#ISet#UnionWith(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L474C13-L474C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L474C13-L474C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#ICollection#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L486C19-L486C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L486C19-L486C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#ICollection#CopyTo(`0[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L494C13-L502C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L494C13-L502C10" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#ICollection#Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L509C13-L509C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L509C13-L509C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#ICollection#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L517C13-L517C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L517C13-L517C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#ICollection#Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L525C13-L525C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L525C13-L525C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L539C13-L547C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L539C13-L547C10" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L561C13-L561C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L561C13-L561C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L569C13-L571C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L569C13-L571C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L586C13-L586C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L586C13-L586C41" }, { "DocsId": "F:System.Collections.Immutable.ImmutableHashSet`1.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/Constants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/Constants.cs" }, { "DocsId": "P:System.Collections.Immutable.ImmutableHashSet`1.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L94C19-L94C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L94C19-L94C33" }, { "DocsId": "P:System.Collections.Immutable.ImmutableHashSet`1.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L102C19-L102C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L102C19-L102C42" }, { "DocsId": "P:System.Collections.Immutable.ImmutableHashSet`1.KeyComparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L110C19-L110C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L110C19-L110C44" }, { "DocsId": "P:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L133C19-L133C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L133C19-L133C31" }, { "DocsId": "P:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L145C17-L145C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L145C17-L145C29" }, { "DocsId": "P:System.Collections.Immutable.ImmutableHashSet`1.System#Collections#Generic#ICollection#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L486C19-L486C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.cs#L486C19-L486C31" }, { "DocsId": "T:System.Collections.Immutable.ImmutableHashSet`1.Builder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs" }, { "DocsId": "T:System.Collections.Immutable.ImmutableHashSet`1.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs" } ], "DocsId": "T:System.Collections.Immutable.ImmutableHashSet`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/Constants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/Constants.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.System#Collections#Generic#ICollection#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L94C23-L94C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L94C23-L94C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L181C17-L181C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L181C17-L181C52" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.ToImmutable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L197C17-L197C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L197C17-L197C98" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.TryGetValue(`0,`0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L208C17-L215C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L208C17-L215C30" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L229C17-L231C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L229C17-L231C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L244C17-L246C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L244C17-L246C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.Contains(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L258C17-L258C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L258C17-L258C72" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L267C17-L269C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L267C17-L269C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.ExceptWith(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L277C17-L279C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L277C17-L279C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.IntersectWith(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L287C17-L289C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L287C17-L289C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.IsProperSubsetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L298C17-L298C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L298C17-L298C81" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.IsProperSupersetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L308C17-L308C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L308C17-L308C83" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.IsSubsetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L318C17-L318C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L318C17-L318C75" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.IsSupersetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L328C17-L328C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L328C17-L328C77" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.Overlaps(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L338C17-L338C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L338C17-L338C73" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.SetEquals(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L348C17-L353C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L348C17-L353C74" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.SymmetricExceptWith(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L362C17-L364C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L362C17-L364C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.UnionWith(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L372C17-L374C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L372C17-L374C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.System#Collections#Generic#ICollection#Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L387C17-L388C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L387C17-L388C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.System#Collections#Generic#ICollection#CopyTo(`0[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L395C17-L403C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L395C17-L403C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L417C17-L417C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L417C17-L417C45" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Builder.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L428C17-L428C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L428C17-L428C45" }, { "DocsId": "P:System.Collections.Immutable.ImmutableHashSet`1.Builder.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L85C23-L85C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L85C23-L85C37" }, { "DocsId": "P:System.Collections.Immutable.ImmutableHashSet`1.Builder.System#Collections#Generic#ICollection#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L94C23-L94C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L94C23-L94C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableHashSet`1.Builder.KeyComparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L109C21-L109C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs#L109C21-L109C46" } ], "DocsId": "T:System.Collections.Immutable.ImmutableHashSet`1.Builder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Builder.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Enumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs#L68C23-L68C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs#L68C23-L68C43" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs#L80C17-L93C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs#L80C17-L93C30" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Enumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs#L102C17-L108C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs#L102C17-L108C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet`1.Enumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs#L115C17-L117C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs#L115C17-L117C14" }, { "DocsId": "P:System.Collections.Immutable.ImmutableHashSet`1.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs#L58C21-L59C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs#L58C21-L59C54" }, { "DocsId": "P:System.Collections.Immutable.ImmutableHashSet`1.Enumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs#L68C23-L68C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs#L68C23-L68C43" } ], "DocsId": "T:System.Collections.Immutable.ImmutableHashSet`1.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.Enumerator.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableArray.Create``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L28C13-L28C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L28C13-L28C44" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.Create``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L39C13-L40C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L39C13-L40C49" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.Create``1(``0,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L52C13-L53C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L52C13-L53C49" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.Create``1(``0,``0,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L66C13-L67C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L66C13-L67C49" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.Create``1(``0,``0,``0,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L81C13-L82C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L81C13-L82C49" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.Create``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L93C13-L99C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L93C13-L99C49" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.Create``1(System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L111C13-L111C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L111C13-L111C51" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.ToImmutableArray``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L122C13-L122C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L122C13-L122C34" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.ToImmutableArray``1(System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L134C13-L134C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L134C13-L134C51" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.CreateRange``1(System.Collections.Generic.IEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L145C13-L179C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L145C13-L179C63" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.Create``1(``0[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L191C13-L202C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L191C13-L202C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.Create``1(``0[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L217C13-L233C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L217C13-L233C49" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.Create``1(System.Collections.Immutable.ImmutableArray{``0},System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L249C13-L264C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L249C13-L264C49" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.CreateRange``2(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L279C13-L294C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L279C13-L294C55" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.CreateRange``2(System.Collections.Immutable.ImmutableArray{``0},System.Int32,System.Int32,System.Func{``0,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L311C13-L328C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L311C13-L328C55" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.CreateRange``3(System.Collections.Immutable.ImmutableArray{``0},System.Func{``0,``1,``2},``1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L347C13-L362C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L347C13-L362C55" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.CreateRange``3(System.Collections.Immutable.ImmutableArray{``0},System.Int32,System.Int32,System.Func{``0,``1,``2},``1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L383C13-L400C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L383C13-L400C55" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.CreateBuilder``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L410C13-L410C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L410C13-L410C44" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.CreateBuilder``1(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L421C13-L421C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L421C13-L421C67" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.ToImmutableArray``1(System.Collections.Generic.IEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L432C13-L437C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L432C13-L437C39" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.ToImmutableArray``1(System.Collections.Immutable.ImmutableArray`1.Builder{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L447C13-L449C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L447C13-L449C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.BinarySearch``1(System.Collections.Immutable.ImmutableArray{``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L475C13-L475C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L475C13-L475C63" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.BinarySearch``1(System.Collections.Immutable.ImmutableArray{``0},``0,System.Collections.Generic.IComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L505C13-L505C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L505C13-L505C73" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.BinarySearch``1(System.Collections.Immutable.ImmutableArray{``0},System.Int32,System.Int32,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L539C13-L539C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L539C13-L539C78" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray.BinarySearch``1(System.Collections.Immutable.ImmutableArray{``0},System.Int32,System.Int32,``0,System.Collections.Generic.IComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L579C13-L579C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs#L579C13-L579C88" } ], "DocsId": "T:System.Collections.Immutable.ImmutableArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L28C17-L30C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L28C17-L30C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#IList#set_Item(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L32C19-L32C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L32C19-L32C53" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#ICollection#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L44C19-L44C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L44C19-L44C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L56C17-L58C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L56C17-L58C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#IReadOnlyCollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L71C17-L73C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L71C17-L73C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#IReadOnlyList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L89C17-L91C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L89C17-L91C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AsSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L99C44-L99C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L99C44-L99C70" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AsMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L105C48-L105C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L105C48-L105C76" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.IndexOf(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L114C13-L115C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L114C13-L115C84" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.IndexOf(`0,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L127C13-L128C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L127C13-L128C95" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.IndexOf(`0,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L139C13-L140C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L139C13-L140C106" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.IndexOf(`0,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L152C13-L152C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L152C13-L152C87" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.IndexOf(`0,System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L168C13-L194C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L168C13-L194C27" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.LastIndexOf(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L205C13-L211C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L205C13-L211C102" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.LastIndexOf(`0,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L222C13-L228C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L222C13-L228C100" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.LastIndexOf(`0,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L240C13-L240C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L240C13-L240C91" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.LastIndexOf(`0,System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L253C13-L279C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L253C13-L279C27" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Contains(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L290C13-L290C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L290C13-L290C44" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Contains(`0,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L304C13-L304C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L304C13-L304C62" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Insert(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L315C13-L336C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L315C13-L336C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L347C13-L389C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L347C13-L389C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.InsertRange(System.Int32,System.Collections.Immutable.ImmutableArray{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L400C13-L414C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L400C13-L414C72" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L424C13-L430C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L424C13-L430C51" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AddRange(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L440C13-L441C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L440C13-L441C57" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AddRange(`0[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L452C13-L470C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L452C13-L470C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AddRange``1(``0[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L481C13-L494C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L481C13-L494C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AddRange(System.Collections.Immutable.ImmutableArray{`0},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L505C13-L514C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L505C13-L514C29" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AddRange``1(System.Collections.Immutable.ImmutableArray{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L526C13-L533C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L526C13-L533C29" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AddRange(System.Collections.Immutable.ImmutableArray{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L544C13-L545C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L544C13-L545C57" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.SetItem(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L556C13-L563C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L556C13-L563C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Replace(`0,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L575C13-L575C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L575C13-L575C82" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Replace(`0,`0,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L591C13-L598C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L591C13-L598C50" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L609C13-L609C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L609C13-L609C67" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Remove(`0,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L624C13-L629C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L624C13-L629C40" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L639C13-L639C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L639C13-L639C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.RemoveRange(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L650C13-L663C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L650C13-L663C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.RemoveRange(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L675C13-L675C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L675C13-L675C73" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.RemoveRange(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L691C13-L705C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L691C13-L705C56" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.RemoveRange(System.Collections.Immutable.ImmutableArray{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L717C13-L717C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L717C13-L717C73" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.RemoveRange(System.Collections.Immutable.ImmutableArray{`0},System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L732C13-L734C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L732C13-L734C66" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.RemoveAll(System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L750C13-L772C22" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L750C13-L772C22" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L780C13-L780C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L780C13-L780C26" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Sort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L788C13-L789C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L788C13-L789C67" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Sort(System.Comparison{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L803C13-L806C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L803C13-L806C62" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Sort(System.Collections.Generic.IComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L815C13-L816C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L815C13-L816C56" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L827C13-L857C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L827C13-L857C25" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.OfType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L869C13-L875C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L869C13-L875C49" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AddRange(System.ReadOnlySpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L885C13-L886C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L885C13-L886C57" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AddRange(`0[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L896C13-L897C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L896C13-L897C57" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AsSpan(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L906C65-L906C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L906C65-L906C106" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.CopyTo(System.Span{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L914C13-L919C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L914C13-L919C10" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.InsertRange(System.Int32,`0[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L929C13-L943C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L929C13-L943C63" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.InsertRange(System.Int32,System.ReadOnlySpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L954C13-L967C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L954C13-L967C63" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.RemoveRange(System.ReadOnlySpan{`0},System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L982C13-L1005C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L982C13-L1005C56" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.RemoveRange(`0[],System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1020C13-L1025C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1020C13-L1025C83" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Slice(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1036C13-L1038C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1036C13-L1038C63" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#IList#Insert(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1045C13-L1045C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1045C13-L1045C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1050C13-L1050C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1050C13-L1050C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#ICollection#Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1055C13-L1055C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1055C13-L1055C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#ICollection#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1060C13-L1060C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1060C13-L1060C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#ICollection#Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1065C13-L1065C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1065C13-L1065C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1073C13-L1075C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1073C13-L1075C33" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1083C13-L1085C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1083C13-L1085C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#AddRange(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1093C13-L1095C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1093C13-L1095C41" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#Insert(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1103C13-L1105C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1103C13-L1105C48" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1113C13-L1115C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1113C13-L1115C51" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#Remove(`0,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1123C13-L1125C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1123C13-L1125C57" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#RemoveAll(System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1133C13-L1135C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1133C13-L1135C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#RemoveRange(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1143C13-L1145C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1143C13-L1145C62" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#RemoveRange(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1153C13-L1155C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1153C13-L1155C51" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1163C13-L1165C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1163C13-L1165C41" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#SetItem(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1173C13-L1175C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1173C13-L1175C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableList#Replace(`0,`0,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1183C13-L1185C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1183C13-L1185C71" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1198C13-L1198C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1198C13-L1198C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1207C13-L1207C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1207C13-L1207C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1226C13-L1232C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1226C13-L1232C26" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1244C13-L1250C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1244C13-L1250C23" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1261C13-L1261C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1261C13-L1261C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1273C19-L1273C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1273C19-L1273C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1285C19-L1285C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1285C19-L1285C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1297C17-L1299C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1297C17-L1299C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1312C17-L1312C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1312C17-L1312C29" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1322C19-L1322C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1322C19-L1322C53" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1332C13-L1332C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1332C13-L1332C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1342C13-L1342C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1342C13-L1342C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1359C17-L1361C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1359C17-L1361C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1363C19-L1363C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1363C19-L1363C53" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1373C13-L1376C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1373C13-L1376C10" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IStructuralEquatable#Equals(System.Object,System.Collections.IEqualityComparer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1386C13-L1406C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1386C13-L1406C54" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IStructuralEquatable#GetHashCode(System.Collections.IEqualityComparer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1416C13-L1418C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1416C13-L1418C83" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IStructuralComparable#CompareTo(System.Object,System.Collections.IComparer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1436C13-L1466C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1436C13-L1466C81" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.AsSpan(System.Range)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.netcoreapp.cs#L17C13-L21C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.netcoreapp.cs#L17C13-L21C67" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.op_Equality(System.Collections.Immutable.ImmutableArray{`0},System.Collections.Immutable.ImmutableArray{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L77C13-L77C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L77C13-L77C39" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.op_Inequality(System.Collections.Immutable.ImmutableArray{`0},System.Collections.Immutable.ImmutableArray{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L89C13-L89C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L89C13-L89C40" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.op_Equality(System.Nullable{System.Collections.Immutable.ImmutableArray{`0}},System.Nullable{System.Collections.Immutable.ImmutableArray{`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L100C13-L100C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L100C13-L100C79" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.op_Inequality(System.Nullable{System.Collections.Immutable.ImmutableArray{`0}},System.Nullable{System.Collections.Immutable.ImmutableArray{`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L111C13-L111C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L111C13-L111C80" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.ItemRef(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L147C13-L147C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L147C13-L147C43" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableArray#get_Array", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L206C19-L206C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L206C19-L206C37" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.CopyTo(`0[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L228C13-L231C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L228C13-L231C10" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.CopyTo(`0[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L240C13-L243C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L240C13-L243C10" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.CopyTo(System.Int32,`0[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L254C13-L257C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L254C13-L257C10" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.ToBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L265C13-L273C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L265C13-L273C28" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L283C13-L285C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L283C13-L285C48" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L296C13-L297C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L296C13-L297C70" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L309C13-L309C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L309C13-L309C78" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Equals(System.Collections.Immutable.ImmutableArray{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L322C13-L322C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L322C13-L322C46" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.CastUp``1(System.Collections.Immutable.ImmutableArray{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L341C13-L341C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L341C13-L341C55" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.CastArray``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L355C13-L355C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L355C13-L355C73" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.As``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L379C13-L379C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L379C13-L379C73" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L389C13-L391C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L389C13-L391C57" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L401C13-L403C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L401C13-L403C57" }, { "DocsId": "F:System.Collections.Immutable.ImmutableArray`1.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs" }, { "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L28C17-L30C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L28C17-L30C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#ICollection#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L44C19-L44C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L44C19-L44C31" }, { "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L56C17-L58C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L56C17-L58C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#IReadOnlyCollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L71C17-L73C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L71C17-L73C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#Generic#IReadOnlyList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L89C17-L91C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L89C17-L91C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1273C19-L1273C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1273C19-L1273C31" }, { "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1285C19-L1285C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1285C19-L1285C31" }, { "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1297C17-L1299C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1297C17-L1299C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1312C17-L1312C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1312C17-L1312C29" }, { "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1322C19-L1322C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1322C19-L1322C53" }, { "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1359C17-L1361C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs#L1359C17-L1361C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L131C17-L131C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L131C17-L131C43" }, { "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L157C19-L157C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L157C19-L157C50" }, { "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L174C17-L174C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L174C17-L174C43" }, { "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.IsDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L184C19-L184C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L184C19-L184C45" }, { "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.IsDefaultOrEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L195C17-L196C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L195C17-L196C69" }, { "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.System#Collections#Immutable#IImmutableArray#Array", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L206C19-L206C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Minimal.cs#L206C19-L206C37" }, { "DocsId": "T:System.Collections.Immutable.ImmutableArray`1.Builder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs" }, { "DocsId": "T:System.Collections.Immutable.ImmutableArray`1.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Enumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Enumerator.cs" } ], "DocsId": "T:System.Collections.Immutable.ImmutableArray`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.ItemRef(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L170C17-L175C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L170C17-L175C50" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.System#Collections#Generic#ICollection#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L185C23-L185C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L185C23-L185C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.ToImmutable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L194C17-L194C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L194C17-L194C62" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.MoveToImmutable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L205C17-L213C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L205C17-L213C52" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.DrainToImmutable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L227C17-L237C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L227C17-L237C54" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L245C17-L246C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L245C17-L246C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Insert(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L255C17-L265C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L255C17-L265C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L274C17-L294C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L274C17-L294C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.InsertRange(System.Int32,System.Collections.Immutable.ImmutableArray{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L303C17-L320C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L303C17-L320C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L328C17-L332C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L328C17-L332C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.AddRange(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L340C17-L358C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L340C17-L358C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.AddRange(`0[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L366C17-L372C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L366C17-L372C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.AddRange``1(``0[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L381C17-L387C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L381C17-L387C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.AddRange(`0[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L396C17-L403C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L396C17-L403C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.AddRange(System.Collections.Immutable.ImmutableArray{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L411C17-L412C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L411C17-L412C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.AddRange(System.Collections.Immutable.ImmutableArray{`0},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L421C17-L427C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L421C17-L427C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.AddRange(System.ReadOnlySpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L435C17-L439C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L435C17-L439C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.AddRange``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L448C17-L456C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L448C17-L456C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.AddRange``1(System.Collections.Immutable.ImmutableArray{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L465C17-L469C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L465C17-L469C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.AddRange(System.Collections.Immutable.ImmutableArray`1.Builder{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L477C17-L479C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L477C17-L479C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.AddRange``1(System.Collections.Immutable.ImmutableArray`1.Builder{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L488C17-L490C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L488C17-L490C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L500C17-L507C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L500C17-L507C30" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Remove(`0,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L522C17-L530C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L522C17-L530C30" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.RemoveAll(System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L543C17-L557C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L543C17-L557C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L565C17-L573C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L565C17-L573C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.RemoveRange(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L582C17-L603C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L582C17-L603C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.RemoveRange(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L611C17-L612C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L611C17-L612C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.RemoveRange(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L624C17-L637C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L624C17-L637C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Replace(`0,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L646C17-L647C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L646C17-L647C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Replace(`0,`0,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L660C17-L666C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L660C17-L666C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Contains(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L677C17-L677C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L677C17-L677C48" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.ToArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L685C17-L692C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L685C17-L692C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.CopyTo(`0[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L702C17-L705C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L702C17-L705C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.CopyTo(`0[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L713C17-L715C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L713C17-L715C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.CopyTo(System.Int32,`0[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L726C17-L731C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L726C17-L731C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.IndexOf(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L755C17-L755C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L755C17-L755C83" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.IndexOf(`0,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L766C17-L766C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L766C17-L766C109" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.IndexOf(`0,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L778C17-L778C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L778C17-L778C91" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.IndexOf(`0,System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L794C17-L817C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L794C17-L817C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.IndexOf(`0,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L833C17-L833C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L833C17-L833C98" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.LastIndexOf(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L843C17-L848C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L843C17-L848C104" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.LastIndexOf(`0,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L859C17-L866C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L859C17-L866C104" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.LastIndexOf(`0,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L878C17-L878C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L878C17-L878C95" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.LastIndexOf(`0,System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L891C17-L914C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L891C17-L914C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Reverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L924C17-L940C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L924C17-L940C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Sort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L947C17-L951C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L947C17-L951C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Sort(System.Comparison{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L963C17-L979C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L963C17-L979C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Sort(System.Collections.Generic.IComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L987C17-L991C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L987C17-L991C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L1003C17-L1010C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L1003C17-L1010C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.CopyTo(System.Span{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L1018C17-L1020C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L1018C17-L1020C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L1040C17-L1040C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L1040C17-L1040C45" }, { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Builder.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L1049C17-L1049C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L1049C17-L1049C45" }, { "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.Builder.Capacity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L55C23-L55C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L55C23-L55C47" }, { "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.Builder.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L94C21-L94C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L94C21-L94C35" }, { "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.Builder.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L142C21-L147C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L142C21-L147C45" }, { "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.Builder.System#Collections#Generic#ICollection#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L185C23-L185C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs#L185C23-L185C36" } ], "DocsId": "T:System.Collections.Immutable.ImmutableArray`1.Builder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Builder.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableArray`1.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Enumerator.cs#L64C17-L64C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Enumerator.cs#L64C17-L64C49" }, { "DocsId": "P:System.Collections.Immutable.ImmutableArray`1.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Enumerator.cs#L54C21-L54C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Enumerator.cs#L54C21-L54C43" } ], "DocsId": "T:System.Collections.Immutable.ImmutableArray`1.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Enumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableArray_1.Enumerator.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.Create``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L23C13-L23C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L23C13-L23C60" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.Create``2(System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L37C13-L37C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L37C13-L37C87" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.Create``2(System.Collections.Generic.IEqualityComparer{``0},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L52C13-L52C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L52C13-L52C102" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.CreateRange``2(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L64C13-L64C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L64C13-L64C76" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.CreateRange``2(System.Collections.Generic.IEqualityComparer{``0},System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L77C13-L77C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L77C13-L77C103" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.CreateRange``2(System.Collections.Generic.IEqualityComparer{``0},System.Collections.Generic.IEqualityComparer{``1},System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L91C13-L91C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L91C13-L91C118" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.CreateBuilder``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L102C13-L102C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L102C13-L102C55" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.CreateBuilder``2(System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L114C13-L114C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L114C13-L114C66" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.CreateBuilder``2(System.Collections.Generic.IEqualityComparer{``0},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L127C13-L127C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L127C13-L127C81" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.ToImmutableDictionary``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1},System.Collections.Generic.IEqualityComparer{``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L144C13-L149C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L144C13-L149C133" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.ToImmutableDictionary``2(System.Collections.Immutable.ImmutableDictionary`2.Builder{``0,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L159C13-L161C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L159C13-L161C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.ToImmutableDictionary``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L177C13-L177C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L177C13-L177C99" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.ToImmutableDictionary``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L190C13-L190C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L190C13-L190C83" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.ToImmutableDictionary``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L204C13-L204C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L204C13-L204C90" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.ToImmutableDictionary``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L219C13-L219C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L219C13-L219C92" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.ToImmutableDictionary``2(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}},System.Collections.Generic.IEqualityComparer{``0},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L233C13-L240C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L233C13-L240C119" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.ToImmutableDictionary``2(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}},System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L253C13-L253C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L253C13-L253C69" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.ToImmutableDictionary``2(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L265C13-L265C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L265C13-L265C62" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.Contains``2(System.Collections.Immutable.IImmutableDictionary{``0,``1},``0,``1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L281C13-L283C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L281C13-L283C77" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.GetValueOrDefault``2(System.Collections.Immutable.IImmutableDictionary{``0,``1},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L294C13-L294C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L294C13-L294C73" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary.GetValueOrDefault``2(System.Collections.Immutable.IImmutableDictionary{``0,``1},``0,``1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L310C13-L319C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs#L310C13-L319C33" } ], "DocsId": "T:System.Collections.Immutable.ImmutableDictionary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L125C13-L125C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L125C13-L125C73" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Immutable#IImmutableDictionary#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L206C13-L206C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L206C13-L206C33" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#IDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L218C19-L218C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L218C19-L218C73" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#IDictionary#get_Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L226C19-L226C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L226C19-L226C75" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#IDictionary#get_Item(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L263C19-L263C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L263C19-L263C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#IDictionary#set_Item(`0,`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L264C19-L264C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L264C19-L264C53" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#ICollection>#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L271C19-L271C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L271C19-L271C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.ToBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L292C13-L292C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L292C13-L292C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Add(`0,`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L300C13-L303C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L300C13-L303C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.AddRange(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L311C13-L313C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L311C13-L313C48" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.SetItem(`0,`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L321C13-L324C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L321C13-L324C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.SetItems(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L334C13-L337C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L334C13-L337C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L345C13-L348C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L345C13-L348C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.RemoveRange(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L356C13-L376C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L356C13-L376C43" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.ContainsKey(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L388C13-L389C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L388C13-L389C50" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Contains(System.Collections.Generic.KeyValuePair{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L401C13-L401C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L401C13-L401C48" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.TryGetValue(`0,`1@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L409C13-L410C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L409C13-L410C62" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.TryGetKey(`0,`0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L418C13-L419C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L418C13-L419C68" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.WithComparers(System.Collections.Generic.IEqualityComparer{`0},System.Collections.Generic.IEqualityComparer{`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L427C13-L450C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L427C13-L450C28" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.WithComparers(System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L459C13-L459C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L459C13-L459C78" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.ContainsValue(`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L476C57-L484C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L476C57-L484C10" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L494C13-L494C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L494C13-L494C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Immutable#IImmutableDictionary#Add(`0,`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L506C13-L506C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L506C13-L506C41" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Immutable#IImmutableDictionary#SetItem(`0,`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L514C13-L514C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L514C13-L514C45" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Immutable#IImmutableDictionary#SetItems(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L524C13-L524C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L524C13-L524C41" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Immutable#IImmutableDictionary#AddRange(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L532C13-L532C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L532C13-L532C41" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Immutable#IImmutableDictionary#RemoveRange(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L540C13-L540C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L540C13-L540C43" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Immutable#IImmutableDictionary#Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L548C13-L548C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L548C13-L548C37" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#IDictionary#Add(`0,`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L570C13-L570C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L570C13-L570C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#IDictionary#Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L587C13-L587C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L587C13-L587C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#ICollection>#Add(System.Collections.Generic.KeyValuePair{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L596C13-L596C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L596C13-L596C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#ICollection>#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L601C13-L601C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L601C13-L601C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#ICollection>#Remove(System.Collections.Generic.KeyValuePair{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L606C13-L606C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L606C13-L606C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#ICollection>#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L611C13-L619C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L611C13-L619C10" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L631C19-L631C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L631C19-L631C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L641C19-L641C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L641C19-L641C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L652C19-L652C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L652C19-L652C73" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#get_Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L663C19-L663C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L663C19-L663C75" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#Add(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L685C13-L685C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L685C13-L685C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L697C13-L697C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L697C13-L697C48" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L708C13-L708C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L708C13-L708C81" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L717C13-L717C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L717C13-L717C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#get_Item(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L727C19-L727C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L727C19-L727C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#set_Item(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L728C19-L728C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L728C19-L728C53" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L737C13-L737C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L737C13-L737C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L751C13-L759C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L751C13-L759C10" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L772C19-L772C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L772C19-L772C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L785C17-L785C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L785C17-L785C29" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#IEnumerable>#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L801C13-L803C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L801C13-L803C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L818C13-L818C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L818C13-L818C41" }, { "DocsId": "F:System.Collections.Immutable.ImmutableDictionary`2.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L133C19-L133C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L133C19-L133C33" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L144C19-L144C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L144C19-L144C42" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.KeyComparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L152C19-L152C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L152C19-L152C49" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.ValueComparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L160C19-L160C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L160C19-L160C51" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#IDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L218C19-L218C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L218C19-L218C73" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#IDictionary#Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L226C19-L226C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L226C19-L226C75" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Item(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L246C17-L254C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L246C17-L254C30" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#IDictionary#Item(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L263C19-L263C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L263C19-L263C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#Generic#ICollection>#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L271C19-L271C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L271C19-L271C31" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L631C19-L631C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L631C19-L631C31" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L641C19-L641C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L641C19-L641C31" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L652C19-L652C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L652C19-L652C73" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L663C19-L663C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L663C19-L663C75" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#IDictionary#Item(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L727C19-L727C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L727C19-L727C42" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L772C19-L772C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L772C19-L772C31" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L785C17-L785C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs#L785C17-L785C29" }, { "DocsId": "T:System.Collections.Immutable.ImmutableDictionary`2.Builder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs" }, { "DocsId": "T:System.Collections.Immutable.ImmutableDictionary`2.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs" } ], "DocsId": "T:System.Collections.Immutable.ImmutableDictionary`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#Generic#ICollection>#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L151C23-L151C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L151C23-L151C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#Generic#IDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L174C23-L174C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L174C23-L174C60" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#Generic#IDictionary#get_Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L197C23-L197C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L197C23-L197C62" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L210C23-L210C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L210C23-L210C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L220C23-L220C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L220C23-L220C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L231C23-L231C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L231C23-L231C60" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#get_Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L242C23-L242C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L242C23-L242C62" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L258C21-L263C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L258C21-L263C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L274C23-L274C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L274C23-L274C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#Add(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L288C17-L289C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L288C17-L289C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L300C17-L300C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L300C17-L300C52" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L311C17-L311C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L311C17-L311C85" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L320C17-L321C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L320C17-L321C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#get_Item(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L330C23-L330C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L330C23-L330C46" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#set_Item(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L331C23-L331C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L331C23-L331C58" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L345C17-L353C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L345C17-L353C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.AddRange(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L435C17-L437C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L435C17-L437C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.RemoveRange(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L445C17-L451C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L445C17-L451C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L461C17-L461C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L461C17-L461C52" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.GetValueOrDefault(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L471C17-L471C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L471C17-L471C70" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.GetValueOrDefault(`0,`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L484C17-L492C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L484C17-L492C37" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.ToImmutable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L508C17-L508C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L508C17-L508C105" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.Add(`0,`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L525C17-L527C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L525C17-L527C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.ContainsKey(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L539C17-L539C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L539C17-L539C88" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.ContainsValue(`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L556C61-L564C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L556C61-L564C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L578C17-L579C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L578C17-L579C43" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.TryGetValue(`0,`1@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L593C17-L593C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L593C17-L593C100" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.TryGetKey(`0,`0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L601C17-L601C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L601C17-L601C106" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.Add(System.Collections.Generic.KeyValuePair{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L611C17-L612C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L611C17-L612C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L620C17-L622C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L620C17-L622C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.Contains(System.Collections.Generic.KeyValuePair{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L633C17-L633C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L633C17-L633C86" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#Generic#ICollection>#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L641C17-L647C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L641C17-L647C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.Remove(System.Collections.Generic.KeyValuePair{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L664C17-L669C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L664C17-L669C30" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#Generic#IEnumerable>#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L684C17-L684C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L684C17-L684C45" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L695C17-L695C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L695C17-L695C45" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.KeyComparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L87C21-L87C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L87C21-L87C51" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.ValueComparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L117C21-L117C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L117C21-L117C53" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L142C23-L142C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L142C23-L142C37" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#Generic#ICollection>#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L151C23-L151C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L151C23-L151C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#Generic#IDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L174C23-L174C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L174C23-L174C60" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#Generic#IDictionary#Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L197C23-L197C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L197C23-L197C62" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L210C23-L210C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L210C23-L210C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L220C23-L220C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L220C23-L220C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L231C23-L231C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L231C23-L231C60" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L242C23-L242C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L242C23-L242C62" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L258C21-L263C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L258C21-L263C38" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L274C23-L274C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L274C23-L274C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.System#Collections#IDictionary#Item(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L330C23-L330C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L330C23-L330C46" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Builder.Item(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L412C21-L417C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs#L412C21-L417C34" } ], "DocsId": "T:System.Collections.Immutable.ImmutableDictionary`2.Builder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Builder.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Enumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs#L68C23-L68C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs#L68C23-L68C43" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs#L80C17-L93C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs#L80C17-L93C30" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Enumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs#L102C17-L108C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs#L102C17-L108C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableDictionary`2.Enumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs#L115C17-L117C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs#L115C17-L117C14" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs#L58C21-L59C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs#L58C21-L59C54" }, { "DocsId": "P:System.Collections.Immutable.ImmutableDictionary`2.Enumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs#L68C23-L68C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs#L68C23-L68C43" } ], "DocsId": "T:System.Collections.Immutable.ImmutableDictionary`2.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableDictionary_2.Enumerator.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.Create``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L20C13-L20C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L20C13-L20C46" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.Create``1(System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L33C13-L33C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L33C13-L33C77" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.Create``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L44C13-L44C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L44C13-L44C56" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.Create``1(System.Collections.Generic.IEqualityComparer{``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L56C13-L56C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L56C13-L56C87" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.CreateRange``1(System.Collections.Generic.IEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L67C13-L67C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L67C13-L67C59" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.CreateRange``1(System.Collections.Generic.IEqualityComparer{``0},System.Collections.Generic.IEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L79C13-L79C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L79C13-L79C90" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.Create``1(``0[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L90C13-L92C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L90C13-L92C51" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.Create``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L103C13-L103C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L103C13-L103C59" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.Create``1(System.Collections.Generic.IEqualityComparer{``0},``0[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L115C13-L117C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L115C13-L117C69" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.Create``1(System.Collections.Generic.IEqualityComparer{``0},System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L129C13-L129C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L129C13-L129C90" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.CreateBuilder``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L139C13-L139C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L139C13-L139C44" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.CreateBuilder``1(System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L152C13-L152C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L152C13-L152C60" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.ToImmutableHashSet``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L164C13-L169C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L164C13-L169C97" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.ToImmutableHashSet``1(System.Collections.Immutable.ImmutableHashSet`1.Builder{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L179C13-L181C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L179C13-L181C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableHashSet.ToImmutableHashSet``1(System.Collections.Generic.IEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L193C13-L193C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs#L193C13-L193C53" } ], "DocsId": "T:System.Collections.Immutable.ImmutableHashSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.Update``1(``0@,System.Func{``0,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L36C13-L55C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L36C13-L55C25" }, { "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.Update``2(``0@,System.Func{``0,``1,``0},``1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L83C13-L102C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L83C13-L102C25" }, { "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.Update``1(System.Collections.Immutable.ImmutableArray{``0}@,System.Func{System.Collections.Immutable.ImmutableArray{``0},System.Collections.Immutable.ImmutableArray{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L125C13-L144C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L125C13-L144C25" }, { "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.Update``2(System.Collections.Immutable.ImmutableArray{``0}@,System.Func{System.Collections.Immutable.ImmutableArray{``0},``1,System.Collections.Immutable.ImmutableArray{``0}},``1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L172C13-L191C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L172C13-L191C25" }, { "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.InterlockedExchange``1(System.Collections.Immutable.ImmutableArray{``0}@,System.Collections.Immutable.ImmutableArray{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L205C13-L205C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L205C13-L205C114" }, { "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.InterlockedCompareExchange``1(System.Collections.Immutable.ImmutableArray{``0}@,System.Collections.Immutable.ImmutableArray{``0},System.Collections.Immutable.ImmutableArray{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L219C13-L219C138" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L219C13-L219C138" }, { "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.InterlockedInitialize``1(System.Collections.Immutable.ImmutableArray{``0}@,System.Collections.Immutable.ImmutableArray{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L232C13-L232C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L232C13-L232C106" }, { "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.GetOrAdd``3(System.Collections.Immutable.ImmutableDictionary{``0,``1}@,``0,System.Func{``0,``2,``1},``2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L256C13-L268C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L256C13-L268C55" }, { "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.GetOrAdd``2(System.Collections.Immutable.ImmutableDictionary{``0,``1}@,``0,System.Func{``0,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L285C13-L297C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L285C13-L297C55" }, { "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.GetOrAdd``2(System.Collections.Immutable.ImmutableDictionary{``0,``1}@,``0,``1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L311C13-L331C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L311C13-L331C26" }, { "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.AddOrUpdate``2(System.Collections.Immutable.ImmutableDictionary{``0,``1}@,``0,System.Func{``0,``1},System.Func{``0,``1,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L346C13-L379C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L346C13-L379C29" }, { "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.AddOrUpdate``2(System.Collections.Immutable.ImmutableDictionary{``0,``1}@,``0,``1,System.Func{``0,``1,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L394C13-L426C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L394C13-L426C29" }, { "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.TryAdd``2(System.Collections.Immutable.ImmutableDictionary{``0,``1}@,``0,``1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L440C13-L457C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L440C13-L457C25" }, { "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.TryUpdate``2(System.Collections.Immutable.ImmutableDictionary{``0,``1}@,``0,``1,``1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L472C13-L492C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L472C13-L492C25" }, { "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.TryRemove``2(System.Collections.Immutable.ImmutableDictionary{``0,``1}@,``0,``1@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L506C13-L523C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L506C13-L523C25" }, { "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.TryPop``1(System.Collections.Immutable.ImmutableStack{``0}@,``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L539C13-L557C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L539C13-L557C25" }, { "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.Push``1(System.Collections.Immutable.ImmutableStack{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L568C13-L579C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L568C13-L579C10" }, { "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.TryDequeue``1(System.Collections.Immutable.ImmutableQueue{``0}@,``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L594C13-L612C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L594C13-L612C25" }, { "DocsId": "M:System.Collections.Immutable.ImmutableInterlocked.Enqueue``1(System.Collections.Immutable.ImmutableQueue{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L623C13-L634C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs#L623C13-L634C10" } ], "DocsId": "T:System.Collections.Immutable.ImmutableInterlocked", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableInterlocked.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableList.Create``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L18C55-L18C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L18C55-L18C77" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList.Create``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L26C61-L26C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L26C61-L26C93" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList.CreateRange``1(System.Collections.Generic.IEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L34C80-L34C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L34C80-L34C118" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList.Create``1(``0[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L44C13-L46C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L44C13-L46C51" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList.Create``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L55C83-L55C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L55C83-L55C121" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList.CreateBuilder``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L62C70-L62C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L62C70-L62C93" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList.ToImmutableList``1(System.Collections.Generic.IEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L72C13-L77C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L72C13-L77C66" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList.ToImmutableList``1(System.Collections.Immutable.ImmutableList`1.Builder{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L87C13-L89C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L87C13-L89C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList.Replace``1(System.Collections.Immutable.IImmutableList{``0},``0,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L102C13-L103C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L102C13-L103C82" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList.Remove``1(System.Collections.Immutable.IImmutableList{``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L114C13-L115C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L114C13-L115C68" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList.RemoveRange``1(System.Collections.Immutable.IImmutableList{``0},System.Collections.Generic.IEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L128C13-L129C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L128C13-L129C73" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList.IndexOf``1(System.Collections.Immutable.IImmutableList{``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L148C13-L149C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L148C13-L149C83" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList.IndexOf``1(System.Collections.Immutable.IImmutableList{``0},``0,System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L169C13-L170C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L169C13-L170C72" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList.IndexOf``1(System.Collections.Immutable.IImmutableList{``0},``0,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L194C13-L195C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L194C13-L195C105" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList.IndexOf``1(System.Collections.Immutable.IImmutableList{``0},``0,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L222C13-L223C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L222C13-L223C87" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList.LastIndexOf``1(System.Collections.Immutable.IImmutableList{``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L241C13-L249C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L241C13-L249C100" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList.LastIndexOf``1(System.Collections.Immutable.IImmutableList{``0},``0,System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L268C13-L276C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L268C13-L276C89" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList.LastIndexOf``1(System.Collections.Immutable.IImmutableList{``0},``0,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L299C13-L306C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L299C13-L306C100" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList.LastIndexOf``1(System.Collections.Immutable.IImmutableList{``0},``0,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L332C13-L333C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs#L332C13-L333C91" } ], "DocsId": "T:System.Collections.Immutable.ImmutableList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L51C44-L51C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L51C44-L51C49" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.BinarySearch(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L69C44-L69C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L69C44-L69C73" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.BinarySearch(`0,System.Collections.Generic.IComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L91C68-L91C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L91C68-L91C116" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.BinarySearch(System.Int32,System.Int32,`0,System.Collections.Generic.IComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L124C90-L124C138" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L124C90-L124C138" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L137C56-L137C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L137C56-L137C68" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L152C40-L152C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L152C40-L152C44" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L161C44-L161C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L161C44-L161C48" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.ItemRef(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L181C57-L181C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L181C57-L181C77" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.ToBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L201C13-L201C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L201C13-L201C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L209C13-L210C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L209C13-L210C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.AddRange(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L218C13-L228C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L218C13-L228C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Insert(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L261C13-L262C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L261C13-L262C57" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L270C13-L275C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L270C13-L275C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L281C52-L281C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L281C52-L281C99" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Remove(`0,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L288C13-L289C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L288C13-L289C60" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.RemoveRange(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L300C13-L310C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L300C13-L310C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.RemoveRange(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L320C70-L320C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L320C70-L320C122" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.RemoveRange(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L335C13-L355C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L335C13-L355C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L363C13-L365C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L363C13-L365C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.RemoveAll(System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L381C13-L383C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L381C13-L383C54" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.SetItem(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L389C64-L389C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L389C64-L389C104" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Replace(`0,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L394C68-L394C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L394C68-L394C129" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Replace(`0,`0,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L401C13-L407C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L401C13-L407C50" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Reverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L414C46-L414C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L414C46-L414C72" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Reverse(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L422C66-L422C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L422C66-L422C104" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Sort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L428C43-L428C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L428C43-L428C66" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Sort(System.Comparison{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L441C13-L442C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L441C13-L442C54" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Sort(System.Collections.Generic.IComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L454C65-L454C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L454C65-L454C96" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L473C13-L477C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L473C13-L477C66" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.ForEach(System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L490C13-L496C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L490C13-L496C10" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.CopyTo(`0[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L507C42-L507C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L507C42-L507C61" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.CopyTo(`0[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L521C58-L521C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L521C58-L521C89" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.CopyTo(System.Int32,`0[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L539C80-L539C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L539C80-L539C125" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.GetRange(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L556C13-L559C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L556C13-L559C73" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.ConvertAll``1(System.Func{`0,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L579C13-L580C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L579C13-L580C81" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Exists(System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L596C51-L596C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L596C51-L596C70" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Find(System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L610C47-L610C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L610C47-L610C64" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.FindAll(System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L625C64-L625C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L625C64-L625C84" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.FindIndex(System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L640C53-L640C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L640C53-L640C75" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.FindIndex(System.Int32,System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L654C69-L654C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L654C69-L654C103" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.FindIndex(System.Int32,System.Int32,System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L669C80-L669C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L669C80-L669C121" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.FindLast(System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L683C51-L683C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L683C51-L683C72" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.FindLastIndex(System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L698C57-L698C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L698C57-L698C83" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.FindLastIndex(System.Int32,System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L713C73-L713C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L713C73-L713C111" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.FindLastIndex(System.Int32,System.Int32,System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L731C84-L731C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L731C84-L731C129" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.IndexOf(`0,System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L757C101-L757C152" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L757C101-L757C152" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.LastIndexOf(`0,System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L779C105-L779C160" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L779C105-L779C160" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.TrueForAll(System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L794C55-L794C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L794C55-L794C78" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Contains(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L803C42-L803C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L803C42-L803C92" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.IndexOf(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L808C40-L808C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L808C40-L808C88" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L813C61-L813C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L813C61-L813C76" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#AddRange(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L818C79-L818C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L818C79-L818C99" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#Insert(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L826C74-L826C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L826C74-L826C98" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L836C13-L836C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L836C13-L836C51" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#Remove(`0,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L842C104-L842C140" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L842C104-L842C140" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#RemoveAll(System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L847C78-L847C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L847C78-L847C99" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#RemoveRange(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L852C122-L852C163" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L852C122-L852C163" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#RemoveRange(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L857C82-L857C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L857C82-L857C112" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L864C68-L864C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L864C68-L864C88" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#SetItem(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L872C76-L872C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L872C76-L872C102" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Immutable#IImmutableList#Replace(`0,`0,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L885C120-L885C170" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L885C120-L885C170" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L899C13-L901C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L899C13-L901C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L914C90-L914C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L914C90-L914C110" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Generic#IList#Insert(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L926C52-L926C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L926C52-L926C85" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Generic#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L933C46-L933C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L933C46-L933C79" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Generic#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L942C20-L942C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L942C20-L942C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Generic#IList#set_Item(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L943C20-L943C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L943C20-L943C53" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Generic#ICollection#Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L955C44-L955C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L955C44-L955C77" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Generic#ICollection#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L961C40-L961C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L961C40-L961C73" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Generic#ICollection#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L968C43-L968C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L968C43-L968C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#Generic#ICollection#Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L976C47-L976C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L976C47-L976C80" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L985C84-L985C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L985C84-L985C115" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L999C41-L999C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L999C41-L999C74" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1006C43-L1006C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1006C43-L1006C76" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1012C31-L1012C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1012C31-L1012C64" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1021C47-L1021C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1021C47-L1021C100" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1030C45-L1030C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1030C45-L1030C101" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1038C56-L1038C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1038C56-L1038C89" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1044C35-L1044C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1044C35-L1044C39" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1051C34-L1051C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1051C34-L1051C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1058C45-L1058C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1058C45-L1058C78" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1072C20-L1072C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1072C20-L1072C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1073C20-L1073C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1073C20-L1073C53" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1091C46-L1091C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1091C46-L1091C67" }, { "DocsId": "F:System.Collections.Immutable.ImmutableList`1.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs" }, { "DocsId": "P:System.Collections.Immutable.ImmutableList`1.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L132C32-L132C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L132C32-L132C45" }, { "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L142C29-L142C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L142C29-L142C40" }, { "DocsId": "P:System.Collections.Immutable.ImmutableList`1.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L152C40-L152C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L152C40-L152C44" }, { "DocsId": "P:System.Collections.Immutable.ImmutableList`1.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L161C44-L161C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L161C44-L161C48" }, { "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L173C37-L173C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L173C37-L173C57" }, { "DocsId": "P:System.Collections.Immutable.ImmutableList`1.System#Collections#Generic#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L942C20-L942C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L942C20-L942C31" }, { "DocsId": "P:System.Collections.Immutable.ImmutableList`1.System#Collections#Generic#ICollection#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L968C43-L968C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L968C43-L968C47" }, { "DocsId": "P:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1044C35-L1044C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1044C35-L1044C39" }, { "DocsId": "P:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1051C34-L1051C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1051C34-L1051C38" }, { "DocsId": "P:System.Collections.Immutable.ImmutableList`1.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1072C20-L1072C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs#L1072C20-L1072C31" }, { "DocsId": "T:System.Collections.Immutable.ImmutableList`1.Builder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs" }, { "DocsId": "T:System.Collections.Immutable.ImmutableList`1.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs" } ], "DocsId": "T:System.Collections.Immutable.ImmutableList`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#Generic#ICollection#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L81C23-L81C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L81C23-L81C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.ItemRef(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L147C17-L147C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L147C17-L147C53" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.IndexOf(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L159C17-L159C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L159C17-L159C77" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Insert(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L167C17-L168C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L167C17-L168C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L175C17-L176C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L175C17-L176C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L183C17-L184C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L183C17-L184C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L191C17-L192C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L191C17-L192C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Contains(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L199C17-L199C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L199C17-L199C48" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L207C17-L214C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L207C17-L214C29" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L225C17-L225C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L225C17-L225C54" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L236C17-L236C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L236C17-L236C45" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L247C17-L247C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L247C17-L247C45" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.ForEach(System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L260C17-L266C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L260C17-L266C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.CopyTo(`0[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L277C46-L277C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L277C46-L277C65" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.CopyTo(`0[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L291C62-L291C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L291C62-L291C93" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.CopyTo(System.Int32,`0[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L309C84-L309C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L309C84-L309C129" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.GetRange(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L326C17-L329C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L326C17-L329C93" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.ConvertAll``1(System.Func{`0,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L349C17-L350C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L349C17-L350C85" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Exists(System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L366C55-L366C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L366C55-L366C74" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Find(System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L380C51-L380C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L380C51-L380C68" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.FindAll(System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L395C68-L395C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L395C68-L395C88" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.FindIndex(System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L410C57-L410C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L410C57-L410C79" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.FindIndex(System.Int32,System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L424C73-L424C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L424C73-L424C107" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.FindIndex(System.Int32,System.Int32,System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L439C84-L439C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L439C84-L439C125" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.FindLast(System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L453C55-L453C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L453C55-L453C76" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.FindLastIndex(System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L468C61-L468C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L468C61-L468C87" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.FindLastIndex(System.Int32,System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L483C77-L483C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L483C77-L483C115" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.FindLastIndex(System.Int32,System.Int32,System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L501C88-L501C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L501C88-L501C133" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.IndexOf(`0,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L522C17-L522C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L522C17-L522C92" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.IndexOf(`0,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L546C17-L546C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L546C17-L546C79" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.IndexOf(`0,System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L574C17-L574C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L574C17-L574C68" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.LastIndexOf(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L593C17-L598C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L593C17-L598C105" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.LastIndexOf(`0,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L619C17-L624C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L619C17-L624C105" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.LastIndexOf(`0,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L645C17-L645C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L645C17-L645C88" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.LastIndexOf(`0,System.Int32,System.Int32,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L666C17-L666C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L666C17-L666C77" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.TrueForAll(System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L681C59-L681C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L681C59-L681C82" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.AddRange(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L697C17-L700C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L697C17-L700C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L716C17-L720C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L716C17-L720C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.RemoveAll(System.Predicate{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L735C17-L739C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L735C17-L739C43" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Remove(`0,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L753C17-L760C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L753C17-L760C30" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.RemoveRange(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L770C17-L778C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L770C17-L778C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.RemoveRange(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L790C17-L800C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L790C17-L800C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.RemoveRange(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L808C17-L809C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L808C17-L809C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Replace(`0,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L819C17-L820C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L819C17-L820C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Replace(`0,`0,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L834C17-L841C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L834C17-L841C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Reverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L848C17-L849C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L848C17-L849C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Reverse(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L858C17-L863C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L858C17-L863C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Sort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L871C17-L872C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L871C17-L872C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Sort(System.Comparison{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L884C17-L886C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L884C17-L886C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Sort(System.Collections.Generic.IComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L898C17-L899C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L898C17-L899C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L917C17-L921C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L917C17-L921C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.BinarySearch(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L941C17-L941C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L941C17-L941C54" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.BinarySearch(`0,System.Collections.Generic.IComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L966C17-L966C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L966C17-L966C73" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.BinarySearch(System.Int32,System.Int32,`0,System.Collections.Generic.IComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1000C17-L1000C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1000C17-L1000C77" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.ToImmutable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1016C17-L1016C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1016C17-L1016C76" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1032C17-L1033C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1032C17-L1033C39" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1041C17-L1042C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1041C17-L1042C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1053C17-L1058C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1053C17-L1058C30" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1070C17-L1075C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1070C17-L1075C27" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1085C17-L1086C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1085C17-L1086C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1094C23-L1094C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1094C23-L1094C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1104C23-L1104C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1104C23-L1104C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1113C17-L1117C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1113C17-L1117C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1129C23-L1129C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1129C23-L1129C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1130C23-L1130C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1130C23-L1130C49" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1144C17-L1145C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1144C17-L1145C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1154C23-L1154C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1154C23-L1154C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1166C21-L1171C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1166C21-L1171C38" }, { "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Builder.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L72C23-L72C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L72C23-L72C46" }, { "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#Generic#ICollection#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L81C23-L81C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L81C23-L81C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Builder.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L132C21-L132C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L132C21-L132C53" }, { "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1094C23-L1094C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1094C23-L1094C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1104C23-L1104C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1104C23-L1104C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1129C23-L1129C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1129C23-L1129C42" }, { "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1154C23-L1154C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1154C23-L1154C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Builder.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1166C21-L1171C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs#L1166C21-L1171C38" } ], "DocsId": "T:System.Collections.Immutable.ImmutableList`1.Builder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Builder.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Enumerator.System#Collections#Immutable#ISecurePooledObjectUser#get_PoolUserId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L117C55-L117C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L117C55-L117C66" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Enumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L139C63-L139C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L139C63-L139C75" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Enumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L146C17-L155C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L146C17-L155C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L163C17-L180C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L163C17-L180C30" }, { "DocsId": "M:System.Collections.Immutable.ImmutableList`1.Enumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L188C17-L196C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L188C17-L196C14" }, { "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Enumerator.System#Collections#Immutable#ISecurePooledObjectUser#PoolUserId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L117C55-L117C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L117C55-L117C66" }, { "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L126C21-L132C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L126C21-L132C59" }, { "DocsId": "P:System.Collections.Immutable.ImmutableList`1.Enumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L139C63-L139C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs#L139C63-L139C75" } ], "DocsId": "T:System.Collections.Immutable.ImmutableList`1.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableList_1.Enumerator.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableQueue.Create``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue.cs#L22C13-L22C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue.cs#L22C13-L22C44" }, { "DocsId": "M:System.Collections.Immutable.ImmutableQueue.Create``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue.cs#L31C62-L31C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue.cs#L31C62-L31C99" }, { "DocsId": "M:System.Collections.Immutable.ImmutableQueue.CreateRange``1(System.Collections.Generic.IEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue.cs#L41C13-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue.cs#L41C13-L65C10" }, { "DocsId": "M:System.Collections.Immutable.ImmutableQueue.Create``1(``0[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue.cs#L75C13-L77C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue.cs#L75C13-L77C51" }, { "DocsId": "M:System.Collections.Immutable.ImmutableQueue.Create``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue.cs#L88C13-L100C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue.cs#L88C13-L100C98" }, { "DocsId": "M:System.Collections.Immutable.ImmutableQueue.Dequeue``1(System.Collections.Immutable.IImmutableQueue{``0},``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue.cs#L113C13-L116C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue.cs#L113C13-L116C36" } ], "DocsId": "T:System.Collections.Immutable.ImmutableQueue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L65C13-L65C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L65C13-L65C26" }, { "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.System#Collections#Immutable#IImmutableQueue#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L101C13-L101C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L101C13-L101C33" }, { "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.Peek", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L127C13-L132C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L127C13-L132C37" }, { "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.PeekRef", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L141C13-L146C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L141C13-L146C44" }, { "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.Enqueue(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L158C13-L164C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L158C13-L164C81" }, { "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.System#Collections#Immutable#IImmutableQueue#Enqueue(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L177C13-L177C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L177C13-L177C40" }, { "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.Dequeue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L187C13-L203C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L187C13-L203C95" }, { "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.Dequeue(`0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L215C13-L216C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L215C13-L216C35" }, { "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.System#Collections#Immutable#IImmutableQueue#Dequeue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L226C13-L226C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L226C13-L226C35" }, { "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L237C13-L237C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L237C13-L237C41" }, { "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L248C13-L250C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L248C13-L250C44" }, { "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L261C13-L261C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L261C13-L261C47" }, { "DocsId": "P:System.Collections.Immutable.ImmutableQueue`1.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L79C17-L79C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L79C17-L79C42" }, { "DocsId": "P:System.Collections.Immutable.ImmutableQueue`1.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L91C17-L91C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs#L91C17-L91C37" }, { "DocsId": "T:System.Collections.Immutable.ImmutableQueue`1.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.Enumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.Enumerator.cs" } ], "DocsId": "T:System.Collections.Immutable.ImmutableQueue`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableQueue`1.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.Enumerator.cs#L81C17-L97C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.Enumerator.cs#L81C17-L97C95" }, { "DocsId": "P:System.Collections.Immutable.ImmutableQueue`1.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.Enumerator.cs#L53C21-L70C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.Enumerator.cs#L53C21-L70C63" } ], "DocsId": "T:System.Collections.Immutable.ImmutableQueue`1.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.Enumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableQueue_1.Enumerator.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.Create``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L23C13-L23C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L23C13-L23C66" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.Create``2(System.Collections.Generic.IComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L35C13-L35C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L35C13-L35C93" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.Create``2(System.Collections.Generic.IComparer{``0},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L48C13-L48C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L48C13-L48C108" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.CreateRange``2(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L60C13-L60C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L60C13-L60C82" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.CreateRange``2(System.Collections.Generic.IComparer{``0},System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L73C13-L73C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L73C13-L73C109" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.CreateRange``2(System.Collections.Generic.IComparer{``0},System.Collections.Generic.IEqualityComparer{``1},System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L87C13-L87C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L87C13-L87C124" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.CreateBuilder``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L98C13-L98C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L98C13-L98C55" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.CreateBuilder``2(System.Collections.Generic.IComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L110C13-L110C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L110C13-L110C66" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.CreateBuilder``2(System.Collections.Generic.IComparer{``0},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L123C13-L123C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L123C13-L123C81" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.ToImmutableSortedDictionary``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IComparer{``1},System.Collections.Generic.IEqualityComparer{``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L140C13-L145C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L140C13-L145C133" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.ToImmutableSortedDictionary``2(System.Collections.Immutable.ImmutableSortedDictionary`2.Builder{``0,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L155C13-L157C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L155C13-L157C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.ToImmutableSortedDictionary``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L173C13-L173C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L173C13-L173C105" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.ToImmutableSortedDictionary``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L188C13-L188C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L188C13-L188C98" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.ToImmutableSortedDictionary``2(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}},System.Collections.Generic.IComparer{``0},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L202C13-L209C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L202C13-L209C125" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.ToImmutableSortedDictionary``2(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}},System.Collections.Generic.IComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L222C13-L222C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L222C13-L222C75" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary.ToImmutableSortedDictionary``2(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L234C13-L234C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs#L234C13-L234C68" } ], "DocsId": "T:System.Collections.Immutable.ImmutableSortedDictionary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L84C13-L84C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L84C13-L84C93" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Immutable#IImmutableDictionary#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L134C13-L134C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L134C13-L134C33" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#IDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L146C19-L146C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L146C19-L146C73" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#IDictionary#get_Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L154C19-L154C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L154C19-L154C75" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#ICollection>#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L163C19-L163C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L163C19-L163C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.ValueRef(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L207C13-L209C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L207C13-L209C58" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#IDictionary#get_Item(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L219C19-L219C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L219C19-L219C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#IDictionary#set_Item(`0,`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L220C19-L220C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L220C19-L220C53" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.ToBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L239C13-L239C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L239C13-L239C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Add(`0,`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L247C13-L249C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L247C13-L249C50" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.SetItem(`0,`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L257C13-L260C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L257C13-L260C83" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.SetItems(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L270C13-L272C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L270C13-L272C94" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.AddRange(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L280C13-L282C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L280C13-L282C95" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L290C13-L292C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L290C13-L292C50" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.RemoveRange(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L300C13-L315C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L300C13-L315C45" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.WithComparers(System.Collections.Generic.IComparer{`0},System.Collections.Generic.IEqualityComparer{`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L323C13-L345C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L323C13-L345C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.WithComparers(System.Collections.Generic.IComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L354C13-L354C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L354C13-L354C68" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.ContainsValue(`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L371C13-L371C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L371C13-L371C63" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Immutable#IImmutableDictionary#Add(`0,`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L383C13-L383C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L383C13-L383C41" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Immutable#IImmutableDictionary#SetItem(`0,`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L391C13-L391C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L391C13-L391C45" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Immutable#IImmutableDictionary#SetItems(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L401C13-L401C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L401C13-L401C41" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Immutable#IImmutableDictionary#AddRange(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L409C13-L409C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L409C13-L409C41" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Immutable#IImmutableDictionary#RemoveRange(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L417C13-L417C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L417C13-L417C43" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Immutable#IImmutableDictionary#Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L425C13-L425C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L425C13-L425C37" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.ContainsKey(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L433C13-L434C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L433C13-L434C57" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Contains(System.Collections.Generic.KeyValuePair{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L442C13-L442C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L442C13-L442C71" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.TryGetValue(`0,`1@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L450C13-L451C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L450C13-L451C69" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.TryGetKey(`0,`0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L459C13-L460C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L459C13-L460C75" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#IDictionary#Add(`0,`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L482C13-L482C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L482C13-L482C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#IDictionary#Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L499C13-L499C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L499C13-L499C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#ICollection>#Add(System.Collections.Generic.KeyValuePair{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L508C13-L508C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L508C13-L508C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#ICollection>#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L513C13-L513C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L513C13-L513C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#ICollection>#Remove(System.Collections.Generic.KeyValuePair{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L518C13-L518C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L518C13-L518C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#ICollection>#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L523C13-L531C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L523C13-L531C10" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L543C19-L543C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L543C19-L543C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L553C19-L553C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L553C19-L553C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L564C19-L564C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L564C19-L564C73" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#get_Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L575C19-L575C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L575C19-L575C75" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#Add(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L589C13-L589C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L589C13-L589C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L601C13-L601C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L601C13-L601C48" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L612C13-L612C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L612C13-L612C81" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L621C13-L621C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L621C13-L621C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#get_Item(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L631C19-L631C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L631C19-L631C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#set_Item(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L632C19-L632C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L632C19-L632C53" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L641C13-L641C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L641C13-L641C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L655C13-L656C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L655C13-L656C10" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L669C19-L669C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L669C19-L669C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L682C17-L682C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L682C17-L682C29" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#IEnumerable>#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L698C13-L700C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L698C13-L700C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L715C13-L715C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L715C13-L715C41" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L728C13-L728C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L728C13-L728C42" }, { "DocsId": "F:System.Collections.Immutable.ImmutableSortedDictionary`2.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.ValueComparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L94C19-L94C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L94C19-L94C41" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L102C19-L102C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L102C19-L102C40" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L110C19-L110C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L110C19-L110C33" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L118C19-L118C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L118C19-L118C37" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L126C19-L126C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L126C19-L126C39" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#IDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L146C19-L146C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L146C19-L146C73" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#IDictionary#Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L154C19-L154C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L154C19-L154C75" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#ICollection>#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L163C19-L163C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L163C19-L163C31" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.KeyComparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L175C19-L175C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L175C19-L175C39" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Item(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L189C17-L197C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L189C17-L197C30" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#Generic#IDictionary#Item(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L219C19-L219C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L219C19-L219C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L543C19-L543C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L543C19-L543C31" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L553C19-L553C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L553C19-L553C31" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L564C19-L564C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L564C19-L564C73" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L575C19-L575C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L575C19-L575C75" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#IDictionary#Item(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L631C19-L631C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L631C19-L631C42" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L669C19-L669C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L669C19-L669C31" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L682C17-L682C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs#L682C17-L682C29" }, { "DocsId": "T:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs" }, { "DocsId": "T:System.Collections.Immutable.ImmutableSortedDictionary`2.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs" } ], "DocsId": "T:System.Collections.Immutable.ImmutableSortedDictionary`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#Generic#IDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L88C23-L88C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L88C23-L88C65" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#Generic#IDictionary#get_Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L104C23-L104C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L104C23-L104C67" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#Generic#ICollection>#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L129C23-L129C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L129C23-L129C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.ValueRef(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L206C17-L208C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L206C17-L208C62" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L221C23-L221C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L221C23-L221C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L231C23-L231C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L231C23-L231C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L242C23-L242C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L242C23-L242C60" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#get_Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L253C23-L253C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L253C23-L253C62" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L269C21-L274C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L269C21-L274C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L285C23-L285C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L285C23-L285C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#Add(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L363C17-L364C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L363C17-L364C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L375C17-L375C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L375C17-L375C52" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L386C17-L386C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L386C17-L386C85" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L395C17-L396C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L395C17-L396C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#get_Item(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L405C23-L405C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L405C23-L405C46" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#set_Item(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L406C23-L406C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L406C23-L406C58" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L420C17-L421C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L420C17-L421C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.Add(`0,`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L433C17-L438C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L433C17-L438C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.ContainsKey(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L445C17-L445C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L445C17-L445C65" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L454C17-L460C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L454C17-L460C32" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.TryGetValue(`0,`1@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L468C17-L468C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L468C17-L468C77" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.TryGetKey(`0,`0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L476C17-L477C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L476C17-L477C83" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.Add(System.Collections.Generic.KeyValuePair{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L485C17-L486C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L485C17-L486C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L493C17-L495C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L493C17-L495C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.Contains(System.Collections.Generic.KeyValuePair{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L502C17-L502C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L502C17-L502C79" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#Generic#ICollection>#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L510C17-L511C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L510C17-L511C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.Remove(System.Collections.Generic.KeyValuePair{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L518C17-L523C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L518C17-L523C30" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L531C17-L531C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L531C17-L531C54" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#Generic#IEnumerable>#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L539C17-L539C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L539C17-L539C45" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L547C17-L547C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L547C17-L547C45" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.ContainsValue(`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L568C17-L568C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L568C17-L568C67" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.AddRange(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L577C17-L583C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L577C17-L583C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.RemoveRange(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L591C17-L597C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L591C17-L597C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.GetValueOrDefault(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L606C17-L606C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L606C17-L606C70" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.GetValueOrDefault(`0,`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L619C17-L627C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L619C17-L627C37" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.ToImmutable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L643C17-L643C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L643C17-L643C93" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#Generic#IDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L88C23-L88C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L88C23-L88C65" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L96C23-L96C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L96C23-L96C45" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#Generic#IDictionary#Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L104C23-L104C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L104C23-L104C67" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L112C23-L112C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L112C23-L112C47" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L120C23-L120C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L120C23-L120C37" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#Generic#ICollection>#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L129C23-L129C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L129C23-L129C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.Item(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L181C21-L186C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L181C21-L186C34" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L221C23-L221C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L221C23-L221C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L231C23-L231C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L231C23-L231C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L242C23-L242C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L242C23-L242C60" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L253C23-L253C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L253C23-L253C62" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L269C21-L274C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L269C21-L274C38" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L285C23-L285C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L285C23-L285C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.KeyComparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L298C21-L298C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L298C21-L298C41" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.ValueComparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L335C21-L335C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L335C21-L335C43" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder.System#Collections#IDictionary#Item(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L405C23-L405C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs#L405C23-L405C46" } ], "DocsId": "T:System.Collections.Immutable.ImmutableSortedDictionary`2.Builder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Builder.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Enumerator.System#Collections#Immutable#ISecurePooledObjectUser#get_PoolUserId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L105C23-L105C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L105C23-L105C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Enumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L113C23-L113C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L113C23-L113C43" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Enumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L121C17-L130C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L121C17-L130C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L138C17-L154C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L138C17-L154C30" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedDictionary`2.Enumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L162C17-L172C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L162C17-L172C14" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L92C21-L98C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L92C21-L98C59" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Enumerator.System#Collections#Immutable#ISecurePooledObjectUser#PoolUserId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L105C23-L105C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L105C23-L105C42" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedDictionary`2.Enumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L113C23-L113C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs#L113C23-L113C43" } ], "DocsId": "T:System.Collections.Immutable.ImmutableSortedDictionary`2.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedDictionary_2.Enumerator.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.Create``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L20C13-L20C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L20C13-L20C48" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.Create``1(System.Collections.Generic.IComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L33C13-L33C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L33C13-L33C71" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.Create``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L44C13-L44C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L44C13-L44C58" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.Create``1(System.Collections.Generic.IComparer{``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L56C13-L56C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L56C13-L56C81" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.CreateRange``1(System.Collections.Generic.IEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L67C13-L67C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L67C13-L67C61" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.CreateRange``1(System.Collections.Generic.IComparer{``0},System.Collections.Generic.IEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L79C13-L79C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L79C13-L79C84" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.Create``1(``0[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L90C13-L91C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L90C13-L91C51" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.Create``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L102C13-L102C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L102C13-L102C61" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.Create``1(System.Collections.Generic.IComparer{``0},``0[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L114C13-L116C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L114C13-L116C61" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.Create``1(System.Collections.Generic.IComparer{``0},System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L128C13-L128C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L128C13-L128C84" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.CreateBuilder``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L138C13-L138C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L138C13-L138C44" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.CreateBuilder``1(System.Collections.Generic.IComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L151C13-L151C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L151C13-L151C52" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.ToImmutableSortedSet``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L163C13-L168C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L163C13-L168C91" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.ToImmutableSortedSet``1(System.Collections.Generic.IEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L179C13-L179C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L179C13-L179C55" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet.ToImmutableSortedSet``1(System.Collections.Immutable.ImmutableSortedSet`1.Builder{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L189C13-L191C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs#L189C13-L191C42" } ], "DocsId": "T:System.Collections.Immutable.ImmutableSortedSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L81C13-L81C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L81C13-L81C73" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.ItemRef(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L152C13-L152C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L152C13-L152C45" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.ToBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L173C13-L173C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L173C13-L173C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L181C13-L181C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L181C13-L181C66" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L189C13-L189C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L189C13-L189C69" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.TryGetValue(`0,`0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L206C13-L215C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L206C13-L215C29" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Intersect(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L224C13-L236C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L224C13-L236C27" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Except(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L244C13-L253C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L244C13-L253C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.SymmetricExcept(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L263C13-L284C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L263C13-L284C27" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Union(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L292C13-L324C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L292C13-L324C49" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.WithComparer(System.Collections.Generic.IComparer{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L349C13-L360C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L349C13-L360C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.SetEquals(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L371C13-L396C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L371C13-L396C10" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.IsProperSubsetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L405C13-L446C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L405C13-L446C10" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.IsProperSupersetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L455C13-L473C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L455C13-L473C10" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.IsSubsetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L482C13-L507C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L482C13-L507C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.IsSupersetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L517C13-L528C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L517C13-L528C10" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Overlaps(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L537C13-L553C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L537C13-L553C10" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Reverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L565C13-L565C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L565C13-L565C49" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.IndexOf(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L584C13-L584C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L584C13-L584C51" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Contains(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L596C13-L596C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L596C13-L596C53" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Immutable#IImmutableSet#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L604C13-L604C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L604C13-L604C33" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Immutable#IImmutableSet#Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L612C13-L612C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L612C13-L612C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Immutable#IImmutableSet#Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L620C13-L620C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L620C13-L620C39" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Immutable#IImmutableSet#Intersect(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L628C13-L628C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L628C13-L628C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Immutable#IImmutableSet#Except(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L636C13-L636C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L636C13-L636C39" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Immutable#IImmutableSet#SymmetricExcept(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L646C13-L646C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L646C13-L646C48" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Immutable#IImmutableSet#Union(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L654C13-L654C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L654C13-L654C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#ISet#Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L666C13-L666C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L666C13-L666C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#ISet#ExceptWith(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L674C13-L674C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L674C13-L674C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#ISet#IntersectWith(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L682C13-L682C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L682C13-L682C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#ISet#SymmetricExceptWith(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L690C13-L690C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L690C13-L690C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#ISet#UnionWith(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L698C13-L698C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L698C13-L698C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#ICollection#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L710C19-L710C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L710C19-L710C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#ICollection#CopyTo(`0[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L718C13-L719C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L718C13-L719C10" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#ICollection#Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L726C13-L726C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L726C13-L726C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#ICollection#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L734C13-L734C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L734C13-L734C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#ICollection#Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L742C13-L742C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L742C13-L742C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L754C19-L754C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L754C19-L754C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#IList#set_Item(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L755C19-L755C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L755C19-L755C53" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#IList#Insert(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L763C13-L763C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L763C13-L763C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L771C13-L771C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L771C13-L771C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L784C19-L784C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L784C19-L784C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L794C19-L794C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L794C19-L794C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L807C19-L807C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L807C19-L807C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L819C17-L819C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L819C17-L819C29" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L837C13-L837C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L837C13-L837C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L846C13-L846C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L846C13-L846C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L865C13-L869C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L865C13-L869C26" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L881C13-L885C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L881C13-L885C23" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L896C13-L896C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L896C13-L896C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L906C13-L906C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L906C13-L906C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L916C13-L916C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L916C13-L916C47" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L929C19-L929C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L929C19-L929C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L930C19-L930C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L930C19-L930C53" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L944C13-L945C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L944C13-L945C10" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L959C13-L961C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L959C13-L961C38" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L976C13-L976C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L976C13-L976C41" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L996C13-L996C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L996C13-L996C42" }, { "DocsId": "F:System.Collections.Immutable.ImmutableSortedSet`1.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Max", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L90C19-L90C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L90C19-L90C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Min", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L99C19-L99C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L99C19-L99C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L109C19-L109C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L109C19-L109C40" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L117C19-L117C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L117C19-L117C38" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.KeyComparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L127C19-L127C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L127C19-L127C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L141C17-L141C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L141C17-L141C45" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#ICollection#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L710C19-L710C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L710C19-L710C31" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#Generic#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L754C19-L754C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L754C19-L754C38" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L784C19-L784C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L784C19-L784C31" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L794C19-L794C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L794C19-L794C31" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L807C19-L807C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L807C19-L807C31" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L819C17-L819C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L819C17-L819C29" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L929C19-L929C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs#L929C19-L929C38" }, { "DocsId": "T:System.Collections.Immutable.ImmutableSortedSet`1.Builder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs" }, { "DocsId": "T:System.Collections.Immutable.ImmutableSortedSet`1.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs" } ], "DocsId": "T:System.Collections.Immutable.ImmutableSortedSet`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.System#Collections#Generic#ICollection#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L87C23-L87C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L87C23-L87C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.ItemRef(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L113C17-L113C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L113C17-L113C49" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L215C17-L216C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L215C17-L216C32" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.ExceptWith(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L225C17-L231C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L225C17-L231C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.IntersectWith(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L239C17-L252C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L239C17-L252C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.IsProperSubsetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L261C17-L261C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L261C17-L261C67" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.IsProperSupersetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L271C17-L271C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L271C17-L271C69" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.IsSubsetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L281C17-L281C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L281C17-L281C61" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.IsSupersetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L291C17-L291C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L291C17-L291C63" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.Overlaps(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L301C17-L301C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L301C17-L301C59" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.SetEquals(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L311C17-L311C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L311C17-L311C60" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.SymmetricExceptWith(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L320C17-L321C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L320C17-L321C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.UnionWith(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L329C17-L335C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L329C17-L335C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.System#Collections#Generic#ICollection#Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L344C17-L345C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L344C17-L345C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L352C17-L353C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L352C17-L353C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.Contains(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L362C17-L362C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L362C17-L362C60" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.System#Collections#Generic#ICollection#CopyTo(`0[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L370C17-L371C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L370C17-L371C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L381C17-L382C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L381C17-L382C32" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L391C17-L391C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L391C17-L391C54" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L400C17-L400C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L400C17-L400C50" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L409C17-L409C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L409C17-L409C45" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.IndexOf(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L430C17-L430C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L430C17-L430C59" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.Reverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L443C17-L443C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L443C17-L443C53" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.ToImmutable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L459C17-L459C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L459C17-L459C88" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.TryGetValue(`0,`0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L470C17-L478C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L470C17-L478C30" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L490C17-L491C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L490C17-L491C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L500C23-L500C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L500C23-L500C36" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Builder.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L512C21-L517C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L512C21-L517C38" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Builder.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L78C23-L78C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L78C23-L78C46" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Builder.System#Collections#Generic#ICollection#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L87C23-L87C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L87C23-L87C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Builder.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L103C23-L103C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L103C23-L103C51" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Builder.Max", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L122C23-L122C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L122C23-L122C40" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Builder.Min", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L131C23-L131C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L131C23-L131C40" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Builder.KeyComparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L146C21-L146C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L146C21-L146C38" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Builder.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L500C23-L500C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L500C23-L500C36" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Builder.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L512C21-L517C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs#L512C21-L517C38" } ], "DocsId": "T:System.Collections.Immutable.ImmutableSortedSet`1.Builder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Builder.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Enumerator.System#Collections#Immutable#ISecurePooledObjectUser#get_PoolUserId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L99C23-L99C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L99C23-L99C42" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Enumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L124C23-L124C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L124C23-L124C43" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Enumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L132C17-L140C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L132C17-L140C14" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L148C17-L162C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L148C17-L162C34" }, { "DocsId": "M:System.Collections.Immutable.ImmutableSortedSet`1.Enumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L171C17-L178C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L171C17-L178C14" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Enumerator.System#Collections#Immutable#ISecurePooledObjectUser#PoolUserId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L99C23-L99C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L99C23-L99C42" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L109C21-L115C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L109C21-L115C59" }, { "DocsId": "P:System.Collections.Immutable.ImmutableSortedSet`1.Enumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L124C23-L124C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs#L124C23-L124C43" } ], "DocsId": "T:System.Collections.Immutable.ImmutableSortedSet`1.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableSortedSet_1.Enumerator.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableStack.Create``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs#L21C13-L21C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs#L21C13-L21C44" }, { "DocsId": "M:System.Collections.Immutable.ImmutableStack.Create``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs#L32C13-L32C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs#L32C13-L32C55" }, { "DocsId": "M:System.Collections.Immutable.ImmutableStack.CreateRange``1(System.Collections.Generic.IEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs#L43C13-L51C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs#L43C13-L51C26" }, { "DocsId": "M:System.Collections.Immutable.ImmutableStack.Create``1(``0[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs#L62C13-L64C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs#L62C13-L64C51" }, { "DocsId": "M:System.Collections.Immutable.ImmutableStack.Create``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs#L75C13-L81C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs#L75C13-L81C26" }, { "DocsId": "M:System.Collections.Immutable.ImmutableStack.Pop``1(System.Collections.Immutable.IImmutableStack{``0},``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs#L96C13-L99C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs#L96C13-L99C32" } ], "DocsId": "T:System.Collections.Immutable.ImmutableStack", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L78C13-L78C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L78C13-L78C26" }, { "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.System#Collections#Immutable#IImmutableStack#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L86C13-L86C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L86C13-L86C33" }, { "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.Peek", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L109C13-L114C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L109C13-L114C27" }, { "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.PeekRef", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L126C13-L131C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L126C13-L131C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.Push(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L141C13-L141C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L141C13-L141C55" }, { "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.System#Collections#Immutable#IImmutableStack#Push(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L151C13-L151C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L151C13-L151C37" }, { "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.Pop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L161C13-L167C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L161C13-L167C26" }, { "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.Pop(`0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L179C13-L180C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L179C13-L180C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.System#Collections#Immutable#IImmutableStack#Pop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L190C13-L190C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L190C13-L190C31" }, { "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L201C13-L201C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L201C13-L201C41" }, { "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L212C13-L214C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L212C13-L214C44" }, { "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L225C13-L225C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L225C13-L225C47" }, { "DocsId": "P:System.Collections.Immutable.ImmutableStack`1.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L68C17-L68C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L68C17-L68C37" }, { "DocsId": "P:System.Collections.Immutable.ImmutableStack`1.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L97C19-L97C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs#L97C19-L97C40" }, { "DocsId": "T:System.Collections.Immutable.ImmutableStack`1.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs" } ], "DocsId": "T:System.Collections.Immutable.ImmutableStack`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Immutable.ImmutableStack`1.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs#L62C17-L72C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs#L62C17-L72C49" }, { "DocsId": "P:System.Collections.Immutable.ImmutableStack`1.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs#L45C21-L51C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs#L45C21-L51C55" } ], "DocsId": "T:System.Collections.Immutable.ImmutableStack`1.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Frozen.FrozenDictionary.ToFrozenDictionary``2(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}},System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L31C13-L32C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L31C13-L32C48" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary.ToFrozenDictionary``2(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L44C13-L44C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L44C13-L44C84" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary.ToFrozenDictionary``3(System.Collections.Generic.IEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L58C13-L58C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L58C13-L58C101" } ], "DocsId": "T:System.Collections.Frozen.FrozenDictionary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L283C13-L283C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L290C13-L290C70" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IReadOnlyDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L287C13-L287C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L294C13-L294C51" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L290C41-L290C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L297C41-L297C45" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IDictionary#get_Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L304C13-L304C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L311C13-L311C78" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#get_Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L307C43-L307C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L314C43-L314C49" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IReadOnlyDictionary#get_Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L311C13-L311C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L318C13-L318C53" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L324C13-L326C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L331C13-L333C10" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.CopyTo(System.Span{System.Collections.Generic.KeyValuePair{`0,`1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L332C13-L345C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L339C13-L352C10" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L350C13-L405C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L357C13-L412C10" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#ICollection>#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L408C68-L408C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L415C68-L415C72" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L411C40-L411C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L418C40-L418C44" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L414C41-L414C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L421C41-L421C45" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L417C44-L417C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L424C44-L424C49" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L420C40-L420C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L427C40-L427C44" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#get_Item(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L427C17-L430C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L434C17-L437C35" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#set_Item(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L432C20-L432C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L439C20-L439C53" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.GetValueRefOrNullRef(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L441C13-L446C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L448C13-L453C54" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IDictionary#get_Item(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L500C20-L500C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L534C20-L534C29" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IDictionary#set_Item(`0,`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L501C20-L501C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L535C20-L535C53" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IReadOnlyDictionary#get_Item(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L506C13-L506C22" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L540C13-L540C22" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.ContainsKey(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L512C13-L512C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L546C13-L546C78" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L517C13-L518C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L551C13-L552C58" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#ICollection>#Contains(System.Collections.Generic.KeyValuePair{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L523C13-L524C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L557C13-L558C71" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.TryGetValue(`0,`1@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L535C13-L544C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L569C13-L578C26" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L549C46-L549C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L583C46-L583C65" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IEnumerable>#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L556C13-L557C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L590C13-L591C28" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L561C13-L562C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L595C13-L596C28" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L566C13-L566C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L600C13-L600C68" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IDictionary#Add(`0,`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L569C71-L569C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L603C71-L603C104" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#ICollection>#Add(System.Collections.Generic.KeyValuePair{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L572C94-L572C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L606C94-L606C127" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#Add(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L575C60-L575C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L609C60-L609C93" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IDictionary#Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L578C60-L578C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L612C60-L612C93" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#ICollection>#Remove(System.Collections.Generic.KeyValuePair{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L581C97-L581C130" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L615C97-L615C130" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L584C48-L584C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L618C48-L618C81" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#ICollection>#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L587C65-L587C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L621C65-L621C98" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L590C37-L590C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L624C37-L624C70" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.GetAlternateLookup``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.AlternateLookup.cs#L26C13-L31C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.AlternateLookup.cs#L26C13-L31C27" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.TryGetAlternateLookup``1(System.Collections.Frozen.FrozenDictionary`2.AlternateLookup{`0,`1,``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.AlternateLookup.cs#L53C13-L61C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.AlternateLookup.cs#L53C13-L61C26" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L265C62-L265C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L272C62-L272C66" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.Comparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L268C51-L268C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L275C51-L275C55" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L276C45-L276C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L283C45-L283C99" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L283C13-L283C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L290C13-L290C70" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IReadOnlyDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L287C13-L287C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L294C13-L294C51" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L290C41-L290C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L297C41-L297C45" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L298C49-L298C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L305C49-L305C105" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IDictionary#Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L304C13-L304C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L311C13-L311C78" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L307C43-L307C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L314C43-L314C49" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IReadOnlyDictionary#Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L311C13-L311C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L318C13-L318C53" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L314C29-L314C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L321C29-L321C38" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#ICollection>#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L408C68-L408C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L415C68-L415C72" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L411C40-L411C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L418C40-L418C44" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L414C41-L414C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L421C41-L421C45" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L417C44-L417C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L424C44-L424C49" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L420C40-L420C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L427C40-L427C44" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#IDictionary#Item(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L427C17-L430C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L434C17-L437C35" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.Item(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L486C17-L493C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L520C17-L527C37" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IDictionary#Item(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L500C20-L500C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L534C20-L534C29" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.System#Collections#Generic#IReadOnlyDictionary#Item(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L506C13-L506C22" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L540C13-L540C22" }, { "DocsId": "T:System.Collections.Frozen.FrozenDictionary`2.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs" }, { "DocsId": "T:System.Collections.Frozen.FrozenDictionary`2.AlternateLookup`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.AlternateLookup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.AlternateLookup.cs" } ], "DocsId": "T:System.Collections.Frozen.FrozenDictionary`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L611C17-L618C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L645C17-L652C30" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.Enumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L636C43-L636C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L670C43-L670C50" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.Enumerator.System#Collections#IEnumerator#Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L639C41-L639C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L673C41-L673C52" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.Enumerator.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L642C42-L642C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L676C42-L676C43" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L626C21-L631C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L660C21-L665C91" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.Enumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L636C43-L636C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs#L670C43-L670C50" } ], "DocsId": "T:System.Collections.Frozen.FrozenDictionary`2.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.AlternateLookup`1.ContainsKey(`2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.AlternateLookup.cs#L117C17-L117C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.AlternateLookup.cs#L121C17-L121C80" }, { "DocsId": "M:System.Collections.Frozen.FrozenDictionary`2.AlternateLookup`1.TryGetValue(`2,`1@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.AlternateLookup.cs#L129C17-L138C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.AlternateLookup.cs#L133C17-L142C30" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.AlternateLookup`1.Dictionary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.AlternateLookup.cs#L88C64-L88C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.AlternateLookup.cs#L92C64-L92C68" }, { "DocsId": "P:System.Collections.Frozen.FrozenDictionary`2.AlternateLookup`1.Item(`2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.AlternateLookup.cs#L102C21-L108C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.AlternateLookup.cs#L106C21-L112C37" } ], "DocsId": "T:System.Collections.Frozen.FrozenDictionary`2.AlternateLookup`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.AlternateLookup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.AlternateLookup.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Frozen.FrozenSet.Create``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L22C80-L22C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L22C80-L22C100" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet.Create``1(System.Collections.Generic.IEqualityComparer{``0},System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L31C13-L49C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L31C13-L49C55" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet.ToFrozenSet``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L58C13-L59C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L58C13-L59C35" } ], "DocsId": "T:System.Collections.Frozen.FrozenSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.CopyTo(`0[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L274C13-L276C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L274C13-L276C10" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.CopyTo(System.Span{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L281C13-L281C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L281C13-L281C47" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L286C13-L293C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L286C13-L293C10" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#Generic#ICollection#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L296C43-L296C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L296C43-L296C47" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L299C44-L299C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L299C44-L299C49" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L302C40-L302C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L302C40-L302C44" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.Contains(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L308C13-L308C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L308C13-L308C37" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.TryGetValue(`0,`0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L316C13-L324C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L316C13-L324C26" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L347C46-L347C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L385C46-L385C65" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L354C13-L355C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L392C13-L393C28" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L359C13-L360C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L397C13-L398C28" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#Generic#ISet#Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L363C37-L363C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L401C37-L401C70" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#Generic#ISet#ExceptWith(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L366C58-L366C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L404C58-L404C91" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#Generic#ISet#IntersectWith(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L369C61-L369C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L407C61-L407C94" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#Generic#ISet#SymmetricExceptWith(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L372C67-L372C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L410C67-L410C100" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#Generic#ISet#UnionWith(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L375C57-L375C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L413C57-L413C90" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#Generic#ICollection#Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L378C44-L378C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L416C44-L416C77" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#Generic#ICollection#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L381C40-L381C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L419C40-L419C73" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.System#Collections#Generic#ICollection#Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L384C47-L384C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L422C47-L422C80" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.IsProperSubsetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L389C13-L390C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L427C13-L428C48" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.IsProperSupersetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L399C13-L400C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L437C13-L438C50" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.IsSubsetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L409C13-L410C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L447C13-L448C42" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.IsSupersetOf(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L419C13-L420C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L457C13-L458C44" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.Overlaps(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L429C13-L430C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L467C13-L468C40" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.SetEquals(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L439C13-L440C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L477C13-L478C41" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.GetAlternateLookup``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.AlternateLookup.cs#L26C13-L31C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.AlternateLookup.cs#L26C13-L31C27" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.TryGetAlternateLookup``1(System.Collections.Frozen.FrozenSet`1.AlternateLookup{`0,``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.AlternateLookup.cs#L53C13-L61C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.AlternateLookup.cs#L53C13-L61C26" }, { "DocsId": "P:System.Collections.Frozen.FrozenSet`1.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L251C44-L251C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L251C44-L251C48" }, { "DocsId": "P:System.Collections.Frozen.FrozenSet`1.Comparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L254C48-L254C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L254C48-L254C52" }, { "DocsId": "P:System.Collections.Frozen.FrozenSet`1.Items", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L258C43-L258C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L258C43-L258C98" }, { "DocsId": "P:System.Collections.Frozen.FrozenSet`1.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L264C29-L264C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L264C29-L264C38" }, { "DocsId": "P:System.Collections.Frozen.FrozenSet`1.System#Collections#Generic#ICollection#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L296C43-L296C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L296C43-L296C47" }, { "DocsId": "P:System.Collections.Frozen.FrozenSet`1.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L299C44-L299C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L299C44-L299C49" }, { "DocsId": "P:System.Collections.Frozen.FrozenSet`1.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L302C40-L302C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L302C40-L302C44" }, { "DocsId": "T:System.Collections.Frozen.FrozenSet`1.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs" }, { "DocsId": "T:System.Collections.Frozen.FrozenSet`1.AlternateLookup`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.AlternateLookup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.AlternateLookup.cs" } ], "DocsId": "T:System.Collections.Frozen.FrozenSet`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L461C17-L468C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L499C17-L506C30" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.Enumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L486C43-L486C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L524C43-L524C51" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.Enumerator.System#Collections#IEnumerator#Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L489C41-L489C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L527C41-L527C52" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.Enumerator.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L492C42-L492C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L530C42-L530C43" }, { "DocsId": "P:System.Collections.Frozen.FrozenSet`1.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L476C21-L481C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L514C21-L519C45" }, { "DocsId": "P:System.Collections.Frozen.FrozenSet`1.Enumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L486C43-L486C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs#L524C43-L524C51" } ], "DocsId": "T:System.Collections.Frozen.FrozenSet`1.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.cs" }, { "Members": [ { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.AlternateLookup`1.Contains(`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.AlternateLookup.cs#L93C54-L93C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.AlternateLookup.cs#L97C54-L97C94" }, { "DocsId": "M:System.Collections.Frozen.FrozenSet`1.AlternateLookup`1.TryGetValue(`1,`0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.AlternateLookup.cs#L101C17-L109C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.AlternateLookup.cs#L105C17-L113C30" }, { "DocsId": "P:System.Collections.Frozen.FrozenSet`1.AlternateLookup`1.Set", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.AlternateLookup.cs#L88C39-L88C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.AlternateLookup.cs#L92C39-L92C43" } ], "DocsId": "T:System.Collections.Frozen.FrozenSet`1.AlternateLookup`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.AlternateLookup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenSet.AlternateLookup.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.ComponentModel.Composition.Registration.json b/xml/SourceLinkInformation/net-9.0-pp/System.ComponentModel.Composition.Registration.json index b3881e0d98b..0b3b5e8f1aa 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.ComponentModel.Composition.Registration.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.ComponentModel.Composition.Registration.json @@ -1,271 +1,271 @@ { "Assembly": "System.ComponentModel.Composition.Registration", - "GUID": "98CCF744A5A849BCA320DB8782AC43DAFFFFFFFF", + "GUID": "0CF6CFA814454D7DA51BA29235B58453FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L16C9-L16C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L16C9-L16C35" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AsContractType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L20C13-L20C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L20C13-L20C46" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AsContractType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L25C13-L26C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L25C13-L26C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AsContractName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L31C13-L32C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L31C13-L32C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.Inherited", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L37C13-L38C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L37C13-L38C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AddMetadata(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L43C13-L46C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L43C13-L46C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AddMetadata(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L51C13-L54C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L51C13-L54C25" } ], "DocsId": "T:System.ComponentModel.Composition.Registration.ExportBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L21C9-L21C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L21C9-L21C35" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AsContractType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L25C13-L25C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L25C13-L25C46" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AsContractType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L30C13-L31C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L30C13-L31C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AsContractName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L36C13-L37C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L36C13-L37C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AsMany(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L42C13-L44C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L42C13-L44C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AllowDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L49C13-L50C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L49C13-L50C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AllowRecomposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L55C13-L56C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L55C13-L56C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.RequiredCreationPolicy(System.ComponentModel.Composition.CreationPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L61C13-L62C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L61C13-L62C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.Source(System.ComponentModel.Composition.ImportSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L67C13-L68C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L67C13-L68C25" } ], "DocsId": "T:System.ComponentModel.Composition.Registration.ImportBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Registration.ParameterImportBuilder.Import``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs#L11C13-L11C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs#L11C13-L11C28" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ParameterImportBuilder.Import``1(System.Action{System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs#L16C13-L16C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs#L16C13-L16C28" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.ParameterImportBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs" } ], "DocsId": "T:System.ComponentModel.Composition.Registration.ParameterImportBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.Export", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L47C13-L47C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L47C13-L47C33" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.Export(System.Action{System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L52C13-L56C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L52C13-L56C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.Export``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L61C13-L61C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L61C13-L61C36" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.Export``1(System.Action{System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L66C13-L70C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L66C13-L70C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.SelectConstructor(System.Func{System.Reflection.ConstructorInfo[],System.Reflection.ConstructorInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L76C13-L76C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L76C13-L76C63" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.SelectConstructor(System.Func{System.Reflection.ConstructorInfo[],System.Reflection.ConstructorInfo},System.Action{System.Reflection.ParameterInfo,System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L82C13-L85C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L82C13-L85C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportInterfaces(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L91C13-L91C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L91C13-L91C60" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportInterfaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L96C13-L96C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L96C13-L96C54" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportInterfaces(System.Predicate{System.Type},System.Action{System.Type,System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L102C13-L109C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L102C13-L109C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportProperties(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L115C13-L120C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L115C13-L120C59" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportProperties(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L126C13-L133C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L126C13-L133C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportProperties``1(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L139C13-L144C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L139C13-L144C62" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportProperties``1(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L150C13-L157C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L150C13-L157C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ImportProperties(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L163C13-L168C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L163C13-L168C59" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ImportProperties(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L174C13-L180C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L174C13-L180C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ImportProperties``1(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L186C13-L191C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L186C13-L191C62" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ImportProperties``1(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L197C13-L203C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L197C13-L203C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.SetCreationPolicy(System.ComponentModel.Composition.CreationPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L208C13-L210C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L208C13-L210C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.AddMetadata(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L215C13-L218C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L215C13-L218C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.AddMetadata(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L223C13-L226C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L223C13-L226C25" } ], "DocsId": "T:System.ComponentModel.Composition.Registration.PartBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.SelectConstructor(System.Linq.Expressions.Expression{System.Func{System.ComponentModel.Composition.Registration.ParameterImportBuilder,`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L156C13-L164C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L156C13-L164C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ExportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L170C13-L170C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L170C13-L170C57" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ExportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L177C13-L185C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L177C13-L185C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ExportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L190C13-L190C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L190C13-L190C68" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ExportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L196C13-L204C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L196C13-L204C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ImportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L209C13-L209C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L209C13-L209C57" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ImportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L215C13-L223C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L215C13-L223C25" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ImportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L228C13-L228C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L228C13-L228C68" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ImportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L234C13-L242C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L234C13-L242C25" } ], "DocsId": "T:System.ComponentModel.Composition.Registration.PartBuilder`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L23C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L23C9-L31C10" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForTypesDerivedFrom``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L35C13-L38C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L35C13-L38C32" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForTypesDerivedFrom(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L43C13-L51C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L43C13-L51C32" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L56C13-L59C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L56C13-L59C32" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L64C13-L72C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L64C13-L72C32" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForTypesMatching``1(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L77C13-L85C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L77C13-L85C32" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForTypesMatching(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L90C13-L98C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L90C13-L98C32" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.GetCustomAttributes(System.Reflection.MemberInfo,System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L132C13-L217C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L132C13-L217C96" }, { "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.GetCustomAttributes(System.Reflection.ParameterInfo,System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L223C13-L226C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L223C13-L226C96" } ], "DocsId": "T:System.ComponentModel.Composition.Registration.RegistrationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.ComponentModel.Composition.json b/xml/SourceLinkInformation/net-9.0-pp/System.ComponentModel.Composition.json index 69682e309df..e9569bcef9e 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.ComponentModel.Composition.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.ComponentModel.Composition.json @@ -1,2131 +1,2131 @@ { "Assembly": "System.ComponentModel.Composition", - "GUID": "14AD5C25037846979594DBFA770F6C51FFFFFFFF", + "GUID": "2F52230313F9438E952E964869FEEBAFFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.GetMetadataView``1(System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L21C13-L23C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L21C13-L23C82" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePart(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L28C13-L30C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L28C13-L30C72" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePart(System.Object,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L35C13-L38C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L35C13-L38C91" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePart(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L43C13-L52C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L43C13-L52C108" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePartDefinition(System.Type,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L57C13-L59C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L57C13-L59C86" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePartDefinition(System.Type,System.ComponentModel.Composition.Primitives.ICompositionElement,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L64C13-L71C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L64C13-L71C97" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.GetTypeIdentity(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L77C13-L79C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L77C13-L79C63" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.GetTypeIdentity(System.Reflection.MethodInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L84C13-L86C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L84C13-L86C75" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.GetContractName(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L91C13-L93C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L91C13-L93C66" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.AddExportedValue``1(System.ComponentModel.Composition.Hosting.CompositionBatch,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L98C13-L102C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L98C13-L102C75" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.ComposeExportedValue``1(System.ComponentModel.Composition.Hosting.CompositionContainer,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L107C13-L112C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L107C13-L112C10" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.AddExportedValue``1(System.ComponentModel.Composition.Hosting.CompositionBatch,System.String,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L116C13-L123C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L116C13-L123C93" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.ComposeExportedValue``1(System.ComponentModel.Composition.Hosting.CompositionContainer,System.String,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L128C13-L133C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L128C13-L133C10" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.AddPart(System.ComponentModel.Composition.Hosting.CompositionBatch,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L137C13-L145C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L137C13-L145C25" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.ComposeParts(System.ComponentModel.Composition.Hosting.CompositionContainer,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L150C13-L158C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L150C13-L158C10" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.SatisfyImportsOnce(System.ComponentModel.Composition.ICompositionService,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L180C13-L187C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L180C13-L187C25" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.SatisfyImportsOnce(System.ComponentModel.Composition.ICompositionService,System.Object,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L211C13-L219C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L211C13-L219C25" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Exports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L232C13-L235C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L232C13-L235C88" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Exports``1(System.ComponentModel.Composition.Primitives.ComposablePartDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L248C13-L250C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L248C13-L250C44" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Imports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L263C13-L266C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L263C13-L266C88" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Imports``1(System.ComponentModel.Composition.Primitives.ComposablePartDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L279C13-L281C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L279C13-L281C44" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Imports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Type,System.ComponentModel.Composition.Primitives.ImportCardinality)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L295C13-L298C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L295C13-L298C107" }, { "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Imports``1(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.ComponentModel.Composition.Primitives.ImportCardinality)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L312C13-L314C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L312C13-L314C63" } ], "DocsId": "T:System.ComponentModel.Composition.AttributedModelServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.CatalogReflectionContextAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CatalogReflectionContextAttribute.cs#L18C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CatalogReflectionContextAttribute.cs#L18C9-L23C10" }, { "DocsId": "M:System.ComponentModel.Composition.CatalogReflectionContextAttribute.CreateReflectionContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CatalogReflectionContextAttribute.cs#L27C13-L46C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CatalogReflectionContextAttribute.cs#L27C13-L46C38" } ], "DocsId": "T:System.ComponentModel.Composition.CatalogReflectionContextAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CatalogReflectionContextAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CatalogReflectionContextAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ChangeRejectedException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L19C15-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L19C15-L21C10" }, { "DocsId": "M:System.ComponentModel.Composition.ChangeRejectedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L27C15-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L27C15-L29C10" }, { "DocsId": "M:System.ComponentModel.Composition.ChangeRejectedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L35C15-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L35C15-L37C10" }, { "DocsId": "M:System.ComponentModel.Composition.ChangeRejectedException.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.CompositionError})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L44C15-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L44C15-L46C10" }, { "DocsId": "P:System.ComponentModel.Composition.ChangeRejectedException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L59C17-L61C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L59C17-L61C35" } ], "DocsId": "T:System.ComponentModel.Composition.ChangeRejectedException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.CompositionContractMismatchException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L21C15-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L21C15-L23C10" }, { "DocsId": "M:System.ComponentModel.Composition.CompositionContractMismatchException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L35C15-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L35C15-L37C10" }, { "DocsId": "M:System.ComponentModel.Composition.CompositionContractMismatchException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L55C15-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L55C15-L57C10" }, { "DocsId": "M:System.ComponentModel.Composition.CompositionContractMismatchException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L85C15-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L85C15-L87C10" } ], "DocsId": "T:System.ComponentModel.Composition.CompositionContractMismatchException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.CompositionError.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L32C15-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L32C15-L34C10" }, { "DocsId": "M:System.ComponentModel.Composition.CompositionError.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L53C15-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L53C15-L55C10" }, { "DocsId": "M:System.ComponentModel.Composition.CompositionError.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L73C15-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L73C15-L75C10" }, { "DocsId": "M:System.ComponentModel.Composition.CompositionError.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L99C15-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L99C15-L101C10" }, { "DocsId": "M:System.ComponentModel.Composition.CompositionError.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L165C13-L165C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L165C13-L165C32" }, { "DocsId": "P:System.ComponentModel.Composition.CompositionError.Element", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L120C19-L120C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L120C19-L120C35" }, { "DocsId": "P:System.ComponentModel.Composition.CompositionError.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L132C19-L132C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L132C19-L132C39" }, { "DocsId": "P:System.ComponentModel.Composition.CompositionError.Exception", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L144C19-L144C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L144C19-L144C37" } ], "DocsId": "T:System.ComponentModel.Composition.CompositionError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.CompositionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L30C19-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L30C19-L32C10" }, { "DocsId": "M:System.ComponentModel.Composition.CompositionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L44C15-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L44C15-L46C10" }, { "DocsId": "M:System.ComponentModel.Composition.CompositionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L64C15-L66C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L64C15-L66C10" }, { "DocsId": "M:System.ComponentModel.Composition.CompositionException.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.CompositionError})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L87C15-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L87C15-L89C10" }, { "DocsId": "P:System.ComponentModel.Composition.CompositionException.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L108C19-L108C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L108C19-L108C34" }, { "DocsId": "P:System.ComponentModel.Composition.CompositionException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L122C17-L130C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L122C17-L130C46" }, { "DocsId": "P:System.ComponentModel.Composition.CompositionException.RootCauses", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L138C17-L156C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L138C17-L156C65" } ], "DocsId": "T:System.ComponentModel.Composition.CompositionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs" }, { "Members": [ { "DocsId": "F:System.ComponentModel.Composition.CreationPolicy.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" }, { "DocsId": "F:System.ComponentModel.Composition.CreationPolicy.Any", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" }, { "DocsId": "F:System.ComponentModel.Composition.CreationPolicy.Shared", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" }, { "DocsId": "F:System.ComponentModel.Composition.CreationPolicy.NonShared", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" } ], "DocsId": "T:System.ComponentModel.Composition.CreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ExportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L31C15-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L31C15-L33C10" }, { "DocsId": "M:System.ComponentModel.Composition.ExportAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L62C15-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L62C15-L64C10" }, { "DocsId": "M:System.ComponentModel.Composition.ExportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L87C15-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L87C15-L89C10" }, { "DocsId": "M:System.ComponentModel.Composition.ExportAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L116C9-L120C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L116C9-L120C10" }, { "DocsId": "P:System.ComponentModel.Composition.ExportAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L129C39-L129C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L129C39-L129C43" }, { "DocsId": "P:System.ComponentModel.Composition.ExportAttribute.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L139C37-L139C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L139C37-L139C41" } ], "DocsId": "T:System.ComponentModel.Composition.ExportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ExportFactory`1.#ctor(System.Func{System.Tuple{`0,System.Action}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfT.cs#L10C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfT.cs#L10C9-L15C10" }, { "DocsId": "M:System.ComponentModel.Composition.ExportFactory`1.CreateExport", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfT.cs#L19C13-L20C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfT.cs#L19C13-L20C109" } ], "DocsId": "T:System.ComponentModel.Composition.ExportFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfT.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ExportFactory`2.#ctor(System.Func{System.Tuple{`0,System.Action}},`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfTTMetadata.cs#L11C15-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfTTMetadata.cs#L11C15-L14C10" }, { "DocsId": "P:System.ComponentModel.Composition.ExportFactory`2.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfTTMetadata.cs#L18C19-L18C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfTTMetadata.cs#L18C19-L18C36" } ], "DocsId": "T:System.ComponentModel.Composition.ExportFactory`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfTTMetadata.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfTTMetadata.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ExportLifetimeContext`1.#ctor(`0,System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs#L11C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs#L11C9-L15C10" }, { "DocsId": "M:System.ComponentModel.Composition.ExportLifetimeContext`1.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs#L27C13-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs#L27C13-L28C10" }, { "DocsId": "P:System.ComponentModel.Composition.ExportLifetimeContext`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs#L21C17-L21C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs#L21C17-L21C31" } ], "DocsId": "T:System.ComponentModel.Composition.ExportLifetimeContext`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ExportMetadataAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L27C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L27C9-L31C10" }, { "DocsId": "P:System.ComponentModel.Composition.ExportMetadataAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L41C13-L41C17" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L41C13-L41C17" }, { "DocsId": "P:System.ComponentModel.Composition.ExportMetadataAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L53C13-L53C17" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L53C13-L53C17" }, { "DocsId": "P:System.ComponentModel.Composition.ExportMetadataAttribute.IsMultiple", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L59C13-L59C17" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L59C13-L59C17" } ], "DocsId": "T:System.ComponentModel.Composition.ExportMetadataAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ICompositionService.SatisfyImportsOnce(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ICompositionService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ICompositionService.cs" } ], "DocsId": "T:System.ComponentModel.Composition.ICompositionService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ICompositionService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ICompositionService.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L32C15-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L32C15-L34C10" }, { "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L61C15-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L61C15-L63C10" }, { "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L85C15-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L85C15-L87C10" }, { "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L89C9-L93C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L89C9-L93C10" }, { "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.System#ComponentModel#Composition#IAttributedImport#get_Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L186C17-L190C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L186C17-L190C53" }, { "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L102C39-L102C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L102C39-L102C43" }, { "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L113C37-L113C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L113C37-L113C41" }, { "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.AllowDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L135C36-L135C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L135C36-L135C40" }, { "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.AllowRecomposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L148C42-L148C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L148C42-L148C46" }, { "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.RequiredCreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L164C56-L164C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L164C56-L164C60" }, { "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L180C38-L180C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L180C38-L180C42" }, { "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.System#ComponentModel#Composition#IAttributedImport#Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L186C17-L190C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L186C17-L190C53" } ], "DocsId": "T:System.ComponentModel.Composition.ImportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ImportCardinalityMismatchException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L24C15-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L24C15-L26C10" }, { "DocsId": "M:System.ComponentModel.Composition.ImportCardinalityMismatchException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L38C15-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L38C15-L40C10" }, { "DocsId": "M:System.ComponentModel.Composition.ImportCardinalityMismatchException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L58C15-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L58C15-L60C10" }, { "DocsId": "M:System.ComponentModel.Composition.ImportCardinalityMismatchException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L88C15-L90C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L88C15-L90C10" } ], "DocsId": "T:System.ComponentModel.Composition.ImportCardinalityMismatchException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ImportingConstructorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportingConstructorAttribute.cs#L22C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportingConstructorAttribute.cs#L22C9-L24C10" } ], "DocsId": "T:System.ComponentModel.Composition.ImportingConstructorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportingConstructorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportingConstructorAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L32C15-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L32C15-L34C10" }, { "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L61C15-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L61C15-L63C10" }, { "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L85C15-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L85C15-L87C10" }, { "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L89C9-L93C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L89C9-L93C10" }, { "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.System#ComponentModel#Composition#IAttributedImport#get_Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L162C19-L162C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L162C19-L162C55" }, { "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L102C39-L102C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L102C39-L102C43" }, { "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L113C37-L113C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L113C37-L113C41" }, { "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.AllowRecomposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L126C42-L126C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L126C42-L126C46" }, { "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.RequiredCreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L142C56-L142C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L142C56-L142C60" }, { "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L158C38-L158C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L158C38-L158C42" }, { "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.System#ComponentModel#Composition#IAttributedImport#Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L162C19-L162C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L162C19-L162C55" } ], "DocsId": "T:System.ComponentModel.Composition.ImportManyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs" }, { "Members": [ { "DocsId": "F:System.ComponentModel.Composition.ImportSource.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" }, { "DocsId": "F:System.ComponentModel.Composition.ImportSource.Any", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" }, { "DocsId": "F:System.ComponentModel.Composition.ImportSource.Local", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" }, { "DocsId": "F:System.ComponentModel.Composition.ImportSource.NonLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" } ], "DocsId": "T:System.ComponentModel.Composition.ImportSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.InheritedExportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L30C15-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L30C15-L32C10" }, { "DocsId": "M:System.ComponentModel.Composition.InheritedExportAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L60C15-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L60C15-L62C10" }, { "DocsId": "M:System.ComponentModel.Composition.InheritedExportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L85C15-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L85C15-L87C10" }, { "DocsId": "M:System.ComponentModel.Composition.InheritedExportAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L115C15-L117C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L115C15-L117C10" } ], "DocsId": "T:System.ComponentModel.Composition.InheritedExportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.IPartImportsSatisfiedNotification.OnImportsSatisfied", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/IPartImportsSatisfiedNotification.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/IPartImportsSatisfiedNotification.cs" } ], "DocsId": "T:System.ComponentModel.Composition.IPartImportsSatisfiedNotification", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/IPartImportsSatisfiedNotification.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/IPartImportsSatisfiedNotification.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.MetadataAttributeAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataAttributeAttribute.cs#L16C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataAttributeAttribute.cs#L16C9-L18C10" } ], "DocsId": "T:System.ComponentModel.Composition.MetadataAttributeAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataAttributeAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataAttributeAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.MetadataViewImplementationAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataViewImplementationAttribute.cs#L26C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataViewImplementationAttribute.cs#L26C9-L29C10" }, { "DocsId": "P:System.ComponentModel.Composition.MetadataViewImplementationAttribute.ImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataViewImplementationAttribute.cs#L39C43-L39C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataViewImplementationAttribute.cs#L39C43-L39C47" } ], "DocsId": "T:System.ComponentModel.Composition.MetadataViewImplementationAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataViewImplementationAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataViewImplementationAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.PartCreationPolicyAttribute.#ctor(System.ComponentModel.Composition.CreationPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartCreationPolicyAttribute.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartCreationPolicyAttribute.cs#L18C9-L21C10" }, { "DocsId": "P:System.ComponentModel.Composition.PartCreationPolicyAttribute.CreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartCreationPolicyAttribute.cs#L31C48-L31C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartCreationPolicyAttribute.cs#L31C48-L31C52" } ], "DocsId": "T:System.ComponentModel.Composition.PartCreationPolicyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartCreationPolicyAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartCreationPolicyAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.PartMetadataAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs#L25C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs#L25C9-L29C10" }, { "DocsId": "P:System.ComponentModel.Composition.PartMetadataAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs#L39C13-L39C17" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs#L39C13-L39C17" }, { "DocsId": "P:System.ComponentModel.Composition.PartMetadataAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs#L51C13-L51C17" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs#L51C13-L51C17" } ], "DocsId": "T:System.ComponentModel.Composition.PartMetadataAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.PartNotDiscoverableAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartNotDiscoverableAttribute.cs#L16C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartNotDiscoverableAttribute.cs#L16C9-L18C10" } ], "DocsId": "T:System.ComponentModel.Composition.PartNotDiscoverableAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartNotDiscoverableAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartNotDiscoverableAttribute.cs" }, { "Members": [ { "DocsId": "F:System.ComponentModel.Composition.AdaptationConstants.AdapterContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" }, { "DocsId": "F:System.ComponentModel.Composition.AdaptationConstants.AdapterFromContractMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" }, { "DocsId": "F:System.ComponentModel.Composition.AdaptationConstants.AdapterToContractMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" } ], "DocsId": "T:System.ComponentModel.Composition.AdaptationConstants", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.#ctor(System.Reflection.MemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L19C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L19C13-L43C10" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.#ctor(System.Reflection.MemberTypes,System.Reflection.MemberInfo[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L47C13-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L47C13-L59C10" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.#ctor(System.Reflection.MemberTypes,System.Func{System.Reflection.MemberInfo[]})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L63C13-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L63C13-L69C10" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.GetAccessors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L78C13-L91C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L78C13-L91C32" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L96C13-L106C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L96C13-L106C73" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L110C13-L110C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L110C13-L110C57" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.Equals(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L118C13-L134C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L118C13-L134C63" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.op_Equality(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L139C13-L139C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L139C13-L139C39" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.op_Inequality(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L144C13-L144C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L144C13-L144C40" }, { "DocsId": "P:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.MemberType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L73C19-L73C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L73C19-L73C38" } ], "DocsId": "T:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetPartType(System.ComponentModel.Composition.Primitives.ComposablePartDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L19C13-L27C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L19C13-L27C63" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.IsDisposalRequired(System.ComponentModel.Composition.Primitives.ComposablePartDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L32C13-L40C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L32C13-L40C64" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetExportingMember(System.ComponentModel.Composition.Primitives.ExportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L45C13-L55C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L45C13-L55C67" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetImportingMember(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L60C13-L70C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L60C13-L70C73" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetImportingParameter(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L75C13-L86C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L75C13-L86C79" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.IsImportingParameter(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L91C13-L101C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L91C13-L101C78" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.IsExportFactoryImportDefinition(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L106C13-L108C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L106C13-L108C71" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetExportFactoryProductImportDefinition(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L113C13-L123C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L113C13-L123C72" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreatePartDefinition(System.Lazy{System.Type},System.Boolean,System.Lazy{System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ImportDefinition}},System.Lazy{System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ExportDefinition}},System.Lazy{System.Collections.Generic.IDictionary{System.String,System.Object}},System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L134C13-L143C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L134C13-L143C30" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateExportDefinition(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.String,System.Lazy{System.Collections.Generic.IDictionary{System.String,System.Object}},System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L152C13-L158C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L152C13-L158C25" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.ComponentModel.Composition.CreationPolicy,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L171C13-L171C214" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L171C13-L171C214" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.ComponentModel.Composition.CreationPolicy,System.Collections.Generic.IDictionary{System.String,System.Object},System.Boolean,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L186C13-L197C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L186C13-L197C25" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean,System.ComponentModel.Composition.CreationPolicy,System.Collections.Generic.IDictionary{System.String,System.Object},System.Boolean,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L213C13-L243C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L213C13-L243C29" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.Lazy{System.Reflection.ParameterInfo},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.ComponentModel.Composition.CreationPolicy,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L256C13-L256C192" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L256C13-L256C192" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.Lazy{System.Reflection.ParameterInfo},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.ComponentModel.Composition.CreationPolicy,System.Collections.Generic.IDictionary{System.String,System.Object},System.Boolean,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L270C13-L298C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L270C13-L298C29" }, { "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.TryMakeGenericPartDefinition(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Collections.Generic.IEnumerable{System.Type},System.ComponentModel.Composition.Primitives.ComposablePartDefinition@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L304C13-L313C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L304C13-L313C123" } ], "DocsId": "T:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePart.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs#L17C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs#L17C9-L19C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePart.Activate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs#L127C9-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs#L127C9-L127C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePart.GetExportedValue(System.ComponentModel.Composition.Primitives.ExportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePart.SetImport(System.ComponentModel.Composition.Primitives.ImportDefinition,System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.Export})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePart.ExportDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePart.ImportDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePart.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs#L111C17-L111C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs#L111C17-L111C55" } ], "DocsId": "T:System.ComponentModel.Composition.Primitives.ComposablePart", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L32C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L32C9-L34C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L99C13-L117C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L99C13-L117C49" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L130C13-L132C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L130C13-L132C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L136C13-L137C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L136C13-L137C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L160C13-L165C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L160C13-L165C42" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L170C13-L170C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L170C13-L170C36" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.Parts", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L56C17-L67C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L56C17-L67C40" } ], "DocsId": "T:System.ComponentModel.Composition.Primitives.ComposablePartCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs#L21C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs#L21C9-L23C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.CreatePart", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.ExportDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.ImportDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs#L85C19-L85C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs#L85C19-L85C57" } ], "DocsId": "T:System.ComponentModel.Composition.Primitives.ComposablePartDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L25C15-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L25C15-L27C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L54C95-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L54C95-L57C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L69C15-L71C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L69C15-L71C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L90C15-L92C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L90C15-L92C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L110C15-L112C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L110C15-L112C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L136C15-L139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L136C15-L139C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L173C13-L175C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L173C13-L175C10" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartException.Element", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L150C19-L150C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L150C19-L150C35" } ], "DocsId": "T:System.ComponentModel.Composition.Primitives.ComposablePartException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L24C9-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L24C9-L44C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.#ctor(System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean,System.ComponentModel.Composition.CreationPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L103C15-L105C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L103C15-L105C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.#ctor(System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean,System.ComponentModel.Composition.CreationPolicy,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L24C9-L177C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L24C9-L177C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.IsConstraintSatisfiedBy(System.ComponentModel.Composition.Primitives.ExportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L297C13-L304C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L297C13-L304C60" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L362C13-L379C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L362C13-L379C34" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.RequiredTypeIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L189C19-L189C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L189C19-L189C48" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.RequiredMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L213C17-L216C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L213C17-L216C42" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.RequiredCreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L252C19-L252C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L252C19-L252C50" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.Constraint", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L273C13-L273C142" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L273C13-L273C142" } ], "DocsId": "T:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L21C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L21C9-L34C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.#ctor(System.String,System.Func{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L59C15-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L59C15-L61C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Func{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L92C15-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L92C15-L94C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.#ctor(System.ComponentModel.Composition.Primitives.ExportDefinition,System.Func{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L21C9-L122C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L21C9-L122C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.GetExportedValueCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L237C13-L242C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L237C13-L242C89" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.Export.Definition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L144C17-L149C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L144C17-L149C83" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.Export.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L175C17-L175C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L175C17-L175C44" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.Export.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L202C17-L208C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L202C17-L208C39" } ], "DocsId": "T:System.ComponentModel.Composition.Primitives.Export", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L17C9-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L17C9-L32C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportDefinition.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L17C9-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L17C9-L64C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportDefinition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L133C13-L133C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L133C13-L133C33" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ExportDefinition.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L86C17-L91C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L86C17-L91C85" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ExportDefinition.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L121C17-L121C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L121C17-L121C34" } ], "DocsId": "T:System.ComponentModel.Composition.Primitives.ExportDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportedDelegate.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs#L16C9-L16C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs#L16C9-L16C41" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportedDelegate.#ctor(System.Object,System.Reflection.MethodInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs#L18C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs#L18C9-L24C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportedDelegate.CreateDelegate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs#L28C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs#L28C13-L43C10" } ], "DocsId": "T:System.ComponentModel.Composition.Primitives.ExportedDelegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs" }, { "Members": [ { "DocsId": "P:System.ComponentModel.Composition.Primitives.ICompositionElement.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ICompositionElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ICompositionElement.cs" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ICompositionElement.Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ICompositionElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ICompositionElement.cs" } ], "DocsId": "T:System.ComponentModel.Composition.Primitives.ICompositionElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ICompositionElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ICompositionElement.cs" }, { "Members": [ { "DocsId": "F:System.ComponentModel.Composition.Primitives.ImportCardinality.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Primitives.ImportCardinality.ZeroOrOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Primitives.ImportCardinality.ExactlyOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Primitives.ImportCardinality.ZeroOrMore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" } ], "DocsId": "T:System.ComponentModel.Composition.Primitives.ImportCardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L20C9-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L20C9-L40C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.#ctor(System.Linq.Expressions.Expression{System.Func{System.ComponentModel.Composition.Primitives.ExportDefinition,System.Boolean}},System.String,System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L82C15-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L82C15-L87C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.#ctor(System.Linq.Expressions.Expression{System.Func{System.ComponentModel.Composition.Primitives.ExportDefinition,System.Boolean}},System.String,System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L90C15-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L90C15-L95C10" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.IsConstraintSatisfiedBy(System.ComponentModel.Composition.Primitives.ExportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L264C13-L268C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L264C13-L268C65" }, { "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L279C13-L279C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L279C13-L279C47" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L135C17-L135C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L135C17-L135C38" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L165C17-L165C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L165C17-L165C34" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L180C19-L180C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L180C19-L180C39" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.Constraint", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L204C17-L209C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L204C17-L209C83" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.IsPrerequisite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L224C19-L224C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L224C19-L224C42" }, { "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.IsRecomposable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L237C19-L237C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L237C19-L237C42" } ], "DocsId": "T:System.ComponentModel.Composition.Primitives.ImportDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L28C15-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L28C15-L30C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L47C15-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L47C15-L49C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePartCatalog})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L63C9-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L63C9-L68C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L121C13-L152C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L121C13-L152C70" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L180C17-L192C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L180C17-L192C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L196C13-L196C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L196C13-L196C77" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.OnChanged(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L207C13-L208C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L207C13-L208C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.OnChanging(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L218C13-L219C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L218C13-L219C10" }, { "DocsId": "E:System.ComponentModel.Composition.Hosting.AggregateCatalog.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L77C17-L78C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L77C17-L78C14" }, { "DocsId": "E:System.ComponentModel.Composition.Hosting.AggregateCatalog.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L92C17-L93C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L92C17-L93C14" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.AggregateCatalog.Catalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L169C17-L172C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L169C17-L172C34" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.AggregateCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L37C9-L66C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L37C9-L66C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Hosting.ExportProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L83C15-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L83C15-L85C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L92C13-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L92C13-L94C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L102C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L102C13-L113C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L158C13-L203C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L158C13-L203C36" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.AggregateExportProvider.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L129C17-L132C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L129C17-L132C43" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.AggregateExportProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L23C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L23C40" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.#ctor(System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L30C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.#ctor(System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L37C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.#ctor(System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L46C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L111C17-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L111C17-L127C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L131C13-L133C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L131C13-L133C49" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L157C13-L161C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L157C13-L161C56" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L184C13-L184C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L184C13-L184C37" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L195C19-L195C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L195C19-L195C43" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L206C19-L206C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L206C19-L206C31" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.ApplicationCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L195C19-L195C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L195C19-L195C43" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.ApplicationCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L206C19-L206C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L206C19-L206C31" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.ApplicationCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L79C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.String,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L137C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L137C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L193C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L193C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.String,System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L259C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L259C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.Reflection.Assembly,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L292C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L292C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.Reflection.Assembly,System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L333C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L333C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L356C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L356C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.Reflection.Assembly,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L387C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L387C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L427C13-L427C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L427C13-L427C56" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L484C19-L484C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L484C19-L484C43" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L495C19-L495C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L495C19-L495C31" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L506C13-L506C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L506C13-L506C37" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L513C17-L525C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L513C17-L525C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L529C13-L529C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L529C13-L529C49" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.AssemblyCatalog.Assembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L472C17-L472C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L472C17-L472C34" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.AssemblyCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L484C19-L484C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L484C19-L484C43" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.AssemblyCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L495C19-L495C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L495C19-L495C31" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.AssemblyCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L47C15-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L47C15-L49C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.#ctor(System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L51C9-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L51C9-L60C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.SetValue(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L64C13-L71C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L64C13-L71C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.TryGetValue``1(System.Object,``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L75C13-L75C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L75C13-L75C55" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.TryGetValue``1(System.Object,System.Boolean,``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L80C13-L85C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L80C13-L85C84" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.AddCompleteAction(System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L90C13-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L90C13-L98C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.AddRevertAction(System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L102C13-L110C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L102C13-L110C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.Complete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L114C13-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L114C13-L127C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L131C13-L133C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L131C13-L133C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L137C13-L183C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L137C13-L183C10" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.AtomicComposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L63C15-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L63C15-L65C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L68C15-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L68C15-L70C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.ComponentModel.Composition.Hosting.CompositionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L39C9-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L39C9-L97C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L204C13-L206C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L204C13-L206C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L214C13-L275C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L214C13-L275C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L299C13-L308C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L299C13-L308C29" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.CatalogExportProvider.Catalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L115C17-L118C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L115C17-L118C33" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.CatalogExportProvider.SourceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L154C17-L159C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L154C17-L159C14" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.CatalogExportProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExtensions.CreateCompositionService(System.ComponentModel.Composition.Primitives.ComposablePartCatalog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExtensions.cs#L18C13-L20C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExtensions.cs#L18C13-L20C66" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.CatalogExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExtensions.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePartDefinition},System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePartDefinition},System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L41C9-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L41C9-L50C10" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs.AddedDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L65C17-L65C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L65C17-L65C42" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs.RemovedDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L82C17-L82C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L82C17-L82C44" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs.AtomicComposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L98C55-L98C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L98C55-L98C59" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L30C13-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L30C13-L32C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L35C15-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L35C15-L37C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.#ctor(System.ComponentModel.Composition.Hosting.CompositionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L17C9-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L17C9-L48C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L55C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L55C13-L57C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L65C13-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L65C13-L97C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L199C13-L228C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L199C13-L228C28" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.Compose(System.ComponentModel.Composition.Hosting.CompositionBatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L233C13-L313C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L233C13-L313C10" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.SourceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L131C17-L133C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L131C17-L133C40" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L26C13-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L26C13-L28C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePart},System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePart})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L14C9-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L14C9-L64C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.AddPart(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L111C13-L122C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L111C13-L122C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.RemovePart(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L135C13-L146C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L135C13-L146C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.AddExport(System.ComponentModel.Composition.Primitives.Export)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L165C13-L171C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L165C13-L171C25" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionBatch.PartsToAdd", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L74C17-L80C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L74C17-L80C14" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionBatch.PartsToRemove", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L91C17-L97C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L91C17-L97C14" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionBatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs" }, { "Members": [ { "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.PartCreationPolicyMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.ImportSourceMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.IsGenericPartMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.GenericContractMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.GenericParametersMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.ExportTypeIdentityMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionConstants", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L36C15-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L36C15-L38C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L54C13-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L54C13-L56C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Hosting.CompositionOptions,System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L75C13-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L75C13-L77C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L94C13-L96C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L94C13-L96C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Boolean,System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L116C15-L118C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L116C15-L118C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.ComponentModel.Composition.Hosting.CompositionOptions,System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L29C9-L227C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L29C9-L227C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L298C13-L300C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L298C13-L300C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L308C13-L366C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L308C13-L366C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.Compose(System.ComponentModel.Composition.Hosting.CompositionBatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L370C13-L374C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L370C13-L374C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExport(System.ComponentModel.Composition.Primitives.Export)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L397C13-L403C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L397C13-L403C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExport``1(System.Lazy{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L426C13-L432C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L426C13-L432C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExports(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.Export})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L447C13-L453C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L447C13-L453C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExports``1(System.Collections.Generic.IEnumerable{System.Lazy{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L468C13-L474C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L468C13-L474C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExports``2(System.Collections.Generic.IEnumerable{System.Lazy{``0,``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L489C13-L495C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L489C13-L495C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.SatisfyImportsOnce(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L516C13-L534C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L516C13-L534C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L568C13-L598C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L568C13-L598C28" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionContainer.Catalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L254C17-L256C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L254C17-L256C56" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionContainer.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L286C17-L289C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L286C17-L289C35" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs" }, { "Members": [ { "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.DisableSilentRejection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.IsThreadSafe", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" }, { "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.ExportCompositionService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L18C9-L24C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L18C9-L24C51" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Hosting.CompositionScopeDefinition})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L18C9-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L18C9-L37C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Hosting.CompositionScopeDefinition},System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ExportDefinition})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L18C9-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L18C9-L52C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L87C17-L103C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L87C17-L103C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L152C13-L152C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L152C13-L152C45" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L181C13-L184C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L181C13-L184C52" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.OnChanged(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L226C13-L227C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L226C13-L227C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.OnChanging(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L235C13-L236C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L235C13-L236C10" }, { "DocsId": "E:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs" }, { "DocsId": "E:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L113C17-L115C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L113C17-L115C34" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.PublicSurface", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L135C17-L141C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L135C17-L141C39" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionService.SatisfyImportsOnce(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionService.cs#L49C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionService.cs#L49C13-L55C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionService.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionService.cs#L59C13-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionService.cs#L59C13-L70C10" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionService.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L73C15-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L73C15-L75C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L112C15-L114C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L112C15-L114C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L150C15-L152C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L150C15-L152C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L193C15-L195C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L193C15-L195C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L237C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L237C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L282C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L282C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.String,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L332C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L332C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.String,System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L387C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L387C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L459C17-L496C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L459C17-L496C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L500C13-L500C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L500C13-L500C127" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L524C13-L528C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L524C13-L528C93" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.OnChanged(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L539C13-L540C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L539C13-L540C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.OnChanging(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L550C13-L551C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L550C13-L551C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Refresh", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L568C13-L648C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L568C13-L648C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L658C13-L658C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L658C13-L658C37" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L790C19-L790C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L790C19-L790C43" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L801C19-L801C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L801C19-L801C31" }, { "DocsId": "E:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs" }, { "DocsId": "E:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.FullPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L398C17-L398C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L398C17-L398C34" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.LoadedFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L409C17-L414C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L409C17-L414C14" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L426C17-L426C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L426C17-L426C30" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.SearchPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L437C17-L437C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L437C17-L437C39" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L790C19-L790C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L790C19-L790C43" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L801C19-L801C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L801C19-L801C31" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.DirectoryCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L21C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L21C9-L23C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L65C13-L65C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L65C13-L65C49" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L99C13-L114C139" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L99C13-L114C139" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.TryGetExports(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition,System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.Export}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L146C13-L149C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L146C13-L149C67" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.OnExportsChanged(System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L184C13-L190C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L184C13-L190C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.OnExportsChanging(System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L200C13-L206C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L200C13-L206C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExport``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L61C13-L61C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L61C13-L61C48" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExport``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L112C13-L112C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L112C13-L112C51" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExport``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L162C13-L162C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L162C13-L162C63" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExport``2(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L213C13-L213C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L213C13-L213C66" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(System.Type,System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L263C13-L272C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L263C13-L272C27" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L309C13-L309C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L309C13-L309C49" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L350C13-L350C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L350C13-L350C52" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L388C13-L388C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L388C13-L388C64" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports``2(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L430C13-L430C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L430C13-L430C67" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValue``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L478C13-L478C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L478C13-L478C55" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValue``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L528C13-L528C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L528C13-L528C88" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValueOrDefault``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L578C13-L578C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L578C13-L578C64" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValueOrDefault``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L628C13-L628C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L628C13-L628C87" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValues``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L667C13-L667C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L667C13-L667C56" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValues``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L708C13-L708C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L708C13-L708C59" }, { "DocsId": "E:System.ComponentModel.Composition.Hosting.ExportProvider.ExportsChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" }, { "DocsId": "E:System.ComponentModel.Composition.Hosting.ExportProvider.ExportsChanging", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.ExportProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ExportDefinition},System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ExportDefinition},System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L44C9-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L44C9-L53C10" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.AddedExports", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L68C17-L68C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L68C17-L68C38" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.RemovedExports", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L85C17-L85C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L85C17-L85C40" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.ChangedContractNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L97C13-L101C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L97C13-L101C49" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.AtomicComposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L116C55-L116C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L116C55-L116C59" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Func{System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L28C13-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L28C13-L30C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L56C17-L88C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L56C17-L88C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L92C13-L92C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L92C13-L92C65" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L151C13-L163C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L151C13-L163C28" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.OnChanged(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L182C13-L183C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L182C13-L183C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.OnChanging(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L191C13-L192C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L191C13-L192C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.IncludeDependencies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L19C13-L19C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L19C13-L19C92" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.IncludeDependencies(System.Func{System.ComponentModel.Composition.Primitives.ImportDefinition,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L30C13-L33C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L30C13-L33C76" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.IncludeDependents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L42C13-L42C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L42C13-L42C90" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.IncludeDependents(System.Func{System.ComponentModel.Composition.Primitives.ImportDefinition,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L53C13-L56C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L53C13-L56C74" }, { "DocsId": "E:System.ComponentModel.Composition.Hosting.FilteredCatalog.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.IComposablePartCatalogTraversal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.IComposablePartCatalogTraversal.cs" }, { "DocsId": "E:System.ComponentModel.Composition.Hosting.FilteredCatalog.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.IComposablePartCatalogTraversal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.IComposablePartCatalogTraversal.cs" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.FilteredCatalog.Complement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L103C17-L121C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L103C17-L121C36" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.FilteredCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L38C15-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L38C15-L40C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L43C15-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L43C15-L45C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider,System.ComponentModel.Composition.Hosting.CompositionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L24C9-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L24C9-L55C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.PreviewImports(System.ComponentModel.Composition.Primitives.ComposablePart,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L85C13-L134C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L85C13-L134C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.SatisfyImports(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L158C13-L174C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L158C13-L174C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.SatisfyImportsOnce(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L195C13-L211C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L195C13-L211C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.ReleaseImports(System.ComponentModel.Composition.Primitives.ComposablePart,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L229C13-L241C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L229C13-L241C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L248C13-L250C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L248C13-L250C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L258C13-L288C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L258C13-L288C10" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.ImportEngine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs" }, { "Members": [ { "DocsId": "E:System.ComponentModel.Composition.Hosting.INotifyComposablePartCatalogChanged.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/INotifyComposablePartCatalogChanged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/INotifyComposablePartCatalogChanged.cs" }, { "DocsId": "E:System.ComponentModel.Composition.Hosting.INotifyComposablePartCatalogChanged.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/INotifyComposablePartCatalogChanged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/INotifyComposablePartCatalogChanged.cs" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.INotifyComposablePartCatalogChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/INotifyComposablePartCatalogChanged.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/INotifyComposablePartCatalogChanged.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.Exports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L21C13-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L21C13-L32C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.Imports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L44C13-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L44C13-L56C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.Imports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String,System.ComponentModel.Composition.Primitives.ImportCardinality)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L69C13-L81C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L69C13-L81C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.ContainsPartMetadataWithKey(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L93C13-L96C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L93C13-L96C51" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.ContainsPartMetadata``1(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L111C13-L126C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L111C13-L126C26" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.Filter(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Func{System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L137C13-L140C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L137C13-L140C57" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.ScopingExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs" }, { "Members": [ { "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Type[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L52C51-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L52C51-L54C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Collections.Generic.IEnumerable{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L82C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L82C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Collections.Generic.IEnumerable{System.Type},System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L110C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L110C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Collections.Generic.IEnumerable{System.Type},System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L139C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Collections.Generic.IEnumerable{System.Type},System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L172C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L172C10" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L225C13-L226C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L225C13-L226C50" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L237C19-L237C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L237C19-L237C43" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L248C19-L248C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L248C19-L248C31" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L344C13-L344C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L344C13-L344C37" }, { "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L349C13-L355C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L349C13-L355C10" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.TypeCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L237C19-L237C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L237C19-L237C43" }, { "DocsId": "P:System.ComponentModel.Composition.Hosting.TypeCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L248C19-L248C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L248C19-L248C31" } ], "DocsId": "T:System.ComponentModel.Composition.Hosting.TypeCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Composition.AttributedModel.json b/xml/SourceLinkInformation/net-9.0-pp/System.Composition.AttributedModel.json index b1a39f0b6ab..c2fdb95ce73 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Composition.AttributedModel.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Composition.AttributedModel.json @@ -1,221 +1,221 @@ { "Assembly": "System.Composition.AttributedModel", - "GUID": "D18D89F02B384E27B55C6D53EFBB4CF2FFFFFFFF", + "GUID": "ED58A78EE97345359EA639FEFED5240BFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Composition.ExportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L19C36-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L19C36-L21C10" }, { "DocsId": "M:System.Composition.ExportAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L33C53-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L33C53-L35C10" }, { "DocsId": "M:System.Composition.ExportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L46C55-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L46C55-L48C10" }, { "DocsId": "M:System.Composition.ExportAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L64C9-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L64C9-L68C10" }, { "DocsId": "P:System.Composition.ExportAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L77C38-L77C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L77C38-L77C42" }, { "DocsId": "P:System.Composition.ExportAttribute.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L87C36-L87C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L87C36-L87C40" } ], "DocsId": "T:System.Composition.ExportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.ExportMetadataAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs#L27C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs#L27C9-L31C10" }, { "DocsId": "P:System.Composition.ExportMetadataAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs#L39C30-L39C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs#L39C30-L39C34" }, { "DocsId": "P:System.Composition.ExportMetadataAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs#L47C31-L47C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs#L47C31-L47C35" } ], "DocsId": "T:System.Composition.ExportMetadataAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.ImportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L19C36-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L19C36-L21C10" }, { "DocsId": "M:System.Composition.ImportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L31C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L31C9-L34C10" }, { "DocsId": "P:System.Composition.ImportAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L43C38-L43C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L43C38-L43C42" }, { "DocsId": "P:System.Composition.ImportAttribute.AllowDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L50C36-L50C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L50C36-L50C40" } ], "DocsId": "T:System.Composition.ImportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.ImportingConstructorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportingConstructorAttribute.cs#L20C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportingConstructorAttribute.cs#L20C9-L22C10" } ], "DocsId": "T:System.Composition.ImportingConstructorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportingConstructorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportingConstructorAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.ImportManyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs#L19C40-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs#L19C40-L21C10" }, { "DocsId": "M:System.Composition.ImportManyAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs#L31C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs#L31C9-L34C10" }, { "DocsId": "P:System.Composition.ImportManyAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs#L43C38-L43C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs#L43C38-L43C42" } ], "DocsId": "T:System.Composition.ImportManyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.ImportMetadataConstraintAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs#L17C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs#L17C9-L21C10" }, { "DocsId": "P:System.Composition.ImportMetadataConstraintAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs#L26C30-L26C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs#L26C30-L26C34" }, { "DocsId": "P:System.Composition.ImportMetadataConstraintAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs#L31C31-L31C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs#L31C31-L31C35" } ], "DocsId": "T:System.Composition.ImportMetadataConstraintAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.MetadataAttributeAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/MetadataAttributeAttribute.cs#L17C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/MetadataAttributeAttribute.cs#L17C9-L19C10" } ], "DocsId": "T:System.Composition.MetadataAttributeAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/MetadataAttributeAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/MetadataAttributeAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.OnImportsSatisfiedAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/OnImportsSatisfiedAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/OnImportsSatisfiedAttribute.cs" } ], "DocsId": "T:System.Composition.OnImportsSatisfiedAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/OnImportsSatisfiedAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/OnImportsSatisfiedAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.PartMetadataAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs#L24C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs#L24C9-L28C10" }, { "DocsId": "P:System.Composition.PartMetadataAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs#L36C30-L36C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs#L36C30-L36C34" }, { "DocsId": "P:System.Composition.PartMetadataAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs#L44C31-L44C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs#L44C31-L44C35" } ], "DocsId": "T:System.Composition.PartMetadataAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.PartNotDiscoverableAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartNotDiscoverableAttribute.cs#L15C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartNotDiscoverableAttribute.cs#L15C9-L17C10" } ], "DocsId": "T:System.Composition.PartNotDiscoverableAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartNotDiscoverableAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartNotDiscoverableAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.SharedAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs#L23C36-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs#L23C36-L25C10" }, { "DocsId": "M:System.Composition.SharedAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs#L32C62-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs#L32C62-L34C10" }, { "DocsId": "P:System.Composition.SharedAttribute.SharingBoundary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs#L39C42-L39C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs#L39C42-L39C60" } ], "DocsId": "T:System.Composition.SharedAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.SharingBoundaryAttribute.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs#L30C9-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs#L30C9-L33C10" }, { "DocsId": "P:System.Composition.SharingBoundaryAttribute.SharingBoundaryNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs#L38C67-L38C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs#L38C67-L38C106" } ], "DocsId": "T:System.Composition.SharingBoundaryAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Convention.AttributedModelProvider.GetCustomAttributes(System.Type,System.Reflection.MemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" }, { "DocsId": "M:System.Composition.Convention.AttributedModelProvider.GetCustomAttributes(System.Type,System.Reflection.ParameterInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" }, { "DocsId": "M:System.Composition.Convention.AttributedModelProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" } ], "DocsId": "T:System.Composition.Convention.AttributedModelProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Composition.Convention.json b/xml/SourceLinkInformation/net-9.0-pp/System.Composition.Convention.json index cfbdb8c3535..edc993fb4d6 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Composition.Convention.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Composition.Convention.json @@ -1,267 +1,267 @@ { "Assembly": "System.Composition.Convention", - "GUID": "D3FE176E19384DC1B91DCC5BF842C0A7FFFFFFFF", + "GUID": "6D9C6A1B3F2B4B78B55AC08B07AF61AAFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Composition.Convention.ConventionBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L16C9-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L16C9-L27C10" }, { "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForTypesDerivedFrom``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L37C13-L39C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L37C13-L39C32" }, { "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForTypesDerivedFrom(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L50C13-L57C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L50C13-L57C32" }, { "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L67C13-L69C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L67C13-L69C32" }, { "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L79C13-L86C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L79C13-L86C32" }, { "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForTypesMatching``1(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L98C13-L105C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L98C13-L105C32" }, { "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForTypesMatching(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L116C13-L123C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L116C13-L123C32" }, { "DocsId": "M:System.Composition.Convention.ConventionBuilder.GetCustomAttributes(System.Type,System.Reflection.MemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L161C13-L244C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L161C13-L244C110" }, { "DocsId": "M:System.Composition.Convention.ConventionBuilder.GetCustomAttributes(System.Type,System.Reflection.ParameterInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L301C13-L308C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L301C13-L308C96" } ], "DocsId": "T:System.Composition.Convention.ConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AsContractType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L33C13-L33C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L33C13-L33C46" }, { "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AsContractType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L43C13-L49C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L43C13-L49C25" }, { "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AsContractName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L59C13-L69C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L59C13-L69C25" }, { "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AsContractName(System.Func{System.Type,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L79C13-L85C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L79C13-L85C25" }, { "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AddMetadata(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L96C13-L108C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L96C13-L108C25" }, { "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AddMetadata(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L119C13-L135C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L119C13-L135C25" } ], "DocsId": "T:System.Composition.Convention.ExportConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AsContractName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L33C13-L43C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L33C13-L43C25" }, { "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AsContractName(System.Func{System.Type,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L53C13-L59C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L53C13-L59C25" }, { "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AsMany", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L68C13-L68C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L68C13-L68C33" }, { "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AsMany(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L78C13-L79C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L78C13-L79C25" }, { "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AllowDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L89C13-L90C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L89C13-L90C25" }, { "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AddMetadataConstraint(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L101C13-L113C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L101C13-L113C25" }, { "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AddMetadataConstraint(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L124C13-L140C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L124C13-L140C25" } ], "DocsId": "T:System.Composition.Convention.ImportConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Convention.ParameterImportConventionBuilder.Import``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ParameterImportConventionBuilder.cs#L21C13-L21C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ParameterImportConventionBuilder.cs#L21C13-L21C28" }, { "DocsId": "M:System.Composition.Convention.ParameterImportConventionBuilder.Import``1(System.Action{System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ParameterImportConventionBuilder.cs#L32C13-L32C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ParameterImportConventionBuilder.cs#L32C13-L32C28" } ], "DocsId": "T:System.Composition.Convention.ParameterImportConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ParameterImportConventionBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ParameterImportConventionBuilder.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Export", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L56C13-L58C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L56C13-L58C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Export(System.Action{System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L68C13-L76C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L68C13-L76C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Export``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L85C13-L87C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L85C13-L87C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Export``1(System.Action{System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L97C13-L105C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L97C13-L105C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.SelectConstructor(System.Func{System.Collections.Generic.IEnumerable{System.Reflection.ConstructorInfo},System.Reflection.ConstructorInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L115C13-L121C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L115C13-L121C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.SelectConstructor(System.Func{System.Collections.Generic.IEnumerable{System.Reflection.ConstructorInfo},System.Reflection.ConstructorInfo},System.Action{System.Reflection.ParameterInfo,System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L133C13-L140C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L133C13-L140C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportInterfaces(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L150C13-L155C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L150C13-L155C64" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportInterfaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L164C13-L164C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L164C13-L164C48" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportInterfaces(System.Predicate{System.Type},System.Action{System.Type,System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L176C13-L185C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L176C13-L185C79" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportProperties(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L202C13-L207C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L202C13-L207C63" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportProperties(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L219C13-L228C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L219C13-L228C78" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportProperties``1(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L246C13-L251C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L246C13-L251C66" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportProperties``1(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L264C13-L273C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L264C13-L273C81" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ImportProperties(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L290C13-L295C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L290C13-L295C63" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ImportProperties(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L307C13-L316C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L307C13-L316C78" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ImportProperties``1(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L334C13-L339C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L334C13-L339C66" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ImportProperties``1(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L352C13-L361C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L352C13-L361C81" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.NotifyImportsSatisfied(System.Predicate{System.Reflection.MethodInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L378C13-L379C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L378C13-L379C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Shared", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L388C13-L388C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L388C13-L388C37" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Shared(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L398C13-L408C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L398C13-L408C48" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.AddPartMetadata(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L426C13-L438C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L426C13-L438C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder.AddPartMetadata(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L449C13-L465C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L449C13-L465C25" } ], "DocsId": "T:System.Composition.Convention.PartConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.SelectConstructor(System.Linq.Expressions.Expression{System.Func{System.Composition.Convention.ParameterImportConventionBuilder,`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L220C13-L227C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L220C13-L227C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ExportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L237C13-L237C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L237C13-L237C59" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ExportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L250C13-L257C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L250C13-L257C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ExportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L269C13-L269C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L269C13-L269C70" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ExportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L283C13-L290C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L283C13-L290C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ImportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L300C13-L300C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L300C13-L300C59" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ImportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L313C13-L320C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L313C13-L320C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ImportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L331C13-L331C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L331C13-L331C70" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ImportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L345C13-L352C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L345C13-L352C25" }, { "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.NotifyImportsSatisfied(System.Linq.Expressions.Expression{System.Action{`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L361C13-L368C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L361C13-L368C25" } ], "DocsId": "T:System.Composition.Convention.PartConventionBuilder`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Composition.Hosting.json b/xml/SourceLinkInformation/net-9.0-pp/System.Composition.Hosting.json index 9072a4c0fad..25677191398 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Composition.Hosting.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Composition.Hosting.json @@ -1,253 +1,253 @@ { "Assembly": "System.Composition.Hosting", - "GUID": "BAF83967265B4DF1957CB2EDBBEB2383FFFFFFFF", + "GUID": "A077C14FF876494B944DBD628ECC629BFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Composition.Hosting.CompositionHost.CreateCompositionHost(System.Composition.Hosting.Core.ExportDescriptorProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L37C13-L37C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L37C13-L37C92" }, { "DocsId": "M:System.Composition.Hosting.CompositionHost.CreateCompositionHost(System.Collections.Generic.IEnumerable{System.Composition.Hosting.Core.ExportDescriptorProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L46C13-L63C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L46C13-L63C51" }, { "DocsId": "M:System.Composition.Hosting.CompositionHost.TryGetExport(System.Composition.Hosting.Core.CompositionContract,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L76C13-L76C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L76C13-L76C76" }, { "DocsId": "M:System.Composition.Hosting.CompositionHost.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L84C13-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L84C13-L85C10" } ], "DocsId": "T:System.Composition.Hosting.CompositionHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Hosting.Core.CompositeActivator.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositeActivator.Invoke(System.Composition.Hosting.Core.LifetimeContext,System.Composition.Hosting.Core.CompositionOperation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositeActivator.BeginInvoke(System.Composition.Hosting.Core.LifetimeContext,System.Composition.Hosting.Core.CompositionOperation,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositeActivator.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" } ], "DocsId": "T:System.Composition.Hosting.Core.CompositeActivator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Hosting.Core.CompositionDependency.Satisfied(System.Composition.Hosting.Core.CompositionContract,System.Composition.Hosting.Core.ExportDescriptorPromise,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L42C13-L55C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L42C13-L55C86" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionDependency.Missing(System.Composition.Hosting.Core.CompositionContract,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L67C13-L76C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L67C13-L76C62" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionDependency.Oversupplied(System.Composition.Hosting.Core.CompositionContract,System.Collections.Generic.IEnumerable{System.Composition.Hosting.Core.ExportDescriptorPromise},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L89C13-L102C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L89C13-L102C71" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionDependency.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L156C13-L159C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L156C13-L159C98" }, { "DocsId": "P:System.Composition.Hosting.Core.CompositionDependency.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L130C55-L130C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L130C55-L130C70" }, { "DocsId": "P:System.Composition.Hosting.Core.CompositionDependency.IsPrerequisite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L137C44-L137C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L137C44-L137C67" }, { "DocsId": "P:System.Composition.Hosting.Core.CompositionDependency.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L143C36-L143C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L143C36-L143C49" }, { "DocsId": "P:System.Composition.Hosting.Core.CompositionDependency.Contract", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L148C53-L148C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L148C53-L148C70" } ], "DocsId": "T:System.Composition.Hosting.Core.CompositionDependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Hosting.Core.CompositionOperation.Run(System.Composition.Hosting.Core.LifetimeContext,System.Composition.Hosting.Core.CompositeActivator)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L33C13-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L33C13-L48C10" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionOperation.AddNonPrerequisiteAction(System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L57C13-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L57C13-L65C10" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionOperation.AddPostCompositionAction(System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L74C13-L82C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L74C13-L82C10" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionOperation.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L128C13-L130C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L128C13-L130C10" } ], "DocsId": "T:System.Composition.Hosting.Core.CompositionOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.GetPromises(System.Composition.Hosting.Core.CompositionContract)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs" }, { "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.ResolveDependencies(System.Object,System.Composition.Hosting.Core.CompositionContract,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs#L30C13-L34C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs#L30C13-L34C27" }, { "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.ResolveRequiredDependency(System.Object,System.Composition.Hosting.Core.CompositionContract,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs#L47C13-L50C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs#L47C13-L50C27" }, { "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.TryResolveOptionalDependency(System.Object,System.Composition.Hosting.Core.CompositionContract,System.Boolean,System.Composition.Hosting.Core.CompositionDependency@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs#L63C13-L77C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs#L63C13-L77C25" }, { "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs" } ], "DocsId": "T:System.Composition.Hosting.Core.DependencyAccessor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptor.Create(System.Composition.Hosting.Core.CompositeActivator,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs#L33C13-L33C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs#L33C13-L33C68" }, { "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" }, { "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptor.Activator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" }, { "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptor.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" } ], "DocsId": "T:System.Composition.Hosting.Core.ExportDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorPromise.#ctor(System.Composition.Hosting.Core.CompositionContract,System.String,System.Boolean,System.Func{System.Collections.Generic.IEnumerable{System.Composition.Hosting.Core.CompositionDependency}},System.Func{System.Collections.Generic.IEnumerable{System.Composition.Hosting.Core.CompositionDependency},System.Composition.Hosting.Core.ExportDescriptor})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L36C9-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L36C9-L48C10" }, { "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorPromise.GetDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L78C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L78C13-L95C10" }, { "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorPromise.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L103C13-L103C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L103C13-L103C84" }, { "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptorPromise.Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L54C38-L54C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L54C38-L54C53" }, { "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptorPromise.IsShared", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L60C38-L60C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L60C38-L60C55" }, { "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptorPromise.Dependencies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L65C79-L65C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L65C79-L65C106" }, { "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptorPromise.Contract", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L70C53-L70C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L70C53-L70C70" } ], "DocsId": "T:System.Composition.Hosting.Core.ExportDescriptorPromise", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorProvider.GetExportDescriptors(System.Composition.Hosting.Core.CompositionContract,System.Composition.Hosting.Core.DependencyAccessor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" }, { "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" }, { "DocsId": "F:System.Composition.Hosting.Core.ExportDescriptorProvider.NoExportDescriptors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" }, { "DocsId": "F:System.Composition.Hosting.Core.ExportDescriptorProvider.NoMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" }, { "DocsId": "F:System.Composition.Hosting.Core.ExportDescriptorProvider.NoDependencies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" } ], "DocsId": "T:System.Composition.Hosting.Core.ExportDescriptorProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.AllocateSharingId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L51C13-L51C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L51C13-L51C63" }, { "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.FindContextWithin(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L77C13-L97C22" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L77C13-L97C22" }, { "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L106C13-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L106C13-L121C10" }, { "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.AddBoundInstance(System.IDisposable)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L130C13-L137C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L130C13-L137C10" }, { "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.GetOrCreate(System.Int32,System.Composition.Hosting.Core.CompositionOperation,System.Composition.Hosting.Core.CompositeActivator)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L155C13-L184C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L155C13-L184C27" }, { "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.TryGetExport(System.Composition.Hosting.Core.CompositionContract,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L198C13-L205C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L198C13-L205C25" }, { "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L214C13-L220C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L214C13-L220C76" } ], "DocsId": "T:System.Composition.Hosting.Core.LifetimeContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Composition.Runtime.json b/xml/SourceLinkInformation/net-9.0-pp/System.Composition.Runtime.json index 30a9c92021f..11b7badcb48 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Composition.Runtime.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Composition.Runtime.json @@ -1,187 +1,187 @@ { "Assembly": "System.Composition.Runtime", - "GUID": "182350311E304F81B724DE54406C643DFFFFFFFF", + "GUID": "53278560C5D84783866A00A0611848F2FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Composition.CompositionContext.TryGetExport(System.Composition.Hosting.Core.CompositionContract,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs" }, { "DocsId": "M:System.Composition.CompositionContext.GetExport``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L36C13-L36C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L36C13-L36C45" }, { "DocsId": "M:System.Composition.CompositionContext.GetExport``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L49C13-L49C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L49C13-L49C70" }, { "DocsId": "M:System.Composition.CompositionContext.TryGetExport(System.Type,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L62C13-L62C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L62C13-L62C63" }, { "DocsId": "M:System.Composition.CompositionContext.TryGetExport(System.Type,System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L76C13-L80C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L76C13-L80C26" }, { "DocsId": "M:System.Composition.CompositionContext.TryGetExport``1(``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L93C13-L93C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L93C13-L93C51" }, { "DocsId": "M:System.Composition.CompositionContext.TryGetExport``1(System.String,``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L107C13-L114C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L107C13-L114C25" }, { "DocsId": "M:System.Composition.CompositionContext.GetExport(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L126C13-L126C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L126C13-L126C48" }, { "DocsId": "M:System.Composition.CompositionContext.GetExport(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L139C13-L139C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L139C13-L139C81" }, { "DocsId": "M:System.Composition.CompositionContext.GetExport(System.Composition.Hosting.Core.CompositionContract)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L151C13-L154C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L151C13-L154C119" }, { "DocsId": "M:System.Composition.CompositionContext.GetExports(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L165C13-L165C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L165C13-L165C49" }, { "DocsId": "M:System.Composition.CompositionContext.GetExports(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L178C13-L183C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L178C13-L183C65" }, { "DocsId": "M:System.Composition.CompositionContext.GetExports``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L195C13-L195C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L195C13-L195C46" }, { "DocsId": "M:System.Composition.CompositionContext.GetExports``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L208C13-L208C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L208C13-L208C84" }, { "DocsId": "M:System.Composition.CompositionContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs" } ], "DocsId": "T:System.Composition.CompositionContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs" }, { "Members": [ { "DocsId": "M:System.Composition.ExportFactory`1.#ctor(System.Func{System.Tuple{`0,System.Action}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfT.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfT.cs#L18C9-L21C10" }, { "DocsId": "M:System.Composition.ExportFactory`1.CreateExport", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfT.cs#L29C13-L30C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfT.cs#L29C13-L30C94" } ], "DocsId": "T:System.Composition.ExportFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfT.cs" }, { "Members": [ { "DocsId": "M:System.Composition.ExportFactory`2.#ctor(System.Func{System.Tuple{`0,System.Action}},`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfTTMetadata.cs#L19C15-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfTTMetadata.cs#L19C15-L22C10" }, { "DocsId": "P:System.Composition.ExportFactory`2.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfTTMetadata.cs#L27C37-L27C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfTTMetadata.cs#L27C37-L27C41" } ], "DocsId": "T:System.Composition.ExportFactory`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfTTMetadata.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfTTMetadata.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Export`1.#ctor(`0,System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs#L20C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs#L20C9-L24C10" }, { "DocsId": "M:System.Composition.Export`1.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs#L34C34-L34C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs#L34C34-L34C58" }, { "DocsId": "P:System.Composition.Export`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs#L29C26-L29C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs#L29C26-L29C30" } ], "DocsId": "T:System.Composition.Export`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Hosting.CompositionFailedException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs#L17C15-L18C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs#L17C15-L18C12" }, { "DocsId": "M:System.Composition.Hosting.CompositionFailedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs#L25C15-L26C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs#L25C15-L26C12" }, { "DocsId": "M:System.Composition.Hosting.CompositionFailedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs#L34C15-L35C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs#L34C15-L35C12" } ], "DocsId": "T:System.Composition.Hosting.CompositionFailedException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L25C15-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L25C15-L27C10" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L35C15-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L35C15-L37C10" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.#ctor(System.Type,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L45C9-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L45C9-L53C10" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L78C13-L82C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L78C13-L82C86" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L91C13-L96C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L91C13-L96C23" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L105C13-L115C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L105C13-L115C27" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.ChangeType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L127C13-L128C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L127C13-L128C98" }, { "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.TryUnwrapMetadataConstraint``1(System.String,``0@,System.Composition.Hosting.Core.CompositionContract@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L143C13-L172C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L143C13-L172C25" }, { "DocsId": "P:System.Composition.Hosting.Core.CompositionContract.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L58C37-L58C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L58C37-L58C50" }, { "DocsId": "P:System.Composition.Hosting.Core.CompositionContract.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L63C39-L63C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L63C39-L63C52" }, { "DocsId": "P:System.Composition.Hosting.Core.CompositionContract.MetadataConstraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L69C81-L69C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L69C81-L69C101" } ], "DocsId": "T:System.Composition.Hosting.Core.CompositionContract", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Composition.TypedParts.json b/xml/SourceLinkInformation/net-9.0-pp/System.Composition.TypedParts.json index 197ed6889be..f3939709f31 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Composition.TypedParts.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Composition.TypedParts.json @@ -1,103 +1,103 @@ { "Assembly": "System.Composition.TypedParts", - "GUID": "52C3D9F6FCCA44C6BB218643B1AEBC71FFFFFFFF", + "GUID": "6C4DA1C303C440DFACC04134DDA3A858FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Composition.CompositionContextExtensions.SatisfyImports(System.Composition.CompositionContext,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/CompositionContextExtensions.cs#L30C13-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/CompositionContextExtensions.cs#L30C13-L31C10" }, { "DocsId": "M:System.Composition.CompositionContextExtensions.SatisfyImports(System.Composition.CompositionContext,System.Object,System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/CompositionContextExtensions.cs#L42C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/CompositionContextExtensions.cs#L42C13-L43C10" } ], "DocsId": "T:System.Composition.CompositionContextExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/CompositionContextExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/CompositionContextExtensions.cs" }, { "Members": [ { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.CreateContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L33C13-L42C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L33C13-L42C79" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithProvider(System.Composition.Hosting.Core.ExportDescriptorProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L52C13-L58C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L52C13-L58C25" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithDefaultConventions(System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L70C13-L79C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L70C13-L79C25" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithPart(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L90C13-L90C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L90C13-L90C45" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithPart(System.Type,System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L102C13-L103C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L102C13-L103C63" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithPart``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L114C13-L114C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L114C13-L114C42" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithPart``1(System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L126C13-L126C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L126C13-L126C57" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithParts(System.Type[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L137C13-L137C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L137C13-L137C60" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithParts(System.Collections.Generic.IEnumerable{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L148C13-L148C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L148C13-L148C47" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithParts(System.Collections.Generic.IEnumerable{System.Type},System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L160C13-L166C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L160C13-L166C25" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithAssembly(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L177C13-L177C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L177C13-L177C49" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithAssembly(System.Reflection.Assembly,System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L189C13-L189C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L189C13-L189C68" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithAssemblies(System.Collections.Generic.IEnumerable{System.Reflection.Assembly})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L200C13-L200C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L200C13-L200C53" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithAssemblies(System.Collections.Generic.IEnumerable{System.Reflection.Assembly},System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L212C13-L217C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L212C13-L217C113" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithExport``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L228C13-L233C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L228C13-L233C61" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithExport``1(``0,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L246C13-L251C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L246C13-L251C90" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithExport(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L262C13-L271C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L262C13-L271C75" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithExport(System.Type,System.Object,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L284C13-L293C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L284C13-L293C127" }, { "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L23C9-L24C153" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L23C9-L24C153" } ], "DocsId": "T:System.Composition.Hosting.ContainerConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Configuration.ConfigurationManager.json b/xml/SourceLinkInformation/net-9.0-pp/System.Configuration.ConfigurationManager.json index 2b34724d316..f2fdae83e9b 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Configuration.ConfigurationManager.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Configuration.ConfigurationManager.json @@ -1,5203 +1,5203 @@ { "Assembly": "System.Configuration.ConfigurationManager", - "GUID": "2A7FB46EE2CC423087E3DBC5E3DF7933FFFFFFFF", + "GUID": "1F3432C6CE6F4757894E964E4AA51718FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:System.UriIdnScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" }, { "DocsId": "F:System.UriIdnScope.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" }, { "DocsId": "F:System.UriIdnScope.AllExceptIntranet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" }, { "DocsId": "F:System.UriIdnScope.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" } ], "DocsId": "T:System.UriIdnScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.TraceConfiguration.Register", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Diagnostics/TraceConfiguration.cs#L16C13-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Diagnostics/TraceConfiguration.cs#L16C13-L27C10" } ], "DocsId": "T:System.Diagnostics.TraceConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Diagnostics/TraceConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Diagnostics/TraceConfiguration.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Configuration.SystemDrawingSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs" }, { "DocsId": "P:System.Drawing.Configuration.SystemDrawingSection.BitmapSuffix", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs#L17C20-L17C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs#L17C20-L17C48" }, { "DocsId": "P:System.Drawing.Configuration.SystemDrawingSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs#L21C83-L21C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs#L21C83-L21C95" } ], "DocsId": "T:System.Drawing.Configuration.SystemDrawingSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.DictionarySectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs#L31C13-L79C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs#L31C13-L79C24" }, { "DocsId": "M:System.Configuration.DictionarySectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs" }, { "DocsId": "P:System.Configuration.DictionarySectionHandler.KeyAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs#L87C19-L87C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs#L87C19-L87C32" }, { "DocsId": "P:System.Configuration.DictionarySectionHandler.ValueAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs#L95C19-L95C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs#L95C19-L95C34" } ], "DocsId": "T:System.Configuration.DictionarySectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.DpapiProtectedConfigurationProvider.Decrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L20C13-L42C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L20C13-L42C48" }, { "DocsId": "M:System.Configuration.DpapiProtectedConfigurationProvider.Encrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L47C13-L56C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L47C13-L56C48" }, { "DocsId": "M:System.Configuration.DpapiProtectedConfigurationProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L95C13-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L95C13-L101C10" }, { "DocsId": "M:System.Configuration.DpapiProtectedConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L15C9-L15C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L15C9-L15C51" }, { "DocsId": "P:System.Configuration.DpapiProtectedConfigurationProvider.UseMachineProtection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L91C50-L91C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L91C50-L91C79" } ], "DocsId": "T:System.Configuration.DpapiProtectedConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.IConfigurationSystem.GetConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSystem.cs" }, { "DocsId": "M:System.Configuration.IConfigurationSystem.Init", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSystem.cs" } ], "DocsId": "T:System.Configuration.IConfigurationSystem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSystem.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.IdnElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs#L13C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs#L13C9-L22C10" }, { "DocsId": "P:System.Configuration.IdnElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs#L28C17-L28C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs#L28C17-L28C36" }, { "DocsId": "P:System.Configuration.IdnElement.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs#L35C19-L35C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs#L35C19-L35C54" } ], "DocsId": "T:System.Configuration.IdnElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.IPersistComponentSettings.LoadComponentSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" }, { "DocsId": "M:System.Configuration.IPersistComponentSettings.SaveComponentSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" }, { "DocsId": "M:System.Configuration.IPersistComponentSettings.ResetComponentSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" }, { "DocsId": "P:System.Configuration.IPersistComponentSettings.SaveSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" }, { "DocsId": "P:System.Configuration.IPersistComponentSettings.SettingsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" } ], "DocsId": "T:System.Configuration.IPersistComponentSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ApplicationSettingsBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L27C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L27C9-L35C10" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.#ctor(System.ComponentModel.IComponent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L42C63-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L42C63-L44C10" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L27C9-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L27C9-L52C10" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.#ctor(System.ComponentModel.IComponent,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L57C83-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L57C83-L85C10" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.GetPreviousVersion(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L283C13-L304C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L283C13-L304C25" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.OnPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L312C13-L313C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L312C13-L313C10" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.OnSettingChanging(System.Object,System.Configuration.SettingChangingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L320C13-L321C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L320C13-L321C10" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.OnSettingsLoaded(System.Object,System.Configuration.SettingsLoadedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L328C13-L329C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L328C13-L329C10" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.OnSettingsSaving(System.Object,System.ComponentModel.CancelEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L336C13-L337C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L336C13-L337C10" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L344C13-L351C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L344C13-L351C10" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L359C13-L368C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L359C13-L368C10" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L375C13-L382C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L375C13-L382C10" }, { "DocsId": "M:System.Configuration.ApplicationSettingsBase.Upgrade", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L426C13-L435C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L426C13-L435C10" }, { "DocsId": "E:System.Configuration.ApplicationSettingsBase.PropertyChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L223C17-L224C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L223C17-L224C14" }, { "DocsId": "E:System.Configuration.ApplicationSettingsBase.SettingChanging", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L239C17-L240C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L239C17-L240C14" }, { "DocsId": "E:System.Configuration.ApplicationSettingsBase.SettingsLoaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L254C17-L255C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L254C17-L255C14" }, { "DocsId": "E:System.Configuration.ApplicationSettingsBase.SettingsSaving", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L269C17-L270C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L269C17-L270C14" }, { "DocsId": "P:System.Configuration.ApplicationSettingsBase.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L95C17-L116C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L95C17-L116C33" }, { "DocsId": "P:System.Configuration.ApplicationSettingsBase.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L130C17-L151C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L130C17-L151C34" }, { "DocsId": "P:System.Configuration.ApplicationSettingsBase.PropertyValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L163C17-L163C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L163C17-L163C44" }, { "DocsId": "P:System.Configuration.ApplicationSettingsBase.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L175C17-L195C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L175C17-L195C35" }, { "DocsId": "P:System.Configuration.ApplicationSettingsBase.SettingsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L207C17-L207C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L207C17-L207C37" }, { "DocsId": "P:System.Configuration.ApplicationSettingsBase.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L391C17-L403C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L391C17-L403C14" } ], "DocsId": "T:System.Configuration.ApplicationSettingsBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ApplicationScopedSettingAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationScopedSettingAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationScopedSettingAttribute.cs" } ], "DocsId": "T:System.Configuration.ApplicationScopedSettingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationScopedSettingAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationScopedSettingAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ApplicationSettingsGroup.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsGroup.cs" } ], "DocsId": "T:System.Configuration.ApplicationSettingsGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsGroup.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.AppSettingsReader.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsReader.cs#L19C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsReader.cs#L19C9-L22C10" }, { "DocsId": "M:System.Configuration.AppSettingsReader.GetValue(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsReader.cs#L33C13-L81C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsReader.cs#L33C13-L81C10" } ], "DocsId": "T:System.Configuration.AppSettingsReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsReader.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.AppSettingsSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L18C9-L21C10" }, { "DocsId": "M:System.Configuration.AppSettingsSection.GetRuntimeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L73C13-L74C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L73C13-L74C37" }, { "DocsId": "M:System.Configuration.AppSettingsSection.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L79C13-L86C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L79C13-L86C10" }, { "DocsId": "M:System.Configuration.AppSettingsSection.DeserializeElement(System.Xml.XmlReader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L90C13-L141C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L90C13-L141C10" }, { "DocsId": "P:System.Configuration.AppSettingsSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L23C83-L23C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L23C83-L23C108" }, { "DocsId": "P:System.Configuration.AppSettingsSection.Settings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L29C60-L29C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L29C60-L29C116" }, { "DocsId": "P:System.Configuration.AppSettingsSection.File", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L36C17-L37C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L36C17-L37C50" } ], "DocsId": "T:System.Configuration.AppSettingsSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.CallbackValidator.#ctor(System.Type,System.Configuration.ValidatorCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs#L11C75-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs#L11C75-L15C10" }, { "DocsId": "M:System.Configuration.CallbackValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs#L31C13-L31C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs#L31C13-L31C55" }, { "DocsId": "M:System.Configuration.CallbackValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs#L36C13-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs#L36C13-L37C10" } ], "DocsId": "T:System.Configuration.CallbackValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.CallbackValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L12C9-L12C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L12C9-L12C59" }, { "DocsId": "P:System.Configuration.CallbackValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L19C17-L41C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L19C17-L41C63" }, { "DocsId": "P:System.Configuration.CallbackValidatorAttribute.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L47C19-L47C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L47C19-L47C32" }, { "DocsId": "P:System.Configuration.CallbackValidatorAttribute.CallbackMethodName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L57C19-L57C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L57C19-L57C46" } ], "DocsId": "T:System.Configuration.CallbackValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ClientSettingsSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs#L14C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs#L14C9-L16C10" }, { "DocsId": "P:System.Configuration.ClientSettingsSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs#L22C17-L22C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs#L22C17-L22C37" }, { "DocsId": "P:System.Configuration.ClientSettingsSection.Settings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs#L31C17-L31C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs#L31C17-L31C71" } ], "DocsId": "T:System.Configuration.ClientSettingsSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.CommaDelimitedStringCollectionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs#L13C13-L15C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs#L13C13-L15C46" }, { "DocsId": "M:System.Configuration.CommaDelimitedStringCollectionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs#L20C13-L22C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs#L20C13-L22C40" }, { "DocsId": "M:System.Configuration.CommaDelimitedStringCollectionConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs" } ], "DocsId": "T:System.Configuration.CommaDelimitedStringCollectionConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Configuration.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L167C13-L169C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L167C13-L169C28" }, { "DocsId": "M:System.Configuration.Configuration.GetSectionGroup(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L174C13-L176C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L174C13-L176C33" }, { "DocsId": "M:System.Configuration.Configuration.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L181C13-L182C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L181C13-L182C10" }, { "DocsId": "M:System.Configuration.Configuration.Save(System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L186C13-L187C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L186C13-L187C10" }, { "DocsId": "M:System.Configuration.Configuration.Save(System.Configuration.ConfigurationSaveMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L191C13-L192C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L191C13-L192C10" }, { "DocsId": "M:System.Configuration.Configuration.SaveAs(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L196C13-L197C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L196C13-L197C10" }, { "DocsId": "M:System.Configuration.Configuration.SaveAs(System.String,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L201C13-L202C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L201C13-L202C10" }, { "DocsId": "M:System.Configuration.Configuration.SaveAs(System.String,System.Configuration.ConfigurationSaveMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L206C13-L209C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L206C13-L209C10" }, { "DocsId": "P:System.Configuration.Configuration.AppSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L78C50-L78C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L78C50-L78C95" }, { "DocsId": "P:System.Configuration.Configuration.ConnectionStrings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L80C62-L80C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L80C62-L80C119" }, { "DocsId": "P:System.Configuration.Configuration.FilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L82C35-L82C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L82C35-L82C70" }, { "DocsId": "P:System.Configuration.Configuration.HasFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L84C32-L84C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L84C32-L84C55" }, { "DocsId": "P:System.Configuration.Configuration.Locations", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L87C16-L87C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L87C16-L87C72" }, { "DocsId": "P:System.Configuration.Configuration.EvaluationContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L90C16-L90C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L90C16-L90C70" }, { "DocsId": "P:System.Configuration.Configuration.RootSectionGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L96C17-L102C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L96C17-L102C42" }, { "DocsId": "P:System.Configuration.Configuration.Sections", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L106C59-L106C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L106C59-L106C84" }, { "DocsId": "P:System.Configuration.Configuration.SectionGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L108C69-L108C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L108C69-L108C99" }, { "DocsId": "P:System.Configuration.Configuration.NamespaceDeclared", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L116C19-L116C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L116C19-L116C57" }, { "DocsId": "P:System.Configuration.Configuration.TypeStringTransformer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L122C19-L122C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L122C19-L122C49" }, { "DocsId": "P:System.Configuration.Configuration.AssemblyStringTransformer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L135C19-L135C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L135C19-L135C53" }, { "DocsId": "P:System.Configuration.Configuration.TargetFramework", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L148C13-L148C17" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L148C13-L148C17" } ], "DocsId": "T:System.Configuration.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" }, { "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.MachineOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" }, { "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.MachineToWebRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" }, { "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.MachineToApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" }, { "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.Everywhere", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" } ], "DocsId": "T:System.Configuration.ConfigurationAllowDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" }, { "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.MachineOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" }, { "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.MachineToApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" }, { "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.MachineToRoamingUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" }, { "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.MachineToLocalUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" } ], "DocsId": "T:System.Configuration.ConfigurationAllowExeDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationCollectionAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L57C13-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L57C13-L22C10" }, { "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.ItemType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L24C32-L24C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L24C32-L24C36" }, { "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.AddItemName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L28C19-L28C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L28C19-L28C92" }, { "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.RemoveItemName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L38C19-L38C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L38C19-L38C98" }, { "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.ClearItemsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L48C19-L48C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L48C19-L48C98" }, { "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.CollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L56C68-L56C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L56C68-L56C72" } ], "DocsId": "T:System.Configuration.ConfigurationCollectionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationConverterBase.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs#L12C13-L12C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs#L12C13-L12C43" }, { "DocsId": "M:System.Configuration.ConfigurationConverterBase.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs#L17C13-L17C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs#L17C13-L17C43" }, { "DocsId": "M:System.Configuration.ConfigurationConverterBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs" } ], "DocsId": "T:System.Configuration.ConfigurationConverterBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L53C9-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L53C9-L70C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.Init", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L241C13-L242C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L241C13-L242C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L414C13-L426C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L414C13-L426C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L430C13-L437C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L430C13-L437C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L441C13-L441C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L441C13-L441C30" }, { "DocsId": "M:System.Configuration.ConfigurationElement.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L446C13-L448C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L446C13-L448C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.ListErrors(System.Collections.IList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L496C55-L504C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L496C55-L504C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.InitializeDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L506C63-L506C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L506C63-L506C64" }, { "DocsId": "M:System.Configuration.ConfigurationElement.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L606C13-L670C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L606C13-L670C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L674C13-L696C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L674C13-L696C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L700C13-L706C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L700C13-L706C30" }, { "DocsId": "M:System.Configuration.ConfigurationElement.SetPropertyValue(System.Configuration.ConfigurationProperty,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L829C13-L846C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L829C13-L846C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L878C13-L1007C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L878C13-L1007C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.SerializeToXmlElement(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1011C13-L1035C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1011C13-L1035C32" }, { "DocsId": "M:System.Configuration.ConfigurationElement.SerializeElement(System.Xml.XmlWriter,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1040C13-L1177C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1040C13-L1177C32" }, { "DocsId": "M:System.Configuration.ConfigurationElement.DeserializeElement(System.Xml.XmlReader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1385C13-L1706C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1385C13-L1706C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.OnRequiredPropertyNotFound(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1833C13-L1835C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1833C13-L1835C43" }, { "DocsId": "M:System.Configuration.ConfigurationElement.PostDeserialize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1841C9-L1841C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1841C9-L1841C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.PreSerialize(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1846C9-L1846C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1846C9-L1846C10" }, { "DocsId": "M:System.Configuration.ConfigurationElement.OnDeserializeUnrecognizedAttribute(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1850C13-L1850C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1850C13-L1850C26" }, { "DocsId": "M:System.Configuration.ConfigurationElement.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1855C13-L1855C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1855C13-L1855C26" }, { "DocsId": "M:System.Configuration.ConfigurationElement.GetTransformedTypeString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1860C13-L1863C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1860C13-L1863C66" }, { "DocsId": "M:System.Configuration.ConfigurationElement.GetTransformedAssemblyString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1868C13-L1871C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1868C13-L1871C74" }, { "DocsId": "P:System.Configuration.ConfigurationElement.LockAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L89C62-L89C175" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L89C62-L89C175" }, { "DocsId": "P:System.Configuration.ConfigurationElement.LockAllAttributesExcept", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L91C71-L91C212" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L91C71-L91C212" }, { "DocsId": "P:System.Configuration.ConfigurationElement.LockElements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L93C60-L93C169" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L93C60-L93C169" }, { "DocsId": "P:System.Configuration.ConfigurationElement.LockAllElementsExcept", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L95C69-L95C216" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L95C69-L95C216" }, { "DocsId": "P:System.Configuration.ConfigurationElement.LockItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L99C19-L99C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L99C19-L99C82" }, { "DocsId": "P:System.Configuration.ConfigurationElement.Item(System.Configuration.ConfigurationProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L118C17-L160C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L118C17-L160C26" }, { "DocsId": "P:System.Configuration.ConfigurationElement.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L172C17-L178C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L172C17-L178C35" }, { "DocsId": "P:System.Configuration.ConfigurationElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L193C17-L196C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L193C17-L196C31" }, { "DocsId": "P:System.Configuration.ConfigurationElement.ElementInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L202C57-L202C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L202C57-L202C108" }, { "DocsId": "P:System.Configuration.ConfigurationElement.EvaluationContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L208C17-L219C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L208C17-L219C37" }, { "DocsId": "P:System.Configuration.ConfigurationElement.ElementProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L223C84-L223C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L223C84-L223C100" }, { "DocsId": "P:System.Configuration.ConfigurationElement.HasContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L225C38-L225C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L225C38-L225C59" }, { "DocsId": "P:System.Configuration.ConfigurationElement.CurrentConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L227C54-L227C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L227C54-L227C89" } ], "DocsId": "T:System.Configuration.ConfigurationElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationElementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L17C9-L30C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L17C9-L30C55" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.#ctor(System.Collections.IComparer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L17C9-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L17C9-L40C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L130C37-L132C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L130C37-L132C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L136C13-L136C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L136C13-L136C40" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L149C13-L162C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L149C13-L162C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L166C13-L176C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L166C13-L176C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L180C13-L180C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L180C13-L180C30" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L185C13-L193C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L185C13-L193C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L211C13-L235C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L211C13-L235C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L239C13-L245C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L239C13-L245C30" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L253C13-L454C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L253C13-L454C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L458C13-L485C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L458C13-L485C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.CopyTo(System.Configuration.ConfigurationElement[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L489C13-L490C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L489C13-L490C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L494C13-L495C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L494C13-L495C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Configuration.ConfigurationElement,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L499C13-L500C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L499C13-L500C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseIndexOf(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L587C13-L596C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L587C13-L596C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Int32,System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L677C13-L678C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L677C13-L678C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseRemove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L727C13-L728C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L727C13-L728C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L835C37-L839C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L835C37-L839C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseIsRemoved(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L843C37-L847C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L843C37-L847C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L851C13-L869C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L851C13-L869C90" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseGetAllKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L874C13-L882C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L874C13-L882C25" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseGetKey(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L887C13-L905C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L887C13-L905C39" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L910C13-L959C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L910C13-L959C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseRemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L963C13-L1028C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L963C13-L1028C10" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.SerializeElement(System.Xml.XmlWriter,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1032C13-L1091C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1032C13-L1091C32" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1096C13-L1162C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1096C13-L1162C25" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.CreateNewElement(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1183C13-L1183C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1183C13-L1183C39" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.IsElementRemovable(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1199C13-L1199C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1199C13-L1199C25" }, { "DocsId": "M:System.Configuration.ConfigurationElementCollection.IsElementName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1210C13-L1210C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1210C13-L1210C26" }, { "DocsId": "P:System.Configuration.ConfigurationElementCollection.AddElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L46C19-L46C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L46C19-L46C38" }, { "DocsId": "P:System.Configuration.ConfigurationElementCollection.RemoveElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L57C19-L57C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L57C19-L57C41" }, { "DocsId": "P:System.Configuration.ConfigurationElementCollection.ClearElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L68C19-L68C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L68C19-L68C40" }, { "DocsId": "P:System.Configuration.ConfigurationElementCollection.EmitClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L79C19-L79C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L79C19-L79C40" }, { "DocsId": "P:System.Configuration.ConfigurationElementCollection.ElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L93C49-L93C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L93C49-L93C51" }, { "DocsId": "P:System.Configuration.ConfigurationElementCollection.ThrowOnDuplicate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L116C16-L117C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L116C16-L117C94" }, { "DocsId": "P:System.Configuration.ConfigurationElementCollection.CollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L120C16-L120C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L120C16-L120C68" }, { "DocsId": "P:System.Configuration.ConfigurationElementCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L122C29-L122C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L122C29-L122C60" }, { "DocsId": "P:System.Configuration.ConfigurationElementCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L124C39-L124C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L124C39-L124C44" }, { "DocsId": "P:System.Configuration.ConfigurationElementCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L126C35-L126C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L126C35-L126C39" } ], "DocsId": "T:System.Configuration.ConfigurationElementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" }, { "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.BasicMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" }, { "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" }, { "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.BasicMapAlternate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" }, { "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMapAlternate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" } ], "DocsId": "T:System.Configuration.ConfigurationElementCollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationElementProperty.#ctor(System.Configuration.ConfigurationValidatorBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementProperty.cs#L12C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementProperty.cs#L12C9-L20C10" }, { "DocsId": "P:System.Configuration.ConfigurationElementProperty.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementProperty.cs#L22C55-L22C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementProperty.cs#L22C55-L22C59" } ], "DocsId": "T:System.Configuration.ConfigurationElementProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementProperty.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementProperty.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L36C15-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L36C15-L40C10" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L43C13-L44C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L43C13-L44C12" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L47C13-L48C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L47C13-L48C12" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L51C13-L52C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L51C13-L52C12" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L55C13-L56C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L55C13-L56C12" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L59C13-L60C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L59C13-L60C12" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L63C13-L64C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L63C13-L64C12" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L67C13-L68C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L67C13-L68C12" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L71C13-L72C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L71C13-L72C12" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L109C13-L139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L109C13-L139C10" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L205C13-L228C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L205C13-L228C10" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetLineNumber(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L233C13-L233C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L233C13-L233C75" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetFilename(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L238C13-L238C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L238C13-L238C73" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetLineNumber(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L244C13-L244C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L244C13-L244C77" }, { "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetFilename(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L249C13-L249C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L249C13-L249C75" }, { "DocsId": "P:System.Configuration.ConfigurationErrorsException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L147C17-L157C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L147C17-L157C35" }, { "DocsId": "P:System.Configuration.ConfigurationErrorsException.Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L161C44-L161C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L161C44-L161C58" }, { "DocsId": "P:System.Configuration.ConfigurationErrorsException.Line", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L163C37-L163C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L163C37-L163C47" }, { "DocsId": "P:System.Configuration.ConfigurationErrorsException.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L169C17-L175C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L169C17-L175C26" } ], "DocsId": "T:System.Configuration.ConfigurationErrorsException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L32C15-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L32C15-L35C10" }, { "DocsId": "M:System.Configuration.ConfigurationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L38C43-L38C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L38C43-L38C72" }, { "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L41C57-L41C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L41C57-L41C89" }, { "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L44C74-L44C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L44C74-L44C107" }, { "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L48C15-L49C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L48C15-L49C12" }, { "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L53C15-L54C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L53C15-L54C12" }, { "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L57C84-L57C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L57C84-L57C123" }, { "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L60C101-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L60C101-L63C10" }, { "DocsId": "M:System.Configuration.ConfigurationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L104C13-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L104C13-L107C10" }, { "DocsId": "M:System.Configuration.ConfigurationException.GetXmlNodeFilename(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L110C66-L110C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L110C66-L110C118" }, { "DocsId": "M:System.Configuration.ConfigurationException.GetXmlNodeLineNumber(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L113C65-L113C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L113C65-L113C108" }, { "DocsId": "P:System.Configuration.ConfigurationException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L71C17-L81C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L71C17-L81C35" }, { "DocsId": "P:System.Configuration.ConfigurationException.BareMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L85C46-L85C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L85C46-L85C58" }, { "DocsId": "P:System.Configuration.ConfigurationException.Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L87C43-L87C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L87C43-L87C52" }, { "DocsId": "P:System.Configuration.ConfigurationException.Line", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L89C36-L89C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L89C36-L89C41" } ], "DocsId": "T:System.Configuration.ConfigurationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationFileMap.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L20C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L20C9-L23C10" }, { "DocsId": "M:System.Configuration.ConfigurationFileMap.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L25C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L25C9-L35C10" }, { "DocsId": "M:System.Configuration.ConfigurationFileMap.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L51C13-L51C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L51C13-L51C51" }, { "DocsId": "P:System.Configuration.ConfigurationFileMap.MachineConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L45C19-L45C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L45C19-L45C46" } ], "DocsId": "T:System.Configuration.ConfigurationFileMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationLocation.OpenConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocation.cs#L20C13-L20C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocation.cs#L20C13-L20C60" }, { "DocsId": "P:System.Configuration.ConfigurationLocation.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocation.cs#L16C30-L16C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocation.cs#L16C30-L16C34" } ], "DocsId": "T:System.Configuration.ConfigurationLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocation.cs" }, { "Members": [ { "DocsId": "P:System.Configuration.ConfigurationLocationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocationCollection.cs#L15C57-L15C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocationCollection.cs#L15C57-L15C96" } ], "DocsId": "T:System.Configuration.ConfigurationLocationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocationCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocationCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationLockCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L112C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L112C13-L113C10" }, { "DocsId": "M:System.Configuration.ConfigurationLockCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L117C13-L117C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L117C13-L117C55" }, { "DocsId": "M:System.Configuration.ConfigurationLockCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L127C13-L193C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L127C13-L193C10" }, { "DocsId": "M:System.Configuration.ConfigurationLockCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L252C13-L275C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L252C13-L275C10" }, { "DocsId": "M:System.Configuration.ConfigurationLockCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L302C13-L303C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L302C13-L303C10" }, { "DocsId": "M:System.Configuration.ConfigurationLockCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L307C13-L308C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L307C13-L308C55" }, { "DocsId": "M:System.Configuration.ConfigurationLockCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L313C13-L314C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L313C13-L314C10" }, { "DocsId": "M:System.Configuration.ConfigurationLockCollection.IsReadOnly(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L323C13-L326C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L323C13-L326C111" }, { "DocsId": "M:System.Configuration.ConfigurationLockCollection.SetFromList(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L331C13-L338C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L331C13-L338C10" }, { "DocsId": "P:System.Configuration.ConfigurationLockCollection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L60C34-L60C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L60C34-L60C38" }, { "DocsId": "P:System.Configuration.ConfigurationLockCollection.AttributeList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L68C17-L75C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L68C17-L75C38" }, { "DocsId": "P:System.Configuration.ConfigurationLockCollection.HasParentElements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L84C17-L100C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L84C17-L100C31" }, { "DocsId": "P:System.Configuration.ConfigurationLockCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L104C29-L104C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L104C29-L104C54" }, { "DocsId": "P:System.Configuration.ConfigurationLockCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L106C39-L106C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L106C39-L106C44" }, { "DocsId": "P:System.Configuration.ConfigurationLockCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L108C35-L108C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L108C35-L108C39" } ], "DocsId": "T:System.Configuration.ConfigurationLockCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationManager.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L150C13-L155C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L150C13-L155C28" }, { "DocsId": "M:System.Configuration.ConfigurationManager.RefreshSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L162C13-L167C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L162C13-L167C10" }, { "DocsId": "M:System.Configuration.ConfigurationManager.OpenMachineConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L171C13-L171C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L171C13-L171C92" }, { "DocsId": "M:System.Configuration.ConfigurationManager.OpenMappedMachineConfiguration(System.Configuration.ConfigurationFileMap)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L176C13-L176C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L176C13-L176C95" }, { "DocsId": "M:System.Configuration.ConfigurationManager.OpenExeConfiguration(System.Configuration.ConfigurationUserLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L181C13-L181C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L181C13-L181C75" }, { "DocsId": "M:System.Configuration.ConfigurationManager.OpenExeConfiguration(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L186C13-L186C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L186C13-L186C96" }, { "DocsId": "M:System.Configuration.ConfigurationManager.OpenMappedExeConfiguration(System.Configuration.ExeConfigurationFileMap,System.Configuration.ConfigurationUserLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L192C13-L192C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L192C13-L192C78" }, { "DocsId": "M:System.Configuration.ConfigurationManager.OpenMappedExeConfiguration(System.Configuration.ExeConfigurationFileMap,System.Configuration.ConfigurationUserLevel,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L198C13-L198C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L198C13-L198C87" }, { "DocsId": "P:System.Configuration.ConfigurationManager.AppSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L37C17-L45C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L37C17-L45C53" }, { "DocsId": "P:System.Configuration.ConfigurationManager.ConnectionStrings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L53C17-L64C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L53C17-L64C67" } ], "DocsId": "T:System.Configuration.ConfigurationManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L20C9-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L20C9-L36C10" }, { "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L39C15-L40C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L39C15-L40C12" }, { "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object,System.Configuration.ConfigurationPropertyOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L43C15-L44C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L43C15-L44C12" }, { "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object,System.ComponentModel.TypeConverter,System.Configuration.ConfigurationValidatorBase,System.Configuration.ConfigurationPropertyOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L52C15-L53C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L52C15-L53C12" }, { "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object,System.ComponentModel.TypeConverter,System.Configuration.ConfigurationValidatorBase,System.Configuration.ConfigurationPropertyOptions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L55C9-L66C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L55C9-L66C10" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L163C30-L163C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L163C30-L163C34" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L165C37-L165C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L165C37-L165C41" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L182C28-L182C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L182C28-L182C32" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.DefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L184C38-L184C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L184C38-L184C42" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.IsRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L186C35-L186C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L186C35-L186C92" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.IsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L188C30-L188C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L188C30-L188C82" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.IsDefaultCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L190C44-L190C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L190C44-L190C110" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.IsTypeStringTransformationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L193C16-L193C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L193C16-L193C97" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.IsAssemblyStringTransformationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L196C16-L196C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L196C16-L196C101" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.IsVersionCheckRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L198C47-L198C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L198C47-L198C116" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.Converter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L204C17-L205C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L204C17-L205C35" }, { "DocsId": "P:System.Configuration.ConfigurationProperty.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L209C55-L209C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L209C55-L209C59" } ], "DocsId": "T:System.Configuration.ConfigurationProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationPropertyAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L18C52-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L18C52-L14C10" }, { "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L16C30-L16C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L16C30-L16C34" }, { "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.DefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L18C38-L18C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L18C38-L18C42" }, { "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L20C55-L20C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L20C55-L20C59" }, { "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.IsDefaultCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L24C19-L24C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L24C19-L24C92" }, { "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.IsRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L35C19-L35C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L35C19-L35C83" }, { "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.IsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L45C19-L45C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L45C19-L45C78" } ], "DocsId": "T:System.Configuration.ConfigurationPropertyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L36C13-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L36C13-L37C10" }, { "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L41C13-L41C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L41C13-L41C43" }, { "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.CopyTo(System.Configuration.ConfigurationProperty[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L46C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L46C13-L47C10" }, { "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L51C18-L56C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L51C18-L56C26" }, { "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.Add(System.Configuration.ConfigurationProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L61C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L61C13-L62C10" }, { "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L66C18-L74C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L66C18-L74C26" }, { "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L79C13-L80C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L79C13-L80C10" }, { "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L10C9-L10C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L10C9-L10C61" }, { "DocsId": "P:System.Configuration.ConfigurationPropertyCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L19C22-L24C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L19C22-L24C29" }, { "DocsId": "P:System.Configuration.ConfigurationPropertyCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L28C29-L28C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L28C29-L28C41" }, { "DocsId": "P:System.Configuration.ConfigurationPropertyCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L30C39-L30C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L30C39-L30C44" }, { "DocsId": "P:System.Configuration.ConfigurationPropertyCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L32C35-L32C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L32C35-L32C41" } ], "DocsId": "T:System.Configuration.ConfigurationPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" }, { "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" }, { "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" }, { "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" }, { "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" }, { "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsTypeStringTransformationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" }, { "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsAssemblyStringTransformationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" }, { "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsVersionCheckRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" } ], "DocsId": "T:System.Configuration.ConfigurationPropertyOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.ConfigurationSaveMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" }, { "DocsId": "F:System.Configuration.ConfigurationSaveMode.Modified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" }, { "DocsId": "F:System.Configuration.ConfigurationSaveMode.Minimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" }, { "DocsId": "F:System.Configuration.ConfigurationSaveMode.Full", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" } ], "DocsId": "T:System.Configuration.ConfigurationSaveMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L13C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L13C9-L16C10" }, { "DocsId": "M:System.Configuration.ConfigurationSection.GetRuntimeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L22C13-L22C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L22C13-L22C25" }, { "DocsId": "M:System.Configuration.ConfigurationSection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L27C13-L28C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L27C13-L28C35" }, { "DocsId": "M:System.Configuration.ConfigurationSection.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L33C13-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L33C13-L35C10" }, { "DocsId": "M:System.Configuration.ConfigurationSection.DeserializeSection(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L39C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L39C13-L43C10" }, { "DocsId": "M:System.Configuration.ConfigurationSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L48C13-L77C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L48C13-L77C41" }, { "DocsId": "M:System.Configuration.ConfigurationSection.ShouldSerializePropertyInTargetVersion(System.Configuration.ConfigurationProperty,System.String,System.Runtime.Versioning.FrameworkName,System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L83C13-L83C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L83C13-L83C25" }, { "DocsId": "M:System.Configuration.ConfigurationSection.ShouldSerializeElementInTargetVersion(System.Configuration.ConfigurationElement,System.String,System.Runtime.Versioning.FrameworkName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L89C13-L89C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L89C13-L89C25" }, { "DocsId": "M:System.Configuration.ConfigurationSection.ShouldSerializeSectionInTargetVersion(System.Runtime.Versioning.FrameworkName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L94C13-L94C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L94C13-L94C25" }, { "DocsId": "P:System.Configuration.ConfigurationSection.SectionInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L18C56-L18C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L18C56-L18C60" } ], "DocsId": "T:System.Configuration.ConfigurationSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Add(System.String,System.Configuration.ConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L50C13-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L50C13-L54C10" }, { "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L58C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L58C13-L62C10" }, { "DocsId": "M:System.Configuration.ConfigurationSectionCollection.CopyTo(System.Configuration.ConfigurationSection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L66C13-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L66C13-L75C10" }, { "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Get(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L79C13-L79C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L79C13-L79C39" }, { "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L84C13-L100C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L84C13-L100C78" }, { "DocsId": "M:System.Configuration.ConfigurationSectionCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs" }, { "DocsId": "M:System.Configuration.ConfigurationSectionCollection.GetKey(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L113C13-L113C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L113C13-L113C38" }, { "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L125C13-L134C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L125C13-L134C10" }, { "DocsId": "M:System.Configuration.ConfigurationSectionCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L138C13-L141C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L138C13-L141C10" }, { "DocsId": "P:System.Configuration.ConfigurationSectionCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L28C58-L28C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L28C58-L28C67" }, { "DocsId": "P:System.Configuration.ConfigurationSectionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L30C56-L30C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L30C56-L30C66" } ], "DocsId": "T:System.Configuration.ConfigurationSectionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationSectionGroup.ForceDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L145C13-L146C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L145C13-L146C10" }, { "DocsId": "M:System.Configuration.ConfigurationSectionGroup.ForceDeclaration(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L152C13-L163C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L152C13-L163C10" }, { "DocsId": "M:System.Configuration.ConfigurationSectionGroup.ShouldSerializeSectionGroupInTargetVersion(System.Runtime.Versioning.FrameworkName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L167C13-L167C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L167C13-L167C25" }, { "DocsId": "M:System.Configuration.ConfigurationSectionGroup.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L23C64-L25C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L23C64-L25C64" }, { "DocsId": "P:System.Configuration.ConfigurationSectionGroup.IsDeclared", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L17C34-L17C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L17C34-L17C38" }, { "DocsId": "P:System.Configuration.ConfigurationSectionGroup.IsDeclarationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L21C45-L21C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L21C45-L21C49" }, { "DocsId": "P:System.Configuration.ConfigurationSectionGroup.SectionGroupName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L23C42-L23C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L23C42-L23C46" }, { "DocsId": "P:System.Configuration.ConfigurationSectionGroup.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L25C30-L25C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L25C30-L25C34" }, { "DocsId": "P:System.Configuration.ConfigurationSectionGroup.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L29C19-L29C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L29C19-L29C36" }, { "DocsId": "P:System.Configuration.ConfigurationSectionGroup.Sections", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L69C17-L75C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L69C17-L75C40" }, { "DocsId": "P:System.Configuration.ConfigurationSectionGroup.SectionGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L83C17-L89C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L83C17-L89C45" } ], "DocsId": "T:System.Configuration.ConfigurationSectionGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Add(System.String,System.Configuration.ConfigurationSectionGroup)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L51C13-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L51C13-L54C10" }, { "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L58C13-L66C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L58C13-L66C10" }, { "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.CopyTo(System.Configuration.ConfigurationSectionGroup[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L70C13-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L70C13-L79C10" }, { "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Get(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L83C13-L83C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L83C13-L83C39" }, { "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L88C13-L104C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L88C13-L104C61" }, { "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs" }, { "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.GetKey(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L115C13-L115C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L115C13-L115C38" }, { "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L128C13-L135C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L128C13-L135C10" }, { "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L139C13-L142C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L139C13-L142C10" }, { "DocsId": "P:System.Configuration.ConfigurationSectionGroupCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L30C63-L30C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L30C63-L30C72" }, { "DocsId": "P:System.Configuration.ConfigurationSectionGroupCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L33C61-L33C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L33C61-L33C71" } ], "DocsId": "T:System.Configuration.ConfigurationSectionGroupCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationSettings.GetConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSettings.cs#L24C13-L24C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSettings.cs#L24C13-L24C65" }, { "DocsId": "P:System.Configuration.ConfigurationSettings.AppSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSettings.cs#L17C17-L17C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSettings.cs#L17C17-L17C57" } ], "DocsId": "T:System.Configuration.ConfigurationSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSettings.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.ConfigurationUserLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" }, { "DocsId": "F:System.Configuration.ConfigurationUserLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" }, { "DocsId": "F:System.Configuration.ConfigurationUserLevel.PerUserRoaming", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" }, { "DocsId": "F:System.Configuration.ConfigurationUserLevel.PerUserRoamingAndLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" } ], "DocsId": "T:System.Configuration.ConfigurationUserLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L13C9-L13C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L13C9-L13C56" }, { "DocsId": "M:System.Configuration.ConfigurationValidatorAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L15C9-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L15C9-L26C10" }, { "DocsId": "P:System.Configuration.ConfigurationValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L29C16-L29C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L29C16-L29C82" }, { "DocsId": "P:System.Configuration.ConfigurationValidatorAttribute.ValidatorType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L31C37-L31C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L31C37-L31C41" } ], "DocsId": "T:System.Configuration.ConfigurationValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationValidatorBase.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs#L10C13-L10C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs#L10C13-L10C26" }, { "DocsId": "M:System.Configuration.ConfigurationValidatorBase.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs" }, { "DocsId": "M:System.Configuration.ConfigurationValidatorBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs" } ], "DocsId": "T:System.Configuration.ConfigurationValidatorBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigXmlDocument.System#Configuration#Internal#IConfigErrorInfo#get_LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L27C17-L37C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L27C17-L37C43" }, { "DocsId": "M:System.Configuration.ConfigXmlDocument.System#Configuration#Internal#IConfigErrorInfo#get_Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L50C19-L50C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L50C19-L50C36" }, { "DocsId": "M:System.Configuration.ConfigXmlDocument.Load(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L55C13-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L55C13-L70C10" }, { "DocsId": "M:System.Configuration.ConfigXmlDocument.LoadSingleElement(System.String,System.Xml.XmlTextReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L74C13-L91C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L74C13-L91C10" }, { "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateAttribute(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L95C13-L95C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L95C13-L95C105" }, { "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateElement(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L100C13-L100C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L100C13-L100C103" }, { "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateTextNode(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L105C13-L105C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L105C13-L105C73" }, { "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateCDataSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L110C13-L110C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L110C13-L110C81" }, { "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateComment(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L115C13-L115C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L115C13-L115C76" }, { "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateSignificantWhitespace(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L120C13-L120C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L120C13-L120C90" }, { "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateWhitespace(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L125C13-L125C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L125C13-L125C79" }, { "DocsId": "M:System.Configuration.ConfigXmlDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs" }, { "DocsId": "P:System.Configuration.ConfigXmlDocument.System#Configuration#Internal#IConfigErrorInfo#LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L27C17-L37C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L27C17-L37C43" }, { "DocsId": "P:System.Configuration.ConfigXmlDocument.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L41C39-L41C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L41C39-L41C82" }, { "DocsId": "P:System.Configuration.ConfigXmlDocument.Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L45C19-L45C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L45C19-L45C36" }, { "DocsId": "P:System.Configuration.ConfigXmlDocument.System#Configuration#Internal#IConfigErrorInfo#Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L50C19-L50C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L50C19-L50C36" } ], "DocsId": "T:System.Configuration.ConfigXmlDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConnectionStringSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L21C9-L21C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L21C9-L21C46" }, { "DocsId": "M:System.Configuration.ConnectionStringSettings.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L24C15-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L24C15-L28C10" }, { "DocsId": "M:System.Configuration.ConnectionStringSettings.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L31C15-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L31C15-L36C10" }, { "DocsId": "M:System.Configuration.ConnectionStringSettings.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L66C13-L66C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L66C13-L66C37" }, { "DocsId": "P:System.Configuration.ConnectionStringSettings.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L40C83-L40C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L40C83-L40C95" }, { "DocsId": "P:System.Configuration.ConnectionStringSettings.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L46C19-L46C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L46C19-L46C51" }, { "DocsId": "P:System.Configuration.ConnectionStringSettings.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L53C19-L53C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L53C19-L53C63" }, { "DocsId": "P:System.Configuration.ConnectionStringSettings.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L60C19-L60C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L60C19-L60C59" } ], "DocsId": "T:System.Configuration.ConnectionStringSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L12C15-L13C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L12C15-L13C12" }, { "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.IndexOf(System.Configuration.ConnectionStringSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L31C13-L31C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L31C13-L31C42" }, { "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.BaseAdd(System.Int32,System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L40C13-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L40C13-L42C10" }, { "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.Add(System.Configuration.ConnectionStringSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L46C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L46C13-L47C10" }, { "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.Remove(System.Configuration.ConnectionStringSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L51C13-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L51C13-L52C10" }, { "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L56C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L56C13-L57C10" }, { "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L61C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L61C13-L62C10" }, { "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L66C13-L66C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L66C13-L66C51" }, { "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L71C13-L71C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L71C13-L71C60" }, { "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L76C13-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L76C13-L77C10" }, { "DocsId": "P:System.Configuration.ConnectionStringSettingsCollection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L15C83-L15C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L15C83-L15C95" }, { "DocsId": "P:System.Configuration.ConnectionStringSettingsCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L19C19-L19C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L19C19-L19C67" }, { "DocsId": "P:System.Configuration.ConnectionStringSettingsCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L27C66-L27C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L27C66-L27C105" } ], "DocsId": "T:System.Configuration.ConnectionStringSettingsCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConnectionStringsSection.GetRuntimeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs#L22C13-L23C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs#L22C13-L23C25" }, { "DocsId": "M:System.Configuration.ConnectionStringsSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs" }, { "DocsId": "P:System.Configuration.ConnectionStringsSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs#L14C83-L14C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs#L14C83-L14C95" }, { "DocsId": "P:System.Configuration.ConnectionStringsSection.ConnectionStrings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs#L18C16-L18C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs#L18C16-L18C81" } ], "DocsId": "T:System.Configuration.ConnectionStringsSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ContextInformation.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs#L52C13-L52C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs#L52C13-L52C58" }, { "DocsId": "P:System.Configuration.ContextInformation.HostingContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs#L27C17-L35C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs#L27C17-L35C40" }, { "DocsId": "P:System.Configuration.ContextInformation.IsMachineLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs#L42C39-L42C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs#L42C39-L42C68" } ], "DocsId": "T:System.Configuration.ContextInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.DefaultSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L13C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L13C9-L18C10" }, { "DocsId": "M:System.Configuration.DefaultSection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L35C13-L35C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L35C13-L35C32" }, { "DocsId": "M:System.Configuration.DefaultSection.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L40C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L40C13-L41C10" }, { "DocsId": "M:System.Configuration.DefaultSection.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L45C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L45C13-L47C10" }, { "DocsId": "M:System.Configuration.DefaultSection.DeserializeSection(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L51C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L51C13-L55C10" }, { "DocsId": "M:System.Configuration.DefaultSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L60C13-L60C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L60C13-L60C28" }, { "DocsId": "P:System.Configuration.DefaultSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L20C83-L20C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L20C83-L20C108" } ], "DocsId": "T:System.Configuration.DefaultSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.DefaultSettingValueAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSettingValueAttribute.cs#L20C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSettingValueAttribute.cs#L20C9-L23C10" }, { "DocsId": "P:System.Configuration.DefaultSettingValueAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSettingValueAttribute.cs#L32C17-L32C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSettingValueAttribute.cs#L32C17-L32C31" } ], "DocsId": "T:System.Configuration.DefaultSettingValueAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSettingValueAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSettingValueAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.DefaultValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs#L12C13-L12C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs#L12C13-L12C25" }, { "DocsId": "M:System.Configuration.DefaultValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs#L18C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs#L18C9-L18C10" }, { "DocsId": "M:System.Configuration.DefaultValidator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs" } ], "DocsId": "T:System.Configuration.DefaultValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs" }, { "Members": [ { "DocsId": "P:System.Configuration.ElementInformation.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L20C16-L20C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L20C16-L20C87" }, { "DocsId": "P:System.Configuration.ElementInformation.IsPresent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L22C34-L22C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L22C34-L22C61" }, { "DocsId": "P:System.Configuration.ElementInformation.IsLocked", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L24C33-L25C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L24C33-L25C81" }, { "DocsId": "P:System.Configuration.ElementInformation.IsCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L31C17-L40C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L31C17-L40C43" }, { "DocsId": "P:System.Configuration.ElementInformation.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L44C33-L44C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L44C33-L44C105" }, { "DocsId": "P:System.Configuration.ElementInformation.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L49C34-L49C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L49C34-L49C113" }, { "DocsId": "P:System.Configuration.ElementInformation.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L51C29-L51C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L51C29-L51C51" }, { "DocsId": "P:System.Configuration.ElementInformation.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L53C56-L53C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L53C56-L53C94" }, { "DocsId": "P:System.Configuration.ElementInformation.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L55C38-L55C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L55C38-L55C73" } ], "DocsId": "T:System.Configuration.ElementInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ExeConfigurationFileMap.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L8C9-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L8C9-L13C10" }, { "DocsId": "M:System.Configuration.ExeConfigurationFileMap.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L16C15-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L16C15-L21C10" }, { "DocsId": "M:System.Configuration.ExeConfigurationFileMap.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L40C13-L41C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L40C13-L41C42" }, { "DocsId": "P:System.Configuration.ExeConfigurationFileMap.ExeConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L32C43-L32C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L32C43-L32C47" }, { "DocsId": "P:System.Configuration.ExeConfigurationFileMap.RoamingUserConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L34C51-L34C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L34C51-L34C55" }, { "DocsId": "P:System.Configuration.ExeConfigurationFileMap.LocalUserConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L36C49-L36C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L36C49-L36C53" } ], "DocsId": "T:System.Configuration.ExeConfigurationFileMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs" }, { "Members": [ { "DocsId": "P:System.Configuration.ExeContext.UserLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeContext.cs#L20C51-L20C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeContext.cs#L20C51-L20C55" }, { "DocsId": "P:System.Configuration.ExeContext.ExePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeContext.cs#L22C33-L22C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeContext.cs#L22C33-L22C37" } ], "DocsId": "T:System.Configuration.ExeContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeContext.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.GenericEnumConverter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs#L14C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs#L14C9-L20C10" }, { "DocsId": "M:System.Configuration.GenericEnumConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs#L24C13-L24C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs#L24C13-L24C37" }, { "DocsId": "M:System.Configuration.GenericEnumConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs#L30C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs#L30C13-L47C10" } ], "DocsId": "T:System.Configuration.GenericEnumConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.IApplicationSettingsProvider.GetPreviousVersion(System.Configuration.SettingsContext,System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" }, { "DocsId": "M:System.Configuration.IApplicationSettingsProvider.Reset(System.Configuration.SettingsContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" }, { "DocsId": "M:System.Configuration.IApplicationSettingsProvider.Upgrade(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" } ], "DocsId": "T:System.Configuration.IApplicationSettingsProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.IConfigurationSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSectionHandler.cs" } ], "DocsId": "T:System.Configuration.IConfigurationSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSectionHandler.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.IgnoreSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L13C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L13C9-L18C10" }, { "DocsId": "M:System.Configuration.IgnoreSection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L35C13-L35C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L35C13-L35C32" }, { "DocsId": "M:System.Configuration.IgnoreSection.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L40C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L40C13-L41C10" }, { "DocsId": "M:System.Configuration.IgnoreSection.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L45C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L45C13-L47C10" }, { "DocsId": "M:System.Configuration.IgnoreSection.DeserializeSection(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L51C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L51C13-L55C10" }, { "DocsId": "M:System.Configuration.IgnoreSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L60C13-L60C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L60C13-L60C28" }, { "DocsId": "P:System.Configuration.IgnoreSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L20C83-L20C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L20C83-L20C108" } ], "DocsId": "T:System.Configuration.IgnoreSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.IgnoreSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSectionHandler.cs#L16C13-L16C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSectionHandler.cs#L16C13-L16C25" }, { "DocsId": "M:System.Configuration.IgnoreSectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSectionHandler.cs" } ], "DocsId": "T:System.Configuration.IgnoreSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSectionHandler.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.InfiniteIntConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs#L14C13-L16C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs#L14C13-L16C114" }, { "DocsId": "M:System.Configuration.InfiniteIntConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs#L23C13-L23C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs#L23C13-L23C98" }, { "DocsId": "M:System.Configuration.InfiniteIntConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs" } ], "DocsId": "T:System.Configuration.InfiniteIntConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.InfiniteTimeSpanConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs#L15C13-L19C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs#L15C13-L19C71" }, { "DocsId": "M:System.Configuration.InfiniteTimeSpanConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs#L24C13-L26C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs#L24C13-L26C80" }, { "DocsId": "M:System.Configuration.InfiniteTimeSpanConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs" } ], "DocsId": "T:System.Configuration.InfiniteTimeSpanConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.IntegerValidator.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L14C13-L15C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L14C13-L15C12" }, { "DocsId": "M:System.Configuration.IntegerValidator.#ctor(System.Int32,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L18C13-L19C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L18C13-L19C12" }, { "DocsId": "M:System.Configuration.IntegerValidator.#ctor(System.Int32,System.Int32,System.Boolean,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L21C9-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L21C9-L33C10" }, { "DocsId": "M:System.Configuration.IntegerValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L37C13-L37C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L37C13-L37C40" }, { "DocsId": "M:System.Configuration.IntegerValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L42C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L42C13-L49C10" } ], "DocsId": "T:System.Configuration.IntegerValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.IntegerValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L9C9-L10C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L9C9-L10C41" }, { "DocsId": "P:System.Configuration.IntegerValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L12C73-L12C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L12C73-L12C119" }, { "DocsId": "P:System.Configuration.IntegerValidatorAttribute.MinValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L16C19-L16C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L16C19-L16C31" }, { "DocsId": "P:System.Configuration.IntegerValidatorAttribute.MaxValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L28C19-L28C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L28C19-L28C31" }, { "DocsId": "P:System.Configuration.IntegerValidatorAttribute.ExcludeRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L38C36-L38C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L38C36-L38C40" } ], "DocsId": "T:System.Configuration.IntegerValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.IriParsingElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs#L10C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs#L10C9-L19C10" }, { "DocsId": "P:System.Configuration.IriParsingElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs#L25C17-L25C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs#L25C17-L25C36" }, { "DocsId": "P:System.Configuration.IriParsingElement.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs#L32C19-L32C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs#L32C19-L32C47" } ], "DocsId": "T:System.Configuration.IriParsingElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ISettingsProviderService.GetSettingsProvider(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ISettingsProviderService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ISettingsProviderService.cs" } ], "DocsId": "T:System.Configuration.ISettingsProviderService", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ISettingsProviderService.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ISettingsProviderService.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L12C13-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L12C13-L15C10" }, { "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.Add(System.Configuration.KeyValueConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L28C13-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L28C13-L44C10" }, { "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.Add(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L48C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L48C13-L50C10" }, { "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L54C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L54C13-L55C10" }, { "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L59C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L59C13-L60C10" }, { "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L64C13-L64C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L64C13-L64C55" }, { "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L69C13-L69C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L69C13-L69C64" }, { "DocsId": "P:System.Configuration.KeyValueConfigurationCollection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L17C83-L17C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L17C83-L17C95" }, { "DocsId": "P:System.Configuration.KeyValueConfigurationCollection.ThrowOnDuplicate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L19C53-L19C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L19C53-L19C58" }, { "DocsId": "P:System.Configuration.KeyValueConfigurationCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L21C69-L21C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L21C69-L21C111" }, { "DocsId": "P:System.Configuration.KeyValueConfigurationCollection.AllKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L23C36-L23C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L23C36-L23C89" } ], "DocsId": "T:System.Configuration.KeyValueConfigurationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.KeyValueConfigurationElement.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L24C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L24C9-L29C10" }, { "DocsId": "M:System.Configuration.KeyValueConfigurationElement.Init", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L45C13-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L45C13-L56C10" }, { "DocsId": "P:System.Configuration.KeyValueConfigurationElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L31C83-L31C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L31C83-L31C95" }, { "DocsId": "P:System.Configuration.KeyValueConfigurationElement.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L34C30-L34C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L34C30-L34C53" }, { "DocsId": "P:System.Configuration.KeyValueConfigurationElement.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L39C19-L39C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L39C19-L39C52" } ], "DocsId": "T:System.Configuration.KeyValueConfigurationElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.LocalFileSettingsProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L51C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L51C13-L57C10" }, { "DocsId": "M:System.Configuration.LocalFileSettingsProvider.GetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L64C13-L143C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L64C13-L143C27" }, { "DocsId": "M:System.Configuration.LocalFileSettingsProvider.SetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L151C13-L197C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L151C13-L197C10" }, { "DocsId": "M:System.Configuration.LocalFileSettingsProvider.Reset(System.Configuration.SettingsContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L205C13-L210C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L205C13-L210C10" }, { "DocsId": "M:System.Configuration.LocalFileSettingsProvider.Upgrade(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L221C13-L247C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L221C13-L247C10" }, { "DocsId": "M:System.Configuration.LocalFileSettingsProvider.GetPreviousVersion(System.Configuration.SettingsContext,System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L254C13-L268C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L254C13-L268C30" }, { "DocsId": "M:System.Configuration.LocalFileSettingsProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L18C9-L18C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L18C9-L18C48" }, { "DocsId": "P:System.Configuration.LocalFileSettingsProvider.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L31C17-L31C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L31C17-L31C33" } ], "DocsId": "T:System.Configuration.LocalFileSettingsProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.LongValidator.#ctor(System.Int64,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L14C15-L15C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L14C15-L15C12" }, { "DocsId": "M:System.Configuration.LongValidator.#ctor(System.Int64,System.Int64,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L18C15-L19C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L18C15-L19C12" }, { "DocsId": "M:System.Configuration.LongValidator.#ctor(System.Int64,System.Int64,System.Boolean,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L21C9-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L21C9-L33C10" }, { "DocsId": "M:System.Configuration.LongValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L37C13-L37C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L37C13-L37C41" }, { "DocsId": "M:System.Configuration.LongValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L42C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L42C13-L49C10" } ], "DocsId": "T:System.Configuration.LongValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.LongValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L9C9-L10C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L9C9-L10C43" }, { "DocsId": "P:System.Configuration.LongValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L12C73-L12C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L12C73-L12C116" }, { "DocsId": "P:System.Configuration.LongValidatorAttribute.MinValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L16C19-L16C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L16C19-L16C31" }, { "DocsId": "P:System.Configuration.LongValidatorAttribute.MaxValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L27C19-L27C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L27C19-L27C31" }, { "DocsId": "P:System.Configuration.LongValidatorAttribute.ExcludeRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L36C36-L36C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L36C36-L36C40" } ], "DocsId": "T:System.Configuration.LongValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.NameValueConfigurationCollection.Add(System.Configuration.NameValueConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L33C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L33C13-L34C10" }, { "DocsId": "M:System.Configuration.NameValueConfigurationCollection.Remove(System.Configuration.NameValueConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L38C13-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L38C13-L40C10" }, { "DocsId": "M:System.Configuration.NameValueConfigurationCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L44C13-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L44C13-L45C10" }, { "DocsId": "M:System.Configuration.NameValueConfigurationCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L49C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L49C13-L50C10" }, { "DocsId": "M:System.Configuration.NameValueConfigurationCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L54C13-L54C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L54C13-L54C56" }, { "DocsId": "M:System.Configuration.NameValueConfigurationCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L59C13-L59C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L59C13-L59C66" }, { "DocsId": "M:System.Configuration.NameValueConfigurationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs" }, { "DocsId": "P:System.Configuration.NameValueConfigurationCollection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L11C83-L11C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L11C83-L11C95" }, { "DocsId": "P:System.Configuration.NameValueConfigurationCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L15C19-L15C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L15C19-L15C71" }, { "DocsId": "P:System.Configuration.NameValueConfigurationCollection.AllKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L29C36-L29C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L29C36-L29C89" } ], "DocsId": "T:System.Configuration.NameValueConfigurationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.NameValueConfigurationElement.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L18C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L18C9-L22C10" }, { "DocsId": "P:System.Configuration.NameValueConfigurationElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L24C83-L24C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L24C83-L24C95" }, { "DocsId": "P:System.Configuration.NameValueConfigurationElement.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L27C31-L27C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L27C31-L27C55" }, { "DocsId": "P:System.Configuration.NameValueConfigurationElement.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L32C19-L32C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L32C19-L32C52" } ], "DocsId": "T:System.Configuration.NameValueConfigurationElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.NameValueFileSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueFileSectionHandler.cs#L22C13-L67C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueFileSectionHandler.cs#L22C13-L67C27" }, { "DocsId": "M:System.Configuration.NameValueFileSectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueFileSectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueFileSectionHandler.cs" } ], "DocsId": "T:System.Configuration.NameValueFileSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueFileSectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueFileSectionHandler.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.NameValueSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs#L18C13-L18C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs#L18C13-L18C88" }, { "DocsId": "M:System.Configuration.NameValueSectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs" }, { "DocsId": "P:System.Configuration.NameValueSectionHandler.KeyAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs#L88C19-L88C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs#L88C19-L88C46" }, { "DocsId": "P:System.Configuration.NameValueSectionHandler.ValueAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs#L96C19-L96C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs#L96C19-L96C48" } ], "DocsId": "T:System.Configuration.NameValueSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.OverrideMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" }, { "DocsId": "F:System.Configuration.OverrideMode.Inherit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" }, { "DocsId": "F:System.Configuration.OverrideMode.Allow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" }, { "DocsId": "F:System.Configuration.OverrideMode.Deny", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" } ], "DocsId": "T:System.Configuration.OverrideMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.PositiveTimeSpanValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs#L10C13-L10C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs#L10C13-L10C45" }, { "DocsId": "M:System.Configuration.PositiveTimeSpanValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs#L15C13-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs#L15C13-L22C10" }, { "DocsId": "M:System.Configuration.PositiveTimeSpanValidator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs" } ], "DocsId": "T:System.Configuration.PositiveTimeSpanValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.PositiveTimeSpanValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidatorAttribute.cs" }, { "DocsId": "P:System.Configuration.PositiveTimeSpanValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidatorAttribute.cs#L9C73-L9C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidatorAttribute.cs#L9C73-L9C104" } ], "DocsId": "T:System.Configuration.PositiveTimeSpanValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidatorAttribute.cs" }, { "Members": [ { "DocsId": "P:System.Configuration.PropertyInformation.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L24C30-L24C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L24C30-L24C34" }, { "DocsId": "P:System.Configuration.PropertyInformation.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L32C19-L32C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L32C19-L32C45" }, { "DocsId": "P:System.Configuration.PropertyInformation.DefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L36C39-L36C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L36C39-L36C56" }, { "DocsId": "P:System.Configuration.PropertyInformation.ValueOrigin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L42C17-L43C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L42C17-L43C124" }, { "DocsId": "P:System.Configuration.PropertyInformation.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L47C35-L47C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L47C35-L47C108" }, { "DocsId": "P:System.Configuration.PropertyInformation.IsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L49C30-L49C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L49C30-L49C40" }, { "DocsId": "P:System.Configuration.PropertyInformation.IsRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L51C35-L51C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L51C35-L51C50" }, { "DocsId": "P:System.Configuration.PropertyInformation.IsLocked", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L54C13-L60C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L54C13-L60C82" }, { "DocsId": "P:System.Configuration.PropertyInformation.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L67C17-L69C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L67C17-L69C66" }, { "DocsId": "P:System.Configuration.PropertyInformation.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L80C17-L82C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L80C17-L82C45" }, { "DocsId": "P:System.Configuration.PropertyInformation.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L86C29-L86C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L86C29-L86C38" }, { "DocsId": "P:System.Configuration.PropertyInformation.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L88C56-L88C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L88C56-L88C70" }, { "DocsId": "P:System.Configuration.PropertyInformation.Converter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L90C43-L90C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L90C43-L90C57" }, { "DocsId": "P:System.Configuration.PropertyInformation.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L92C38-L92C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L92C38-L92C54" } ], "DocsId": "T:System.Configuration.PropertyInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.PropertyInformationCollection.CopyTo(System.Configuration.PropertyInformation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs#L44C13-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs#L44C13-L52C10" }, { "DocsId": "M:System.Configuration.PropertyInformationCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs" }, { "DocsId": "P:System.Configuration.PropertyInformationCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs#L25C17-L35C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs#L25C17-L35C31" } ], "DocsId": "T:System.Configuration.PropertyInformationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.PropertyValueOrigin.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" }, { "DocsId": "F:System.Configuration.PropertyValueOrigin.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" }, { "DocsId": "F:System.Configuration.PropertyValueOrigin.Inherited", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" }, { "DocsId": "F:System.Configuration.PropertyValueOrigin.SetHere", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" } ], "DocsId": "T:System.Configuration.PropertyValueOrigin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.ProtectedConfiguration.RsaProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" }, { "DocsId": "F:System.Configuration.ProtectedConfiguration.DataProtectionProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" }, { "DocsId": "F:System.Configuration.ProtectedConfiguration.ProtectedDataSectionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" }, { "DocsId": "P:System.Configuration.ProtectedConfiguration.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs#L12C17-L16C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs#L12C17-L16C115" }, { "DocsId": "P:System.Configuration.ProtectedConfiguration.DefaultProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs#L28C17-L32C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs#L28C17-L32C69" } ], "DocsId": "T:System.Configuration.ProtectedConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ProtectedConfigurationProvider.Encrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" }, { "DocsId": "M:System.Configuration.ProtectedConfigurationProvider.Decrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" }, { "DocsId": "M:System.Configuration.ProtectedConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" } ], "DocsId": "T:System.Configuration.ProtectedConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ProtectedConfigurationProviderCollection.Add(System.Configuration.Provider.ProviderBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs#L14C13-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs#L14C13-L27C10" }, { "DocsId": "M:System.Configuration.ProtectedConfigurationProviderCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs" }, { "DocsId": "P:System.Configuration.ProtectedConfigurationProviderCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs#L10C72-L10C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs#L10C72-L10C114" } ], "DocsId": "T:System.Configuration.ProtectedConfigurationProviderCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ProtectedConfigurationSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L30C9-L30C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L30C9-L30C51" }, { "DocsId": "P:System.Configuration.ProtectedConfigurationSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L32C83-L32C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L32C83-L32C95" }, { "DocsId": "P:System.Configuration.ProtectedConfigurationSection.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L37C56-L37C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L37C56-L37C84" }, { "DocsId": "P:System.Configuration.ProtectedConfigurationSection.DefaultProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L42C19-L42C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L42C19-L42C62" } ], "DocsId": "T:System.Configuration.ProtectedConfigurationSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ProtectedProviderSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs#L8C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs#L8C9-L21C10" }, { "DocsId": "P:System.Configuration.ProtectedProviderSettings.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs#L23C83-L23C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs#L23C83-L23C94" }, { "DocsId": "P:System.Configuration.ProtectedProviderSettings.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs#L26C56-L26C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs#L26C56-L26C104" } ], "DocsId": "T:System.Configuration.ProtectedProviderSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ProviderSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L13C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L13C9-L30C10" }, { "DocsId": "M:System.Configuration.ProviderSettings.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L32C61-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L32C61-L36C10" }, { "DocsId": "M:System.Configuration.ProviderSettings.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L86C13-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L86C13-L94C10" }, { "DocsId": "M:System.Configuration.ProviderSettings.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L98C13-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L98C13-L102C10" }, { "DocsId": "M:System.Configuration.ProviderSettings.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L149C13-L149C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L149C13-L149C68" }, { "DocsId": "M:System.Configuration.ProviderSettings.OnDeserializeUnrecognizedAttribute(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L181C13-L185C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L181C13-L185C25" }, { "DocsId": "P:System.Configuration.ProviderSettings.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L42C17-L43C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L42C17-L43C36" }, { "DocsId": "P:System.Configuration.ProviderSettings.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L50C19-L50C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L50C19-L50C50" }, { "DocsId": "P:System.Configuration.ProviderSettings.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L57C19-L57C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L57C19-L57C50" }, { "DocsId": "P:System.Configuration.ProviderSettings.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L65C17-L78C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L65C17-L78C48" } ], "DocsId": "T:System.Configuration.ProviderSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ProviderSettingsCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L12C13-L13C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L12C13-L13C12" }, { "DocsId": "M:System.Configuration.ProviderSettingsCollection.Add(System.Configuration.ProviderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L33C13-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L33C13-L38C10" }, { "DocsId": "M:System.Configuration.ProviderSettingsCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L42C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L42C13-L43C10" }, { "DocsId": "M:System.Configuration.ProviderSettingsCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L47C13-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L47C13-L48C10" }, { "DocsId": "M:System.Configuration.ProviderSettingsCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L52C13-L52C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L52C13-L52C43" }, { "DocsId": "M:System.Configuration.ProviderSettingsCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L57C13-L57C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L57C13-L57C53" }, { "DocsId": "P:System.Configuration.ProviderSettingsCollection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L15C83-L15C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L15C83-L15C95" }, { "DocsId": "P:System.Configuration.ProviderSettingsCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L17C57-L17C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L17C57-L17C87" }, { "DocsId": "P:System.Configuration.ProviderSettingsCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L21C19-L21C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L21C19-L21C59" } ], "DocsId": "T:System.Configuration.ProviderSettingsCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.RegexStringValidator.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs#L13C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs#L13C9-L19C10" }, { "DocsId": "M:System.Configuration.RegexStringValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs#L23C13-L23C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs#L23C13-L23C43" }, { "DocsId": "M:System.Configuration.RegexStringValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs#L28C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs#L28C13-L34C10" } ], "DocsId": "T:System.Configuration.RegexStringValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.RegexStringValidatorAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs#L9C9-L12C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs#L9C9-L12C10" }, { "DocsId": "P:System.Configuration.RegexStringValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs#L14C73-L14C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs#L14C73-L14C104" }, { "DocsId": "P:System.Configuration.RegexStringValidatorAttribute.Regex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs#L16C31-L16C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs#L16C31-L16C35" } ], "DocsId": "T:System.Configuration.RegexStringValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.Decrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L20C13-L20C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L20C13-L20C55" }, { "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.Encrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L25C13-L25C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L25C13-L25C55" }, { "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.AddKey(System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L30C13-L30C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L30C13-L30C55" }, { "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.DeleteKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L35C13-L35C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L35C13-L35C55" }, { "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.ImportKey(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L40C13-L40C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L40C13-L40C55" }, { "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.ExportKey(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L45C13-L45C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L45C13-L45C55" }, { "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs" }, { "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.KeyContainerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L48C48-L48C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L48C48-L48C90" }, { "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.CspProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L49C47-L49C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L49C47-L49C89" }, { "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.UseMachineContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L50C49-L50C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L50C49-L50C91" }, { "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.UseOAEP", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L51C37-L51C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L51C37-L51C79" }, { "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.UseFIPS", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L52C37-L52C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L52C37-L52C79" }, { "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.RsaPublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L53C51-L53C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L53C51-L53C93" } ], "DocsId": "T:System.Configuration.RsaProtectedConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SchemeSettingElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs" }, { "DocsId": "P:System.Configuration.SchemeSettingElement.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs#L19C19-L19C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs#L19C19-L19C47" }, { "DocsId": "P:System.Configuration.SchemeSettingElement.GenericUriParserOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs#L26C19-L26C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs#L26C19-L26C83" }, { "DocsId": "P:System.Configuration.SchemeSettingElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs#L31C19-L31C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs#L31C19-L31C39" } ], "DocsId": "T:System.Configuration.SchemeSettingElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SchemeSettingElementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L17C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L17C9-L22C10" }, { "DocsId": "M:System.Configuration.SchemeSettingElementCollection.IndexOf(System.Configuration.SchemeSettingElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L41C13-L41C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L41C13-L41C41" }, { "DocsId": "M:System.Configuration.SchemeSettingElementCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L46C13-L46C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L46C13-L46C47" }, { "DocsId": "M:System.Configuration.SchemeSettingElementCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L51C13-L51C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L51C13-L51C57" }, { "DocsId": "P:System.Configuration.SchemeSettingElementCollection.CollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L26C19-L26C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L26C19-L26C79" }, { "DocsId": "P:System.Configuration.SchemeSettingElementCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L31C19-L31C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L31C19-L31C63" }, { "DocsId": "P:System.Configuration.SchemeSettingElementCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L36C19-L36C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L36C19-L36C62" } ], "DocsId": "T:System.Configuration.SchemeSettingElementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SectionInformation.ForceDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L565C13-L566C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L565C13-L566C10" }, { "DocsId": "M:System.Configuration.SectionInformation.ForceDeclaration(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L572C13-L596C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L572C13-L596C10" }, { "DocsId": "M:System.Configuration.SectionInformation.ProtectSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L603C13-L624C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L603C13-L624C10" }, { "DocsId": "M:System.Configuration.SectionInformation.UnprotectSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L628C13-L634C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L628C13-L634C10" }, { "DocsId": "M:System.Configuration.SectionInformation.GetParentSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L638C13-L656C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L638C13-L656C29" }, { "DocsId": "M:System.Configuration.SectionInformation.GetRawXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L661C13-L664C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L661C13-L664C66" }, { "DocsId": "M:System.Configuration.SectionInformation.SetRawXml(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L669C13-L673C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L669C13-L673C10" }, { "DocsId": "M:System.Configuration.SectionInformation.RevertToParent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L677C13-L681C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L677C13-L681C10" }, { "DocsId": "P:System.Configuration.SectionInformation.SectionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L80C38-L80C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L80C38-L80C47" }, { "DocsId": "P:System.Configuration.SectionInformation.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L82C30-L82C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L82C30-L82C34" }, { "DocsId": "P:System.Configuration.SectionInformation.AllowDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L86C19-L86C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L86C19-L86C43" }, { "DocsId": "P:System.Configuration.SectionInformation.AllowExeDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L107C19-L107C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L107C19-L107C46" }, { "DocsId": "P:System.Configuration.SectionInformation.OverrideModeDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L128C19-L128C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L128C19-L128C60" }, { "DocsId": "P:System.Configuration.SectionInformation.AllowLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L154C19-L154C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L154C19-L154C52" }, { "DocsId": "P:System.Configuration.SectionInformation.AllowOverride", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L175C19-L175C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L175C19-L175C54" }, { "DocsId": "P:System.Configuration.SectionInformation.OverrideMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L187C19-L187C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L187C19-L187C53" }, { "DocsId": "P:System.Configuration.SectionInformation.OverrideModeEffective", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L216C54-L216C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L216C54-L216C121" }, { "DocsId": "P:System.Configuration.SectionInformation.ConfigSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L231C19-L231C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L231C19-L231C56" }, { "DocsId": "P:System.Configuration.SectionInformation.InheritInChildApplications", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L257C19-L257C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L257C19-L257C57" }, { "DocsId": "P:System.Configuration.SectionInformation.IsDeclared", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L271C17-L273C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L271C17-L273C45" }, { "DocsId": "P:System.Configuration.SectionInformation.IsDeclarationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L283C17-L285C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L283C17-L285C56" }, { "DocsId": "P:System.Configuration.SectionInformation.IsLocked", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L295C33-L296C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L295C33-L296C62" }, { "DocsId": "P:System.Configuration.SectionInformation.IsProtected", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L298C36-L298C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L298C36-L298C62" }, { "DocsId": "P:System.Configuration.SectionInformation.ProtectionProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L304C17-L310C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L304C17-L310C44" }, { "DocsId": "P:System.Configuration.SectionInformation.RestartOnExternalChanges", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L318C19-L318C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L318C19-L318C63" }, { "DocsId": "P:System.Configuration.SectionInformation.RequirePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L339C19-L339C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L339C19-L339C56" }, { "DocsId": "P:System.Configuration.SectionInformation.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L361C19-L361C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L361C19-L361C36" }, { "DocsId": "P:System.Configuration.SectionInformation.ForceSave", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L394C19-L394C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L394C19-L394C48" } ], "DocsId": "T:System.Configuration.SectionInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingAttribute.cs" } ], "DocsId": "T:System.Configuration.SettingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingChangingEventArgs.#ctor(System.String,System.String,System.String,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L18C133-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L18C133-L24C10" }, { "DocsId": "P:System.Configuration.SettingChangingEventArgs.NewValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L30C17-L30C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L30C17-L30C34" }, { "DocsId": "P:System.Configuration.SettingChangingEventArgs.SettingClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L38C17-L38C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L38C17-L38C38" }, { "DocsId": "P:System.Configuration.SettingChangingEventArgs.SettingName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L46C17-L46C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L46C17-L46C37" }, { "DocsId": "P:System.Configuration.SettingChangingEventArgs.SettingKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L54C17-L54C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L54C17-L54C36" } ], "DocsId": "T:System.Configuration.SettingChangingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingChangingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" }, { "DocsId": "M:System.Configuration.SettingChangingEventHandler.Invoke(System.Object,System.Configuration.SettingChangingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" }, { "DocsId": "M:System.Configuration.SettingChangingEventHandler.BeginInvoke(System.Object,System.Configuration.SettingChangingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" }, { "DocsId": "M:System.Configuration.SettingChangingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" } ], "DocsId": "T:System.Configuration.SettingChangingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L27C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L27C9-L29C10" }, { "DocsId": "M:System.Configuration.SettingElement.#ctor(System.String,System.Configuration.SettingsSerializeAs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L31C79-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L31C79-L35C10" }, { "DocsId": "M:System.Configuration.SettingElement.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L47C13-L48C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L47C13-L48C95" }, { "DocsId": "M:System.Configuration.SettingElement.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L53C13-L53C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L53C13-L53C61" }, { "DocsId": "P:System.Configuration.SettingElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L60C17-L60C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L60C17-L60C37" }, { "DocsId": "P:System.Configuration.SettingElement.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L69C17-L69C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L69C17-L69C49" }, { "DocsId": "P:System.Configuration.SettingElement.SerializeAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L82C17-L82C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L82C17-L82C69" }, { "DocsId": "P:System.Configuration.SettingElement.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L95C17-L95C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L95C17-L95C63" } ], "DocsId": "T:System.Configuration.SettingElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingElementCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L26C13-L26C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L26C13-L26C41" }, { "DocsId": "M:System.Configuration.SettingElementCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L31C13-L31C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L31C13-L31C50" }, { "DocsId": "M:System.Configuration.SettingElementCollection.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L36C13-L36C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L36C13-L36C56" }, { "DocsId": "M:System.Configuration.SettingElementCollection.Add(System.Configuration.SettingElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L41C13-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L41C13-L42C10" }, { "DocsId": "M:System.Configuration.SettingElementCollection.Remove(System.Configuration.SettingElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L46C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L46C13-L47C10" }, { "DocsId": "M:System.Configuration.SettingElementCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L51C13-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L51C13-L52C10" }, { "DocsId": "M:System.Configuration.SettingElementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs" }, { "DocsId": "P:System.Configuration.SettingElementCollection.CollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L12C17-L12C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L12C17-L12C68" }, { "DocsId": "P:System.Configuration.SettingElementCollection.ElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L20C17-L20C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L20C17-L20C34" } ], "DocsId": "T:System.Configuration.SettingElementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsAttributeDictionary.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs#L11C48-L11C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs#L11C48-L11C58" }, { "DocsId": "M:System.Configuration.SettingsAttributeDictionary.#ctor(System.Configuration.SettingsAttributeDictionary)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs#L13C86-L13C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs#L13C86-L13C106" }, { "DocsId": "M:System.Configuration.SettingsAttributeDictionary.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs#L15C9-L17C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs#L15C9-L17C55" } ], "DocsId": "T:System.Configuration.SettingsAttributeDictionary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L16C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L16C9-L19C10" }, { "DocsId": "M:System.Configuration.SettingsBase.Initialize(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection,System.Configuration.SettingsProviderCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L103C13-L106C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L103C13-L106C10" }, { "DocsId": "M:System.Configuration.SettingsBase.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L110C13-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L110C13-L121C10" }, { "DocsId": "M:System.Configuration.SettingsBase.Synchronized(System.Configuration.SettingsBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L176C13-L177C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L176C13-L177C33" }, { "DocsId": "P:System.Configuration.SettingsBase.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L25C17-L36C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L25C17-L36C14" }, { "DocsId": "P:System.Configuration.SettingsBase.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L147C70-L147C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L147C70-L147C89" }, { "DocsId": "P:System.Configuration.SettingsBase.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L148C69-L148C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L148C69-L148C87" }, { "DocsId": "P:System.Configuration.SettingsBase.PropertyValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L149C79-L149C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L149C79-L149C102" }, { "DocsId": "P:System.Configuration.SettingsBase.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L150C56-L150C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L150C56-L150C72" }, { "DocsId": "P:System.Configuration.SettingsBase.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L181C44-L181C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L181C44-L181C67" } ], "DocsId": "T:System.Configuration.SettingsBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsContext.cs#L11C36-L11C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsContext.cs#L11C36-L11C46" }, { "DocsId": "M:System.Configuration.SettingsContext.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsContext.cs#L13C9-L15C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsContext.cs#L13C9-L15C55" } ], "DocsId": "T:System.Configuration.SettingsContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsContext.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsDescriptionAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsDescriptionAttribute.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsDescriptionAttribute.cs#L17C9-L20C10" }, { "DocsId": "P:System.Configuration.SettingsDescriptionAttribute.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsDescriptionAttribute.cs#L29C17-L29C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsDescriptionAttribute.cs#L29C17-L29C37" } ], "DocsId": "T:System.Configuration.SettingsDescriptionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsDescriptionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsDescriptionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsGroupDescriptionAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupDescriptionAttribute.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupDescriptionAttribute.cs#L17C9-L20C10" }, { "DocsId": "P:System.Configuration.SettingsGroupDescriptionAttribute.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupDescriptionAttribute.cs#L29C17-L29C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupDescriptionAttribute.cs#L29C17-L29C37" } ], "DocsId": "T:System.Configuration.SettingsGroupDescriptionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupDescriptionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupDescriptionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsGroupNameAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupNameAttribute.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupNameAttribute.cs#L17C9-L20C10" }, { "DocsId": "P:System.Configuration.SettingsGroupNameAttribute.GroupName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupNameAttribute.cs#L29C17-L29C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupNameAttribute.cs#L29C17-L29C35" } ], "DocsId": "T:System.Configuration.SettingsGroupNameAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupNameAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupNameAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsLoadedEventArgs.#ctor(System.Configuration.SettingsProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventArgs.cs#L13C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventArgs.cs#L13C9-L16C10" }, { "DocsId": "P:System.Configuration.SettingsLoadedEventArgs.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventArgs.cs#L22C17-L22C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventArgs.cs#L22C17-L22C34" } ], "DocsId": "T:System.Configuration.SettingsLoadedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsLoadedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" }, { "DocsId": "M:System.Configuration.SettingsLoadedEventHandler.Invoke(System.Object,System.Configuration.SettingsLoadedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" }, { "DocsId": "M:System.Configuration.SettingsLoadedEventHandler.BeginInvoke(System.Object,System.Configuration.SettingsLoadedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" }, { "DocsId": "M:System.Configuration.SettingsLoadedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" } ], "DocsId": "T:System.Configuration.SettingsLoadedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.SettingsManageability.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageability.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageability.cs" }, { "DocsId": "F:System.Configuration.SettingsManageability.Roaming", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageability.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageability.cs" } ], "DocsId": "T:System.Configuration.SettingsManageability", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageability.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageability.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsManageabilityAttribute.#ctor(System.Configuration.SettingsManageability)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageabilityAttribute.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageabilityAttribute.cs#L17C9-L20C10" }, { "DocsId": "P:System.Configuration.SettingsManageabilityAttribute.Manageability", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageabilityAttribute.cs#L29C17-L29C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageabilityAttribute.cs#L29C17-L29C39" } ], "DocsId": "T:System.Configuration.SettingsManageabilityAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageabilityAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageabilityAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsPropertyCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L13C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L13C9-L16C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.Add(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L20C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L20C13-L34C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L38C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L38C13-L55C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L67C13-L67C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L67C13-L67C54" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L72C13-L72C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L72C13-L72C63" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L77C13-L80C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L77C13-L80C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L84C13-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L84C13-L89C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnAdd(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L96C67-L96C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L96C67-L96C68" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnAddComplete(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L98C75-L98C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L98C75-L98C76" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L100C44-L100C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L100C44-L100C45" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L102C52-L102C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L102C52-L102C53" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnRemove(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L104C70-L104C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L104C70-L104C71" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnRemoveComplete(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L106C78-L106C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L106C78-L106C79" }, { "DocsId": "M:System.Configuration.SettingsPropertyCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L115C13-L116C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L115C13-L116C10" }, { "DocsId": "P:System.Configuration.SettingsPropertyCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L61C17-L61C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L61C17-L61C61" }, { "DocsId": "P:System.Configuration.SettingsPropertyCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L109C34-L109C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L109C34-L109C58" }, { "DocsId": "P:System.Configuration.SettingsPropertyCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L110C44-L110C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L110C44-L110C57" }, { "DocsId": "P:System.Configuration.SettingsPropertyCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L111C40-L111C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L111C40-L111C52" } ], "DocsId": "T:System.Configuration.SettingsPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L14C16-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L14C16-L16C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L19C16-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L19C16-L21C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L28C16-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L28C16-L30C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L32C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L32C9-L34C10" } ], "DocsId": "T:System.Configuration.SettingsPropertyIsReadOnlyException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsPropertyNotFoundException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L14C15-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L14C15-L16C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyNotFoundException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L19C15-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L19C15-L21C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L28C15-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L28C15-L30C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyNotFoundException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L32C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L32C9-L34C10" } ], "DocsId": "T:System.Configuration.SettingsPropertyNotFoundException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L14C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L14C9-L18C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.Add(System.Configuration.SettingsPropertyValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L22C13-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L22C13-L36C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L40C13-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L40C13-L64C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L86C13-L86C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L86C13-L86C44" }, { "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L91C13-L91C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L91C13-L91C75" }, { "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L96C13-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L96C13-L101C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L105C13-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L105C13-L107C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L117C13-L118C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L117C13-L118C10" }, { "DocsId": "P:System.Configuration.SettingsPropertyValueCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L70C17-L80C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L70C17-L80C61" }, { "DocsId": "P:System.Configuration.SettingsPropertyValueCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L109C34-L109C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L109C34-L109C55" }, { "DocsId": "P:System.Configuration.SettingsPropertyValueCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L111C44-L111C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L111C44-L111C57" }, { "DocsId": "P:System.Configuration.SettingsPropertyValueCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L113C40-L113C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L113C40-L113C52" } ], "DocsId": "T:System.Configuration.SettingsPropertyValueCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsPropertyWrongTypeException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L14C15-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L14C15-L16C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyWrongTypeException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L19C16-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L19C16-L21C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyWrongTypeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L28C16-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L28C16-L30C10" }, { "DocsId": "M:System.Configuration.SettingsPropertyWrongTypeException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L32C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L32C9-L34C10" } ], "DocsId": "T:System.Configuration.SettingsPropertyWrongTypeException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsProvider.GetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" }, { "DocsId": "M:System.Configuration.SettingsProvider.SetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" }, { "DocsId": "M:System.Configuration.SettingsProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" }, { "DocsId": "P:System.Configuration.SettingsProvider.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" } ], "DocsId": "T:System.Configuration.SettingsProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsProviderAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs#L17C9-L20C10" }, { "DocsId": "M:System.Configuration.SettingsProviderAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs#L25C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs#L25C9-L31C10" }, { "DocsId": "P:System.Configuration.SettingsProviderAttribute.ProviderTypeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs#L40C17-L40C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs#L40C17-L40C42" } ], "DocsId": "T:System.Configuration.SettingsProviderAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsProviderCollection.Add(System.Configuration.Provider.ProviderBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs#L12C13-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs#L12C13-L23C10" }, { "DocsId": "M:System.Configuration.SettingsProviderCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs" }, { "DocsId": "P:System.Configuration.SettingsProviderCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs#L29C17-L29C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs#L29C17-L29C53" } ], "DocsId": "T:System.Configuration.SettingsProviderCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsSavingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" }, { "DocsId": "M:System.Configuration.SettingsSavingEventHandler.Invoke(System.Object,System.ComponentModel.CancelEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" }, { "DocsId": "M:System.Configuration.SettingsSavingEventHandler.BeginInvoke(System.Object,System.ComponentModel.CancelEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" }, { "DocsId": "M:System.Configuration.SettingsSavingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" } ], "DocsId": "T:System.Configuration.SettingsSavingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsSerializeAsAttribute.#ctor(System.Configuration.SettingsSerializeAs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAsAttribute.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAsAttribute.cs#L17C9-L20C10" }, { "DocsId": "P:System.Configuration.SettingsSerializeAsAttribute.SerializeAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAsAttribute.cs#L29C17-L29C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAsAttribute.cs#L29C17-L29C37" } ], "DocsId": "T:System.Configuration.SettingsSerializeAsAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAsAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAsAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingValueElement.DeserializeElement(System.Xml.XmlReader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L34C13-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L34C13-L35C10" }, { "DocsId": "M:System.Configuration.SettingValueElement.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L39C13-L40C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L39C13-L40C64" }, { "DocsId": "M:System.Configuration.SettingValueElement.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L45C13-L45C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L45C13-L45C49" }, { "DocsId": "M:System.Configuration.SettingValueElement.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L50C13-L50C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L50C13-L50C32" }, { "DocsId": "M:System.Configuration.SettingValueElement.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L55C13-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L55C13-L56C10" }, { "DocsId": "M:System.Configuration.SettingValueElement.SerializeToXmlElement(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L60C13-L69C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L60C13-L69C26" }, { "DocsId": "M:System.Configuration.SettingValueElement.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L74C13-L76C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L74C13-L76C10" }, { "DocsId": "M:System.Configuration.SettingValueElement.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L81C13-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L81C13-L83C10" }, { "DocsId": "M:System.Configuration.SettingValueElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs" }, { "DocsId": "P:System.Configuration.SettingValueElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L17C13-L17C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L17C13-L17C66" }, { "DocsId": "P:System.Configuration.SettingValueElement.ValueXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L23C17-L23C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L23C17-L23C34" } ], "DocsId": "T:System.Configuration.SettingValueElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SingleTagSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SingleTagSectionHandler.cs#L29C13-L46C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SingleTagSectionHandler.cs#L29C13-L46C27" }, { "DocsId": "M:System.Configuration.SingleTagSectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SingleTagSectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SingleTagSectionHandler.cs" } ], "DocsId": "T:System.Configuration.SingleTagSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SingleTagSectionHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SingleTagSectionHandler.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.SpecialSetting.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" }, { "DocsId": "F:System.Configuration.SpecialSetting.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" }, { "DocsId": "F:System.Configuration.SpecialSetting.WebServiceUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" } ], "DocsId": "T:System.Configuration.SpecialSetting", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SpecialSettingAttribute.#ctor(System.Configuration.SpecialSetting)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSettingAttribute.cs#L16C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSettingAttribute.cs#L16C9-L19C10" }, { "DocsId": "P:System.Configuration.SpecialSettingAttribute.SpecialSetting", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSettingAttribute.cs#L28C17-L28C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSettingAttribute.cs#L28C17-L28C40" } ], "DocsId": "T:System.Configuration.SpecialSettingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSettingAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSettingAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L14C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L14C9-L19C10" }, { "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L56C13-L70C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L56C13-L70C58" }, { "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L86C13-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L86C13-L87C10" }, { "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L91C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L91C13-L95C10" }, { "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.AddRange(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L99C13-L106C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L99C13-L106C10" }, { "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L110C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L110C13-L113C10" }, { "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Insert(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L117C13-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L117C13-L121C10" }, { "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L125C13-L129C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L125C13-L129C10" }, { "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L133C13-L143C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L133C13-L143C25" }, { "DocsId": "P:System.Configuration.CommaDelimitedStringCollection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L21C35-L21C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L21C35-L21C79" }, { "DocsId": "P:System.Configuration.CommaDelimitedStringCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L23C38-L23C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L23C38-L23C42" }, { "DocsId": "P:System.Configuration.CommaDelimitedStringCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L27C19-L27C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L27C19-L27C38" } ], "DocsId": "T:System.Configuration.CommaDelimitedStringCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.StringValidator.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L13C15-L14C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L13C15-L14C12" }, { "DocsId": "M:System.Configuration.StringValidator.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L17C15-L18C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L17C15-L18C12" }, { "DocsId": "M:System.Configuration.StringValidator.#ctor(System.Int32,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L20C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L20C9-L25C10" }, { "DocsId": "M:System.Configuration.StringValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L29C13-L29C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L29C13-L29C43" }, { "DocsId": "M:System.Configuration.StringValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L34C13-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L34C13-L54C10" } ], "DocsId": "T:System.Configuration.StringValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.StringValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L9C9-L9C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L9C9-L9C47" }, { "DocsId": "P:System.Configuration.StringValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L13C16-L13C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L13C16-L13C78" }, { "DocsId": "P:System.Configuration.StringValidatorAttribute.MinLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L17C19-L17C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L17C19-L17C37" }, { "DocsId": "P:System.Configuration.StringValidatorAttribute.MaxLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L29C19-L29C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L29C19-L29C37" }, { "DocsId": "P:System.Configuration.StringValidatorAttribute.InvalidCharacters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L39C43-L39C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L39C43-L39C47" } ], "DocsId": "T:System.Configuration.StringValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SubclassTypeValidator.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs#L11C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs#L11C9-L17C10" }, { "DocsId": "M:System.Configuration.SubclassTypeValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs#L21C13-L21C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs#L21C13-L21C41" }, { "DocsId": "M:System.Configuration.SubclassTypeValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs#L26C13-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs#L26C13-L36C10" } ], "DocsId": "T:System.Configuration.SubclassTypeValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SubclassTypeValidatorAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs#L9C9-L12C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs#L9C9-L12C10" }, { "DocsId": "P:System.Configuration.SubclassTypeValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs#L14C73-L14C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs#L14C73-L14C109" }, { "DocsId": "P:System.Configuration.SubclassTypeValidatorAttribute.BaseClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs#L16C33-L16C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs#L16C33-L16C37" } ], "DocsId": "T:System.Configuration.SubclassTypeValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.TimeSpanMinutesConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs#L13C13-L16C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs#L13C13-L16C64" }, { "DocsId": "M:System.Configuration.TimeSpanMinutesConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs#L21C13-L22C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs#L21C13-L22C46" }, { "DocsId": "M:System.Configuration.TimeSpanMinutesConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs" } ], "DocsId": "T:System.Configuration.TimeSpanMinutesConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.TimeSpanMinutesOrInfiniteConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs#L13C13-L15C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs#L13C13-L15C109" }, { "DocsId": "M:System.Configuration.TimeSpanMinutesOrInfiniteConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs#L20C13-L20C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs#L20C13-L20C101" }, { "DocsId": "M:System.Configuration.TimeSpanMinutesOrInfiniteConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs" } ], "DocsId": "T:System.Configuration.TimeSpanMinutesOrInfiniteConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.TimeSpanSecondsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs#L13C13-L17C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs#L13C13-L17C64" }, { "DocsId": "M:System.Configuration.TimeSpanSecondsConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs#L25C17-L31C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs#L25C17-L31C46" }, { "DocsId": "M:System.Configuration.TimeSpanSecondsConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs" } ], "DocsId": "T:System.Configuration.TimeSpanSecondsConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.TimeSpanSecondsOrInfiniteConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs#L13C13-L15C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs#L13C13-L15C109" }, { "DocsId": "M:System.Configuration.TimeSpanSecondsOrInfiniteConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs#L20C13-L20C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs#L20C13-L20C101" }, { "DocsId": "M:System.Configuration.TimeSpanSecondsOrInfiniteConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs" } ], "DocsId": "T:System.Configuration.TimeSpanSecondsOrInfiniteConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.TimeSpanValidator.#ctor(System.TimeSpan,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L14C15-L15C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L14C15-L15C12" }, { "DocsId": "M:System.Configuration.TimeSpanValidator.#ctor(System.TimeSpan,System.TimeSpan,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L18C15-L19C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L18C15-L19C12" }, { "DocsId": "M:System.Configuration.TimeSpanValidator.#ctor(System.TimeSpan,System.TimeSpan,System.Boolean,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L21C9-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L21C9-L33C10" }, { "DocsId": "M:System.Configuration.TimeSpanValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L37C13-L37C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L37C13-L37C45" }, { "DocsId": "M:System.Configuration.TimeSpanValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L42C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L42C13-L49C10" } ], "DocsId": "T:System.Configuration.TimeSpanValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.TimeSpanValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L17C58-L19C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L17C58-L19C75" }, { "DocsId": "F:System.Configuration.TimeSpanValidatorAttribute.TimeSpanMinValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs" }, { "DocsId": "F:System.Configuration.TimeSpanValidatorAttribute.TimeSpanMaxValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs" }, { "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L15C16-L15C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L15C16-L15C71" }, { "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.MinValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L17C36-L17C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L17C36-L17C40" }, { "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.MaxValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L19C36-L19C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L19C36-L19C40" }, { "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.MinValueString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L23C19-L23C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L23C19-L23C46" }, { "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.MaxValueString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L37C19-L37C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L37C19-L37C46" }, { "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.ExcludeRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L49C36-L49C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L49C36-L49C40" } ], "DocsId": "T:System.Configuration.TimeSpanValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.TypeNameConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs#L14C13-L20C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs#L14C13-L20C27" }, { "DocsId": "M:System.Configuration.TypeNameConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs#L25C13-L29C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs#L25C13-L29C27" }, { "DocsId": "M:System.Configuration.TypeNameConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs" } ], "DocsId": "T:System.Configuration.TypeNameConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.UriSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs" }, { "DocsId": "P:System.Configuration.UriSection.Idn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L28C34-L28C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L28C34-L28C56" }, { "DocsId": "P:System.Configuration.UriSection.IriParsing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L31C48-L31C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L31C48-L31C84" }, { "DocsId": "P:System.Configuration.UriSection.SchemeSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L34C65-L34C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L34C65-L34C118" }, { "DocsId": "P:System.Configuration.UriSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L36C83-L36C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L36C83-L36C94" } ], "DocsId": "T:System.Configuration.UriSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.UserScopedSettingAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserScopedSettingAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserScopedSettingAttribute.cs" } ], "DocsId": "T:System.Configuration.UserScopedSettingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserScopedSettingAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserScopedSettingAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.UserSettingsGroup.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserSettingsGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserSettingsGroup.cs" } ], "DocsId": "T:System.Configuration.UserSettingsGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserSettingsGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserSettingsGroup.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ValidatorCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" }, { "DocsId": "M:System.Configuration.ValidatorCallback.Invoke(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" }, { "DocsId": "M:System.Configuration.ValidatorCallback.BeginInvoke(System.Object,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" }, { "DocsId": "M:System.Configuration.ValidatorCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" } ], "DocsId": "T:System.Configuration.ValidatorCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.WhiteSpaceTrimStringConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs#L13C13-L15C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs#L13C13-L15C74" }, { "DocsId": "M:System.Configuration.WhiteSpaceTrimStringConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs#L20C13-L20C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs#L20C13-L20C42" }, { "DocsId": "M:System.Configuration.WhiteSpaceTrimStringConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs" } ], "DocsId": "T:System.Configuration.WhiteSpaceTrimStringConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsProperty.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L20C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L20C9-L24C10" }, { "DocsId": "M:System.Configuration.SettingsProperty.#ctor(System.String,System.Type,System.Configuration.SettingsProvider,System.Boolean,System.Object,System.Configuration.SettingsSerializeAs,System.Configuration.SettingsAttributeDictionary,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L26C9-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L26C9-L62C10" }, { "DocsId": "M:System.Configuration.SettingsProperty.#ctor(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L64C9-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L64C9-L75C10" }, { "DocsId": "P:System.Configuration.SettingsProperty.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L10C38-L10C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L10C38-L10C42" }, { "DocsId": "P:System.Configuration.SettingsProperty.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L11C42-L11C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L11C42-L11C46" }, { "DocsId": "P:System.Configuration.SettingsProperty.DefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L12C46-L12C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L12C46-L12C50" }, { "DocsId": "P:System.Configuration.SettingsProperty.PropertyType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L13C44-L13C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L13C44-L13C48" }, { "DocsId": "P:System.Configuration.SettingsProperty.SerializeAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L14C58-L14C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L14C58-L14C62" }, { "DocsId": "P:System.Configuration.SettingsProperty.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L15C52-L15C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L15C52-L15C56" }, { "DocsId": "P:System.Configuration.SettingsProperty.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L16C65-L16C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L16C65-L16C69" }, { "DocsId": "P:System.Configuration.SettingsProperty.ThrowOnErrorDeserializing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L17C49-L17C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L17C49-L17C53" }, { "DocsId": "P:System.Configuration.SettingsProperty.ThrowOnErrorSerializing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L18C47-L18C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L18C47-L18C51" } ], "DocsId": "T:System.Configuration.SettingsProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.SettingsPropertyValue.#ctor(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L26C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L26C9-L29C10" }, { "DocsId": "P:System.Configuration.SettingsPropertyValue.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L20C31-L20C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L20C31-L20C44" }, { "DocsId": "P:System.Configuration.SettingsPropertyValue.IsDirty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L21C31-L21C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L21C31-L21C35" }, { "DocsId": "P:System.Configuration.SettingsPropertyValue.Property", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L22C44-L22C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L22C44-L22C48" }, { "DocsId": "P:System.Configuration.SettingsPropertyValue.UsingDefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L23C41-L23C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L23C41-L23C45" }, { "DocsId": "P:System.Configuration.SettingsPropertyValue.Deserialized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L24C36-L24C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L24C36-L24C40" }, { "DocsId": "P:System.Configuration.SettingsPropertyValue.PropertyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L35C17-L48C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L35C17-L48C31" }, { "DocsId": "P:System.Configuration.SettingsPropertyValue.SerializedValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L64C17-L69C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L64C17-L69C41" } ], "DocsId": "T:System.Configuration.SettingsPropertyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs" }, { "Members": [ { "DocsId": "F:System.Configuration.SettingsSerializeAs.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" }, { "DocsId": "F:System.Configuration.SettingsSerializeAs.String", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" }, { "DocsId": "F:System.Configuration.SettingsSerializeAs.Xml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" }, { "DocsId": "F:System.Configuration.SettingsSerializeAs.Binary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" }, { "DocsId": "F:System.Configuration.SettingsSerializeAs.ProviderSpecific", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" } ], "DocsId": "T:System.Configuration.SettingsSerializeAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.NoSettingsVersionUpgradeAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NoSettingsVersionUpgradeAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NoSettingsVersionUpgradeAttribute.cs" } ], "DocsId": "T:System.Configuration.NoSettingsVersionUpgradeAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NoSettingsVersionUpgradeAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NoSettingsVersionUpgradeAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs#L21C13-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs#L21C13-L39C10" }, { "DocsId": "M:System.Configuration.Provider.ProviderBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs" }, { "DocsId": "P:System.Configuration.Provider.ProviderBase.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs#L15C39-L15C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs#L15C39-L15C44" }, { "DocsId": "P:System.Configuration.Provider.ProviderBase.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs#L17C46-L17C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs#L17C46-L17C102" } ], "DocsId": "T:System.Configuration.Provider.ProviderBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Provider.ProviderCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L13C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L13C9-L16C10" }, { "DocsId": "M:System.Configuration.Provider.ProviderCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L22C13-L22C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L22C13-L22C54" }, { "DocsId": "M:System.Configuration.Provider.ProviderCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L33C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L33C13-L34C10" }, { "DocsId": "M:System.Configuration.Provider.ProviderCollection.Add(System.Configuration.Provider.ProviderBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L38C13-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L38C13-L48C10" }, { "DocsId": "M:System.Configuration.Provider.ProviderCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L52C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L52C13-L55C10" }, { "DocsId": "M:System.Configuration.Provider.ProviderCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L59C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L59C13-L62C10" }, { "DocsId": "M:System.Configuration.Provider.ProviderCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L66C13-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L66C13-L69C10" }, { "DocsId": "M:System.Configuration.Provider.ProviderCollection.CopyTo(System.Configuration.Provider.ProviderBase[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L73C13-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L73C13-L74C10" }, { "DocsId": "P:System.Configuration.Provider.ProviderCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L18C50-L18C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L18C50-L18C82" }, { "DocsId": "P:System.Configuration.Provider.ProviderCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L25C29-L25C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L25C29-L25C45" }, { "DocsId": "P:System.Configuration.Provider.ProviderCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L27C39-L27C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L27C39-L27C44" }, { "DocsId": "P:System.Configuration.Provider.ProviderCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L29C35-L29C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L29C35-L29C39" } ], "DocsId": "T:System.Configuration.Provider.ProviderCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Provider.ProviderException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L13C9-L13C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L13C9-L13C39" }, { "DocsId": "M:System.Configuration.Provider.ProviderException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L16C15-L17C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L16C15-L17C12" }, { "DocsId": "M:System.Configuration.Provider.ProviderException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L20C15-L21C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L20C15-L21C12" }, { "DocsId": "M:System.Configuration.Provider.ProviderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L28C15-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L28C15-L30C10" } ], "DocsId": "T:System.Configuration.Provider.ProviderException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L26C9-L26C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L26C9-L26C45" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.Init(System.Configuration.Internal.IInternalConfigRoot,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L33C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L33C13-L34C10" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.InitForConfiguration(System.String@,System.String@,System.String@,System.Configuration.Internal.IInternalConfigRoot,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L40C13-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L40C13-L42C10" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsConfigRecordRequired(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L46C13-L46C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L46C13-L46C60" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L51C13-L51C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L51C13-L51C53" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L56C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L56C13-L57C10" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsSecondaryRoot(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L65C13-L65C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L65C13-L65C53" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetStreamName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L70C13-L70C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L70C13-L70C51" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetStreamNameForConfigSource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L75C13-L75C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L75C13-L75C80" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetStreamVersion(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L80C13-L80C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L80C13-L80C54" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForRead(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L85C13-L85C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L85C13-L85C55" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForRead(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L90C13-L90C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L90C13-L90C74" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L95C13-L95C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L95C13-L95C94" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L101C13-L101C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L101C13-L101C113" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.WriteCompleted(System.String,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L106C13-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L106C13-L107C10" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.WriteCompleted(System.String,System.Boolean,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L111C13-L112C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L111C13-L112C10" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.DeleteStream(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L116C13-L117C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L116C13-L117C10" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L121C13-L121C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L121C13-L121C44" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.StartMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L128C13-L128C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L128C13-L128C79" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.StopMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L133C13-L134C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L133C13-L134C10" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsAboveApplication(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L144C13-L144C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L144C13-L144C56" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L150C13-L150C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L150C13-L150C94" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.VerifyDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L156C13-L157C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L156C13-L157C10" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetConfigPathFromLocationSubPath(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L161C13-L161C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L161C13-L161C87" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsLocationApplicable(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L166C13-L166C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L166C13-L166C58" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.PrefetchAll(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L171C13-L171C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L171C13-L171C61" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.PrefetchSection(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L176C13-L176C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L176C13-L176C72" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.CreateDeprecatedConfigContext(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L181C13-L181C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L181C13-L181C67" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.CreateConfigurationContext(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L187C13-L187C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L187C13-L187C81" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.DecryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L193C13-L193C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L193C13-L193C98" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.EncryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L199C13-L199C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L199C13-L199C98" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetConfigType(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L204C13-L204C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L204C13-L204C63" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetConfigTypeName(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L209C13-L209C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L209C13-L209C46" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.RefreshConfigPaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L219C13-L220C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L219C13-L220C10" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsTrustedConfigPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L228C71-L228C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L228C71-L228C75" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L230C106-L230C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L230C106-L230C110" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.Impersonate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L232C53-L232C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L232C53-L232C74" }, { "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet@,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L237C13-L239C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L237C13-L239C10" }, { "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L29C46-L29C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L29C46-L29C50" }, { "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.SupportsChangeNotifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L124C60-L124C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L124C60-L124C92" }, { "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.SupportsRefresh", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L136C48-L136C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L136C48-L136C68" }, { "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.SupportsPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L138C45-L138C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L138C45-L138C62" }, { "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.SupportsLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L140C49-L140C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L140C49-L140C70" }, { "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.IsRemote", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L212C41-L212C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L212C41-L212C54" }, { "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.HasLocalConfig", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L222C47-L222C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L222C47-L222C71" }, { "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.HasRoamingConfig", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L224C49-L224C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L224C49-L224C75" }, { "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.IsAppConfigHttp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L226C48-L226C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L226C48-L226C73" } ], "DocsId": "T:System.Configuration.Internal.DelegatingConfigHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs" }, { "Members": [ { "DocsId": "P:System.Configuration.Internal.IConfigErrorInfo.Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigErrorInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigErrorInfo.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigErrorInfo.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigErrorInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigErrorInfo.cs" } ], "DocsId": "T:System.Configuration.Internal.IConfigErrorInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigErrorInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigErrorInfo.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.IConfigSystem.Init(System.Type,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigSystem.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigSystem.Root", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" } ], "DocsId": "T:System.Configuration.Internal.IConfigSystem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.IConfigurationManagerHelper.EnsureNetConfigLoaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerHelper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerHelper.cs" } ], "DocsId": "T:System.Configuration.Internal.IConfigurationManagerHelper", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerHelper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerHelper.cs" }, { "Members": [ { "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.SupportsUserConfig", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.SetConfigurationSystemInProgress", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.MachineConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ApplicationConfigUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeProductName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeProductVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeRoamingConfigDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeRoamingConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeLocalConfigDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeLocalConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" }, { "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.UserConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" } ], "DocsId": "T:System.Configuration.Internal.IConfigurationManagerInternal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.IsExeConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.IsRoamingUserConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.IsLocalUserConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.GetExeConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.GetRoamingUserConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.GetLocalUserConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" } ], "DocsId": "T:System.Configuration.Internal.IInternalConfigClientHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.IInternalConfigConfigurationFactory.Create(System.Type,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigConfigurationFactory.NormalizeLocationSubPath(System.String,System.Configuration.Internal.IConfigErrorInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs" } ], "DocsId": "T:System.Configuration.Internal.IInternalConfigConfigurationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.Init(System.Configuration.Internal.IInternalConfigRoot,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.InitForConfiguration(System.String@,System.String@,System.String@,System.Configuration.Internal.IInternalConfigRoot,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsConfigRecordRequired(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsSecondaryRoot(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetStreamName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetStreamNameForConfigSource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetStreamVersion(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForRead(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForRead(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.WriteCompleted(System.String,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.WriteCompleted(System.String,System.Boolean,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.DeleteStream(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.StartMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.StopMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsAboveApplication(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetConfigPathFromLocationSubPath(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsLocationApplicable(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.VerifyDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.PrefetchAll(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.PrefetchSection(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.CreateDeprecatedConfigContext(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.CreateConfigurationContext(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.DecryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.EncryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetConfigType(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetConfigTypeName(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsTrustedConfigPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.Impersonate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet@,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.SupportsChangeNotifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.SupportsRefresh", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.SupportsPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.SupportsLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.IsRemote", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" } ], "DocsId": "T:System.Configuration.Internal.IInternalConfigHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.ThrowIfInitErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.GetLkgSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.RefreshSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.Remove", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" }, { "DocsId": "P:System.Configuration.Internal.IInternalConfigRecord.ConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" }, { "DocsId": "P:System.Configuration.Internal.IInternalConfigRecord.StreamName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" }, { "DocsId": "P:System.Configuration.Internal.IInternalConfigRecord.HasInitErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" } ], "DocsId": "T:System.Configuration.Internal.IInternalConfigRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.Init(System.Configuration.Internal.IInternalConfigHost,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.GetSection(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.GetUniqueConfigPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.GetUniqueConfigRecord(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.GetConfigRecord(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.RemoveConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" }, { "DocsId": "E:System.Configuration.Internal.IInternalConfigRoot.ConfigChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" }, { "DocsId": "E:System.Configuration.Internal.IInternalConfigRoot.ConfigRemoved", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" }, { "DocsId": "P:System.Configuration.Internal.IInternalConfigRoot.IsDesignTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" } ], "DocsId": "T:System.Configuration.Internal.IInternalConfigRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.IInternalConfigSettingsFactory.SetConfigurationSystem(System.Configuration.Internal.IInternalConfigSystem,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSettingsFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSettingsFactory.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigSettingsFactory.CompleteInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSettingsFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSettingsFactory.cs" } ], "DocsId": "T:System.Configuration.Internal.IInternalConfigSettingsFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSettingsFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSettingsFactory.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.IInternalConfigSystem.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" }, { "DocsId": "M:System.Configuration.Internal.IInternalConfigSystem.RefreshConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" }, { "DocsId": "P:System.Configuration.Internal.IInternalConfigSystem.SupportsUserConfig", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" } ], "DocsId": "T:System.Configuration.Internal.IInternalConfigSystem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.InternalConfigEventArgs.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventArgs.cs#L8C9-L11C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventArgs.cs#L8C9-L11C10" }, { "DocsId": "P:System.Configuration.Internal.InternalConfigEventArgs.ConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventArgs.cs#L13C36-L13C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventArgs.cs#L13C36-L13C40" } ], "DocsId": "T:System.Configuration.Internal.InternalConfigEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.InternalConfigEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" }, { "DocsId": "M:System.Configuration.Internal.InternalConfigEventHandler.Invoke(System.Object,System.Configuration.Internal.InternalConfigEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" }, { "DocsId": "M:System.Configuration.Internal.InternalConfigEventHandler.BeginInvoke(System.Object,System.Configuration.Internal.InternalConfigEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" }, { "DocsId": "M:System.Configuration.Internal.InternalConfigEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" } ], "DocsId": "T:System.Configuration.Internal.InternalConfigEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.Internal.StreamChangeCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" }, { "DocsId": "M:System.Configuration.Internal.StreamChangeCallback.Invoke(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" }, { "DocsId": "M:System.Configuration.Internal.StreamChangeCallback.BeginInvoke(System.String,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" }, { "DocsId": "M:System.Configuration.Internal.StreamChangeCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" } ], "DocsId": "T:System.Configuration.Internal.StreamChangeCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Data.Odbc.json b/xml/SourceLinkInformation/net-9.0-pp/System.Data.Odbc.json index f6f8cad41a1..e290619a966 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Data.Odbc.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Data.Odbc.json @@ -1,1335 +1,1335 @@ { "Assembly": "System.Data.Odbc", - "GUID": "C0F6DE7ACD9A47A09A5FA85511A1E6AAFFFFFFFF", + "GUID": "B7D37A1C27034D278A11A1C50A74474FFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "T:System.Data.Odbc.ODBC32.RETCODE", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" } ], "DocsId": "T:System.Data.Odbc.ODBC32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/Odbc32.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/Odbc32.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcCommand.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L24C9-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L24C9-L47C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L49C47-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L49C47-L54C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.#ctor(System.String,System.Data.Odbc.OdbcConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L56C75-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L56C75-L60C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.#ctor(System.String,System.Data.Odbc.OdbcConnection,System.Data.Odbc.OdbcTransaction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L62C105-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L62C105-L67C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L137C13-L149C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L137C13-L149C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.ResetCommandTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L200C13-L205C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L200C13-L205C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.Cancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L438C13-L463C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L438C13-L463C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L468C13-L484C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L468C13-L484C26" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.CreateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L531C13-L531C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L531C13-L531C40" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.CreateDbParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L536C13-L536C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L536C13-L536C38" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteDbDataReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L541C13-L541C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L541C13-L541C44" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteNonQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L546C20-L551C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L546C20-L551C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L555C13-L555C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L555C13-L555C56" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L561C13-L561C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L561C13-L561C75" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteScalar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L846C13-L855C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L846C13-L855C26" }, { "DocsId": "M:System.Data.Odbc.OdbcCommand.Prepare", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L882C13-L907C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L882C13-L907C10" }, { "DocsId": "P:System.Data.Odbc.OdbcCommand.CommandText", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L166C17-L166C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L166C17-L166C53" }, { "DocsId": "P:System.Data.Odbc.OdbcCommand.CommandTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L182C17-L182C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L182C17-L182C40" }, { "DocsId": "P:System.Data.Odbc.OdbcCommand.CommandType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L219C17-L220C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L219C17-L220C70" }, { "DocsId": "P:System.Data.Odbc.OdbcCommand.Connection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L245C17-L245C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L245C17-L245C36" }, { "DocsId": "P:System.Data.Odbc.OdbcCommand.DbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L264C17-L264C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L264C17-L264C35" }, { "DocsId": "P:System.Data.Odbc.OdbcCommand.DbParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L276C17-L276C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L276C17-L276C35" }, { "DocsId": "P:System.Data.Odbc.OdbcCommand.DbTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L284C17-L284C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L284C17-L284C36" }, { "DocsId": "P:System.Data.Odbc.OdbcCommand.DesignTimeVisible", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L306C17-L306C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L306C17-L306C46" }, { "DocsId": "P:System.Data.Odbc.OdbcCommand.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L330C17-L334C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L330C17-L334C45" }, { "DocsId": "P:System.Data.Odbc.OdbcCommand.Transaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L346C17-L350C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L346C17-L350C37" }, { "DocsId": "P:System.Data.Odbc.OdbcCommand.UpdatedRowSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L369C17-L369C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L369C17-L369C42" } ], "DocsId": "T:System.Data.Odbc.OdbcCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L12C39-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L12C39-L15C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.#ctor(System.Data.Odbc.OdbcDataAdapter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L17C63-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L17C63-L20C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetInsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L41C13-L41C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L41C13-L41C57" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetInsertCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L45C13-L45C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L45C13-L45C84" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetUpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L50C13-L50C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L50C13-L50C57" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetUpdateCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L54C13-L54C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L54C13-L54C84" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetDeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L59C13-L59C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L59C13-L59C57" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetDeleteCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L63C13-L63C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L63C13-L63C84" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetParameterName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L68C13-L68C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L68C13-L68C103" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetParameterName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L72C13-L72C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L72C13-L72C34" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetParameterPlaceholder(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L77C13-L77C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L77C13-L77C24" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.ApplyParameterInfo(System.Data.Common.DbParameter,System.Data.DataRow,System.Data.StatementType,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L82C13-L99C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L82C13-L99C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.DeriveParameters(System.Data.Odbc.OdbcCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L105C13-L153C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L105C13-L153C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.QuoteIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L251C13-L251C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L251C13-L251C122" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.QuoteIdentifier(System.String,System.Data.Odbc.OdbcConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L256C13-L287C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L256C13-L287C43" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.SetRowUpdatingHandler(System.Data.Common.DbDataAdapter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L294C13-L302C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L294C13-L302C10" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.UnquoteIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L306C13-L306C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L306C13-L306C122" }, { "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.UnquoteIdentifier(System.String,System.Data.Odbc.OdbcConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L311C13-L336C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L311C13-L336C40" }, { "DocsId": "P:System.Data.Odbc.OdbcCommandBuilder.DataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L26C17-L26C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L26C17-L26C62" } ], "DocsId": "T:System.Data.Odbc.OdbcCommandBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcConnection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L24C59-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L24C59-L27C10" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.BeginTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L288C13-L288C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L288C13-L288C65" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.BeginTransaction(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L293C13-L293C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L293C13-L293C80" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.ChangeDatabase(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L308C13-L309C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L308C13-L309C10" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L322C13-L323C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L322C13-L323C26" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.CreateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L347C13-L347C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L347C13-L347C56" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L357C13-L379C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L357C13-L379C10" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L564C17-L577C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L564C17-L577C10" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.ReleaseObjectPool", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L601C13-L602C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L601C13-L602C10" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.BeginDbTransaction(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L885C13-L893C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L885C13-L893C32" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L17C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L17C9-L25C10" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.CreateDbCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L155C13-L158C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L155C13-L158C28" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L164C13-L171C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L164C13-L171C10" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L177C13-L177C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L177C13-L177C88" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.GetSchema(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L182C13-L182C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L182C13-L182C57" }, { "DocsId": "M:System.Data.Odbc.OdbcConnection.GetSchema(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L189C13-L189C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L189C13-L189C118" }, { "DocsId": "E:System.Data.Odbc.OdbcConnection.InfoMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L252C17-L253C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L252C17-L253C14" }, { "DocsId": "P:System.Data.Odbc.OdbcConnection.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L55C17-L55C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L55C17-L55C47" }, { "DocsId": "P:System.Data.Odbc.OdbcConnection.ConnectionTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L71C17-L71C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L71C17-L71C43" }, { "DocsId": "P:System.Data.Odbc.OdbcConnection.Database", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L90C17-L99C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L90C17-L99C37" }, { "DocsId": "P:System.Data.Odbc.OdbcConnection.DataSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L111C17-L118C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L111C17-L118C37" }, { "DocsId": "P:System.Data.Odbc.OdbcConnection.ServerVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L130C17-L130C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L130C17-L130C54" }, { "DocsId": "P:System.Data.Odbc.OdbcConnection.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L142C17-L142C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L142C17-L142C46" }, { "DocsId": "P:System.Data.Odbc.OdbcConnection.DbProviderFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L150C17-L150C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L150C17-L150C45" }, { "DocsId": "P:System.Data.Odbc.OdbcConnection.Driver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L210C17-L215C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L210C17-L215C37" } ], "DocsId": "T:System.Data.Odbc.OdbcConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L39C48-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L39C48-L41C10" }, { "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L36C9-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L36C9-L49C10" }, { "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L178C13-L184C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L178C13-L184C10" }, { "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L188C13-L189C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L188C13-L189C81" }, { "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L211C13-L226C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L211C13-L226C26" }, { "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.TryGetValue(System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L252C13-L259C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L252C13-L259C57" }, { "DocsId": "P:System.Data.Odbc.OdbcConnectionStringBuilder.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L56C17-L64C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L56C17-L64C42" }, { "DocsId": "P:System.Data.Odbc.OdbcConnectionStringBuilder.Driver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L101C19-L101C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L101C19-L101C34" }, { "DocsId": "P:System.Data.Odbc.OdbcConnectionStringBuilder.Dsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L112C19-L112C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L112C19-L112C31" }, { "DocsId": "P:System.Data.Odbc.OdbcConnectionStringBuilder.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L124C17-L172C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L124C17-L172C70" } ], "DocsId": "T:System.Data.Odbc.OdbcConnectionStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L18C36-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L18C36-L21C10" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.#ctor(System.Data.Odbc.OdbcCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L23C62-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L23C62-L26C10" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.#ctor(System.String,System.Data.Odbc.OdbcConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L28C95-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L28C95-L31C10" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L33C93-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L33C93-L37C10" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#get_DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L54C19-L54C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L54C19-L54C41" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#set_DeleteCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L55C19-L55C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L55C19-L55C58" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#get_InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L68C19-L68C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L68C19-L68C41" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#set_InsertCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L69C19-L69C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L69C19-L69C58" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#get_SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L82C19-L82C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L82C19-L82C41" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#set_SelectCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L83C19-L83C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L83C19-L83C58" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#get_UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L96C19-L96C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L96C19-L96C41" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#set_UpdateCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L97C19-L97C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L97C19-L97C58" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L140C13-L140C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L140C13-L140C46" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.CreateRowUpdatedEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L145C13-L145C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L145C13-L145C95" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.CreateRowUpdatingEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L150C13-L150C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L150C13-L150C96" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.OnRowUpdated(System.Data.Common.RowUpdatedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L155C13-L161C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L155C13-L161C10" }, { "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.OnRowUpdating(System.Data.Common.RowUpdatingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L165C13-L171C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L165C13-L171C10" }, { "DocsId": "E:System.Data.Odbc.OdbcDataAdapter.RowUpdated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L104C17-L105C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L104C17-L105C14" }, { "DocsId": "E:System.Data.Odbc.OdbcDataAdapter.RowUpdating", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L116C17-L130C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L116C17-L130C14" }, { "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L48C19-L48C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L48C19-L48C41" }, { "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L54C19-L54C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L54C19-L54C41" }, { "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L62C19-L62C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L62C19-L62C41" }, { "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L68C19-L68C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L68C19-L68C41" }, { "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L76C19-L76C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L76C19-L76C41" }, { "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L82C19-L82C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L82C19-L82C41" }, { "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L90C19-L90C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L90C19-L90C41" }, { "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L96C19-L96C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L96C19-L96C41" } ], "DocsId": "T:System.Data.Odbc.OdbcDataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcDataReader.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L314C13-L315C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L314C13-L315C10" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L392C13-L398C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L392C13-L398C10" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDataTypeName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L402C13-L407C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L402C13-L407C42" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L412C13-L412C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L412C13-L412C108" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetFieldType(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L417C13-L422C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L417C13-L422C42" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L427C13-L432C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L427C13-L432C42" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetOrdinal(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L437C13-L445C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L437C13-L445C55" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetValue(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L556C13-L564C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L556C13-L564C42" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetValues(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L569C13-L578C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L569C13-L578C42" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.IsDBNull(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L628C13-L657C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L628C13-L657C66" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetByte(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L663C13-L663C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L663C13-L663C45" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetChar(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L684C13-L684C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L684C13-L684C45" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetInt16(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L704C13-L704C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L704C13-L704C47" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetInt32(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L724C13-L724C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L724C13-L724C45" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetInt64(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L744C13-L744C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L744C13-L744C46" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetBoolean(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L772C13-L772C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L772C13-L772C48" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetFloat(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L792C13-L792C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L792C13-L792C47" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDate(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L812C13-L812C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L812C13-L812C49" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDateTime(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L833C13-L833C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L833C13-L833C53" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDecimal(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L854C13-L854C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L854C13-L854C51" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDouble(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L892C13-L892C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L892C13-L892C49" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetGuid(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L912C13-L912C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L912C13-L912C45" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetString(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L933C13-L933C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L933C13-L933C49" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetTime(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1040C13-L1040C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1040C13-L1040C49" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1073C13-L1073C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1073C13-L1073C105" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1077C13-L1077C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1077C13-L1077C104" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1806C13-L1878C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1806C13-L1878C28" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.NextResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1903C13-L1903C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1903C13-L1903C45" }, { "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetSchemaTable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L2224C13-L2303C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L2224C13-L2303C32" }, { "DocsId": "P:System.Data.Odbc.OdbcDataReader.Depth", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L155C17-L159C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L155C17-L159C26" }, { "DocsId": "P:System.Data.Odbc.OdbcDataReader.FieldCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L167C17-L183C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L167C17-L183C71" }, { "DocsId": "P:System.Data.Odbc.OdbcDataReader.HasRows", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L197C17-L206C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L197C17-L206C60" }, { "DocsId": "P:System.Data.Odbc.OdbcDataReader.IsClosed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L253C17-L253C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L253C17-L253C34" }, { "DocsId": "P:System.Data.Odbc.OdbcDataReader.RecordsAffected", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L292C17-L292C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L292C17-L292C40" }, { "DocsId": "P:System.Data.Odbc.OdbcDataReader.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L300C17-L300C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L300C17-L300C36" }, { "DocsId": "P:System.Data.Odbc.OdbcDataReader.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L308C17-L308C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L308C17-L308C52" } ], "DocsId": "T:System.Data.Odbc.OdbcDataReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcError.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L63C13-L63C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L63C13-L63C28" }, { "DocsId": "P:System.Data.Odbc.OdbcError.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L28C17-L28C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L28C17-L28C49" }, { "DocsId": "P:System.Data.Odbc.OdbcError.SQLState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L36C17-L36C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L36C17-L36C31" }, { "DocsId": "P:System.Data.Odbc.OdbcError.NativeError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L44C17-L44C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L44C17-L44C37" }, { "DocsId": "P:System.Data.Odbc.OdbcError.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L52C17-L52C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L52C17-L52C48" } ], "DocsId": "T:System.Data.Odbc.OdbcError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L20C19-L20C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L20C19-L20C31" }, { "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L25C19-L25C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L25C19-L25C32" }, { "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L51C13-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L51C13-L52C10" }, { "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.CopyTo(System.Data.Odbc.OdbcError[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L56C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L56C13-L57C10" }, { "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L61C13-L61C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L61C13-L61C43" }, { "DocsId": "P:System.Data.Odbc.OdbcErrorCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L20C19-L20C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L20C19-L20C31" }, { "DocsId": "P:System.Data.Odbc.OdbcErrorCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L25C19-L25C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L25C19-L25C32" }, { "DocsId": "P:System.Data.Odbc.OdbcErrorCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L32C17-L32C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L32C17-L32C37" }, { "DocsId": "P:System.Data.Odbc.OdbcErrorCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L40C17-L40C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L40C17-L40C46" } ], "DocsId": "T:System.Data.Odbc.OdbcErrorCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs#L62C13-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs#L62C13-L65C10" }, { "DocsId": "P:System.Data.Odbc.OdbcException.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs#L52C17-L52C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs#L52C17-L52C36" }, { "DocsId": "P:System.Data.Odbc.OdbcException.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs#L72C17-L77C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs#L72C17-L77C27" } ], "DocsId": "T:System.Data.Odbc.OdbcException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L18C13-L18C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L18C13-L18C38" }, { "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateCommandBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L23C13-L23C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L23C13-L23C45" }, { "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L28C13-L28C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L28C13-L28C41" }, { "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateConnectionStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L33C13-L33C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L33C13-L33C54" }, { "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateDataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L38C13-L38C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L38C13-L38C42" }, { "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L43C13-L43C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L43C13-L43C40" }, { "DocsId": "F:System.Data.Odbc.OdbcFactory.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs" } ], "DocsId": "T:System.Data.Odbc.OdbcFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" }, { "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventHandler.Invoke(System.Object,System.Data.Odbc.OdbcInfoMessageEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" }, { "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventHandler.BeginInvoke(System.Object,System.Data.Odbc.OdbcInfoMessageEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" }, { "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" } ], "DocsId": "T:System.Data.Odbc.OdbcInfoMessageEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventArgs.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs#L41C13-L41C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs#L41C13-L41C28" }, { "DocsId": "P:System.Data.Odbc.OdbcInfoMessageEventArgs.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs#L21C19-L21C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs#L21C19-L21C34" }, { "DocsId": "P:System.Data.Odbc.OdbcInfoMessageEventArgs.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs#L28C17-L34C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs#L28C17-L34C43" } ], "DocsId": "T:System.Data.Odbc.OdbcInfoMessageEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" }, { "Members": [ { "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Columns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Indexes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Procedures", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.ProcedureColumns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.ProcedureParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Tables", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Views", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" } ], "DocsId": "T:System.Data.Odbc.OdbcMetaDataCollectionNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" }, { "Members": [ { "DocsId": "F:System.Data.Odbc.OdbcMetaDataColumnNames.BooleanFalseLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcMetaDataColumnNames.BooleanTrueLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcMetaDataColumnNames.SQLType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" } ], "DocsId": "T:System.Data.Odbc.OdbcMetaDataColumnNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L71C34-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L71C34-L74C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L76C61-L80C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L76C61-L80C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L82C61-L86C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L82C61-L86C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L88C71-L93C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L88C71-L93C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L95C93-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L95C93-L101C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType,System.Int32,System.Data.ParameterDirection,System.Boolean,System.Byte,System.Byte,System.String,System.Data.DataRowVersion,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L115C34-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L115C34-L127C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType,System.Int32,System.Data.ParameterDirection,System.Byte,System.Byte,System.String,System.Data.DataRowVersion,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L135C51-L147C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L135C51-L147C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameter.ResetDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L172C13-L173C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L172C13-L173C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameter.ResetOdbcType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L202C13-L205C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L202C13-L205C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameter.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L584C13-L584C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L584C13-L584C44" }, { "DocsId": "M:System.Data.Odbc.OdbcParameter.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L215C13-L215C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L215C13-L215C34" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.DbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L153C17-L157C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L153C17-L157C50" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.OdbcType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L183C17-L187C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L183C17-L187C52" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.ParameterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L228C17-L228C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L228C17-L228C55" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.Precision", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L244C17-L244C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L244C17-L244C42" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.Scale", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L280C17-L280C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L280C17-L280C38" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L1117C17-L1117C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L1117C17-L1117C31" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L54C17-L55C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L54C17-L55C82" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.IsNullable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L81C17-L81C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L81C17-L81C36" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.Offset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L94C17-L94C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L94C17-L94C32" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L110C17-L115C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L110C17-L115C29" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.SourceColumn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L142C17-L142C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L142C17-L142C54" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.SourceColumnNullMapping", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L154C17-L154C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L154C17-L154C49" }, { "DocsId": "P:System.Data.Odbc.OdbcParameter.SourceVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L166C17-L167C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L166C17-L167C88" } ], "DocsId": "T:System.Data.Odbc.OdbcParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L62C13-L63C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L62C13-L63C26" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L71C13-L71C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L71C13-L71C65" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.AddWithValue(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L77C13-L77C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L77C13-L77C65" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.String,System.Data.Odbc.OdbcType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L82C13-L82C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L82C13-L82C68" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.String,System.Data.Odbc.OdbcType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L87C13-L87C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L87C13-L87C74" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.String,System.Data.Odbc.OdbcType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L92C13-L92C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L92C13-L92C88" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.AddRange(System.Data.Odbc.OdbcParameter[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L98C13-L99C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L98C13-L99C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L142C13-L142C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L142C13-L142C43" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Contains(System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L147C13-L147C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L147C13-L147C43" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.CopyTo(System.Data.Odbc.OdbcParameter[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L152C13-L153C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L152C13-L153C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.IndexOf(System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L175C13-L175C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L175C13-L175C43" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Insert(System.Int32,System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L180C13-L181C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L180C13-L181C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Remove(System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L185C13-L186C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L185C13-L186C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L72C13-L76C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L72C13-L76C30" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.AddRange(System.Array)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L81C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L81C13-L95C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L109C13-L120C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L109C13-L120C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L124C13-L124C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L124C13-L124C43" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L129C13-L130C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L129C13-L130C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L134C13-L134C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L134C13-L134C80" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.GetParameter(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L139C13-L140C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L139C13-L140C37" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.GetParameter(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L145C13-L150C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L145C13-L150C37" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L183C13-L183C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L183C13-L183C54" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L188C13-L207C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L188C13-L207C23" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L212C13-L216C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L212C13-L216C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L228C13-L239C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L228C13-L239C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L243C13-L246C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L243C13-L246C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.RemoveAt(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L250C13-L253C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L250C13-L253C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.SetParameter(System.Int32,System.Data.Common.DbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L277C13-L280C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L277C13-L280C10" }, { "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.SetParameter(System.String,System.Data.Common.DbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L284C13-L291C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L284C13-L291C10" }, { "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L35C17-L35C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L35C17-L35C59" }, { "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L51C17-L51C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L51C17-L51C67" }, { "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L19C17-L19C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L19C17-L19C62" }, { "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L42C17-L42C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L42C17-L42C74" }, { "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L50C17-L50C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L50C17-L50C73" }, { "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L58C17-L58C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L58C17-L58C83" }, { "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L66C17-L66C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L66C17-L66C77" } ], "DocsId": "T:System.Data.Odbc.OdbcParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" }, { "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventHandler.Invoke(System.Object,System.Data.Odbc.OdbcRowUpdatingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" }, { "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventHandler.BeginInvoke(System.Object,System.Data.Odbc.OdbcRowUpdatingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" }, { "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" } ], "DocsId": "T:System.Data.Odbc.OdbcRowUpdatingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" }, { "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventHandler.Invoke(System.Object,System.Data.Odbc.OdbcRowUpdatedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" }, { "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventHandler.BeginInvoke(System.Object,System.Data.Odbc.OdbcRowUpdatedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" }, { "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" } ], "DocsId": "T:System.Data.Odbc.OdbcRowUpdatedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L23C11-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L23C11-L25C10" }, { "DocsId": "P:System.Data.Odbc.OdbcRowUpdatingEventArgs.Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L29C19-L29C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L29C19-L29C56" }, { "DocsId": "P:System.Data.Odbc.OdbcRowUpdatingEventArgs.BaseCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L38C19-L38C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L38C19-L38C43" } ], "DocsId": "T:System.Data.Odbc.OdbcRowUpdatingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L50C11-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L50C11-L52C10" }, { "DocsId": "P:System.Data.Odbc.OdbcRowUpdatedEventArgs.Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L56C19-L56C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L56C19-L56C53" } ], "DocsId": "T:System.Data.Odbc.OdbcRowUpdatedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcTransaction.Commit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L70C13-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L70C13-L97C10" }, { "DocsId": "M:System.Data.Odbc.OdbcTransaction.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L101C13-L140C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L101C13-L140C10" }, { "DocsId": "M:System.Data.Odbc.OdbcTransaction.Rollback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L144C13-L168C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L144C13-L168C10" }, { "DocsId": "P:System.Data.Odbc.OdbcTransaction.Connection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L25C17-L25C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L25C17-L25C36" }, { "DocsId": "P:System.Data.Odbc.OdbcTransaction.DbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L33C17-L33C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L33C17-L33C35" }, { "DocsId": "P:System.Data.Odbc.OdbcTransaction.IsolationLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L41C17-L64C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L41C17-L64C34" } ], "DocsId": "T:System.Data.Odbc.OdbcTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs" }, { "Members": [ { "DocsId": "F:System.Data.Odbc.OdbcType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.BigInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Binary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Bit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Char", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.DateTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Decimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Numeric", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Double", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Image", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Int", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.NChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.NText", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.NVarChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Real", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.UniqueIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.SmallDateTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.SmallInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Timestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.TinyInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.VarBinary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.VarChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Date", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "DocsId": "F:System.Data.Odbc.OdbcType.Time", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" } ], "DocsId": "T:System.Data.Odbc.OdbcType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" }, { "Members": [ { "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" }, { "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.SUCCESS", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" }, { "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.SUCCESS_WITH_INFO", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" }, { "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.ERROR", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" }, { "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.INVALID_HANDLE", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" }, { "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.NO_DATA", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" } ], "DocsId": "T:System.Data.Odbc.ODBC32.RETCODE", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Data.OleDb.json b/xml/SourceLinkInformation/net-9.0-pp/System.Data.OleDb.json index ae749988291..07e65c22bdc 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Data.OleDb.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Data.OleDb.json @@ -1,1733 +1,1733 @@ { "Assembly": "System.Data.OleDb", - "GUID": "372311FBA78D437FAE7CF08FB24456D1FFFFFFFF", + "GUID": "41875F1CA73A46C584C7109DEAFF0C84FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbParameter.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L219C13-L219C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L219C13-L219C34" }, { "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L25C35-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L25C35-L27C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L29C62-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L29C62-L36C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L38C67-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L38C67-L42C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L44C77-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L44C77-L49C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L51C96-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L51C96-L57C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType,System.Int32,System.Data.ParameterDirection,System.Boolean,System.Byte,System.Byte,System.String,System.Data.DataRowVersion,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L65C48-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L65C48-L77C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType,System.Int32,System.Data.ParameterDirection,System.Byte,System.Byte,System.String,System.Data.DataRowVersion,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L85C48-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L85C48-L97C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameter.ResetDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L126C13-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L126C13-L127C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameter.ResetOleDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L157C13-L162C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L157C13-L162C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameter.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L263C13-L263C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L263C13-L263C45" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L56C17-L57C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L56C17-L57C82" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.IsNullable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L83C17-L83C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L83C17-L83C36" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L97C17-L102C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L97C17-L102C29" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.SourceColumn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L137C17-L137C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L137C17-L137C54" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.SourceColumnNullMapping", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L149C17-L149C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L149C17-L149C49" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.SourceVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L161C17-L162C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L161C17-L162C88" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.DbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L111C17-L111C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L111C17-L111C54" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.OleDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L137C17-L137C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L137C17-L137C57" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.ParameterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L169C17-L169C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L169C17-L169C55" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.Precision", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L186C17-L186C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L186C17-L186C42" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.Scale", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L223C17-L223C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L223C17-L223C38" }, { "DocsId": "P:System.Data.OleDb.OleDbParameter.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L568C17-L568C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L568C17-L568C31" } ], "DocsId": "T:System.Data.OleDb.OleDbParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameter.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbCommand.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L22C9-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L22C9-L52C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L54C48-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L54C48-L57C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.#ctor(System.String,System.Data.OleDb.OleDbConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L59C77-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L59C77-L63C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.#ctor(System.String,System.Data.OleDb.OleDbConnection,System.Data.OleDb.OleDbTransaction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L65C108-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L65C108-L70C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.ResetCommandTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L149C13-L154C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L149C13-L154C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.Cancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L462C15-L493C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L462C15-L493C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L497C13-L498C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L497C13-L498C26" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L503C13-L503C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L503C13-L503C28" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.CreateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L571C13-L571C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L571C13-L571C41" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.CreateDbParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L576C13-L576C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L576C13-L576C38" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L581C13-L598C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L581C13-L598C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L602C13-L602C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L602C13-L602C59" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.System#Data#IDbCommand#ExecuteReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L607C13-L607C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L607C13-L607C59" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L612C13-L613C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L612C13-L613C72" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.System#Data#IDbCommand#ExecuteReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L618C13-L618C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L618C13-L618C44" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteDbDataReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L623C13-L623C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L623C13-L623C44" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteNonQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L942C13-L944C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L942C13-L944C56" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteScalar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L949C13-L958C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L949C13-L958C26" }, { "DocsId": "M:System.Data.OleDb.OleDbCommand.Prepare", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L1187C13-L1198C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L1187C13-L1198C10" }, { "DocsId": "P:System.Data.OleDb.OleDbCommand.CommandText", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L115C17-L115C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L115C17-L115C53" }, { "DocsId": "P:System.Data.OleDb.OleDbCommand.CommandTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L131C17-L131C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L131C17-L131C40" }, { "DocsId": "P:System.Data.OleDb.OleDbCommand.CommandType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L162C17-L163C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L162C17-L163C70" }, { "DocsId": "P:System.Data.OleDb.OleDbCommand.Connection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L188C17-L188C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L188C17-L188C36" }, { "DocsId": "P:System.Data.OleDb.OleDbCommand.DbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L228C17-L228C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L228C17-L228C35" }, { "DocsId": "P:System.Data.OleDb.OleDbCommand.DbParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L240C17-L240C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L240C17-L240C35" }, { "DocsId": "P:System.Data.OleDb.OleDbCommand.DbTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L248C17-L248C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L248C17-L248C36" }, { "DocsId": "P:System.Data.OleDb.OleDbCommand.DesignTimeVisible", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L270C17-L270C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L270C17-L270C46" }, { "DocsId": "P:System.Data.OleDb.OleDbCommand.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L286C17-L294C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L286C17-L294C30" }, { "DocsId": "P:System.Data.OleDb.OleDbCommand.Transaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L314C17-L320C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L314C17-L320C36" }, { "DocsId": "P:System.Data.OleDb.OleDbCommand.UpdatedRowSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L335C17-L335C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L335C17-L335C42" } ], "DocsId": "T:System.Data.OleDb.OleDbCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommand.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommand.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L13C40-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L13C40-L16C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.#ctor(System.Data.OleDb.OleDbDataAdapter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L18C65-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L18C65-L21C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetInsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L45C13-L45C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L45C13-L45C58" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetInsertCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L49C13-L49C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L49C13-L49C85" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetUpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L54C13-L54C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L54C13-L54C58" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetUpdateCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L58C13-L58C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L58C13-L58C85" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetDeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L63C13-L63C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L63C13-L63C58" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetDeleteCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L67C13-L67C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L67C13-L67C85" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetParameterName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L72C13-L72C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L72C13-L72C103" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetParameterName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L76C13-L76C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L76C13-L76C34" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetParameterPlaceholder(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L81C13-L81C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L81C13-L81C24" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.ApplyParameterInfo(System.Data.Common.DbParameter,System.Data.DataRow,System.Data.StatementType,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L86C13-L103C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L86C13-L103C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.DeriveParameters(System.Data.OleDb.OleDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L107C13-L146C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L107C13-L146C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.QuoteIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L359C13-L359C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L359C13-L359C122" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.QuoteIdentifier(System.String,System.Data.OleDb.OleDbConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L363C13-L387C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L363C13-L387C88" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.SetRowUpdatingHandler(System.Data.Common.DbDataAdapter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L393C13-L401C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L393C13-L401C10" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.UnquoteIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L405C13-L405C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L405C13-L405C122" }, { "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.UnquoteIdentifier(System.String,System.Data.OleDb.OleDbConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L410C13-L438C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L410C13-L438C40" }, { "DocsId": "P:System.Data.OleDb.OleDbCommandBuilder.DataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L28C17-L28C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L28C17-L28C63" } ], "DocsId": "T:System.Data.OleDb.OleDbCommandBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbConnection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L26C60-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L26C60-L29C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.ResetState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L224C13-L247C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L224C13-L247C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.BeginTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L316C13-L316C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L316C13-L316C65" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.BeginTransaction(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L321C13-L321C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L321C13-L321C87" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.ChangeDatabase(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L326C13-L332C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L326C13-L332C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L345C13-L346C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L345C13-L346C26" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L351C13-L353C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L351C13-L353C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.CreateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L357C13-L357C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L357C13-L357C47" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.BeginDbTransaction(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L377C13-L385C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L377C13-L385C32" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.GetOleDbSchemaTable(System.Guid,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L430C13-L471C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L430C13-L471C65" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L519C13-L528C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L519C13-L528C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.ReleaseObjectPool", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L641C13-L644C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L641C13-L644C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L21C36-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L21C36-L25C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.CreateDbCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L146C13-L149C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L146C13-L149C28" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L154C13-L162C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L154C13-L162C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.EnlistTransaction(System.Transactions.Transaction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L195C13-L223C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L195C13-L223C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L227C13-L227C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L227C13-L227C88" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.GetSchema(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L232C13-L232C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L232C13-L232C57" }, { "DocsId": "M:System.Data.OleDb.OleDbConnection.GetSchema(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L239C13-L239C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L239C13-L239C118" }, { "DocsId": "E:System.Data.OleDb.OleDbConnection.InfoMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L253C17-L254C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L253C17-L254C14" }, { "DocsId": "P:System.Data.OleDb.OleDbConnection.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L51C17-L51C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L51C17-L51C47" }, { "DocsId": "P:System.Data.OleDb.OleDbConnection.ConnectionTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L72C17-L87C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L72C17-L87C57" }, { "DocsId": "P:System.Data.OleDb.OleDbConnection.Database", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L97C17-L119C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L97C17-L119C79" }, { "DocsId": "P:System.Data.OleDb.OleDbConnection.DataSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L130C17-L148C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L130C17-L148C79" }, { "DocsId": "P:System.Data.OleDb.OleDbConnection.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L178C17-L179C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L178C17-L179C89" }, { "DocsId": "P:System.Data.OleDb.OleDbConnection.ServerVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L196C17-L196C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L196C17-L196C54" }, { "DocsId": "P:System.Data.OleDb.OleDbConnection.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L209C17-L209C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L209C17-L209C46" }, { "DocsId": "P:System.Data.OleDb.OleDbConnection.DbProviderFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L217C17-L217C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L217C17-L217C46" } ], "DocsId": "T:System.Data.OleDb.OleDbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnection.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L57C49-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L57C49-L60C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L48C9-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L48C9-L68C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L270C13-L271C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L270C13-L271C81" }, { "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L289C13-L296C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L289C13-L296C10" }, { "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L320C13-L332C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L320C13-L332C26" }, { "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.TryGetValue(System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L390C13-L408C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L390C13-L408C25" }, { "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L75C17-L88C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L75C17-L88C30" }, { "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.DataSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L140C19-L140C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L140C19-L140C38" }, { "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.FileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L155C19-L155C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L155C19-L155C36" }, { "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.OleDbServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L168C19-L168C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L168C19-L168C41" }, { "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.PersistSecurityInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L180C19-L180C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L180C19-L180C47" }, { "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L193C19-L193C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L193C19-L193C36" }, { "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L206C17-L264C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L206C17-L264C89" } ], "DocsId": "T:System.Data.OleDb.OleDbConnectionStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L20C37-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L20C37-L23C10" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.#ctor(System.Data.OleDb.OleDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L25C64-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L25C64-L28C10" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L30C94-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L30C94-L34C10" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.#ctor(System.String,System.Data.OleDb.OleDbConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L36C97-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L36C97-L39C10" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#get_DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L57C19-L57C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L57C19-L57C41" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#set_DeleteCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L58C19-L58C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L58C19-L58C59" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#get_InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L72C19-L72C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L72C19-L72C41" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#set_InsertCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L73C19-L73C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L73C19-L73C59" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#get_SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L87C19-L87C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L87C19-L87C41" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#set_SelectCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L88C19-L88C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L88C19-L88C59" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#get_UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L102C19-L102C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L102C19-L102C41" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#set_UpdateCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L103C19-L103C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L103C19-L103C59" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L135C13-L135C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L135C13-L135C47" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.CreateRowUpdatedEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L140C13-L140C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L140C13-L140C96" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.CreateRowUpdatingEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L145C13-L145C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L145C13-L145C97" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.Fill(System.Data.DataTable,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L156C13-L164C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L156C13-L164C82" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.Fill(System.Data.DataSet,System.Object,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L169C13-L181C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L169C13-L181C83" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.OnRowUpdated(System.Data.Common.RowUpdatedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L433C13-L439C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L433C13-L439C10" }, { "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.OnRowUpdating(System.Data.Common.RowUpdatingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L443C13-L449C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L443C13-L449C10" }, { "DocsId": "E:System.Data.OleDb.OleDbDataAdapter.RowUpdated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L108C19-L108C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L108C19-L108C63" }, { "DocsId": "E:System.Data.OleDb.OleDbDataAdapter.RowUpdating", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L116C17-L129C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L116C17-L129C14" }, { "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L51C19-L51C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L51C19-L51C41" }, { "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L57C19-L57C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L57C19-L57C41" }, { "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L66C19-L66C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L66C19-L66C41" }, { "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L72C19-L72C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L72C19-L72C41" }, { "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L81C19-L81C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L81C19-L81C41" }, { "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L87C19-L87C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L87C19-L87C41" }, { "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L96C19-L96C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L96C19-L96C41" }, { "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L102C19-L102C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L102C19-L102C41" } ], "DocsId": "T:System.Data.OleDb.OleDbDataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetSchemaTable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L258C13-L277C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L258C13-L277C32" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L640C13-L718C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L640C13-L718C10" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetBoolean(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L822C13-L823C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L822C13-L823C43" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetByte(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L828C13-L829C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L828C13-L829C40" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L856C13-L887C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L856C13-L887C30" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L892C13-L924C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L892C13-L924C30" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetChar(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L930C13-L930C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L930C13-L930C38" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetData(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L936C13-L937C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L936C13-L937C43" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDbDataReader(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L942C13-L942C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L942C13-L942C37" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDataTypeName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L981C13-L985C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L981C13-L985C42" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDateTime(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L990C13-L991C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L990C13-L991C44" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDecimal(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L996C13-L997C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L996C13-L997C43" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDouble(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1002C13-L1003C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1002C13-L1003C42" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1008C13-L1008C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1008C13-L1008C108" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetFieldType(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1013C13-L1019C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1013C13-L1019C42" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetFloat(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1024C13-L1025C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1024C13-L1025C42" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetGuid(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1030C13-L1031C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1030C13-L1031C40" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetInt16(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1036C13-L1037C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1036C13-L1037C41" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetInt32(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1042C13-L1043C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1042C13-L1043C41" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetInt64(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1048C13-L1049C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1048C13-L1049C41" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1054C13-L1059C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1054C13-L1059C42" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetOrdinal(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1064C13-L1072C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1064C13-L1072C54" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetString(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1077C13-L1078C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1077C13-L1078C42" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetTimeSpan(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1083C13-L1083C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1083C13-L1083C48" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetValue(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1149C13-L1151C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1149C13-L1151C26" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetValues(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1156C13-L1167C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1156C13-L1167C26" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.IsDBNull(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1177C13-L1178C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1177C13-L1178C42" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.NextResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1302C13-L1360C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1302C13-L1360C28" }, { "DocsId": "M:System.Data.OleDb.OleDbDataReader.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1365C13-L1395C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1365C13-L1395C28" }, { "DocsId": "P:System.Data.OleDb.OleDbDataReader.Depth", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L137C17-L141C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L137C17-L141C31" }, { "DocsId": "P:System.Data.OleDb.OleDbDataReader.FieldCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L149C17-L154C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L149C17-L154C67" }, { "DocsId": "P:System.Data.OleDb.OleDbDataReader.HasRows", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L162C17-L166C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L162C17-L166C33" }, { "DocsId": "P:System.Data.OleDb.OleDbDataReader.IsClosed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L178C17-L178C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L178C17-L178C34" }, { "DocsId": "P:System.Data.OleDb.OleDbDataReader.RecordsAffected", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L191C17-L191C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L191C17-L191C60" }, { "DocsId": "P:System.Data.OleDb.OleDbDataReader.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L206C17-L206C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L206C17-L206C40" }, { "DocsId": "P:System.Data.OleDb.OleDbDataReader.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L214C17-L215C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L214C17-L215C42" }, { "DocsId": "P:System.Data.OleDb.OleDbDataReader.VisibleFieldCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1205C17-L1209C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1205C17-L1209C43" } ], "DocsId": "T:System.Data.OleDb.OleDbDataReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbEnumerator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L11C9-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L11C9-L13C10" }, { "DocsId": "M:System.Data.OleDb.OleDbEnumerator.GetElements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L17C13-L21C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L17C13-L21C30" }, { "DocsId": "M:System.Data.OleDb.OleDbEnumerator.GetEnumerator(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L26C13-L26C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L26C13-L26C48" }, { "DocsId": "M:System.Data.OleDb.OleDbEnumerator.GetRootEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L74C13-L75C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L74C13-L75C52" } ], "DocsId": "T:System.Data.OleDb.OleDbEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbError.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbError.cs#L107C13-L107C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbError.cs#L107C13-L107C28" }, { "DocsId": "P:System.Data.OleDb.OleDbError.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbError.cs#L77C17-L77C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbError.cs#L77C17-L77C53" }, { "DocsId": "P:System.Data.OleDb.OleDbError.NativeError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbError.cs#L85C17-L85C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbError.cs#L85C17-L85C41" }, { "DocsId": "P:System.Data.OleDb.OleDbError.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbError.cs#L93C17-L93C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbError.cs#L93C17-L93C52" }, { "DocsId": "P:System.Data.OleDb.OleDbError.SQLState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbError.cs#L101C17-L101C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbError.cs#L101C17-L101C54" } ], "DocsId": "T:System.Data.OleDb.OleDbError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbError.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbError.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L34C19-L34C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L34C19-L34C32" }, { "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L39C19-L39C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L39C19-L39C31" }, { "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L66C13-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L66C13-L67C10" }, { "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.CopyTo(System.Data.OleDb.OleDbError[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L71C13-L72C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L71C13-L72C10" }, { "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L76C13-L76C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L76C13-L76C47" }, { "DocsId": "P:System.Data.OleDb.OleDbErrorCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L34C19-L34C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L34C19-L34C32" }, { "DocsId": "P:System.Data.OleDb.OleDbErrorCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L39C19-L39C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L39C19-L39C31" }, { "DocsId": "P:System.Data.OleDb.OleDbErrorCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L46C17-L47C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L46C17-L47C60" }, { "DocsId": "P:System.Data.OleDb.OleDbErrorCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L55C17-L55C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L55C17-L55C59" } ], "DocsId": "T:System.Data.OleDb.OleDbErrorCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbException.cs#L44C13-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbException.cs#L44C13-L48C10" }, { "DocsId": "P:System.Data.OleDb.OleDbException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbException.cs#L55C17-L55C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbException.cs#L55C17-L55C39" }, { "DocsId": "P:System.Data.OleDb.OleDbException.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbException.cs#L64C17-L64C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbException.cs#L64C17-L64C75" } ], "DocsId": "T:System.Data.OleDb.OleDbException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbException.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L18C13-L18C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L18C13-L18C39" }, { "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateCommandBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L23C13-L23C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L23C13-L23C46" }, { "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L28C13-L28C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L28C13-L28C42" }, { "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateConnectionStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L33C13-L33C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L33C13-L33C55" }, { "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateDataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L38C13-L38C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L38C13-L38C43" }, { "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L43C13-L43C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L43C13-L43C41" }, { "DocsId": "F:System.Data.OleDb.OleDbFactory.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbFactory.cs" } ], "DocsId": "T:System.Data.OleDb.OleDbFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbFactory.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventArgs.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L52C13-L52C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L52C13-L52C28" }, { "DocsId": "P:System.Data.OleDb.OleDbInfoMessageEventArgs.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L22C17-L22C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L22C17-L22C49" }, { "DocsId": "P:System.Data.OleDb.OleDbInfoMessageEventArgs.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L30C17-L30C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L30C17-L30C46" }, { "DocsId": "P:System.Data.OleDb.OleDbInfoMessageEventArgs.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L38C17-L38C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L38C17-L38C47" }, { "DocsId": "P:System.Data.OleDb.OleDbInfoMessageEventArgs.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L46C17-L46C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L46C17-L46C46" } ], "DocsId": "T:System.Data.OleDb.OleDbInfoMessageEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" }, { "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventHandler.Invoke(System.Object,System.Data.OleDb.OleDbInfoMessageEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" }, { "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventHandler.BeginInvoke(System.Object,System.Data.OleDb.OleDbInfoMessageEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" }, { "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" } ], "DocsId": "T:System.Data.OleDb.OleDbInfoMessageEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" }, { "Members": [ { "DocsId": "F:System.Data.OleDb.OleDbLiteral.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Invalid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Binary_Literal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Catalog_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Catalog_Separator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Char_Literal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Column_Alias", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Column_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Correlation_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Cursor_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Escape_Percent_Prefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Escape_Underscore_Prefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Index_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Like_Percent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Like_Underscore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Procedure_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Quote_Prefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Schema_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Table_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Text_Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.User_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.View_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Cube_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Dimension_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Hierarchy_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Level_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Member_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Property_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Schema_Separator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Quote_Suffix", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Escape_Percent_Suffix", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbLiteral.Escape_Underscore_Suffix", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" } ], "DocsId": "T:System.Data.OleDb.OleDbLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" }, { "Members": [ { "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Catalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Collations", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Columns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Indexes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Procedures", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.ProcedureColumns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.ProcedureParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Tables", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Views", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" } ], "DocsId": "T:System.Data.OleDb.OleDbMetaDataCollectionNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" }, { "Members": [ { "DocsId": "F:System.Data.OleDb.OleDbMetaDataColumnNames.BooleanFalseLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbMetaDataColumnNames.BooleanTrueLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbMetaDataColumnNames.NativeDataType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbMetaDataColumnNames.DateTimeDigits", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" } ], "DocsId": "T:System.Data.OleDb.OleDbMetaDataColumnNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L63C13-L64C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L63C13-L64C26" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L71C13-L71C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L71C13-L71C66" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.AddWithValue(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L76C13-L76C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L76C13-L76C66" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.String,System.Data.OleDb.OleDbType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L81C13-L81C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L81C13-L81C70" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.String,System.Data.OleDb.OleDbType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L86C13-L86C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L86C13-L86C76" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.String,System.Data.OleDb.OleDbType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L91C13-L91C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L91C13-L91C90" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.AddRange(System.Data.OleDb.OleDbParameter[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L96C13-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L96C13-L97C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L101C13-L101C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L101C13-L101C43" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Contains(System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L106C13-L106C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L106C13-L106C43" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.CopyTo(System.Data.OleDb.OleDbParameter[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L111C13-L112C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L111C13-L112C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.IndexOf(System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L116C13-L116C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L116C13-L116C43" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Insert(System.Int32,System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L121C13-L122C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L121C13-L122C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Remove(System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L132C13-L133C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L132C13-L133C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L73C13-L77C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L73C13-L77C30" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.AddRange(System.Array)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L82C13-L96C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L82C13-L96C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L110C13-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L110C13-L121C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L125C13-L125C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L125C13-L125C43" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L130C13-L131C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L130C13-L131C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L135C13-L135C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L135C13-L135C80" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.GetParameter(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L140C13-L141C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L140C13-L141C37" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.GetParameter(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L146C13-L151C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L146C13-L151C37" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L184C13-L184C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L184C13-L184C54" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L189C13-L208C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L189C13-L208C23" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L213C13-L217C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L213C13-L217C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L229C13-L240C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L229C13-L240C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L244C13-L247C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L244C13-L247C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.RemoveAt(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L251C13-L254C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L251C13-L254C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.SetParameter(System.Int32,System.Data.Common.DbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L278C13-L281C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L278C13-L281C10" }, { "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.SetParameter(System.String,System.Data.Common.DbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L285C13-L292C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L285C13-L292C10" }, { "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L37C17-L37C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L37C17-L37C60" }, { "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L53C17-L53C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L53C17-L53C68" }, { "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L20C17-L20C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L20C17-L20C62" }, { "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L43C17-L43C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L43C17-L43C74" }, { "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L51C17-L51C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L51C17-L51C73" }, { "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L59C17-L59C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L59C17-L59C83" }, { "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L67C17-L67C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L67C17-L67C77" } ], "DocsId": "T:System.Data.OleDb.OleDbParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEvent.cs#L11C11-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEvent.cs#L11C11-L13C10" }, { "DocsId": "P:System.Data.OleDb.OleDbRowUpdatedEventArgs.Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEvent.cs#L19C17-L19C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEvent.cs#L19C17-L19C52" } ], "DocsId": "T:System.Data.OleDb.OleDbRowUpdatedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEvent.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" }, { "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventHandler.Invoke(System.Object,System.Data.OleDb.OleDbRowUpdatedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" }, { "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventHandler.BeginInvoke(System.Object,System.Data.OleDb.OleDbRowUpdatedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" }, { "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" } ], "DocsId": "T:System.Data.OleDb.OleDbRowUpdatedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs#L11C11-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs#L11C11-L13C10" }, { "DocsId": "P:System.Data.OleDb.OleDbRowUpdatingEventArgs.Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs#L17C19-L17C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs#L17C19-L17C57" }, { "DocsId": "P:System.Data.OleDb.OleDbRowUpdatingEventArgs.BaseCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs#L23C19-L23C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs#L23C19-L23C43" } ], "DocsId": "T:System.Data.OleDb.OleDbRowUpdatingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" }, { "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventHandler.Invoke(System.Object,System.Data.OleDb.OleDbRowUpdatingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" }, { "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventHandler.BeginInvoke(System.Object,System.Data.OleDb.OleDbRowUpdatingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" }, { "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" } ], "DocsId": "T:System.Data.OleDb.OleDbRowUpdatingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbSchemaGuid.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs#L12C9-L12C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs#L12C9-L12C37" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Tables_Info", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Trustee", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Assertions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Catalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Character_Sets", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Collations", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Columns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Check_Constraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Constraint_Column_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Constraint_Table_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Key_Column_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Referential_Constraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Table_Constraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Column_Domain_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Indexes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Column_Privileges", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Table_Privileges", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Usage_Privileges", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Procedures", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Schemata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Sql_Languages", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Statistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Tables", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Translations", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Provider_Types", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Views", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.View_Column_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.View_Table_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Procedure_Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Foreign_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Primary_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Procedure_Columns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Table_Statistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Check_Constraints_By_Table", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.SchemaGuids", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.DbInfoKeywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.DbInfoLiterals", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" } ], "DocsId": "T:System.Data.OleDb.OleDbSchemaGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbTransaction.Begin(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L177C13-L203C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L177C13-L203C32" }, { "DocsId": "M:System.Data.OleDb.OleDbTransaction.Begin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L208C13-L208C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L208C13-L208C56" }, { "DocsId": "M:System.Data.OleDb.OleDbTransaction.Commit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L225C13-L230C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L225C13-L230C10" }, { "DocsId": "M:System.Data.OleDb.OleDbTransaction.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L274C13-L280C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L274C13-L280C10" }, { "DocsId": "M:System.Data.OleDb.OleDbTransaction.Rollback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L305C13-L311C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L305C13-L311C10" }, { "DocsId": "P:System.Data.OleDb.OleDbTransaction.Connection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L143C17-L143C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L143C17-L143C42" }, { "DocsId": "P:System.Data.OleDb.OleDbTransaction.DbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L151C17-L151C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L151C17-L151C35" }, { "DocsId": "P:System.Data.OleDb.OleDbTransaction.IsolationLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L159C17-L163C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L159C17-L163C40" } ], "DocsId": "T:System.Data.OleDb.OleDbTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs" }, { "Members": [ { "DocsId": "F:System.Data.OleDb.OleDbType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.BigInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Binary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Boolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.BSTR", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Char", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Currency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Date", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.DBDate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.DBTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.DBTimeStamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Decimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Double", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Filetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.IDispatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Integer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.IUnknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.LongVarBinary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.LongVarChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.LongVarWChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Numeric", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.PropVariant", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Single", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.SmallInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.TinyInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.UnsignedBigInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.UnsignedInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.UnsignedSmallInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.UnsignedTinyInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.VarBinary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.VarChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.Variant", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.VarNumeric", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.VarWChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" }, { "DocsId": "F:System.Data.OleDb.OleDbType.WChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" } ], "DocsId": "T:System.Data.OleDb.OleDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Data.OleDb/src/OleDbType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Data.OleDb/src/OleDbType.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Diagnostics.DiagnosticSource.json b/xml/SourceLinkInformation/net-9.0-pp/System.Diagnostics.DiagnosticSource.json index 35bcdf6f255..77b7a0d6f71 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Diagnostics.DiagnosticSource.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Diagnostics.DiagnosticSource.json @@ -1,1873 +1,1873 @@ { "Assembly": "System.Diagnostics.DiagnosticSource", - "GUID": "D166969715434EFAA12022DDD0E7C122FFFFFFFF", + "GUID": "9D31F0020B161FC98D32A6A7319C3151FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "P:System.Diagnostics.ActivityChangedEventArgs.Previous", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L31C37-L31C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L31C37-L31C41" }, { "DocsId": "P:System.Diagnostics.ActivityChangedEventArgs.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L36C36-L36C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L36C36-L36C40" } ], "DocsId": "T:System.Diagnostics.ActivityChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Activity.SetStatus(System.Diagnostics.ActivityStatusCode,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L162C13-L164C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L162C13-L164C25" }, { "DocsId": "M:System.Diagnostics.Activity.EnumerateTagObjects", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L413C83-L413C142" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L413C83-L413C142" }, { "DocsId": "M:System.Diagnostics.Activity.EnumerateEvents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L419C63-L419C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L419C63-L419C108" }, { "DocsId": "M:System.Diagnostics.Activity.EnumerateLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L425C61-L425C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L425C61-L425C104" }, { "DocsId": "M:System.Diagnostics.Activity.GetBaggageItem(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L433C64-L437C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L433C64-L437C10" }, { "DocsId": "M:System.Diagnostics.Activity.GetTagItem(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L445C50-L445C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L445C50-L445C73" }, { "DocsId": "M:System.Diagnostics.Activity.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L454C9-L466C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L454C9-L466C10" }, { "DocsId": "M:System.Diagnostics.Activity.AddTag(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L476C62-L476C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L476C62-L476C89" }, { "DocsId": "M:System.Diagnostics.Activity.AddTag(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L488C13-L495C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L488C13-L495C25" }, { "DocsId": "M:System.Diagnostics.Activity.SetTag(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L512C13-L519C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L512C13-L519C25" }, { "DocsId": "M:System.Diagnostics.Activity.AddEvent(System.Diagnostics.ActivityEvent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L529C13-L534C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L529C13-L534C25" }, { "DocsId": "M:System.Diagnostics.Activity.AddException(System.Exception,System.Diagnostics.TagList@,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L554C13-L603C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L554C13-L603C98" }, { "DocsId": "M:System.Diagnostics.Activity.AddLink(System.Diagnostics.ActivityLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L617C13-L622C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L617C13-L622C25" }, { "DocsId": "M:System.Diagnostics.Activity.AddBaggage(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L636C13-L643C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L636C13-L643C25" }, { "DocsId": "M:System.Diagnostics.Activity.SetBaggage(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L660C13-L667C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L660C13-L667C25" }, { "DocsId": "M:System.Diagnostics.Activity.SetParentId(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L681C13-L702C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L681C13-L702C25" }, { "DocsId": "M:System.Diagnostics.Activity.SetParentId(System.Diagnostics.ActivityTraceId,System.Diagnostics.ActivitySpanId,System.Diagnostics.ActivityTraceFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L711C13-L731C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L711C13-L731C25" }, { "DocsId": "M:System.Diagnostics.Activity.SetStartTime(System.DateTime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L741C13-L749C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L741C13-L749C25" }, { "DocsId": "M:System.Diagnostics.Activity.SetEndTime(System.DateTime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L761C13-L771C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L761C13-L771C25" }, { "DocsId": "M:System.Diagnostics.Activity.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L795C13-L838C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L795C13-L838C25" }, { "DocsId": "M:System.Diagnostics.Activity.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L850C13-L868C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L850C13-L868C10" }, { "DocsId": "M:System.Diagnostics.Activity.SetIdFormat(System.Diagnostics.ActivityIdFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1051C13-L1059C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1051C13-L1059C25" }, { "DocsId": "M:System.Diagnostics.Activity.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1115C13-L1122C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1115C13-L1122C10" }, { "DocsId": "M:System.Diagnostics.Activity.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1127C9-L1127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1127C9-L1127C10" }, { "DocsId": "M:System.Diagnostics.Activity.SetCustomProperty(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1137C13-L1153C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1137C13-L1153C10" }, { "DocsId": "M:System.Diagnostics.Activity.GetCustomProperty(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1164C13-L1175C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1164C13-L1175C24" }, { "DocsId": "E:System.Diagnostics.Activity.CurrentChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs" }, { "DocsId": "P:System.Diagnostics.Activity.ForceDefaultIdFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L89C51-L89C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L89C51-L89C55" }, { "DocsId": "P:System.Diagnostics.Activity.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L122C45-L122C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L122C45-L122C56" }, { "DocsId": "P:System.Diagnostics.Activity.StatusDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L127C45-L127C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L127C45-L127C63" }, { "DocsId": "P:System.Diagnostics.Activity.HasRemoteParent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L132C39-L132C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L132C39-L132C43" }, { "DocsId": "P:System.Diagnostics.Activity.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L140C19-L140C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L140C19-L140C42" }, { "DocsId": "P:System.Diagnostics.Activity.Kind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L170C36-L170C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L170C36-L170C40" }, { "DocsId": "P:System.Diagnostics.Activity.OperationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L178C39-L178C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L178C39-L178C43" }, { "DocsId": "P:System.Diagnostics.Activity.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L186C20-L186C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L186C20-L186C49" }, { "DocsId": "P:System.Diagnostics.Activity.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L195C40-L195C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L195C40-L195C44" }, { "DocsId": "P:System.Diagnostics.Activity.Parent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L203C35-L203C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L203C35-L203C39" }, { "DocsId": "P:System.Diagnostics.Activity.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L210C36-L210C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L210C36-L210C40" }, { "DocsId": "P:System.Diagnostics.Activity.StartTimeUtc", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L216C40-L216C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L216C40-L216C44" }, { "DocsId": "P:System.Diagnostics.Activity.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L240C17-L254C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L240C17-L254C28" }, { "DocsId": "P:System.Diagnostics.Activity.ParentId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L271C17-L291C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L271C17-L291C34" }, { "DocsId": "P:System.Diagnostics.Activity.RootId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L308C17-L326C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L308C17-L326C32" }, { "DocsId": "P:System.Diagnostics.Activity.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L338C20-L338C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L338C20-L338C72" }, { "DocsId": "P:System.Diagnostics.Activity.TagObjects", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L347C20-L347C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L347C20-L347C46" }, { "DocsId": "P:System.Diagnostics.Activity.Events", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L356C20-L356C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L356C20-L356C44" }, { "DocsId": "P:System.Diagnostics.Activity.Links", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L365C20-L365C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L365C20-L365C42" }, { "DocsId": "P:System.Diagnostics.Activity.Baggage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L380C22-L388C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L380C22-L388C43" }, { "DocsId": "P:System.Diagnostics.Activity.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L778C43-L778C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L778C43-L778C117" }, { "DocsId": "P:System.Diagnostics.Activity.TraceStateString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L889C22-L895C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L889C22-L895C29" }, { "DocsId": "P:System.Diagnostics.Activity.SpanId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L911C17-L921C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L911C17-L921C52" }, { "DocsId": "P:System.Diagnostics.Activity.TraceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L933C17-L938C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L933C17-L938C54" }, { "DocsId": "P:System.Diagnostics.Activity.Recorded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L945C39-L945C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L945C39-L945C94" }, { "DocsId": "P:System.Diagnostics.Activity.IsAllDataRequested", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L951C42-L951C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L951C42-L951C46" }, { "DocsId": "P:System.Diagnostics.Activity.ActivityTraceFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L960C17-L964C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L960C17-L964C87" }, { "DocsId": "P:System.Diagnostics.Activity.ParentSpanId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L980C17-L1001C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L980C17-L1001C58" }, { "DocsId": "P:System.Diagnostics.Activity.TraceIdGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1015C65-L1015C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1015C65-L1015C69" }, { "DocsId": "P:System.Diagnostics.Activity.DefaultIdFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1027C17-L1035C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1027C17-L1035C42" }, { "DocsId": "P:System.Diagnostics.Activity.IsStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1482C20-L1482C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1482C20-L1482C51" }, { "DocsId": "P:System.Diagnostics.Activity.IdFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1501C20-L1501C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1501C20-L1501C66" }, { "DocsId": "T:System.Diagnostics.Activity.Enumerator`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs" } ], "DocsId": "T:System.Diagnostics.Activity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Activity.Enumerator`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1527C62-L1527C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1527C62-L1527C66" }, { "DocsId": "M:System.Diagnostics.Activity.Enumerator`1.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1542C17-L1550C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1542C17-L1550C29" }, { "DocsId": "P:System.Diagnostics.Activity.Enumerator`1.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1532C50-L1532C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1532C50-L1532C68" } ], "DocsId": "T:System.Diagnostics.Activity.Enumerator`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.ActivityTraceFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/HexConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/HexConverter.cs" }, { "DocsId": "F:System.Diagnostics.ActivityTraceFlags.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/HexConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/HexConverter.cs" }, { "DocsId": "F:System.Diagnostics.ActivityTraceFlags.Recorded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/HexConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/HexConverter.cs" } ], "DocsId": "T:System.Diagnostics.ActivityTraceFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/HexConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/HexConverter.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.ActivityIdFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/HexConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/HexConverter.cs" }, { "DocsId": "F:System.Diagnostics.ActivityIdFormat.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/HexConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/HexConverter.cs" }, { "DocsId": "F:System.Diagnostics.ActivityIdFormat.Hierarchical", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/HexConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/HexConverter.cs" }, { "DocsId": "F:System.Diagnostics.ActivityIdFormat.W3C", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/HexConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/HexConverter.cs" } ], "DocsId": "T:System.Diagnostics.ActivityIdFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/HexConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/HexConverter.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.ActivityTraceId.CreateRandom", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1898C13-L1900C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1898C13-L1900C42" }, { "DocsId": "M:System.Diagnostics.ActivityTraceId.CreateFromBytes(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1904C13-L1908C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1904C13-L1908C74" }, { "DocsId": "M:System.Diagnostics.ActivityTraceId.CreateFromUtf8String(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1913C90-L1913C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1913C90-L1913C117" }, { "DocsId": "M:System.Diagnostics.ActivityTraceId.CreateFromString(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1917C13-L1920C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1917C13-L1920C59" }, { "DocsId": "M:System.Diagnostics.ActivityTraceId.ToHexString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1928C13-L1928C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1928C13-L1928C69" }, { "DocsId": "M:System.Diagnostics.ActivityTraceId.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1934C46-L1934C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1934C46-L1934C59" }, { "DocsId": "M:System.Diagnostics.ActivityTraceId.op_Equality(System.Diagnostics.ActivityTraceId,System.Diagnostics.ActivityTraceId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1938C13-L1938C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1938C13-L1938C63" }, { "DocsId": "M:System.Diagnostics.ActivityTraceId.op_Inequality(System.Diagnostics.ActivityTraceId,System.Diagnostics.ActivityTraceId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1942C13-L1942C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1942C13-L1942C63" }, { "DocsId": "M:System.Diagnostics.ActivityTraceId.Equals(System.Diagnostics.ActivityTraceId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1946C13-L1946C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1946C13-L1946C53" }, { "DocsId": "M:System.Diagnostics.ActivityTraceId.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1950C13-L1952C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1950C13-L1952C26" }, { "DocsId": "M:System.Diagnostics.ActivityTraceId.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1956C13-L1956C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L1956C13-L1956C48" }, { "DocsId": "M:System.Diagnostics.ActivityTraceId.CopyTo(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2002C13-L2003C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2002C13-L2003C10" } ], "DocsId": "T:System.Diagnostics.ActivityTraceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.ActivitySpanId.CreateRandom", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2088C13-L2090C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2088C13-L2090C109" }, { "DocsId": "M:System.Diagnostics.ActivitySpanId.CreateFromBytes(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2097C13-L2101C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2097C13-L2101C73" }, { "DocsId": "M:System.Diagnostics.ActivitySpanId.CreateFromUtf8String(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2106C89-L2106C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2106C89-L2106C115" }, { "DocsId": "M:System.Diagnostics.ActivitySpanId.CreateFromString(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2110C13-L2113C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2110C13-L2113C58" }, { "DocsId": "M:System.Diagnostics.ActivitySpanId.ToHexString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2122C13-L2122C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2122C13-L2122C53" }, { "DocsId": "M:System.Diagnostics.ActivitySpanId.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2128C46-L2128C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2128C46-L2128C59" }, { "DocsId": "M:System.Diagnostics.ActivitySpanId.op_Equality(System.Diagnostics.ActivitySpanId,System.Diagnostics.ActivitySpanId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2132C13-L2132C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2132C13-L2132C62" }, { "DocsId": "M:System.Diagnostics.ActivitySpanId.op_Inequality(System.Diagnostics.ActivitySpanId,System.Diagnostics.ActivitySpanId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2136C13-L2136C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2136C13-L2136C62" }, { "DocsId": "M:System.Diagnostics.ActivitySpanId.Equals(System.Diagnostics.ActivitySpanId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2140C13-L2140C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2140C13-L2140C52" }, { "DocsId": "M:System.Diagnostics.ActivitySpanId.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2144C13-L2146C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2144C13-L2146C26" }, { "DocsId": "M:System.Diagnostics.ActivitySpanId.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2150C13-L2150C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2150C13-L2150C48" }, { "DocsId": "M:System.Diagnostics.ActivitySpanId.CopyTo(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2184C13-L2185C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs#L2184C13-L2185C10" } ], "DocsId": "T:System.Diagnostics.ActivitySpanId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.ActivityStatusCode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/LocalAppContextSwitches.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/LocalAppContextSwitches.cs" }, { "DocsId": "F:System.Diagnostics.ActivityStatusCode.Unset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/LocalAppContextSwitches.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/LocalAppContextSwitches.cs" }, { "DocsId": "F:System.Diagnostics.ActivityStatusCode.Ok", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/LocalAppContextSwitches.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/LocalAppContextSwitches.cs" }, { "DocsId": "F:System.Diagnostics.ActivityStatusCode.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/LocalAppContextSwitches.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/LocalAppContextSwitches.cs" } ], "DocsId": "T:System.Diagnostics.ActivityStatusCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/LocalAppContextSwitches.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/LocalAppContextSwitches.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L24C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L24C9-L31C10" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L24C9-L51C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L24C9-L51C10" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L147C13-L159C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L147C13-L159C10" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.Add(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L167C13-L179C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L167C13-L179C10" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L184C32-L184C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L184C32-L184C45" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.Contains(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L186C69-L186C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L186C69-L186C89" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L193C48-L193C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L193C48-L193C67" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Object}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L200C86-L200C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L200C86-L200C117" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.System#Collections#Generic#IEnumerable>#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L205C114-L205C135" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L205C114-L205C135" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L210C46-L210C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L210C46-L210C67" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L215C52-L215C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L215C52-L215C73" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L224C13-L236C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L224C13-L236C26" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.Remove(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L244C67-L244C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L244C67-L244C85" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.TryGetValue(System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L254C13-L262C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L254C13-L262C26" }, { "DocsId": "P:System.Diagnostics.ActivityTagsCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L65C17-L66C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L65C17-L66C62" }, { "DocsId": "P:System.Diagnostics.ActivityTagsCollection.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L104C17-L109C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L104C17-L109C29" }, { "DocsId": "P:System.Diagnostics.ActivityTagsCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L120C17-L125C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L120C17-L125C29" }, { "DocsId": "P:System.Diagnostics.ActivityTagsCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L132C35-L132C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L132C35-L132C40" }, { "DocsId": "P:System.Diagnostics.ActivityTagsCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L137C29-L137C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L137C29-L137C40" }, { "DocsId": "T:System.Diagnostics.ActivityTagsCollection.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" } ], "DocsId": "T:System.Diagnostics.ActivityTagsCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.Enumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L290C43-L290C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L290C43-L290C77" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.Enumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L291C38-L291C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L291C38-L291C59" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L292C39-L292C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L292C39-L292C61" }, { "DocsId": "M:System.Diagnostics.ActivityTagsCollection.Enumerator.System#Collections#IEnumerator#Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L293C41-L293C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L293C41-L293C75" }, { "DocsId": "P:System.Diagnostics.ActivityTagsCollection.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L289C61-L289C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L289C61-L289C80" }, { "DocsId": "P:System.Diagnostics.ActivityTagsCollection.Enumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L290C43-L290C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs#L290C43-L290C77" } ], "DocsId": "T:System.Diagnostics.ActivityTagsCollection.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.ActivityContext.#ctor(System.Diagnostics.ActivityTraceId,System.Diagnostics.ActivitySpanId,System.Diagnostics.ActivityTraceFlags,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L28C13-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L28C13-L33C10" }, { "DocsId": "M:System.Diagnostics.ActivityContext.TryParse(System.String,System.String,System.Boolean,System.Diagnostics.ActivityContext@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L72C13-L78C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L72C13-L78C99" }, { "DocsId": "M:System.Diagnostics.ActivityContext.TryParse(System.String,System.String,System.Diagnostics.ActivityContext@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L87C110-L87C173" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L87C110-L87C173" }, { "DocsId": "M:System.Diagnostics.ActivityContext.Parse(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L99C13-L109C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L99C13-L109C28" }, { "DocsId": "M:System.Diagnostics.ActivityContext.Equals(System.Diagnostics.ActivityContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L112C54-L112C212" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L112C54-L112C212" }, { "DocsId": "M:System.Diagnostics.ActivityContext.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L114C73-L114C131" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L114C73-L114C131" }, { "DocsId": "M:System.Diagnostics.ActivityContext.op_Equality(System.Diagnostics.ActivityContext,System.Diagnostics.ActivityContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L115C88-L115C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L115C88-L115C106" }, { "DocsId": "M:System.Diagnostics.ActivityContext.op_Inequality(System.Diagnostics.ActivityContext,System.Diagnostics.ActivityContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L116C88-L116C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L116C88-L116C104" }, { "DocsId": "M:System.Diagnostics.ActivityContext.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.netcoreapp.cs#L12C46-L12C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.netcoreapp.cs#L12C46-L12C103" }, { "DocsId": "P:System.Diagnostics.ActivityContext.TraceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L38C42-L38C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L38C42-L38C46" }, { "DocsId": "P:System.Diagnostics.ActivityContext.SpanId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L43C40-L43C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L43C40-L43C44" }, { "DocsId": "P:System.Diagnostics.ActivityContext.TraceFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L48C48-L48C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L48C48-L48C52" }, { "DocsId": "P:System.Diagnostics.ActivityContext.TraceState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L53C37-L53C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L53C37-L53C41" }, { "DocsId": "P:System.Diagnostics.ActivityContext.IsRemote", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L61C32-L61C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs#L61C32-L61C36" } ], "DocsId": "T:System.Diagnostics.ActivityContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityContext.cs" }, { "Members": [ { "DocsId": "P:System.Diagnostics.ActivityCreationOptions`1.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L88C40-L88C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L88C40-L88C44" }, { "DocsId": "P:System.Diagnostics.ActivityCreationOptions`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L93C30-L93C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L93C30-L93C34" }, { "DocsId": "P:System.Diagnostics.ActivityCreationOptions`1.Kind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L98C36-L98C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L98C36-L98C40" }, { "DocsId": "P:System.Diagnostics.ActivityCreationOptions`1.Parent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L103C27-L103C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L103C27-L103C31" }, { "DocsId": "P:System.Diagnostics.ActivityCreationOptions`1.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L108C67-L108C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L108C67-L108C71" }, { "DocsId": "P:System.Diagnostics.ActivityCreationOptions`1.Links", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L113C51-L113C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L113C51-L113C55" }, { "DocsId": "P:System.Diagnostics.ActivityCreationOptions`1.SamplingTags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L119C17-L125C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L119C17-L125C38" }, { "DocsId": "P:System.Diagnostics.ActivityCreationOptions`1.TraceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L133C17-L142C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L133C17-L142C41" }, { "DocsId": "P:System.Diagnostics.ActivityCreationOptions`1.TraceState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L151C20-L151C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs#L151C20-L151C31" } ], "DocsId": "T:System.Diagnostics.ActivityCreationOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityCreationOptions.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.ActivitySamplingResult.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" }, { "DocsId": "F:System.Diagnostics.ActivitySamplingResult.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" }, { "DocsId": "F:System.Diagnostics.ActivitySamplingResult.PropagationData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" }, { "DocsId": "F:System.Diagnostics.ActivitySamplingResult.AllData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" }, { "DocsId": "F:System.Diagnostics.ActivitySamplingResult.AllDataAndRecorded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" } ], "DocsId": "T:System.Diagnostics.ActivitySamplingResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Text/ValueStringBuilder.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.ActivityEvent.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L21C45-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L21C45-L23C10" }, { "DocsId": "M:System.Diagnostics.ActivityEvent.#ctor(System.String,System.DateTimeOffset,System.Diagnostics.ActivityTagsCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L31C118-L31C180" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L31C118-L31C180" }, { "DocsId": "M:System.Diagnostics.ActivityEvent.EnumerateTagObjects", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L62C92-L62C160" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L62C92-L62C160" }, { "DocsId": "P:System.Diagnostics.ActivityEvent.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L46C30-L46C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L46C30-L46C34" }, { "DocsId": "P:System.Diagnostics.ActivityEvent.Timestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L51C43-L51C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L51C43-L51C47" }, { "DocsId": "P:System.Diagnostics.ActivityEvent.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L56C67-L56C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs#L56C67-L56C87" } ], "DocsId": "T:System.Diagnostics.ActivityEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityEvent.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.ActivityKind.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" }, { "DocsId": "F:System.Diagnostics.ActivityKind.Internal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" }, { "DocsId": "F:System.Diagnostics.ActivityKind.Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" }, { "DocsId": "F:System.Diagnostics.ActivityKind.Client", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" }, { "DocsId": "F:System.Diagnostics.ActivityKind.Producer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" }, { "DocsId": "F:System.Diagnostics.ActivityKind.Consumer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" } ], "DocsId": "T:System.Diagnostics.ActivityKind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.GenerateRootId.netcoreapp.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.ActivityLink.#ctor(System.Diagnostics.ActivityContext,System.Diagnostics.ActivityTagsCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L26C13-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L26C13-L29C10" }, { "DocsId": "M:System.Diagnostics.ActivityLink.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L41C73-L41C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L41C73-L41C120" }, { "DocsId": "M:System.Diagnostics.ActivityLink.Equals(System.Diagnostics.ActivityLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L43C51-L43C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L43C51-L43C97" }, { "DocsId": "M:System.Diagnostics.ActivityLink.op_Equality(System.Diagnostics.ActivityLink,System.Diagnostics.ActivityLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L44C82-L44C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L44C82-L44C100" }, { "DocsId": "M:System.Diagnostics.ActivityLink.op_Inequality(System.Diagnostics.ActivityLink,System.Diagnostics.ActivityLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L45C82-L45C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L45C82-L45C101" }, { "DocsId": "M:System.Diagnostics.ActivityLink.EnumerateTagObjects", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L51C92-L51C160" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L51C92-L51C160" }, { "DocsId": "M:System.Diagnostics.ActivityLink.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.netcoreapp.cs#L18C13-L28C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.netcoreapp.cs#L18C13-L28C42" }, { "DocsId": "P:System.Diagnostics.ActivityLink.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L34C42-L34C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L34C42-L34C46" }, { "DocsId": "P:System.Diagnostics.ActivityLink.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L39C68-L39C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs#L39C68-L39C73" } ], "DocsId": "T:System.Diagnostics.ActivityLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityLink.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.SampleActivity`1.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" }, { "DocsId": "M:System.Diagnostics.SampleActivity`1.Invoke(System.Diagnostics.ActivityCreationOptions{`0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" }, { "DocsId": "M:System.Diagnostics.SampleActivity`1.BeginInvoke(System.Diagnostics.ActivityCreationOptions{`0}@,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" }, { "DocsId": "M:System.Diagnostics.SampleActivity`1.EndInvoke(System.Diagnostics.ActivityCreationOptions{`0}@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" } ], "DocsId": "T:System.Diagnostics.SampleActivity`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.ExceptionRecorder.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" }, { "DocsId": "M:System.Diagnostics.ExceptionRecorder.Invoke(System.Diagnostics.Activity,System.Exception,System.Diagnostics.TagList@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" }, { "DocsId": "M:System.Diagnostics.ExceptionRecorder.BeginInvoke(System.Diagnostics.Activity,System.Exception,System.Diagnostics.TagList@,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" }, { "DocsId": "M:System.Diagnostics.ExceptionRecorder.EndInvoke(System.Diagnostics.TagList@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" } ], "DocsId": "T:System.Diagnostics.ExceptionRecorder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityTagsCollection.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.ActivityListener.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L26C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L26C9-L28C10" }, { "DocsId": "M:System.Diagnostics.ActivityListener.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L63C34-L63C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L63C34-L63C69" }, { "DocsId": "P:System.Diagnostics.ActivityListener.ActivityStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L33C52-L33C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L33C52-L33C56" }, { "DocsId": "P:System.Diagnostics.ActivityListener.ActivityStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L38C52-L38C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L38C52-L38C56" }, { "DocsId": "P:System.Diagnostics.ActivityListener.ExceptionRecorder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L43C55-L43C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L43C55-L43C59" }, { "DocsId": "P:System.Diagnostics.ActivityListener.ShouldListenTo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L48C61-L48C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L48C61-L48C65" }, { "DocsId": "P:System.Diagnostics.ActivityListener.SampleUsingParentId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L53C62-L53C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L53C62-L53C66" }, { "DocsId": "P:System.Diagnostics.ActivityListener.Sample", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L58C58-L58C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs#L58C58-L58C62" } ], "DocsId": "T:System.Diagnostics.ActivityListener", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivityListener.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.ActivitySource.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L21C46-L21C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L21C46-L21C84" }, { "DocsId": "M:System.Diagnostics.ActivitySource.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L29C68-L29C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L29C68-L29C102" }, { "DocsId": "M:System.Diagnostics.ActivitySource.#ctor(System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L37C9-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L37C9-L70C10" }, { "DocsId": "M:System.Diagnostics.ActivitySource.HasListeners", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L95C13-L96C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L95C13-L96C61" }, { "DocsId": "M:System.Diagnostics.ActivitySource.CreateActivity(System.String,System.Diagnostics.ActivityKind)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L109C16-L109C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L109C16-L109C94" }, { "DocsId": "M:System.Diagnostics.ActivitySource.CreateActivity(System.String,System.Diagnostics.ActivityKind,System.Diagnostics.ActivityContext,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Collections.Generic.IEnumerable{System.Diagnostics.ActivityLink},System.Diagnostics.ActivityIdFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L126C16-L126C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L126C16-L126C111" }, { "DocsId": "M:System.Diagnostics.ActivitySource.CreateActivity(System.String,System.Diagnostics.ActivityKind,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Collections.Generic.IEnumerable{System.Diagnostics.ActivityLink},System.Diagnostics.ActivityIdFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L142C16-L142C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L142C16-L142C109" }, { "DocsId": "M:System.Diagnostics.ActivitySource.StartActivity(System.String,System.Diagnostics.ActivityKind)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L151C16-L151C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L151C16-L151C78" }, { "DocsId": "M:System.Diagnostics.ActivitySource.StartActivity(System.String,System.Diagnostics.ActivityKind,System.Diagnostics.ActivityContext,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Collections.Generic.IEnumerable{System.Diagnostics.ActivityLink},System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L164C16-L164C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L164C16-L164C87" }, { "DocsId": "M:System.Diagnostics.ActivitySource.StartActivity(System.String,System.Diagnostics.ActivityKind,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Collections.Generic.IEnumerable{System.Diagnostics.ActivityLink},System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L177C16-L177C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L177C16-L177C85" }, { "DocsId": "M:System.Diagnostics.ActivitySource.StartActivity(System.Diagnostics.ActivityKind,System.Diagnostics.ActivityContext,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Collections.Generic.IEnumerable{System.Diagnostics.ActivityLink},System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L190C16-L190C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L190C16-L190C87" }, { "DocsId": "M:System.Diagnostics.ActivitySource.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L328C13-L330C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L328C13-L330C10" }, { "DocsId": "M:System.Diagnostics.ActivitySource.AddActivityListener(System.Diagnostics.ActivityListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L338C13-L353C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L338C13-L353C10" }, { "DocsId": "P:System.Diagnostics.ActivitySource.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L75C30-L75C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L75C30-L75C34" }, { "DocsId": "P:System.Diagnostics.ActivitySource.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L80C34-L80C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L80C34-L80C38" }, { "DocsId": "P:System.Diagnostics.ActivitySource.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L85C67-L85C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs#L85C67-L85C71" } ], "DocsId": "T:System.Diagnostics.ActivitySource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/ActivitySource.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.DiagnosticSource.Write(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs" }, { "DocsId": "M:System.Diagnostics.DiagnosticSource.Write``1(System.String,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs#L45C13-L45C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs#L45C13-L45C40" }, { "DocsId": "M:System.Diagnostics.DiagnosticSource.IsEnabled(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs" }, { "DocsId": "M:System.Diagnostics.DiagnosticSource.IsEnabled(System.String,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs#L71C13-L71C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs#L71C13-L71C36" }, { "DocsId": "M:System.Diagnostics.DiagnosticSource.StartActivity(System.Diagnostics.Activity,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L31C13-L33C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L31C13-L33C29" }, { "DocsId": "M:System.Diagnostics.DiagnosticSource.StartActivity``1(System.Diagnostics.Activity,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L40C16-L40C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L40C16-L40C54" }, { "DocsId": "M:System.Diagnostics.DiagnosticSource.StopActivity(System.Diagnostics.Activity,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L57C13-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L57C13-L61C10" }, { "DocsId": "M:System.Diagnostics.DiagnosticSource.StopActivity``1(System.Diagnostics.Activity,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L67C16-L67C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L67C16-L67C53" }, { "DocsId": "M:System.Diagnostics.DiagnosticSource.OnActivityImport(System.Diagnostics.Activity,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L93C84-L93C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L93C84-L93C85" }, { "DocsId": "M:System.Diagnostics.DiagnosticSource.OnActivityExport(System.Diagnostics.Activity,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L119C84-L119C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L119C84-L119C85" }, { "DocsId": "M:System.Diagnostics.DiagnosticSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs" } ], "DocsId": "T:System.Diagnostics.DiagnosticSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.DiagnosticListener.OnActivityImport(System.Diagnostics.Activity,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L126C18-L128C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L126C18-L128C10" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.OnActivityExport(System.Diagnostics.Activity,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L132C18-L134C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L132C18-L134C10" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.Subscribe(System.IObserver{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Func{System.String,System.Object,System.Object,System.Boolean},System.Action{System.Diagnostics.Activity,System.Object},System.Action{System.Diagnostics.Activity,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L146C13-L148C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSourceActivity.cs#L146C13-L148C126" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.Subscribe(System.IObserver{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Predicate{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L67C13-L77C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L67C13-L77C33" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.Subscribe(System.IObserver{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Func{System.String,System.Object,System.Object,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L110C13-L112C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L110C13-L112C102" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.Subscribe(System.IObserver{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L120C13-L120C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L120C13-L120C72" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L130C9-L148C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L130C9-L148C10" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L159C13-L193C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L159C13-L193C10" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L206C13-L206C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L206C13-L206C41" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.IsEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L222C13-L222C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L222C13-L222C43" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.IsEnabled(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L230C18-L235C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L230C18-L235C26" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.IsEnabled(System.String,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L244C18-L249C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L244C18-L249C26" }, { "DocsId": "M:System.Diagnostics.DiagnosticListener.Write(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L258C18-L260C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L258C18-L260C10" }, { "DocsId": "P:System.Diagnostics.DiagnosticListener.AllListeners", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L42C17-L45C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L42C17-L45C45" }, { "DocsId": "P:System.Diagnostics.DiagnosticListener.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L198C30-L198C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs#L198C30-L198C34" } ], "DocsId": "T:System.Diagnostics.DiagnosticListener", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.Inject(System.Diagnostics.Activity,System.Object,System.Diagnostics.DistributedContextPropagator.PropagatorSetterCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.ExtractTraceIdAndState(System.Object,System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.ExtractBaggage(System.Object,System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.CreateDefaultPropagator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs#L94C81-L94C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs#L94C81-L94C106" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.CreatePassThroughPropagator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs#L100C85-L100C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs#L100C85-L100C115" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.CreateNoOutputPropagator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs#L105C82-L105C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs#L105C82-L105C109" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "P:System.Diagnostics.DistributedContextPropagator.Fields", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "P:System.Diagnostics.DistributedContextPropagator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs#L77C17-L77C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs#L77C17-L77C34" }, { "DocsId": "T:System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "T:System.Diagnostics.DistributedContextPropagator.PropagatorSetterCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" } ], "DocsId": "T:System.Diagnostics.DistributedContextPropagator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback.Invoke(System.Object,System.String,System.String@,System.Collections.Generic.IEnumerable{System.String}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback.BeginInvoke(System.Object,System.String,System.String@,System.Collections.Generic.IEnumerable{System.String}@,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback.EndInvoke(System.String@,System.Collections.Generic.IEnumerable{System.String}@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" } ], "DocsId": "T:System.Diagnostics.DistributedContextPropagator.PropagatorGetterCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.PropagatorSetterCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.PropagatorSetterCallback.Invoke(System.Object,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.PropagatorSetterCallback.BeginInvoke(System.Object,System.String,System.String,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "DocsId": "M:System.Diagnostics.DistributedContextPropagator.PropagatorSetterCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" } ], "DocsId": "T:System.Diagnostics.DistributedContextPropagator.PropagatorSetterCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DistributedContextPropagator.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.TagList.#ctor(System.ReadOnlySpan{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L38C86-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L38C86-L47C10" }, { "DocsId": "M:System.Diagnostics.TagList.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L93C13-L93C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L93C13-L93C63" }, { "DocsId": "M:System.Diagnostics.TagList.Add(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L101C13-L111C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L101C13-L111C10" }, { "DocsId": "M:System.Diagnostics.TagList.CopyTo(System.Span{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L143C13-L149C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L143C13-L149C10" }, { "DocsId": "M:System.Diagnostics.TagList.CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Object}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L160C13-L164C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L160C13-L164C10" }, { "DocsId": "M:System.Diagnostics.TagList.Insert(System.Int32,System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L174C13-L206C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L174C13-L206C10" }, { "DocsId": "M:System.Diagnostics.TagList.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L215C13-L220C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L215C13-L220C10" }, { "DocsId": "M:System.Diagnostics.TagList.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L226C13-L226C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L226C13-L226C27" }, { "DocsId": "M:System.Diagnostics.TagList.Contains(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L234C13-L234C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L234C13-L234C31" }, { "DocsId": "M:System.Diagnostics.TagList.Remove(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L243C13-L250C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L243C13-L250C26" }, { "DocsId": "M:System.Diagnostics.TagList.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L257C87-L257C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L257C87-L257C110" }, { "DocsId": "M:System.Diagnostics.TagList.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L263C61-L263C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L263C61-L263C84" }, { "DocsId": "M:System.Diagnostics.TagList.IndexOf(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L272C13-L299C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L272C13-L299C23" }, { "DocsId": "P:System.Diagnostics.TagList.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L52C38-L52C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L52C38-L52C48" }, { "DocsId": "P:System.Diagnostics.TagList.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L57C44-L57C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L57C44-L57C49" }, { "DocsId": "P:System.Diagnostics.TagList.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L67C17-L69C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L67C17-L69C84" }, { "DocsId": "T:System.Diagnostics.TagList.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs" } ], "DocsId": "T:System.Diagnostics.TagList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.TagList.Enumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L327C43-L327C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L327C43-L327C59" }, { "DocsId": "M:System.Diagnostics.TagList.Enumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L329C37-L329C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L329C37-L329C63" }, { "DocsId": "M:System.Diagnostics.TagList.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L333C17-L334C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L333C17-L334C48" }, { "DocsId": "M:System.Diagnostics.TagList.Enumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L337C36-L337C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L337C36-L337C47" }, { "DocsId": "P:System.Diagnostics.TagList.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L325C61-L325C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L325C61-L325C77" }, { "DocsId": "P:System.Diagnostics.TagList.Enumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L327C43-L327C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs#L327C43-L327C59" } ], "DocsId": "T:System.Diagnostics.TagList.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/TagList.netcore.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.Counter`1.Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L31C37-L31C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L31C37-L31C61" }, { "DocsId": "M:System.Diagnostics.Metrics.Counter`1.Add(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L38C72-L38C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L38C72-L38C101" }, { "DocsId": "M:System.Diagnostics.Metrics.Counter`1.Add(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L46C109-L46C145" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L46C109-L46C145" }, { "DocsId": "M:System.Diagnostics.Metrics.Counter`1.Add(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L55C145-L55C187" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L55C145-L55C187" }, { "DocsId": "M:System.Diagnostics.Metrics.Counter`1.Add(`0,System.ReadOnlySpan{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L62C94-L62C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L62C94-L62C124" }, { "DocsId": "M:System.Diagnostics.Metrics.Counter`1.Add(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object}[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L69C82-L69C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L69C82-L69C121" }, { "DocsId": "M:System.Diagnostics.Metrics.Counter`1.Add(`0,System.Diagnostics.TagList@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L76C57-L76C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs#L76C57-L76C93" } ], "DocsId": "T:System.Diagnostics.Metrics.Counter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Counter.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.Gauge`1.Record(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L29C40-L29C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L29C40-L29C64" }, { "DocsId": "M:System.Diagnostics.Metrics.Gauge`1.Record(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L36C75-L36C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L36C75-L36C104" }, { "DocsId": "M:System.Diagnostics.Metrics.Gauge`1.Record(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L44C112-L44C148" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L44C112-L44C148" }, { "DocsId": "M:System.Diagnostics.Metrics.Gauge`1.Record(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L53C148-L53C190" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L53C148-L53C190" }, { "DocsId": "M:System.Diagnostics.Metrics.Gauge`1.Record(`0,System.ReadOnlySpan{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L60C97-L60C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L60C97-L60C127" }, { "DocsId": "M:System.Diagnostics.Metrics.Gauge`1.Record(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object}[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L67C85-L67C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L67C85-L67C124" }, { "DocsId": "M:System.Diagnostics.Metrics.Gauge`1.Record(`0,System.Diagnostics.TagList@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L74C60-L74C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs#L74C60-L74C96" } ], "DocsId": "T:System.Diagnostics.Metrics.Gauge`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Gauge.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.Histogram`1.Record(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L33C40-L33C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L33C40-L33C64" }, { "DocsId": "M:System.Diagnostics.Metrics.Histogram`1.Record(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L40C75-L40C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L40C75-L40C104" }, { "DocsId": "M:System.Diagnostics.Metrics.Histogram`1.Record(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L48C112-L48C148" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L48C112-L48C148" }, { "DocsId": "M:System.Diagnostics.Metrics.Histogram`1.Record(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L57C148-L57C190" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L57C148-L57C190" }, { "DocsId": "M:System.Diagnostics.Metrics.Histogram`1.Record(`0,System.ReadOnlySpan{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L64C97-L64C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L64C97-L64C127" }, { "DocsId": "M:System.Diagnostics.Metrics.Histogram`1.Record(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object}[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L71C85-L71C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L71C85-L71C124" }, { "DocsId": "M:System.Diagnostics.Metrics.Histogram`1.Record(`0,System.Diagnostics.TagList@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L78C60-L78C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs#L78C60-L78C96" } ], "DocsId": "T:System.Diagnostics.Metrics.Histogram`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Histogram.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.InstrumentAdvice`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/InstrumentAdvice.cs#L20C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/InstrumentAdvice.cs#L20C9-L23C10" }, { "DocsId": "P:System.Diagnostics.Metrics.InstrumentAdvice`1.HistogramBucketBoundaries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/InstrumentAdvice.cs#L38C20-L38C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/InstrumentAdvice.cs#L38C20-L38C46" } ], "DocsId": "T:System.Diagnostics.Metrics.InstrumentAdvice`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/InstrumentAdvice.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/InstrumentAdvice.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.IMeterFactory.Create(System.Diagnostics.Metrics.MeterOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/artifacts/obj/System.Diagnostics.DiagnosticSource/Release/net9.0/ThisAssembly.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/artifacts/obj/System.Diagnostics.DiagnosticSource/Release/net9.0/ThisAssembly.cs" } ], "DocsId": "T:System.Diagnostics.Metrics.IMeterFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/artifacts/obj/System.Diagnostics.DiagnosticSource/Release/net9.0/ThisAssembly.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/artifacts/obj/System.Diagnostics.DiagnosticSource/Release/net9.0/ThisAssembly.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.Instrument.#ctor(System.Diagnostics.Metrics.Meter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L37C15-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L37C15-L39C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument.#ctor(System.Diagnostics.Metrics.Meter,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L50C15-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L50C15-L52C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument.#ctor(System.Diagnostics.Metrics.Meter,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L29C9-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L29C9-L79C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument.Publish", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L87C13-L110C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L87C13-L110C10" }, { "DocsId": "P:System.Diagnostics.Metrics.Instrument.Meter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L115C30-L115C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L115C30-L115C34" }, { "DocsId": "P:System.Diagnostics.Metrics.Instrument.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L120C30-L120C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L120C30-L120C34" }, { "DocsId": "P:System.Diagnostics.Metrics.Instrument.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L125C38-L125C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L125C38-L125C42" }, { "DocsId": "P:System.Diagnostics.Metrics.Instrument.Unit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L130C31-L130C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L130C31-L130C35" }, { "DocsId": "P:System.Diagnostics.Metrics.Instrument.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L135C67-L135C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L135C67-L135C71" }, { "DocsId": "P:System.Diagnostics.Metrics.Instrument.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L140C32-L140C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L140C32-L140C64" }, { "DocsId": "P:System.Diagnostics.Metrics.Instrument.IsObservable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L145C45-L145C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs#L145C45-L145C50" } ], "DocsId": "T:System.Diagnostics.Metrics.Instrument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.Instrument`1.#ctor(System.Diagnostics.Metrics.Meter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L29C15-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L29C15-L31C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument`1.#ctor(System.Diagnostics.Metrics.Meter,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L42C15-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L42C15-L44C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument`1.#ctor(System.Diagnostics.Metrics.Meter,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L56C15-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L56C15-L58C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument`1.#ctor(System.Diagnostics.Metrics.Meter,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Diagnostics.Metrics.InstrumentAdvice{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L76C15-L81C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L76C15-L81C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument`1.RecordMeasurement(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L87C60-L87C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L87C60-L87C121" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument`1.RecordMeasurement(`0,System.ReadOnlySpan{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L96C13-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L96C13-L102C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument`1.RecordMeasurement(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.netcore.cs#L24C13-L24C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.netcore.cs#L24C13-L24C50" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument`1.RecordMeasurement(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.netcore.cs#L33C13-L33C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.netcore.cs#L33C13-L33C57" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument`1.RecordMeasurement(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.netcore.cs#L43C13-L43C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.netcore.cs#L43C13-L43C63" }, { "DocsId": "M:System.Diagnostics.Metrics.Instrument`1.RecordMeasurement(`0,System.Diagnostics.TagList@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.netcore.cs#L51C13-L51C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.netcore.cs#L51C13-L51C57" }, { "DocsId": "P:System.Diagnostics.Metrics.Instrument`1.Advice", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L21C46-L21C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs#L21C46-L21C50" } ], "DocsId": "T:System.Diagnostics.Metrics.Instrument`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Instrument.common.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.Measurement`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L24C13-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L24C13-L26C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Measurement`1.#ctor(`0,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L35C13-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L35C13-L37C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Measurement`1.#ctor(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object}[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L46C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L46C13-L57C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Measurement`1.#ctor(`0,System.ReadOnlySpan{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L67C13-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L67C13-L69C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Measurement`1.#ctor(`0,System.Diagnostics.TagList@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L79C13-L90C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L79C13-L90C10" }, { "DocsId": "P:System.Diagnostics.Metrics.Measurement`1.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L95C68-L95C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L95C68-L95C82" }, { "DocsId": "P:System.Diagnostics.Metrics.Measurement`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L100C26-L100C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs#L100C26-L100C30" } ], "DocsId": "T:System.Diagnostics.Metrics.Measurement`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Measurement.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.Meter.#ctor(System.Diagnostics.Metrics.MeterOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L19C9-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L19C9-L45C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L51C37-L51C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L51C37-L51C69" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L58C54-L58C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L58C54-L58C89" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.#ctor(System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L19C9-L76C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L19C9-L76C10" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateCounter``1(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L134C126-L134C179" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L134C126-L134C179" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateCounter``1(System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L148C20-L148C166" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L148C20-L148C166" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateGauge``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L158C73-L158C136" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L158C73-L158C136" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateGauge``1(System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L172C20-L172C160" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L172C20-L172C160" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateHistogram``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L182C16-L182C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L182C16-L182C97" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateHistogram``1(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L195C16-L195C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L195C16-L195C85" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateHistogram``1(System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L209C20-L209C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L209C20-L209C83" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateHistogram``1(System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Diagnostics.Metrics.InstrumentAdvice{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L223C20-L223C180" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L223C20-L223C180" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateUpDownCounter``1(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L236C20-L236C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L236C20-L236C79" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateUpDownCounter``1(System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L250C20-L250C184" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L250C20-L250C184" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableUpDownCounter``1(System.String,System.Func{``0},System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L263C41-L263C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L263C41-L263C128" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableUpDownCounter``1(System.String,System.Func{``0},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L277C41-L277C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L277C41-L277C122" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableUpDownCounter``1(System.String,System.Func{System.Diagnostics.Metrics.Measurement{``0}},System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L291C41-L291C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L291C41-L291C128" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableUpDownCounter``1(System.String,System.Func{System.Diagnostics.Metrics.Measurement{``0}},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L305C41-L305C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L305C41-L305C122" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableUpDownCounter``1(System.String,System.Func{System.Collections.Generic.IEnumerable{System.Diagnostics.Metrics.Measurement{``0}}},System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L318C41-L318C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L318C41-L318C129" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableUpDownCounter``1(System.String,System.Func{System.Collections.Generic.IEnumerable{System.Diagnostics.Metrics.Measurement{``0}}},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L332C41-L332C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L332C41-L332C123" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableCounter``1(System.String,System.Func{``0},System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L345C41-L345C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L345C41-L345C122" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableCounter``1(System.String,System.Func{``0},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L359C41-L359C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L359C41-L359C116" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableCounter``1(System.String,System.Func{System.Diagnostics.Metrics.Measurement{``0}},System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L372C41-L372C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L372C41-L372C122" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableCounter``1(System.String,System.Func{System.Diagnostics.Metrics.Measurement{``0}},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L386C41-L386C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L386C41-L386C116" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableCounter``1(System.String,System.Func{System.Collections.Generic.IEnumerable{System.Diagnostics.Metrics.Measurement{``0}}},System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L400C41-L400C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L400C41-L400C123" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableCounter``1(System.String,System.Func{System.Collections.Generic.IEnumerable{System.Diagnostics.Metrics.Measurement{``0}}},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L414C41-L414C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L414C41-L414C117" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableGauge``1(System.String,System.Func{``0},System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L424C41-L424C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L424C41-L424C120" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableGauge``1(System.String,System.Func{``0},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L435C41-L435C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L435C41-L435C114" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableGauge``1(System.String,System.Func{System.Diagnostics.Metrics.Measurement{``0}},System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L445C41-L445C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L445C41-L445C120" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableGauge``1(System.String,System.Func{System.Diagnostics.Metrics.Measurement{``0}},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L456C41-L456C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L456C41-L456C114" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableGauge``1(System.String,System.Func{System.Collections.Generic.IEnumerable{System.Diagnostics.Metrics.Measurement{``0}}},System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L466C41-L466C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L466C41-L466C121" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.CreateObservableGauge``1(System.String,System.Func{System.Collections.Generic.IEnumerable{System.Diagnostics.Metrics.Measurement{``0}}},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L477C41-L477C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L477C41-L477C115" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L482C34-L482C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L482C34-L482C47" }, { "DocsId": "M:System.Diagnostics.Metrics.Meter.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L490C13-L522C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L490C13-L522C10" }, { "DocsId": "P:System.Diagnostics.Metrics.Meter.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L107C30-L107C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L107C30-L107C34" }, { "DocsId": "P:System.Diagnostics.Metrics.Meter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L112C34-L112C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L112C34-L112C38" }, { "DocsId": "P:System.Diagnostics.Metrics.Meter.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L117C67-L117C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L117C67-L117C71" }, { "DocsId": "P:System.Diagnostics.Metrics.Meter.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L122C32-L122C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs#L122C32-L122C36" } ], "DocsId": "T:System.Diagnostics.Metrics.Meter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/Meter.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.MeterFactoryExtensions.Create(System.Diagnostics.Metrics.IMeterFactory,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterFactoryExtensions.cs#L24C13-L34C16" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterFactoryExtensions.cs#L24C13-L34C16" } ], "DocsId": "T:System.Diagnostics.Metrics.MeterFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterFactoryExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterFactoryExtensions.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.MeasurementCallback`1.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/InstrumentAdvice.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/InstrumentAdvice.cs" }, { "DocsId": "M:System.Diagnostics.Metrics.MeasurementCallback`1.Invoke(System.Diagnostics.Metrics.Instrument,`0,System.ReadOnlySpan{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/InstrumentAdvice.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/InstrumentAdvice.cs" }, { "DocsId": "M:System.Diagnostics.Metrics.MeasurementCallback`1.BeginInvoke(System.Diagnostics.Metrics.Instrument,`0,System.ReadOnlySpan{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.Object,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/InstrumentAdvice.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/InstrumentAdvice.cs" }, { "DocsId": "M:System.Diagnostics.Metrics.MeasurementCallback`1.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/InstrumentAdvice.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/InstrumentAdvice.cs" } ], "DocsId": "T:System.Diagnostics.Metrics.MeasurementCallback`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/InstrumentAdvice.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/InstrumentAdvice.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.MeterListener.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L24C9-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L24C9-L45C10" }, { "DocsId": "M:System.Diagnostics.Metrics.MeterListener.EnableMeasurementEvents(System.Diagnostics.Metrics.Instrument,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L65C13-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L65C13-L97C10" }, { "DocsId": "M:System.Diagnostics.Metrics.MeterListener.DisableMeasurementEvents(System.Diagnostics.Metrics.Instrument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L106C13-L124C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L106C13-L124C10" }, { "DocsId": "M:System.Diagnostics.Metrics.MeterListener.SetMeasurementEventCallback``1(System.Diagnostics.Metrics.MeasurementCallback{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L133C13-L170C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L133C13-L170C95" }, { "DocsId": "M:System.Diagnostics.Metrics.MeterListener.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L179C13-L206C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L179C13-L206C10" }, { "DocsId": "M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L213C13-L242C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L213C13-L242C10" }, { "DocsId": "M:System.Diagnostics.Metrics.MeterListener.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L249C13-L292C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L249C13-L292C10" }, { "DocsId": "P:System.Diagnostics.Metrics.MeterListener.InstrumentPublished", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L50C73-L50C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L50C73-L50C77" }, { "DocsId": "P:System.Diagnostics.Metrics.MeterListener.MeasurementsCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L56C69-L56C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs#L56C69-L56C73" } ], "DocsId": "T:System.Diagnostics.Metrics.MeterListener", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterListener.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.MeterOptions.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs#L51C9-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs#L51C9-L56C10" }, { "DocsId": "P:System.Diagnostics.Metrics.MeterOptions.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs#L20C20-L20C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs#L20C20-L20C25" }, { "DocsId": "P:System.Diagnostics.Metrics.MeterOptions.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs#L35C34-L35C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs#L35C34-L35C38" }, { "DocsId": "P:System.Diagnostics.Metrics.MeterOptions.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs#L40C67-L40C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs#L40C67-L40C71" }, { "DocsId": "P:System.Diagnostics.Metrics.MeterOptions.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs#L45C32-L45C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs#L45C32-L45C36" } ], "DocsId": "T:System.Diagnostics.Metrics.MeterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/MeterOptions.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.ObservableCounter`1.Observe", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableCounter.cs#L53C69-L53C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableCounter.cs#L53C69-L53C87" } ], "DocsId": "T:System.Diagnostics.Metrics.ObservableCounter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableCounter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableCounter.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.ObservableGauge`1.Observe", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableGauge.cs#L53C69-L53C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableGauge.cs#L53C69-L53C87" } ], "DocsId": "T:System.Diagnostics.Metrics.ObservableGauge`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableGauge.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableGauge.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.ObservableInstrument`1.#ctor(System.Diagnostics.Metrics.Meter,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableInstrument.cs#L25C103-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableInstrument.cs#L25C103-L27C10" }, { "DocsId": "M:System.Diagnostics.Metrics.ObservableInstrument`1.#ctor(System.Diagnostics.Metrics.Meter,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableInstrument.cs#L38C153-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableInstrument.cs#L38C153-L41C10" }, { "DocsId": "M:System.Diagnostics.Metrics.ObservableInstrument`1.Observe", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableInstrument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableInstrument.cs" }, { "DocsId": "P:System.Diagnostics.Metrics.ObservableInstrument`1.IsObservable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableInstrument.cs#L51C46-L51C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableInstrument.cs#L51C46-L51C50" } ], "DocsId": "T:System.Diagnostics.Metrics.ObservableInstrument`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableInstrument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableInstrument.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.ObservableUpDownCounter`1.Observe", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableUpDownCounter.cs#L53C69-L53C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableUpDownCounter.cs#L53C69-L53C87" } ], "DocsId": "T:System.Diagnostics.Metrics.ObservableUpDownCounter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableUpDownCounter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/ObservableUpDownCounter.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Metrics.UpDownCounter`1.Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L30C37-L30C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L30C37-L30C61" }, { "DocsId": "M:System.Diagnostics.Metrics.UpDownCounter`1.Add(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L37C72-L37C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L37C72-L37C101" }, { "DocsId": "M:System.Diagnostics.Metrics.UpDownCounter`1.Add(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L45C109-L45C145" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L45C109-L45C145" }, { "DocsId": "M:System.Diagnostics.Metrics.UpDownCounter`1.Add(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object},System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L54C145-L54C187" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L54C145-L54C187" }, { "DocsId": "M:System.Diagnostics.Metrics.UpDownCounter`1.Add(`0,System.ReadOnlySpan{System.Collections.Generic.KeyValuePair{System.String,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L61C94-L61C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L61C94-L61C124" }, { "DocsId": "M:System.Diagnostics.Metrics.UpDownCounter`1.Add(`0,System.Collections.Generic.KeyValuePair{System.String,System.Object}[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L68C82-L68C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L68C82-L68C121" }, { "DocsId": "M:System.Diagnostics.Metrics.UpDownCounter`1.Add(`0,System.Diagnostics.TagList@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L75C57-L75C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs#L75C57-L75C93" } ], "DocsId": "T:System.Diagnostics.Metrics.UpDownCounter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Metrics/UpDownCounter.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Diagnostics.EventLog.json b/xml/SourceLinkInformation/net-9.0-pp/System.Diagnostics.EventLog.json index 12eac34f91f..1d4579e7422 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Diagnostics.EventLog.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Diagnostics.EventLog.json @@ -1,1795 +1,1795 @@ { "Assembly": "System.Diagnostics.EventLog", - "GUID": "75A6BCC73A5A40FFA0A5FD784E5DF955FFFFFFFF", + "GUID": "9CF3EE8F41174955BDF7C01592BBAFB9FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Diagnostics.EntryWrittenEventArgs.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs#L8C9-L10C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs#L8C9-L10C10" }, { "DocsId": "M:System.Diagnostics.EntryWrittenEventArgs.#ctor(System.Diagnostics.EventLogEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs#L12C9-L15C10" }, { "DocsId": "P:System.Diagnostics.EntryWrittenEventArgs.Entry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs#L17C38-L17C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs#L17C38-L17C42" } ], "DocsId": "T:System.Diagnostics.EntryWrittenEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.EntryWrittenEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" }, { "DocsId": "M:System.Diagnostics.EntryWrittenEventHandler.Invoke(System.Object,System.Diagnostics.EntryWrittenEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" }, { "DocsId": "M:System.Diagnostics.EntryWrittenEventHandler.BeginInvoke(System.Object,System.Diagnostics.EntryWrittenEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" }, { "DocsId": "M:System.Diagnostics.EntryWrittenEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" } ], "DocsId": "T:System.Diagnostics.EntryWrittenEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.EventInstance.#ctor(System.Int64,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L11C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L11C9-L18C10" }, { "DocsId": "M:System.Diagnostics.EventInstance.#ctor(System.Int64,System.Int32,System.Diagnostics.EventLogEntryType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L20C94-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L20C94-L23C10" }, { "DocsId": "P:System.Diagnostics.EventInstance.CategoryId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L27C20-L27C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L27C20-L27C35" }, { "DocsId": "P:System.Diagnostics.EventInstance.EntryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L39C20-L39C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L39C20-L39C30" }, { "DocsId": "P:System.Diagnostics.EventInstance.InstanceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L51C20-L51C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L51C20-L51C31" } ], "DocsId": "T:System.Diagnostics.EventInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.EventLog.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L33C29-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L33C29-L35C10" }, { "DocsId": "M:System.Diagnostics.EventLog.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L37C43-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L37C43-L39C10" }, { "DocsId": "M:System.Diagnostics.EventLog.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L41C63-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L41C63-L43C10" }, { "DocsId": "M:System.Diagnostics.EventLog.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L45C9-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L45C9-L48C10" }, { "DocsId": "M:System.Diagnostics.EventLog.BeginInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L222C13-L223C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L222C13-L223C10" }, { "DocsId": "M:System.Diagnostics.EventLog.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L227C13-L228C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L227C13-L228C10" }, { "DocsId": "M:System.Diagnostics.EventLog.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L232C13-L233C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L232C13-L233C10" }, { "DocsId": "M:System.Diagnostics.EventLog.CreateEventSource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L237C13-L238C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L237C13-L238C10" }, { "DocsId": "M:System.Diagnostics.EventLog.CreateEventSource(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L243C13-L244C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L243C13-L244C10" }, { "DocsId": "M:System.Diagnostics.EventLog.CreateEventSource(System.Diagnostics.EventSourceCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L248C13-L355C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L248C13-L355C10" }, { "DocsId": "M:System.Diagnostics.EventLog.Delete(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L359C13-L360C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L359C13-L360C10" }, { "DocsId": "M:System.Diagnostics.EventLog.Delete(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L364C13-L429C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L364C13-L429C10" }, { "DocsId": "M:System.Diagnostics.EventLog.DeleteEventSource(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L433C13-L434C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L433C13-L434C10" }, { "DocsId": "M:System.Diagnostics.EventLog.DeleteEventSource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L438C13-L481C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L438C13-L481C10" }, { "DocsId": "M:System.Diagnostics.EventLog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L485C13-L487C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L485C13-L487C10" }, { "DocsId": "M:System.Diagnostics.EventLog.EndInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L491C13-L492C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L491C13-L492C10" }, { "DocsId": "M:System.Diagnostics.EventLog.Exists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L496C13-L496C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L496C13-L496C41" }, { "DocsId": "M:System.Diagnostics.EventLog.Exists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L501C13-L524C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L501C13-L524C10" }, { "DocsId": "M:System.Diagnostics.EventLog.GetEventLogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L618C13-L618C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L618C13-L618C38" }, { "DocsId": "M:System.Diagnostics.EventLog.GetEventLogs(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L623C13-L667C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L623C13-L667C35" }, { "DocsId": "M:System.Diagnostics.EventLog.SourceExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L719C13-L719C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L719C13-L719C46" }, { "DocsId": "M:System.Diagnostics.EventLog.SourceExists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L724C13-L724C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L724C13-L724C61" }, { "DocsId": "M:System.Diagnostics.EventLog.LogNameFromSourceName(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L742C13-L742C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L742C13-L742C72" }, { "DocsId": "M:System.Diagnostics.EventLog.ModifyOverflowPolicy(System.Diagnostics.OverflowAction,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L763C13-L764C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L763C13-L764C10" }, { "DocsId": "M:System.Diagnostics.EventLog.RegisterDisplayName(System.String,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L768C13-L769C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L768C13-L769C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L976C13-L977C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L976C13-L977C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L981C13-L982C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L981C13-L982C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L986C13-L987C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L986C13-L987C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L991C13-L992C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L991C13-L992C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L996C13-L997C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L996C13-L997C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1001C13-L1002C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1001C13-L1002C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1006C13-L1007C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1006C13-L1007C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1011C13-L1012C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1011C13-L1012C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1016C20-L1020C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1016C20-L1020C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1024C13-L1025C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1024C13-L1025C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEvent(System.Diagnostics.EventInstance,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1029C13-L1030C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1029C13-L1030C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEvent(System.Diagnostics.EventInstance,System.Byte[],System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1034C13-L1035C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1034C13-L1035C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEvent(System.String,System.Diagnostics.EventInstance,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1039C20-L1043C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1039C20-L1043C10" }, { "DocsId": "M:System.Diagnostics.EventLog.WriteEvent(System.String,System.Diagnostics.EventInstance,System.Byte[],System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1047C20-L1051C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1047C20-L1051C10" }, { "DocsId": "E:System.Diagnostics.EventLog.EntryWritten", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L212C17-L213C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L212C17-L213C14" }, { "DocsId": "P:System.Diagnostics.EventLog.Entries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L59C17-L59C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L59C17-L59C52" }, { "DocsId": "P:System.Diagnostics.EventLog.LogDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L68C17-L68C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L68C17-L68C59" }, { "DocsId": "P:System.Diagnostics.EventLog.Log", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L82C17-L82C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L82C17-L82C48" }, { "DocsId": "P:System.Diagnostics.EventLog.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L110C17-L110C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L110C17-L110C56" }, { "DocsId": "P:System.Diagnostics.EventLog.MaximumKilobytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L132C20-L132C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L132C20-L132C56" }, { "DocsId": "P:System.Diagnostics.EventLog.OverflowAction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L139C20-L139C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L139C20-L139C54" }, { "DocsId": "P:System.Diagnostics.EventLog.MinimumRetentionDays", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L145C20-L145C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L145C20-L145C60" }, { "DocsId": "P:System.Diagnostics.EventLog.EnableRaisingEvents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L165C20-L165C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L165C20-L165C59" }, { "DocsId": "P:System.Diagnostics.EventLog.SynchronizingObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L176C20-L176C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L176C20-L176C59" }, { "DocsId": "P:System.Diagnostics.EventLog.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L188C20-L188C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L188C20-L188C46" } ], "DocsId": "T:System.Diagnostics.EventLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.EventLogEntry.Equals(System.Diagnostics.EventLogEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L303C13-L320C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L303C13-L320C25" }, { "DocsId": "M:System.Diagnostics.EventLogEntry.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L453C13-L453C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L453C13-L453C55" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L42C17-L55C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L42C17-L55C39" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L66C17-L70C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L66C17-L70C29" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.Index", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L81C17-L81C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L81C17-L81C80" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L92C17-L102C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L92C17-L102C33" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.CategoryNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L113C17-L113C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L113C17-L113C83" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.EventID", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L125C17-L125C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L125C17-L125C88" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.EntryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L136C17-L136C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L136C17-L136C98" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L149C17-L175C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L149C17-L175C32" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L186C17-L197C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L186C17-L197C39" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.ReplacementStrings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L208C17-L227C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L208C17-L227C32" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.InstanceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L238C17-L238C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L238C17-L238C81" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.TimeGenerated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L249C17-L249C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L249C17-L249C123" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.TimeWritten", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L260C17-L260C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L260C17-L260C121" }, { "DocsId": "P:System.Diagnostics.EventLogEntry.UserName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L271C17-L292C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L271C17-L292C37" } ], "DocsId": "T:System.Diagnostics.EventLogEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.EventLogEntryCollection.CopyTo(System.Diagnostics.EventLogEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L35C13-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L35C13-L36C10" }, { "DocsId": "M:System.Diagnostics.EventLogEntryCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L40C13-L40C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L40C13-L40C48" }, { "DocsId": "M:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L52C17-L52C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L52C17-L52C30" }, { "DocsId": "M:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L60C17-L60C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L60C17-L60C29" }, { "DocsId": "M:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L66C13-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L66C13-L68C10" }, { "DocsId": "P:System.Diagnostics.EventLogEntryCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L21C17-L21C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L21C17-L21C40" }, { "DocsId": "P:System.Diagnostics.EventLogEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L29C17-L29C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L29C17-L29C47" }, { "DocsId": "P:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L52C17-L52C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L52C17-L52C30" }, { "DocsId": "P:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L60C17-L60C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L60C17-L60C29" } ], "DocsId": "T:System.Diagnostics.EventLogEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.EventLogEntryType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" }, { "DocsId": "F:System.Diagnostics.EventLogEntryType.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" }, { "DocsId": "F:System.Diagnostics.EventLogEntryType.Warning", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" }, { "DocsId": "F:System.Diagnostics.EventLogEntryType.Information", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" }, { "DocsId": "F:System.Diagnostics.EventLogEntryType.SuccessAudit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" }, { "DocsId": "F:System.Diagnostics.EventLogEntryType.FailureAudit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" } ], "DocsId": "T:System.Diagnostics.EventLogEntryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.EventSourceCreationData.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L23C47-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L23C47-L16C10" }, { "DocsId": "P:System.Diagnostics.EventSourceCreationData.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L23C33-L23C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L23C33-L23C37" }, { "DocsId": "P:System.Diagnostics.EventSourceCreationData.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L25C37-L25C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L25C37-L25C41" }, { "DocsId": "P:System.Diagnostics.EventSourceCreationData.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L27C32-L27C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L27C32-L27C36" }, { "DocsId": "P:System.Diagnostics.EventSourceCreationData.MessageResourceFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L29C45-L29C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L29C45-L29C49" }, { "DocsId": "P:System.Diagnostics.EventSourceCreationData.ParameterResourceFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L31C47-L31C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L31C47-L31C51" }, { "DocsId": "P:System.Diagnostics.EventSourceCreationData.CategoryResourceFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L33C46-L33C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L33C46-L33C50" }, { "DocsId": "P:System.Diagnostics.EventSourceCreationData.CategoryCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L37C19-L37C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L37C19-L37C41" } ], "DocsId": "T:System.Diagnostics.EventSourceCreationData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.EventLogTraceListener.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L14C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L14C9-L16C10" }, { "DocsId": "M:System.Diagnostics.EventLogTraceListener.#ctor(System.Diagnostics.EventLog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L19C15-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L19C15-L22C10" }, { "DocsId": "M:System.Diagnostics.EventLogTraceListener.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L24C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L24C9-L30C10" }, { "DocsId": "M:System.Diagnostics.EventLogTraceListener.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L58C41-L58C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L58C41-L58C58" }, { "DocsId": "M:System.Diagnostics.EventLogTraceListener.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L64C17-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L64C17-L74C10" }, { "DocsId": "M:System.Diagnostics.EventLogTraceListener.Write(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L76C55-L76C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L76C55-L76C84" }, { "DocsId": "M:System.Diagnostics.EventLogTraceListener.WriteLine(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L78C59-L78C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L78C59-L78C73" }, { "DocsId": "M:System.Diagnostics.EventLogTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L83C13-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L83C13-L107C10" }, { "DocsId": "M:System.Diagnostics.EventLogTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L112C13-L116C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L112C13-L116C10" }, { "DocsId": "M:System.Diagnostics.EventLogTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L121C13-L125C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L121C13-L125C10" }, { "DocsId": "M:System.Diagnostics.EventLogTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L130C13-L149C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L130C13-L149C10" }, { "DocsId": "P:System.Diagnostics.EventLogTraceListener.EventLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L34C13-L34C17" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L34C13-L34C17" }, { "DocsId": "P:System.Diagnostics.EventLogTraceListener.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L42C17-L48C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L42C17-L48C34" } ], "DocsId": "T:System.Diagnostics.EventLogTraceListener", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.OverflowAction.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" }, { "DocsId": "F:System.Diagnostics.OverflowAction.DoNotOverwrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" }, { "DocsId": "F:System.Diagnostics.OverflowAction.OverwriteAsNeeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" }, { "DocsId": "F:System.Diagnostics.OverflowAction.OverwriteOlder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" } ], "DocsId": "T:System.Diagnostics.OverflowAction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventBookmark.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventBookmark.cs#L24C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventBookmark.cs#L24C9-L29C10" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventBookmark.BookmarkXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventBookmark.cs#L34C37-L34C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventBookmark.cs#L34C37-L34C41" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventBookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventBookmark.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventBookmark.cs" }, { "Members": [ { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventKeyword.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs#L68C17-L69C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs#L68C17-L69C30" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventKeyword.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs#L73C29-L73C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs#L73C29-L73C33" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventKeyword.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs#L79C17-L80C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs#L79C17-L80C37" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventKeyword", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs" }, { "Members": [ { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLevel.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs#L66C17-L67C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs#L66C17-L67C30" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLevel.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs#L71C28-L71C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs#L71C28-L71C32" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLevel.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs#L77C17-L78C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs#L77C17-L78C37" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.Administrative", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.Operational", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.Analytical", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.Debug", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogIsolation.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogIsolation.Application", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogIsolation.System", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogIsolation.Custom", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogIsolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogMode.Circular", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogMode.AutoBackup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogMode.Retain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L50C56-L50C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L50C56-L50C79" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.#ctor(System.String,System.Diagnostics.Eventing.Reader.EventLogSession)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L46C9-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L46C9-L60C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.SaveChanges", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L256C13-L257C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L256C13-L257C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L261C13-L263C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L261C13-L263C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L267C13-L269C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L267C13-L269C10" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L62C33-L62C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L62C33-L62C37" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L68C17-L68C166" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L68C17-L68C166" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogIsolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L76C17-L76C176" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L76C17-L76C176" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.IsEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L84C17-L84C153" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L84C17-L84C153" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.IsClassicLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L96C17-L96C161" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L96C17-L96C161" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.SecurityDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L104C17-L104C154" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L104C17-L104C154" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogFilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L116C17-L116C166" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L116C17-L116C166" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.MaximumSizeInBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L128C17-L128C169" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L128C17-L128C169" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L140C17-L152C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L140C17-L152C46" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.OwningProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L178C17-L178C163" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L178C17-L178C163" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L186C17-L186C157" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L186C17-L186C157" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L194C17-L194C170" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L194C17-L194C170" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderKeywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L206C17-L206C175" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L206C17-L206C175" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderBufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L218C17-L218C175" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L218C17-L218C175" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderMinimumNumberOfBuffers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L226C17-L226C175" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L226C17-L226C175" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderMaximumNumberOfBuffers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L234C17-L234C175" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L234C17-L234C175" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderLatency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L242C17-L242C172" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L242C17-L242C172" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderControlGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L250C17-L250C170" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L250C17-L250C170" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L51C9-L51C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L51C9-L51C39" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L52C52-L52C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L52C52-L52C69" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L53C78-L53C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L53C78-L53C111" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L54C9-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L54C9-L58C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L76C15-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L76C15-L79C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L87C13-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L87C13-L89C10" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L64C17-L65C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L64C17-L65C47" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L98C9-L98C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L98C9-L98C47" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L99C60-L99C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L99C60-L99C77" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L100C86-L100C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L100C86-L100C119" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L106C119-L106C164" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L106C119-L106C164" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogNotFoundException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L117C9-L117C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L117C9-L117C46" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L118C59-L118C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L118C59-L118C76" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L119C85-L119C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L119C85-L119C118" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L125C118-L125C163" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L125C118-L125C163" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogReadingException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L136C9-L136C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L136C9-L136C55" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L137C68-L137C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L137C68-L137C85" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L138C94-L138C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L138C94-L138C127" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L144C127-L144C172" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L144C127-L144C172" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L153C9-L153C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L153C9-L153C50" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L154C63-L154C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L154C63-L154C80" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L155C89-L155C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L155C89-L155C122" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L161C122-L161C167" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L161C122-L161C167" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" }, { "Members": [ { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.CreationTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L31C41-L31C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L31C41-L31C45" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.LastAccessTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L32C43-L32C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L32C43-L32C47" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.LastWriteTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L33C42-L33C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L33C42-L33C46" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.FileSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L34C33-L34C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L34C33-L34C37" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L35C34-L35C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L35C34-L35C38" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.RecordCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L36C36-L36C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L36C36-L36C40" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.OldestRecordNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L37C43-L37C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L37C43-L37C47" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.IsLogFull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L38C34-L38C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L38C34-L38C38" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs" }, { "Members": [ { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogLink.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs#L77C17-L78C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs#L77C17-L78C37" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogLink.IsImported", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs#L86C17-L87C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs#L86C17-L87C36" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogLink.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs#L95C17-L96C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs#L95C17-L96C37" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogPropertySelector.#ctor(System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs#L16C9-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs#L16C9-L36C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogPropertySelector.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs#L42C13-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs#L42C13-L44C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogPropertySelector.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs#L48C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs#L48C13-L50C10" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogPropertySelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogQuery.#ctor(System.String,System.Diagnostics.Eventing.Reader.PathType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L16C15-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L16C15-L18C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogQuery.#ctor(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L20C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L20C9-L35C10" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogQuery.Session", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L37C42-L37C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L37C42-L37C46" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogQuery.TolerateQueryErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L39C43-L39C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L39C43-L39C47" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogQuery.ReverseDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L41C40-L41C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L41C40-L41C44" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L51C15-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L51C15-L53C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.String,System.Diagnostics.Eventing.Reader.PathType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L56C15-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L56C15-L58C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L61C15-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L61C15-L63C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery,System.Diagnostics.Eventing.Reader.EventBookmark)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L65C9-L111C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L65C9-L111C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.ReadEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L154C13-L154C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L154C13-L154C49" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.ReadEvent(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L159C13-L176C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L159C13-L176C34" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L181C13-L183C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L181C13-L183C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L189C17-L195C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L189C17-L195C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Seek(System.Diagnostics.Eventing.Reader.EventBookmark)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L230C13-L231C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L230C13-L231C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Seek(System.Diagnostics.Eventing.Reader.EventBookmark,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L235C13-L242C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L235C13-L242C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Seek(System.IO.SeekOrigin,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L250C21-L291C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L250C21-L291C28" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.CancelReading", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L297C13-L298C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L297C13-L298C10" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogReader.BatchSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L117C17-L117C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L117C17-L117C35" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogReader.LogStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L304C17-L321C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L304C17-L321C42" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.FormatDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L272C13-L272C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L272C13-L272C95" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.FormatDescription(System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L277C13-L298C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L277C13-L298C106" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.GetPropertyValues(System.Diagnostics.Eventing.Reader.EventLogPropertySelector)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L383C13-L385C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L383C13-L385C106" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L390C13-L391C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L390C13-L391C90" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L398C17-L405C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L398C17-L405C10" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L70C17-L73C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L70C17-L73C50" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L81C17-L82C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L81C17-L82C50" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L90C17-L91C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L90C17-L91C66" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L99C17-L100C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L99C17-L100C48" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Task", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L108C17-L109C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L108C17-L109C60" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Opcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L117C17-L118C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L117C17-L118C66" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L126C17-L127C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L126C17-L127C58" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.RecordId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L135C17-L136C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L135C17-L136C58" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L144C17-L145C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L144C17-L145C55" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ProviderId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L153C17-L154C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L153C17-L154C53" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L162C17-L163C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L162C17-L163C54" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ProcessId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L171C17-L172C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L171C17-L172C58" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ThreadId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L180C17-L181C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L180C17-L181C57" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L189C17-L190C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L189C17-L190C55" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.UserId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L198C17-L199C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L198C17-L199C49" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.TimeCreated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L207C17-L208C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L207C17-L208C54" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ActivityId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L216C17-L217C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L216C17-L217C53" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.RelatedActivityId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L225C17-L226C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L225C17-L226C60" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ContainerLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L234C17-L240C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L234C17-L240C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.MatchedQueryIds", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L247C17-L253C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L247C17-L253C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Bookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L260C24-L267C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L260C24-L267C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.LevelDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L305C17-L316C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L305C17-L316C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.OpcodeDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L323C17-L332C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L323C17-L332C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.TaskDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L339C17-L350C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L339C17-L350C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.KeywordsDisplayNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L357C17-L363C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L357C17-L363C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L370C17-L377C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L370C17-L377C29" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Negotiate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Kerberos", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Ntlm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.SessionAuthentication", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.Eventing.Reader.PathType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.PathType.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.PathType.FilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.PathType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L44C9-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L44C9-L87C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L91C13-L93C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L91C13-L93C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.#ctor(System.String,System.String,System.String,System.Security.SecureString,System.Diagnostics.Eventing.Reader.SessionAuthentication)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L44C9-L124C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L44C9-L124C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L130C13-L132C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L130C13-L132C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L136C13-L152C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L136C13-L152C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.CancelCurrentOperations", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L156C13-L157C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L156C13-L157C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.GetProviderNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L167C13-L183C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L167C13-L183C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.GetLogNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L187C13-L203C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L187C13-L203C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.GetLogInformation(System.String,System.Diagnostics.Eventing.Reader.PathType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L207C13-L209C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L207C13-L209C69" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLog(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L214C13-L215C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L214C13-L215C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLog(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L219C13-L232C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L219C13-L232C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLogAndMessages(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L236C13-L237C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L236C13-L237C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLogAndMessages(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String,System.Boolean,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L241C13-L244C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L241C13-L244C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ClearLog(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L248C13-L249C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L248C13-L249C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ClearLog(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L253C13-L256C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L253C13-L256C10" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogSession.GlobalSession", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L162C19-L162C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L162C19-L162C42" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogSession", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" }, { "Members": [ { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogStatus.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogStatus.cs#L22C33-L22C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogStatus.cs#L22C33-L22C37" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogStatus.StatusCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogStatus.cs#L24C33-L24C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogStatus.cs#L24C33-L24C37" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogStatus.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L38C15-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L38C15-L40C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L43C15-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L43C15-L45C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery,System.Diagnostics.Eventing.Reader.EventBookmark)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L48C15-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L48C15-L50C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery,System.Diagnostics.Eventing.Reader.EventBookmark,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L52C9-L73C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L52C9-L73C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L283C13-L285C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L283C13-L285C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L289C13-L306C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L289C13-L306C10" }, { "DocsId": "E:System.Diagnostics.Eventing.Reader.EventLogWatcher.EventRecordWritten", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogWatcher.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L79C17-L79C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L79C17-L79C39" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogWatcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs" }, { "Members": [ { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L46C26-L46C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L46C26-L46C30" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L48C31-L48C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L48C31-L48C35" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.LogLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L54C17-L54C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L54C17-L54C73" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L62C17-L62C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L62C17-L62C61" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Opcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L70C17-L70C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L70C17-L70C63" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Task", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L78C17-L78C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L78C17-L78C59" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L86C17-L106C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L86C17-L106C29" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Template", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L110C34-L110C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L110C34-L110C38" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L112C37-L112C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L112C37-L112C41" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs" }, { "Members": [ { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventOpcode.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs#L68C17-L69C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs#L68C17-L69C30" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventOpcode.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs#L77C17-L77C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs#L77C17-L77C31" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventOpcode.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs#L85C17-L86C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs#L85C17-L86C37" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventOpcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs" }, { "Members": [ { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventProperty.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventProperty.cs#L13C31-L13C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventProperty.cs#L13C31-L13C35" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventProperty.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventProperty.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.FormatDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.FormatDescription(System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs#L56C13-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs#L56C13-L58C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs#L59C58-L59C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs#L59C58-L59C59" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Task", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Opcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.RecordId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ProviderId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ProcessId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ThreadId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.UserId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.TimeCreated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ActivityId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.RelatedActivityId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.LevelDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.OpcodeDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.TaskDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.KeywordsDisplayNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Bookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" }, { "Members": [ { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecordWrittenEventArgs.EventRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecordWrittenEventArgs.cs#L18C42-L18C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecordWrittenEventArgs.cs#L18C42-L18C46" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecordWrittenEventArgs.EventException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecordWrittenEventArgs.cs#L25C43-L25C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecordWrittenEventArgs.cs#L25C43-L25C47" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventRecordWrittenEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecordWrittenEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecordWrittenEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventTask.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L70C17-L71C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L70C17-L71C30" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventTask.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L75C28-L75C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L75C28-L75C32" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventTask.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L81C17-L82C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L81C17-L82C37" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.EventTask.EventGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L90C17-L91C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L90C17-L91C30" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.EventTask", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.Eventing.Reader.ProviderMetadata.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L47C15-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L47C15-L49C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.ProviderMetadata.#ctor(System.String,System.Diagnostics.Eventing.Reader.EventLogSession,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L52C15-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L52C15-L54C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.ProviderMetadata.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L537C13-L539C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L537C13-L539C10" }, { "DocsId": "M:System.Diagnostics.Eventing.Reader.ProviderMetadata.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L543C13-L545C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L543C13-L545C10" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L81C19-L81C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L81C19-L81C40" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L88C17-L88C171" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L88C17-L88C171" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.MessageFilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L96C17-L96C175" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L96C17-L96C175" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.ResourceFilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L104C17-L104C176" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L104C17-L104C176" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.ParameterFilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L112C17-L112C177" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L112C17-L112C177" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.HelpLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L120C17-L123C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L120C17-L123C45" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L139C17-L144C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L139C17-L144C71" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.LogLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L152C17-L227C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L152C17-L227C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Levels", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L419C17-L428C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L419C17-L428C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Opcodes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L436C17-L445C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L436C17-L445C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L453C17-L462C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L453C17-L462C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Tasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L470C17-L479C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L470C17-L479C14" }, { "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Events", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L486C17-L523C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L486C17-L523C14" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.ProviderMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.LogAlways", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Critical", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Warning", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Informational", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Verbose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.StandardEventLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventTask.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventTask.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.StandardEventTask", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Info", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.DataCollectionStart", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.DataCollectionStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Extension", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Reply", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Resume", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Suspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Send", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Receive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.StandardEventOpcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.ResponseTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.WdiContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.WdiDiagnostic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.Sqm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.AuditFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.AuditSuccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.CorrelationHint", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.CorrelationHint2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" }, { "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.EventLogClassic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" } ], "DocsId": "T:System.Diagnostics.Eventing.Reader.StandardEventKeywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Diagnostics.PerformanceCounter.json b/xml/SourceLinkInformation/net-9.0-pp/System.Diagnostics.PerformanceCounter.json index cb8b25e9d62..8ad9ecd0c80 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Diagnostics.PerformanceCounter.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Diagnostics.PerformanceCounter.json @@ -1,975 +1,975 @@ { "Assembly": "System.Diagnostics.PerformanceCounter", - "GUID": "F2E9452ACBBA43D9901EFF081D3B5843FFFFFFFF", + "GUID": "ED03993F053C44DDA8D6750A5B5E66D7FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Diagnostics.CounterCreationData.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L13C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L13C9-L19C10" }, { "DocsId": "M:System.Diagnostics.CounterCreationData.#ctor(System.String,System.String,System.Diagnostics.PerformanceCounterType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L13C9-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L13C9-L26C10" }, { "DocsId": "P:System.Diagnostics.CounterCreationData.CounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L32C17-L32C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L32C17-L32C37" }, { "DocsId": "P:System.Diagnostics.CounterCreationData.CounterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L47C17-L47C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L47C17-L47C37" }, { "DocsId": "P:System.Diagnostics.CounterCreationData.CounterHelp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L60C17-L60C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L60C17-L60C37" } ], "DocsId": "T:System.Diagnostics.CounterCreationData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L11C9-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L11C9-L13C10" }, { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.#ctor(System.Diagnostics.CounterCreationDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L15C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L15C9-L18C10" }, { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.#ctor(System.Diagnostics.CounterCreationData[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L20C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L20C9-L23C10" }, { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.Add(System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L39C13-L39C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L39C13-L39C36" }, { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.AddRange(System.Diagnostics.CounterCreationData[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L44C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L44C13-L50C10" }, { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.AddRange(System.Diagnostics.CounterCreationDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L54C13-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L54C13-L61C10" }, { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.Contains(System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L65C13-L65C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L65C13-L65C41" }, { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.CopyTo(System.Diagnostics.CounterCreationData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L70C13-L71C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L70C13-L71C10" }, { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.IndexOf(System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L75C13-L75C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L75C13-L75C40" }, { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.Insert(System.Int32,System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L80C13-L81C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L80C13-L81C10" }, { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.Remove(System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L85C13-L86C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L85C13-L86C10" }, { "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L90C13-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L90C13-L94C10" }, { "DocsId": "P:System.Diagnostics.CounterCreationDataCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L29C17-L29C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L29C17-L29C61" } ], "DocsId": "T:System.Diagnostics.CounterCreationDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.CounterSample.#ctor(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Diagnostics.PerformanceCounterType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L24C13-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L24C13-L32C10" }, { "DocsId": "M:System.Diagnostics.CounterSample.#ctor(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Diagnostics.PerformanceCounterType,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L36C13-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L36C13-L44C10" }, { "DocsId": "M:System.Diagnostics.CounterSample.Calculate(System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L147C13-L147C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L147C13-L147C79" }, { "DocsId": "M:System.Diagnostics.CounterSample.Calculate(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L155C13-L155C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L155C13-L155C98" }, { "DocsId": "M:System.Diagnostics.CounterSample.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L160C13-L160C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L160C13-L160C69" }, { "DocsId": "M:System.Diagnostics.CounterSample.Equals(System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L165C13-L172C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L165C13-L172C72" }, { "DocsId": "M:System.Diagnostics.CounterSample.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L177C13-L177C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L177C13-L177C44" }, { "DocsId": "M:System.Diagnostics.CounterSample.op_Equality(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L182C13-L182C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L182C13-L182C32" }, { "DocsId": "M:System.Diagnostics.CounterSample.op_Inequality(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L187C13-L187C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L187C13-L187C35" }, { "DocsId": "F:System.Diagnostics.CounterSample.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs" }, { "DocsId": "P:System.Diagnostics.CounterSample.RawValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L53C17-L53C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L53C17-L53C34" }, { "DocsId": "P:System.Diagnostics.CounterSample.BaseValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L72C17-L72C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L72C17-L72C35" }, { "DocsId": "P:System.Diagnostics.CounterSample.SystemFrequency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L83C17-L83C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L83C17-L83C41" }, { "DocsId": "P:System.Diagnostics.CounterSample.CounterFrequency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L94C17-L94C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L94C17-L94C42" }, { "DocsId": "P:System.Diagnostics.CounterSample.CounterTimeStamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L105C17-L105C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L105C17-L105C42" }, { "DocsId": "P:System.Diagnostics.CounterSample.TimeStamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L116C17-L116C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L116C17-L116C35" }, { "DocsId": "P:System.Diagnostics.CounterSample.TimeStamp100nSec", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L127C17-L127C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L127C17-L127C42" }, { "DocsId": "P:System.Diagnostics.CounterSample.CounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L138C17-L138C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L138C17-L138C37" } ], "DocsId": "T:System.Diagnostics.CounterSample", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.CounterSampleCalculator.ComputeCounterValue(System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSampleCalculator.cs#L53C13-L53C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSampleCalculator.cs#L53C13-L53C72" }, { "DocsId": "M:System.Diagnostics.CounterSampleCalculator.ComputeCounterValue(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSampleCalculator.cs#L61C13-L104C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSampleCalculator.cs#L61C13-L104C50" } ], "DocsId": "T:System.Diagnostics.CounterSampleCalculator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSampleCalculator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSampleCalculator.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.ICollectData.CollectData(System.Int32,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/ICollectData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/ICollectData.cs" }, { "DocsId": "M:System.Diagnostics.ICollectData.CloseData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/ICollectData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/ICollectData.cs" } ], "DocsId": "T:System.Diagnostics.ICollectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/ICollectData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/ICollectData.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.InstanceData.#ctor(System.String,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L11C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L11C9-L15C10" }, { "DocsId": "P:System.Diagnostics.InstanceData.InstanceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L17C38-L17C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L17C38-L17C42" }, { "DocsId": "P:System.Diagnostics.InstanceData.Sample", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L19C39-L19C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L19C39-L19C43" }, { "DocsId": "P:System.Diagnostics.InstanceData.RawValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L25C17-L25C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L25C17-L25C40" } ], "DocsId": "T:System.Diagnostics.InstanceData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.InstanceDataCollection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L18C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L18C9-L23C10" }, { "DocsId": "M:System.Diagnostics.InstanceDataCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L63C13-L66C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L63C13-L66C52" }, { "DocsId": "M:System.Diagnostics.InstanceDataCollection.CopyTo(System.Diagnostics.InstanceData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L71C13-L72C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L71C13-L72C10" }, { "DocsId": "P:System.Diagnostics.InstanceDataCollection.CounterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L25C37-L25C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L25C37-L25C41" }, { "DocsId": "P:System.Diagnostics.InstanceDataCollection.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L29C19-L29C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L29C19-L29C42" }, { "DocsId": "P:System.Diagnostics.InstanceDataCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L36C17-L36C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L36C17-L36C42" }, { "DocsId": "P:System.Diagnostics.InstanceDataCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L44C17-L51C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L44C17-L51C61" } ], "DocsId": "T:System.Diagnostics.InstanceDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.InstanceDataCollectionCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L19C53-L19C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L19C53-L19C63" }, { "DocsId": "M:System.Diagnostics.InstanceDataCollectionCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L54C13-L57C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L54C13-L57C52" }, { "DocsId": "M:System.Diagnostics.InstanceDataCollectionCollection.CopyTo(System.Diagnostics.InstanceDataCollection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L62C13-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L62C13-L63C10" }, { "DocsId": "P:System.Diagnostics.InstanceDataCollectionCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L25C17-L29C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L25C17-L29C71" }, { "DocsId": "P:System.Diagnostics.InstanceDataCollectionCollection.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L35C19-L35C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L35C19-L35C42" }, { "DocsId": "P:System.Diagnostics.InstanceDataCollectionCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L42C17-L42C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L42C17-L42C42" } ], "DocsId": "T:System.Diagnostics.InstanceDataCollectionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L30C9-L66C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L30C9-L66C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L72C15-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L72C15-L74C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L95C9-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L95C9-L97C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L30C9-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L30C9-L115C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L121C9-L123C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L121C9-L123C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L129C9-L131C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L129C9-L131C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.BeginInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L343C13-L344C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L343C13-L344C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L351C13-L356C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L351C13-L356C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.CloseSharedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L365C13-L366C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L365C13-L366C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L374C13-L381C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L374C13-L381C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.Decrement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L388C13-L393C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L388C13-L393C47" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.EndInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L400C13-L401C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L400C13-L401C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.IncrementBy(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L411C13-L416C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L411C13-L416C54" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.Increment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L424C13-L429C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L424C13-L429C47" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.NextSample", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L539C13-L564C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L539C13-L564C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.NextValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L574C13-L579C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L574C13-L579C27" }, { "DocsId": "M:System.Diagnostics.PerformanceCounter.RemoveInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L587C13-L592C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L587C13-L592C10" }, { "DocsId": "F:System.Diagnostics.PerformanceCounter.DefaultFileMappingSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs" }, { "DocsId": "P:System.Diagnostics.PerformanceCounter.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L140C17-L140C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L140C17-L140C38" }, { "DocsId": "P:System.Diagnostics.PerformanceCounter.CounterHelp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L162C17-L169C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L162C17-L169C33" }, { "DocsId": "P:System.Diagnostics.PerformanceCounter.CounterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L180C17-L180C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L180C17-L180C37" }, { "DocsId": "P:System.Diagnostics.PerformanceCounter.CounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L202C17-L217C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L202C17-L217C61" }, { "DocsId": "P:System.Diagnostics.PerformanceCounter.InstanceLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L223C19-L223C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L223C19-L223C44" }, { "DocsId": "P:System.Diagnostics.PerformanceCounter.InstanceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L243C17-L243C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L243C17-L243C38" }, { "DocsId": "P:System.Diagnostics.PerformanceCounter.ReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L267C17-L267C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L267C17-L267C36" }, { "DocsId": "P:System.Diagnostics.PerformanceCounter.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L291C17-L291C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L291C17-L291C37" }, { "DocsId": "P:System.Diagnostics.PerformanceCounter.RawValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L316C17-L325C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L316C17-L325C49" } ], "DocsId": "T:System.Diagnostics.PerformanceCounter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L26C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L26C9-L29C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L36C15-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L36C15-L38C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L44C9-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L44C9-L56C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.CounterExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L153C13-L158C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L153C13-L158C98" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.CounterExists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L166C13-L166C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L166C13-L166C66" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.CounterExists(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L174C13-L183C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L174C13-L183C96" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L192C13-L193C172" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L192C13-L193C172" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.Diagnostics.PerformanceCounterCategoryType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L201C13-L202C146" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L201C13-L202C146" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.Diagnostics.CounterCreationDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L211C13-L211C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L211C13-L211C108" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.Diagnostics.PerformanceCounterCategoryType,System.Diagnostics.CounterCreationDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L216C13-L248C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L216C13-L248C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Delete(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L378C13-L403C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L378C13-L403C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Exists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L410C13-L410C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L410C13-L410C46" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Exists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L418C13-L429C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L418C13-L429C84" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetCounters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L457C13-L459C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L457C13-L459C36" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetCounters(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L467C13-L480C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L467C13-L480C29" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetCategories", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L489C13-L489C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L489C13-L489C39" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetCategories(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L497C13-L505C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L497C13-L505C31" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetInstanceNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L513C13-L516C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L513C13-L516C69" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.InstanceExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L524C13-L533C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L524C13-L533C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.InstanceExists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L540C13-L540C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L540C13-L540C68" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.InstanceExists(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L548C13-L558C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L548C13-L558C58" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.ReadCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L567C13-L574C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L567C13-L574C10" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterCategory.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L65C17-L65C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L65C17-L65C38" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterCategory.CategoryHelp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L92C17-L97C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L92C17-L97C38" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterCategory.CategoryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L105C24-L121C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L105C24-L121C14" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterCategory.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L132C17-L132C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L132C17-L132C37" } ], "DocsId": "T:System.Diagnostics.PerformanceCounterCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.PerformanceCounterCategoryType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterCategoryType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterCategoryType.SingleInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterCategoryType.MultiInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" } ], "DocsId": "T:System.Diagnostics.PerformanceCounterCategoryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.PerformanceCounterInstanceLifetime.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterInstanceLifetime.Global", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterInstanceLifetime.Process", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" } ], "DocsId": "T:System.Diagnostics.PerformanceCounterInstanceLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.PerformanceCounterManager.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs#L11C9-L13C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs#L11C9-L13C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterManager.System#Diagnostics#ICollectData#CollectData(System.Int32,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs#L18C13-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs#L18C13-L19C10" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterManager.System#Diagnostics#ICollectData#CloseData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs#L24C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs#L24C9-L24C10" } ], "DocsId": "T:System.Diagnostics.PerformanceCounterManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.PerformanceCounterType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.NumberOfItems32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.NumberOfItems64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.NumberOfItemsHEX32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.NumberOfItemsHEX64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.RateOfCountsPerSecond32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.RateOfCountsPerSecond64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.CountPerTimeInterval32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.CountPerTimeInterval64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.RawFraction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.RawBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.AverageTimer32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.AverageBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.AverageCount64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.SampleFraction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.SampleCounter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.SampleBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterTimerInverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.Timer100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.Timer100NsInverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.ElapsedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiTimerInverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiTimer100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiTimer100NsInverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterDelta32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterDelta64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" } ], "DocsId": "T:System.Diagnostics.PerformanceCounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.#ctor(System.Guid,System.Guid,System.Diagnostics.PerformanceData.CounterSetInstanceType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L34C9-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L34C9-L49C10" }, { "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L53C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L53C13-L55C10" }, { "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L59C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L59C13-L60C10" }, { "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L64C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L64C13-L84C10" }, { "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.AddCounter(System.Int32,System.Diagnostics.PerformanceData.CounterType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L93C13-L119C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L93C13-L119C10" }, { "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.AddCounter(System.Int32,System.Diagnostics.PerformanceData.CounterType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L129C13-L166C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L129C13-L166C10" }, { "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.CreateCounterSetInstance(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L175C13-L271C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L175C13-L271C29" } ], "DocsId": "T:System.Diagnostics.PerformanceData.CounterSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.PerformanceData.CounterSetInstance.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs#L77C13-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs#L77C13-L79C10" }, { "DocsId": "M:System.Diagnostics.PerformanceData.CounterSetInstance.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs#L83C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs#L83C13-L84C10" }, { "DocsId": "P:System.Diagnostics.PerformanceData.CounterSetInstance.Counters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs#L116C60-L116C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs#L116C60-L116C64" } ], "DocsId": "T:System.Diagnostics.PerformanceData.CounterSetInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.PerformanceData.CounterData.Increment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L54C17-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L54C17-L56C10" }, { "DocsId": "M:System.Diagnostics.PerformanceData.CounterData.Decrement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L62C17-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L62C17-L64C10" }, { "DocsId": "M:System.Diagnostics.PerformanceData.CounterData.IncrementBy(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L70C17-L72C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L70C17-L72C10" }, { "DocsId": "P:System.Diagnostics.PerformanceData.CounterData.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L38C21-L38C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L38C21-L38C61" }, { "DocsId": "P:System.Diagnostics.PerformanceData.CounterData.RawValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L85C21-L85C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L85C21-L85C39" } ], "DocsId": "T:System.Diagnostics.PerformanceData.CounterData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L165C13-L167C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L165C13-L167C10" }, { "DocsId": "M:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L171C13-L172C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L171C13-L172C10" }, { "DocsId": "P:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L199C17-L216C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L199C17-L216C14" }, { "DocsId": "P:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L228C17-L267C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L228C17-L267C14" } ], "DocsId": "T:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.Single", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.Multiple", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.GlobalAggregate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.GlobalAggregateWithHistory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.MultipleAggregate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.InstanceAggregate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" } ], "DocsId": "T:System.Diagnostics.PerformanceData.CounterSetInstanceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.QueueLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.LargeQueueLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.QueueLength100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.QueueLengthObjectTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawData32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawData64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawDataHex32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawDataHex64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RateOfCountPerSecond32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RateOfCountPerSecond64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawFraction32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawFraction64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawBase32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawBase64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.SampleFraction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.SampleCounter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.SampleBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.AverageTimer32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.AverageBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.AverageCount64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PercentageActive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PercentageNotActive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PercentageActive100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PercentageNotActive100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.ElapsedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageActive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageNotActive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageActive100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageNotActive100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.Delta32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.Delta64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.ObjectSpecificTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PrecisionSystemTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PrecisionTimer100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PrecisionObjectSpecificTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" } ], "DocsId": "T:System.Diagnostics.PerformanceData.CounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.DirectoryServices.AccountManagement.json b/xml/SourceLinkInformation/net-9.0-pp/System.DirectoryServices.AccountManagement.json index 8c0d1abef49..049b5151e1a 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.DirectoryServices.AccountManagement.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.DirectoryServices.AccountManagement.json @@ -1,1295 +1,1295 @@ { "Assembly": "System.DirectoryServices.AccountManagement", - "GUID": "E1F0989F038B4D669AF80DD3D6834C6BFFFFFFFF", + "GUID": "B1BFA0D8FC834674B2DD4090B5597E0CFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L17C9-L20C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.#ctor(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L22C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L22C9-L31C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.FindAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L81C13-L83C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L81C13-L83C35" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.FindOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L92C13-L110C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L92C13-L110C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.GetUnderlyingSearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L126C13-L153C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L126C13-L153C40" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.GetUnderlyingSearcherType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L160C13-L173C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L160C13-L173C50" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L178C13-L195C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L178C13-L195C10" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalSearcher.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L40C17-L42C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L40C17-L42C29" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalSearcher.QueryFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L50C17-L52C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L50C17-L52C35" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalSearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L358C13-L359C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L358C13-L359C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L362C13-L363C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L362C13-L363C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L366C13-L367C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L366C13-L367C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String,System.DirectoryServices.AccountManagement.ContextOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L370C13-L371C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L370C13-L371C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L374C13-L375C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L374C13-L375C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L378C13-L379C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L378C13-L379C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String,System.DirectoryServices.AccountManagement.ContextOptions,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L1011C9-L433C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L1011C9-L433C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.ValidateCredentials(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L514C13-L527C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L514C13-L527C65" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.ValidateCredentials(System.String,System.String,System.DirectoryServices.AccountManagement.ContextOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L537C13-L553C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L537C13-L553C74" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L984C13-L1003C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L984C13-L1003C10" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.ContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L443C17-L445C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L443C17-L445C37" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L453C17-L455C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L453C17-L455C30" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.Container", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L463C17-L465C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L463C17-L465C35" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.UserName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L473C17-L475C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L473C17-L475C34" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L483C17-L485C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L483C17-L485C33" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.ConnectedServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L493C17-L503C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L493C17-L503C41" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L23C13-L23C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L23C13-L23C25" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L284C13-L284C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L284C13-L284C86" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L289C13-L289C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L289C13-L289C100" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L297C13-L327C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L297C13-L327C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Save(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L334C13-L442C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L334C13-L442C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L449C13-L464C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L449C13-L464C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L468C13-L479C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L468C13-L479C26" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L484C13-L484C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L484C13-L484C39" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetUnderlyingObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L490C13-L500C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L490C13-L500C42" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetUnderlyingObjectType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L506C13-L526C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L506C13-L526C55" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L532C13-L532C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L532C13-L532C76" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetGroups(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L537C13-L540C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L537C13-L540C90" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.IsMemberOf(System.DirectoryServices.AccountManagement.GroupPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L546C13-L551C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L546C13-L551C49" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.IsMemberOf(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L557C13-L574C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L557C13-L574C89" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L583C13-L602C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L583C13-L602C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L617C9-L610C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L617C9-L610C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.ExtensionGet(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L622C13-L652C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L622C13-L652C40" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.ExtensionSet(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L695C13-L706C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L695C13-L706C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.CheckDisposedOrDeleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L886C13-L897C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L886C13-L897C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.FindByIdentityWithType(System.DirectoryServices.AccountManagement.PrincipalContext,System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L902C13-L908C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L902C13-L908C111" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.FindByIdentityWithType(System.DirectoryServices.AccountManagement.PrincipalContext,System.Type,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L914C13-L923C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L914C13-L923C119" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L32C17-L37C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L32C17-L37C29" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.ContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L47C17-L55C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L47C17-L55C41" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L70C17-L70C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L70C17-L70C121" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L94C17-L94C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L94C17-L94C121" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.SamAccountName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L120C17-L120C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L120C17-L120C116" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.UserPrincipalName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L145C17-L145C139" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L145C17-L145C139" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Sid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L168C17-L168C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L168C17-L168C109" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L182C17-L182C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L182C17-L182C108" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L196C17-L196C139" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L196C17-L196C139" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.StructuralObjectClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L211C17-L211C151" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L211C17-L211C151" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L232C17-L240C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L232C17-L240C104" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.ContextRaw", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L764C15-L764C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L764C15-L764C27" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.Principal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.IsAccountLockedOut", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L152C13-L152C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L152C13-L152C58" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.UnlockAccount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L157C13-L158C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L157C13-L158C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.SetPassword(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L229C13-L230C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L229C13-L230C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.ChangePassword(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L234C13-L235C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L234C13-L235C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.ExpirePasswordNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L239C13-L240C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L239C13-L240C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.RefreshExpiredPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L244C13-L245C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L244C13-L245C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByLockoutTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L266C13-L266C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L266C13-L266C83" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByLogonTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L271C13-L271C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L271C13-L271C81" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByExpirationTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L276C13-L276C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L276C13-L276C86" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByBadPasswordAttempt(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L281C13-L281C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L281C13-L281C90" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByPasswordSetTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L286C13-L286C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L286C13-L286C87" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByLockoutTime``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L295C13-L297C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L295C13-L297C108" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByLogonTime``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L301C13-L303C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L301C13-L303C106" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByExpirationTime``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L307C13-L309C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L307C13-L309C111" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByBadPasswordAttempt``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L313C13-L315C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L313C13-L315C115" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByPasswordSetTime``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L319C13-L321C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L319C13-L321C112" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L248C9-L335C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L248C9-L335C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L337C133-L350C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L337C133-L350C10" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L28C17-L47C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L28C17-L47C120" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.AccountLockoutTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L90C19-L90C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L90C19-L90C62" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.LastLogon", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L95C19-L95C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L95C19-L95C53" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.PermittedWorkstations", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L100C19-L100C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L100C19-L100C65" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.PermittedLogonTimes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L105C19-L105C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L105C19-L105C63" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.AccountExpirationDate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L111C19-L111C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L111C19-L111C65" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.SmartcardLogonRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L117C19-L117C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L117C19-L117C66" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.DelegationPermitted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L123C19-L123C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L123C19-L123C63" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.BadLogonCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L129C19-L129C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L129C19-L129C57" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.HomeDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L134C19-L134C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L134C19-L134C57" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.HomeDrive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L140C19-L140C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L140C19-L140C53" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.ScriptPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L146C19-L146C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L146C19-L146C54" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.LastPasswordSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L185C19-L185C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L185C19-L185C60" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.LastBadPasswordAttempt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L190C19-L190C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L190C19-L190C67" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.PasswordNotRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L195C19-L195C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L195C19-L195C64" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.PasswordNeverExpires", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L201C19-L201C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L201C19-L201C65" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.UserCannotChangePassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L207C19-L207C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L207C19-L207C69" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.AllowReversiblePasswordEncryption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L213C19-L213C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L213C19-L213C78" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.AdvancedSearchFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L223C17-L223C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L223C17-L223C29" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L256C17-L257C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L256C17-L257C126" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.AuthenticablePrincipal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L17C58-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L17C58-L24C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L26C112-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L26C112-L37C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByLockoutTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L231C13-L231C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L231C13-L231C74" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByLogonTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L236C13-L236C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L236C13-L236C72" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByExpirationTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L241C13-L241C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L241C13-L241C77" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByBadPasswordAttempt(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L246C13-L246C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L246C13-L246C81" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByPasswordSetTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L251C13-L251C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L251C13-L251C78" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L256C13-L256C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L256C13-L256C105" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L261C13-L261C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L261C13-L261C119" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.GetAuthorizationGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L266C13-L266C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L266C13-L266C89" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.GivenName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L51C17-L51C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L51C17-L51C110" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.MiddleName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L72C17-L72C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L72C17-L72C113" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.Surname", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L93C17-L93C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L93C17-L93C104" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.EmailAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L114C17-L114C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L114C17-L114C119" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.VoiceTelephoneNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L135C17-L135C143" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L135C17-L135C143" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.EmployeeId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L156C17-L156C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L156C17-L156C113" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.AdvancedSearchFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L169C70-L169C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L169C70-L169C82" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L179C17-L221C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L179C17-L221C29" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.UserPrincipal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L46C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L46C9-L23C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L25C116-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L25C116-L39C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByLockoutTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L62C13-L62C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L62C13-L62C78" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByLogonTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L67C13-L67C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L67C13-L67C76" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByExpirationTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L72C13-L72C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L72C13-L72C81" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByBadPasswordAttempt(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L77C13-L77C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L77C13-L77C85" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByPasswordSetTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L82C13-L82C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L82C13-L82C82" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L87C13-L87C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L87C13-L87C113" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L92C13-L92C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L92C13-L92C127" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.ComputerPrincipal.ServicePrincipalNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L53C17-L53C175" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L53C17-L53C175" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.ComputerPrincipal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L16C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L16C9-L23C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L25C82-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L25C82-L34C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L178C13-L178C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L178C13-L178C107" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L183C13-L183C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L183C13-L183C121" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.GetMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L188C13-L188C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L188C13-L188C38" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.GetMembers(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L194C13-L210C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L194C13-L210C67" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L220C17-L234C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L220C17-L234C10" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.GroupPrincipal.IsSecurityGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L50C17-L68C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L50C17-L68C127" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.GroupPrincipal.GroupScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L95C17-L114C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L95C17-L114C118" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.GroupPrincipal.Members", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L142C17-L169C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L142C17-L169C33" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.GroupPrincipal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.Equals", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.NotEquals", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.GreaterThan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.GreaterThanOrEquals", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.LessThan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.LessThanOrEquals", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.MatchType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.AccountManagement.ContextType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.ContextType.Machine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.ContextType.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.ContextType.ApplicationDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.ContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.Negotiate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.SimpleBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.SecureSocketLayer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.Signing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.Sealing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.ServerBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.ContextOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L18C13-L92C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L18C13-L92C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L98C17-L98C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L98C17-L98C30" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L106C17-L106C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L106C17-L106C39" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L114C17-L114C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L114C17-L114C33" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L139C13-L139C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L139C13-L139C49" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.CopyTo(System.DirectoryServices.AccountManagement.Principal[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L147C13-L148C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L147C13-L148C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L213C13-L221C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L213C13-L221C69" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.UserPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L230C13-L231C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L230C13-L231C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.GroupPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L235C13-L236C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L235C13-L236C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.ComputerPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L240C13-L241C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L240C13-L241C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L245C13-L285C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L245C13-L285C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L289C13-L307C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L289C13-L307C93" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L318C13-L345C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L318C13-L345C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.UserPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L353C13-L353C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L353C13-L353C44" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.GroupPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L358C13-L358C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L358C13-L358C45" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.ComputerPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L363C13-L363C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L363C13-L363C48" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L368C13-L431C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L368C13-L431C28" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L436C13-L452C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L436C13-L452C38" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.UserPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L548C13-L548C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L548C13-L548C46" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.GroupPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L553C13-L553C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L553C13-L553C47" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.ComputerPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L558C13-L558C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L558C13-L558C50" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L563C13-L579C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L563C13-L579C52" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L585C13-L600C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L585C13-L600C26" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L98C17-L98C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L98C17-L98C30" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L106C17-L106C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L106C17-L106C39" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L114C17-L114C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L114C17-L114C33" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L122C17-L122C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L122C17-L122C30" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L130C17-L130C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L130C17-L130C29" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L154C17-L154C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L154C17-L154C30" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L162C17-L205C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L162C17-L205C14" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L21C17-L21C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L21C17-L21C36" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L29C17-L29C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L29C17-L29C35" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L35C13-L39C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L35C13-L39C26" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L44C13-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L44C13-L45C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L49C13-L52C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L49C13-L52C46" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L57C13-L60C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L57C13-L60C38" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L65C13-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L65C13-L69C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L73C13-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L73C13-L77C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L81C13-L82C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L81C13-L82C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L88C17-L88C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L88C17-L88C36" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L93C17-L97C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L93C17-L97C14" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L105C13-L106C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L105C13-L106C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L112C17-L112C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L112C17-L112C37" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L120C17-L120C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L120C17-L120C39" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L128C17-L128C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L128C17-L128C33" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L153C13-L153C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L153C13-L153C49" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L178C13-L182C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L178C13-L182C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L186C13-L187C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L186C13-L187C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Contains(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L191C13-L194C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L191C13-L194C43" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.IndexOf(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L199C13-L222C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L199C13-L222C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Insert(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L226C13-L242C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L226C13-L242C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L246C13-L249C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L246C13-L249C41" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L254C13-L278C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L254C13-L278C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.CopyTo(`0[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L337C13-L338C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L337C13-L338C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L353C13-L353C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L353C13-L353C84" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L21C17-L21C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L21C17-L21C36" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L29C17-L29C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L29C17-L29C35" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L88C17-L88C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L88C17-L88C36" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L112C17-L112C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L112C17-L112C37" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L120C17-L120C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L120C17-L120C39" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L128C17-L128C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L128C17-L128C33" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L136C17-L136C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L136C17-L136C61" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L144C17-L144C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L144C17-L144C29" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L163C17-L163C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L163C17-L163C30" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L171C17-L171C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L171C17-L171C30" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L284C17-L300C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L284C17-L300C51" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L344C17-L344C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L344C17-L344C37" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearchResult`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs#L21C13-L23C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs#L21C13-L23C60" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearchResult`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs#L28C13-L28C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs#L28C13-L28C49" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearchResult`1.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs#L33C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs#L33C13-L50C10" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalSearchResult`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L31C21-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L31C21-L33C10" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.MultipleMatchesException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L40C45-L40C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L40C45-L40C55" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.MultipleMatchesException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L42C59-L42C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L42C59-L42C76" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.MultipleMatchesException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L45C17-L46C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L45C17-L46C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.MultipleMatchesException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L53C21-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L53C21-L55C10" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.MultipleMatchesException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L62C49-L62C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L62C49-L62C59" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L64C63-L64C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L64C63-L64C80" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L67C17-L68C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L67C17-L68C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L74C9-L76C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L74C9-L76C55" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.PasswordException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L84C38-L84C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L84C38-L84C48" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PasswordException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L86C52-L86C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L86C52-L86C69" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PasswordException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L89C13-L90C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L89C13-L90C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PasswordException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L97C21-L99C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L97C21-L99C10" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.PasswordException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalExistsException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L106C45-L106C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L106C45-L106C55" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalExistsException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L108C59-L108C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L108C59-L108C76" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalExistsException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L111C13-L112C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L111C13-L112C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalExistsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L119C21-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L119C21-L121C10" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalExistsException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L131C49-L131C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L131C49-L131C59" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L133C63-L133C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L133C63-L133C80" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L136C13-L137C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L136C13-L137C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L139C78-L142C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L139C78-L142C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String,System.Exception,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L143C104-L146C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L143C104-L146C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String,System.Exception,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L147C123-L151C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L147C123-L151C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L158C21-L162C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L158C21-L162C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L170C13-L173C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L170C13-L173C10" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalServerDownException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L182C48-L182C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L182C48-L182C58" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L184C62-L184C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L184C62-L184C79" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L187C13-L188C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L187C13-L188C12" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L190C77-L193C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L190C77-L193C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.String,System.Exception,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L194C103-L197C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L194C103-L197C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L204C21-L207C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L204C21-L207C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L215C13-L217C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L215C13-L217C10" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalOperationException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L223C17-L223C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L223C17-L223C35" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.SamAccountName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.UserPrincipalName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.Sid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.IdentityType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.AccountManagement.GroupScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.GroupScope.Local", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.GroupScope.Global", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" }, { "DocsId": "F:System.DirectoryServices.AccountManagement.GroupScope.Universal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.GroupScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L15C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L15C9-L19C10" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute.SchemaAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L24C17-L24C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L24C17-L24C45" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L31C17-L31C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L31C17-L31C33" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.DirectoryRdnPrefixAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L46C9-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L46C9-L50C10" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryRdnPrefixAttribute.RdnPrefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L55C17-L55C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L55C17-L55C35" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryRdnPrefixAttribute.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L62C17-L62C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L62C17-L62C33" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.DirectoryRdnPrefixAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.DirectoryObjectClassAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L73C9-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L73C9-L77C10" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryObjectClassAttribute.ObjectClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L82C17-L82C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L82C17-L82C37" }, { "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryObjectClassAttribute.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L89C17-L89C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L89C17-L89C33" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.DirectoryObjectClassAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.#ctor(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L16C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L16C9-L19C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.LastBadPasswordAttempt(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L27C13-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L27C13-L37C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.AccountExpirationDate(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L44C13-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L44C13-L54C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.AccountLockoutTime(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L61C13-L71C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L61C13-L71C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.BadLogonCount(System.Int32,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L78C13-L88C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L78C13-L88C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.LastLogonTime(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L95C13-L105C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L95C13-L105C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.LastPasswordSetTime(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L112C13-L122C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L112C13-L122C10" }, { "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.AdvancedFilterSet(System.String,System.Object,System.Type,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L126C13-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L126C13-L127C10" } ], "DocsId": "T:System.DirectoryServices.AccountManagement.AdvancedFilters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.DirectoryServices.Protocols.json b/xml/SourceLinkInformation/net-9.0-pp/System.DirectoryServices.Protocols.json index ae8ed0b5074..672ff786d9f 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.DirectoryServices.Protocols.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.DirectoryServices.Protocols.json @@ -1,2410 +1,2418 @@ { "Assembly": "System.DirectoryServices.Protocols", - "GUID": "6E99CEECD6284BD6B919BBB71E70D312FFFFFFFF", + "GUID": "CFFBFE72BC7C4BFABA2D4C59FE3CB6B9FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.AuthType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Anonymous", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Basic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Negotiate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Ntlm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Digest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Sicily", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Dpa", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Msn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.AuthType.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Kerberos", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.AuthType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.PartialResultProcessing.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.PartialResultProcessing.NoPartialResultSupport", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.PartialResultProcessing.ReturnPartialResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.PartialResultProcessing.ReturnPartialResultsAndNotifyCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.PartialResultProcessing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.BerConverter.Encode(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/BerConverter.cs#L15C13-L289C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/BerConverter.cs#L15C13-L289C35" }, { "DocsId": "M:System.DirectoryServices.Protocols.BerConverter.Decode(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/BerConverter.cs#L295C13-L299C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/BerConverter.cs#L295C13-L299C52" } ], "DocsId": "T:System.DirectoryServices.Protocols.BerConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/BerConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/BerConverter.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.Never", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.InSearching", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.FindingBaseObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.Always", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.DereferenceAlias", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L13C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L13C9-L22C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L24C64-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L24C64-L26C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L28C64-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L28C64-L30C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L32C61-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L32C61-L34C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L45C74-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L45C74-L56C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.GetValues(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L67C13-L115C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L67C13-L115C93" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L157C41-L157C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L157C41-L157C59" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L159C41-L159C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L159C41-L159C59" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L161C38-L161C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L161C38-L161C56" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.AddRange(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L177C13-L193C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L177C13-L193C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L195C47-L195C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L195C47-L195C67" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L197C58-L197C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L197C58-L197C83" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L199C45-L199C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L199C45-L199C64" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L201C56-L201C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L201C56-L201C84" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L203C56-L203C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L203C56-L203C84" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L205C53-L205C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L205C53-L205C81" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L214C45-L214C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L214C45-L214C63" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L218C13-L224C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L218C13-L224C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L60C20-L60C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L60C20-L60C34" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttribute.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L122C17-L141C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L122C17-L141C14" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModification.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L229C9-L233C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L229C9-L233C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttributeModification.Operation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L237C20-L237C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L237C20-L237C39" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttributeModification", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L279C13-L282C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L279C13-L282C52" }, { "DocsId": "M:System.DirectoryServices.Protocols.SearchResultAttributeCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttribute[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L285C70-L285C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L285C70-L285C108" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L258C17-L264C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L258C17-L264C71" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.AttributeNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L268C46-L268C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L268C46-L268C61" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L270C38-L270C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L270C38-L270C55" } ], "DocsId": "T:System.DirectoryServices.Protocols.SearchResultAttributeCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L290C9-L292C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L290C9-L292C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Add(System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L302C13-L307C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L302C13-L307C40" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttribute[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L312C13-L323C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L312C13-L323C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L327C13-L334C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L327C13-L334C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Contains(System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L336C59-L336C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L336C59-L336C79" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttribute[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L338C70-L338C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L338C70-L338C95" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L340C57-L340C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L340C57-L340C76" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L344C13-L350C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L344C13-L350C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Remove(System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L352C57-L352C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L352C57-L352C75" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L356C13-L364C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L356C13-L364C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L296C20-L296C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L296C20-L296C51" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttributeCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L369C9-L371C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L369C9-L371C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Add(System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L381C13-L386C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L381C13-L386C40" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeModification[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L391C13-L402C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L391C13-L402C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L406C13-L413C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L406C13-L413C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Contains(System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L415C71-L415C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L415C71-L415C91" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttributeModification[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L417C82-L417C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L417C82-L417C107" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L419C69-L419C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L419C69-L419C88" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L423C13-L429C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L423C13-L429C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Remove(System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L431C69-L431C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L431C69-L431C87" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L435C13-L443C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L435C13-L443C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L375C20-L375C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L375C20-L375C63" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.Add", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.Replace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttributeOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryConnection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L14C9-L17C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L14C9-L17C101" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryConnection.Directory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L19C57-L19C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L19C57-L19C77" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryConnection.ClientCertificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L21C64-L21C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L21C64-L21C87" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryConnection.Timeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L25C20-L25C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L25C20-L25C38" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryConnection.Credential", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L41C17-L42C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L41C17-L42C14" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.ExtendedDNFlag.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ExtendedDNFlag.HexString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ExtendedDNFlag.StandardString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.ExtendedDNFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.Owner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.Group", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.Dacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.Sacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.ObjectSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.ParentsFirst", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.PublicDataOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.IncrementalValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectorySynchronizationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.SearchOption.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SearchOption.DomainScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SearchOption.PhantomRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.SearchOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.SortKey.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L62C9-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L62C9-L64C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.SortKey.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L66C9-L71C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L66C9-L71C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.SortKey.AttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L75C20-L75C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L75C20-L75C25" }, { "DocsId": "P:System.DirectoryServices.Protocols.SortKey.MatchingRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L81C20-L81C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L81C20-L81C25" }, { "DocsId": "P:System.DirectoryServices.Protocols.SortKey.ReverseOrder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L87C20-L87C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L87C20-L87C26" } ], "DocsId": "T:System.DirectoryServices.Protocols.SortKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControl.#ctor(System.String,System.Byte[],System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L119C9-L131C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L119C9-L131C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L135C13-L140C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L135C13-L140C62" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryControl.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L143C30-L143C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L143C30-L143C34" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryControl.IsCritical", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L145C34-L145C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L145C34-L145C38" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryControl.ServerSide", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L147C34-L147C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L147C34-L147C38" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.AsqRequestControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L326C38-L328C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L326C38-L328C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.AsqRequestControl.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L330C58-L333C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L330C58-L333C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.AsqRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L339C13-L352C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L339C13-L352C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.AsqRequestControl.AttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L335C39-L335C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L335C39-L335C43" } ], "DocsId": "T:System.DirectoryServices.Protocols.AsqRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.AsqResponseControl.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L363C36-L363C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L363C36-L363C40" } ], "DocsId": "T:System.DirectoryServices.Protocols.AsqResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.CrossDomainMoveControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L368C43-L370C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L368C43-L370C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.CrossDomainMoveControl.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L372C72-L375C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L372C72-L375C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.CrossDomainMoveControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L386C13-L395C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L386C13-L395C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.CrossDomainMoveControl.TargetDomainController", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L377C48-L377C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L377C48-L377C52" } ], "DocsId": "T:System.DirectoryServices.Protocols.CrossDomainMoveControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DomainScopeControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L401C39-L403C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L401C39-L403C10" } ], "DocsId": "T:System.DirectoryServices.Protocols.DomainScopeControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.ExtendedDNControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L410C38-L412C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L410C38-L412C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.ExtendedDNControl.#ctor(System.DirectoryServices.Protocols.ExtendedDNFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L414C57-L417C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L414C57-L417C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.ExtendedDNControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L434C13-L447C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L434C13-L447C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.ExtendedDNControl.Flag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L421C20-L421C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L421C20-L421C25" } ], "DocsId": "T:System.DirectoryServices.Protocols.ExtendedDNControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.LazyCommitControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L453C38-L453C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L453C38-L453C90" } ], "DocsId": "T:System.DirectoryServices.Protocols.LazyCommitControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryNotificationControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L458C49-L458C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L458C49-L458C101" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryNotificationControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.PermissiveModifyControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L463C44-L463C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L463C44-L463C97" } ], "DocsId": "T:System.DirectoryServices.Protocols.PermissiveModifyControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L468C50-L468C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L468C50-L468C102" }, { "DocsId": "M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.#ctor(System.DirectoryServices.Protocols.SecurityMasks)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L470C69-L473C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L470C69-L473C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L481C13-L494C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L481C13-L494C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L477C46-L477C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L477C46-L477C50" } ], "DocsId": "T:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.SearchOptionsControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L500C9-L501C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L500C9-L501C94" }, { "DocsId": "M:System.DirectoryServices.Protocols.SearchOptionsControl.#ctor(System.DirectoryServices.Protocols.SearchOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L503C59-L506C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L503C59-L506C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.SearchOptionsControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L524C13-L537C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L524C13-L537C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchOptionsControl.SearchOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L510C20-L510C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L510C20-L510C33" } ], "DocsId": "T:System.DirectoryServices.Protocols.SearchOptionsControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.ShowDeletedControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L543C39-L543C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L543C39-L543C91" } ], "DocsId": "T:System.DirectoryServices.Protocols.ShowDeletedControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.TreeDeleteControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L548C38-L548C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L548C38-L548C90" } ], "DocsId": "T:System.DirectoryServices.Protocols.TreeDeleteControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L554C38-L554C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L554C38-L554C91" }, { "DocsId": "M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L556C55-L561C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L556C55-L561C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L563C65-L566C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L563C65-L566C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.VerifyNameControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L578C13-L594C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L578C13-L594C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.VerifyNameControl.ServerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L570C20-L570C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L570C20-L570C31" }, { "DocsId": "P:System.DirectoryServices.Protocols.VerifyNameControl.Flag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L574C27-L574C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L574C27-L574C31" } ], "DocsId": "T:System.DirectoryServices.Protocols.VerifyNameControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L601C9-L603C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L601C9-L603C94" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L604C55-L607C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L604C55-L607C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[],System.DirectoryServices.Protocols.DirectorySynchronizationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L609C95-L612C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L609C95-L612C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[],System.DirectoryServices.Protocols.DirectorySynchronizationOptions,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L614C115-L617C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L614C115-L617C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L653C13-L670C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L653C13-L670C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirSyncRequestControl.Cookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L623C17-L628C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L623C17-L628C58" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirSyncRequestControl.Option", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L635C57-L635C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L635C57-L635C61" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirSyncRequestControl.AttributeCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L639C20-L639C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L639C20-L639C26" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirSyncRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.DirSyncResponseControl.Cookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L689C17-L694C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L689C17-L694C58" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirSyncResponseControl.MoreData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L698C32-L698C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L698C32-L698C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirSyncResponseControl.ResultSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L700C33-L700C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L700C33-L700C37" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirSyncResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L705C9-L708C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L705C9-L708C97" }, { "DocsId": "M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L710C57-L713C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L710C57-L713C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L715C58-L718C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L715C58-L718C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.PageResultRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L750C13-L765C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L750C13-L765C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.PageResultRequestControl.PageSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L722C20-L722C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L722C20-L722C25" }, { "DocsId": "P:System.DirectoryServices.Protocols.PageResultRequestControl.Cookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L738C17-L743C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L738C17-L743C55" } ], "DocsId": "T:System.DirectoryServices.Protocols.PageResultRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.PageResultResponseControl.Cookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L783C17-L788C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L783C17-L788C55" }, { "DocsId": "P:System.DirectoryServices.Protocols.PageResultResponseControl.TotalCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L792C33-L792C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L792C33-L792C37" } ], "DocsId": "T:System.DirectoryServices.Protocols.PageResultResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.DirectoryServices.Protocols.SortKey[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L800C9-L818C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L800C9-L818C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L820C78-L822C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L820C78-L822C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L800C9-L828C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L800C9-L828C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.SortRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L871C13-L903C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L871C13-L903C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.SortRequestControl.SortKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L834C17-L844C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L834C17-L844C33" } ], "DocsId": "T:System.DirectoryServices.Protocols.SortRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.SortResponseControl.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L917C36-L917C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L917C36-L917C40" }, { "DocsId": "P:System.DirectoryServices.Protocols.SortResponseControl.AttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L919C39-L919C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L919C39-L919C43" } ], "DocsId": "T:System.DirectoryServices.Protocols.SortResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L934C38-L934C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L934C38-L934C91" }, { "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L936C81-L941C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L936C81-L941C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L943C84-L951C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L943C84-L951C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L953C84-L958C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L953C84-L958C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1046C13-L1089C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1046C13-L1089C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.BeforeCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L962C20-L962C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L962C20-L962C27" }, { "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.AfterCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L976C20-L976C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L976C20-L976C26" }, { "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.Offset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L990C20-L990C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L990C20-L990C27" }, { "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.EstimateCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1004C20-L1004C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1004C20-L1004C34" }, { "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1020C17-L1025C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1020C17-L1025C51" }, { "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.ContextId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1034C17-L1039C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1034C17-L1039C52" } ], "DocsId": "T:System.DirectoryServices.Protocols.VlvRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.VlvResponseControl.TargetPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1105C37-L1105C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1105C37-L1105C41" }, { "DocsId": "P:System.DirectoryServices.Protocols.VlvResponseControl.ContentCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1107C35-L1107C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1107C35-L1107C39" }, { "DocsId": "P:System.DirectoryServices.Protocols.VlvResponseControl.ContextId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1113C17-L1118C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1113C17-L1118C52" }, { "DocsId": "P:System.DirectoryServices.Protocols.VlvResponseControl.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1122C36-L1122C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1122C36-L1122C40" } ], "DocsId": "T:System.DirectoryServices.Protocols.VlvResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.QuotaControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1130C33-L1130C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1130C33-L1130C86" }, { "DocsId": "M:System.DirectoryServices.Protocols.QuotaControl.#ctor(System.Security.Principal.SecurityIdentifier)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1132C60-L1135C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1132C60-L1135C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.QuotaControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1139C13-L1152C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1139C13-L1152C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.QuotaControl.QuerySid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/QuotaControl.Linux.cs#L12C20-L12C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/QuotaControl.Linux.cs#L12C20-L12C117" } ], "DocsId": "T:System.DirectoryServices.Protocols.QuotaControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1158C9-L1160C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1158C9-L1160C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.Add(System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1170C13-L1172C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1170C13-L1172C38" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.AddRange(System.DirectoryServices.Protocols.DirectoryControl[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1177C13-L1188C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1177C13-L1188C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.AddRange(System.DirectoryServices.Protocols.DirectoryControlCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1192C13-L1199C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1192C13-L1199C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.Contains(System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1201C57-L1201C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1201C57-L1201C77" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryControl[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1203C68-L1203C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1203C68-L1203C93" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1205C55-L1205C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1205C55-L1205C74" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1209C13-L1212C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1209C13-L1212C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.Remove(System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1214C55-L1214C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1214C55-L1214C73" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1218C13-L1224C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1218C13-L1224C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryControlCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1164C20-L1164C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1164C20-L1164C49" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryControlCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L18C90-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L18C90-L20C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L22C70-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L22C70-L24C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L26C53-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L26C53-L28C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L30C39-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L30C39-L32C10" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L43C99-L43C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L43C99-L43C122" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L45C48-L45C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L45C48-L45C83" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L47C62-L47C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L47C62-L47C108" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L49C79-L49C132" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L49C79-L49C132" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L52C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L52C13-L55C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L58C15-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L58C15-L61C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L64C15-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L64C15-L67C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryOperationException.Response", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L69C45-L69C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L69C45-L69C49" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L90C94-L90C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L90C94-L90C117" }, { "DocsId": "M:System.DirectoryServices.Protocols.BerConversionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L92C43-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L92C43-L94C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L96C57-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L96C57-L98C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L100C74-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L100C74-L102C10" } ], "DocsId": "T:System.DirectoryServices.Protocols.BerConversionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryIdentifier.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryIdentifier.cs#L10C9-L12C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryIdentifier.cs#L10C9-L12C10" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryIdentifier.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryIdentifier.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperation.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryOperation.cs#L10C9-L10C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryOperation.cs#L10C9-L10C43" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryOperation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryOperation.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryRequest.RequestId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L17C20-L17C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L17C20-L17C39" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryRequest.Controls", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L21C54-L21C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L21C54-L21C58" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DeleteRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L26C9-L26C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L26C9-L26C35" }, { "DocsId": "M:System.DirectoryServices.Protocols.DeleteRequest.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L28C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L28C9-L31C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.DeleteRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L33C43-L33C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L33C43-L33C47" } ], "DocsId": "T:System.DirectoryServices.Protocols.DeleteRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.AddRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L69C67-L38C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L69C67-L38C32" }, { "DocsId": "M:System.DirectoryServices.Protocols.AddRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttribute[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L40C95-L51C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L40C95-L51C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.AddRequest.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L53C75-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L53C75-L65C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.AddRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L67C43-L67C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L67C43-L67C47" }, { "DocsId": "P:System.DirectoryServices.Protocols.AddRequest.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L69C58-L69C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L69C58-L69C62" } ], "DocsId": "T:System.DirectoryServices.Protocols.AddRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.ModifyRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L105C82-L74C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L105C82-L74C35" }, { "DocsId": "M:System.DirectoryServices.Protocols.ModifyRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttributeModification[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L76C113-L80C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L76C113-L80C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.ModifyRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttributeOperation,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L82C143-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L82C143-L101C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.ModifyRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L103C43-L103C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L103C43-L103C47" }, { "DocsId": "P:System.DirectoryServices.Protocols.ModifyRequest.Modifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L105C73-L105C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L105C73-L105C77" } ], "DocsId": "T:System.DirectoryServices.Protocols.ModifyRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L110C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L110C36" }, { "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L115C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L120C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L120C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L125C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L125C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L137C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L137C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.CompareRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L149C43-L149C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L149C43-L149C47" }, { "DocsId": "P:System.DirectoryServices.Protocols.CompareRequest.Assertion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C47-L151C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C47-L151C51" } ], "DocsId": "T:System.DirectoryServices.Protocols.CompareRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.ModifyDNRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L171C50-L156C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L171C50-L156C37" }, { "DocsId": "M:System.DirectoryServices.Protocols.ModifyDNRequest.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L171C50-L163C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L171C50-L163C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.ModifyDNRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L165C43-L165C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L165C43-L165C47" }, { "DocsId": "P:System.DirectoryServices.Protocols.ModifyDNRequest.NewParentDistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L167C52-L167C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L167C52-L167C56" }, { "DocsId": "P:System.DirectoryServices.Protocols.ModifyDNRequest.NewName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L169C33-L169C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L169C33-L169C37" }, { "DocsId": "P:System.DirectoryServices.Protocols.ModifyDNRequest.DeleteOldRdn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L171C36-L171C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L171C36-L171C40" } ], "DocsId": "T:System.DirectoryServices.Protocols.ModifyDNRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L178C9-L178C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L178C9-L178C37" }, { "DocsId": "M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L180C9-L183C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L180C9-L183C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L185C75-L188C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L185C75-L188C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.ExtendedRequest.RequestName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L190C37-L190C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L190C37-L190C41" }, { "DocsId": "P:System.DirectoryServices.Protocols.ExtendedRequest.RequestValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L196C17-L206C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L196C17-L206C34" } ], "DocsId": "T:System.DirectoryServices.Protocols.ExtendedRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.SearchRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L234C55-L214C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L234C55-L214C35" }, { "DocsId": "M:System.DirectoryServices.Protocols.SearchRequest.#ctor(System.String,System.String,System.DirectoryServices.Protocols.SearchScope,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L216C133-L230C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L216C133-L230C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L232C43-L232C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L232C43-L232C47" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L234C46-L234C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L234C46-L234C50" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.Filter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L238C20-L238C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L238C20-L238C36" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L252C20-L252C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L252C20-L252C35" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.Aliases", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L266C20-L266C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L266C20-L266C38" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.SizeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L280C20-L280C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L280C20-L280C39" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.TimeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L294C20-L294C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L294C20-L294C39" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.TypesOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L312C33-L312C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L312C33-L312C37" } ], "DocsId": "T:System.DirectoryServices.Protocols.SearchRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DsmlAuthRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L326C9-L326C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L326C9-L326C61" }, { "DocsId": "M:System.DirectoryServices.Protocols.DsmlAuthRequest.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L328C9-L328C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L328C9-L328C74" }, { "DocsId": "P:System.DirectoryServices.Protocols.DsmlAuthRequest.Principal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L330C35-L330C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L330C35-L330C39" } ], "DocsId": "T:System.DirectoryServices.Protocols.DsmlAuthRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.RequestId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L20C35-L20C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L20C35-L20C39" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.MatchedDN", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L22C43-L22C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L22C43-L22C47" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.Controls", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L28C17-L39C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L28C17-L39C37" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.ResultCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L43C48-L43C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L43C48-L43C52" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.ErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L45C46-L45C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L45C46-L45C50" }, { "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.Referral", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L51C17-L61C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L51C17-L61C37" } ], "DocsId": "T:System.DirectoryServices.Protocols.DirectoryResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" }, { "Members": [], "DocsId": "T:System.DirectoryServices.Protocols.DeleteResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" }, { "Members": [], "DocsId": "T:System.DirectoryServices.Protocols.AddResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" }, { "Members": [], "DocsId": "T:System.DirectoryServices.Protocols.ModifyResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" }, { "Members": [], "DocsId": "T:System.DirectoryServices.Protocols.ModifyDNResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" }, { "Members": [], "DocsId": "T:System.DirectoryServices.Protocols.CompareResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.ExtendedResponse.ResponseName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L97C38-L97C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L97C38-L97C42" }, { "DocsId": "P:System.DirectoryServices.Protocols.ExtendedResponse.ResponseValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L103C17-L113C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L103C17-L113C33" } ], "DocsId": "T:System.DirectoryServices.Protocols.ExtendedResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.SearchResponse.References", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L128C20-L128C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L128C20-L128C40" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchResponse.Entries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L134C20-L134C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L134C20-L134C36" } ], "DocsId": "T:System.DirectoryServices.Protocols.SearchResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.PartialResultsCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L16C47-L16C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L16C47-L16C72" }, { "DocsId": "M:System.DirectoryServices.Protocols.PartialResultsCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L18C45-L18C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L18C45-L18C69" }, { "DocsId": "M:System.DirectoryServices.Protocols.PartialResultsCollection.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L20C59-L20C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L20C59-L20C90" }, { "DocsId": "P:System.DirectoryServices.Protocols.PartialResultsCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L12C42-L12C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L12C42-L12C58" } ], "DocsId": "T:System.DirectoryServices.Protocols.PartialResultsCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.Subordinate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.ReferralChasingOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Success", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.OperationsError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ProtocolError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.TimeLimitExceeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.SizeLimitExceeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.CompareFalse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.CompareTrue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AuthMethodNotSupported", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.StrongAuthRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ReferralV2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Referral", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AdminLimitExceeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.UnavailableCriticalExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ConfidentialityRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.SaslBindInProgress", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NoSuchAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.UndefinedAttributeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InappropriateMatching", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ConstraintViolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AttributeOrValueExists", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InvalidAttributeSyntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NoSuchObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AliasProblem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InvalidDNSyntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AliasDereferencingProblem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InappropriateAuthentication", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InsufficientAccessRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Busy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Unavailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.UnwillingToPerform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.LoopDetect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.SortControlMissing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.OffsetRangeError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NamingViolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ObjectClassViolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NotAllowedOnNonLeaf", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NotAllowedOnRdn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.EntryAlreadyExists", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ObjectClassModificationsProhibited", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ResultsTooLarge", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AffectsMultipleDsas", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.VirtualListViewError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Other", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.ResultCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.SearchResultReference.Reference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L18C17-L28C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L18C17-L28C32" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchResultReference.Controls", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L32C47-L32C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L32C47-L32C78" } ], "DocsId": "T:System.DirectoryServices.Protocols.SearchResultReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.Contains(System.DirectoryServices.Protocols.SearchResultReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L43C62-L43C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L43C62-L43C87" }, { "DocsId": "M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.IndexOf(System.DirectoryServices.Protocols.SearchResultReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L45C60-L45C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L45C60-L45C84" }, { "DocsId": "M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.CopyTo(System.DirectoryServices.Protocols.SearchResultReference[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L47C74-L47C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L47C74-L47C105" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchResultReferenceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L39C57-L39C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L39C57-L39C96" } ], "DocsId": "T:System.DirectoryServices.Protocols.SearchResultReferenceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.SearchResultEntry.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L62C43-L62C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L62C43-L62C47" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchResultEntry.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L64C61-L64C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L64C61-L64C65" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchResultEntry.Controls", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L66C47-L66C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L66C47-L66C78" } ], "DocsId": "T:System.DirectoryServices.Protocols.SearchResultEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.SearchResultEntryCollection.Contains(System.DirectoryServices.Protocols.SearchResultEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L77C58-L77C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L77C58-L77C83" }, { "DocsId": "M:System.DirectoryServices.Protocols.SearchResultEntryCollection.IndexOf(System.DirectoryServices.Protocols.SearchResultEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L79C56-L79C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L79C56-L79C80" }, { "DocsId": "M:System.DirectoryServices.Protocols.SearchResultEntryCollection.CopyTo(System.DirectoryServices.Protocols.SearchResultEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L81C70-L81C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L81C70-L81C101" }, { "DocsId": "P:System.DirectoryServices.Protocols.SearchResultEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L73C53-L73C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L73C53-L73C88" } ], "DocsId": "T:System.DirectoryServices.Protocols.SearchResultEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.SearchScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SearchScope.Base", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SearchScope.OneLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SearchScope.Subtree", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.SearchScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L54C48-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L54C48-L56C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L58C69-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L58C69-L60C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L62C99-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L62C99-L64C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential,System.DirectoryServices.Protocols.AuthType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L45C9-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L45C9-L87C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L100C30-L100C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L100C30-L100C44" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L193C13-L193C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L193C13-L193C61" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L198C13-L260C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L198C13-L260C60" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.DirectoryServices.Protocols.PartialResultProcessing,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L266C13-L266C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L266C13-L266C96" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.TimeSpan,System.DirectoryServices.Protocols.PartialResultProcessing,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L271C13-L386C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L271C13-L386C56" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Abort(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L391C13-L435C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L391C13-L435C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.GetPartialResults(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L439C13-L459C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L439C13-L459C101" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.EndSendRequest(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L464C13-L506C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L464C13-L506C101" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Bind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1005C31-L1005C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1005C31-L1005C89" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Bind(System.Net.NetworkCredential)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1007C62-L1007C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1007C62-L1007C112" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1163C13-L1165C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1163C13-L1165C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1169C13-L1189C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1169C13-L1189C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.Timeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L104C20-L104C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L104C20-L104C38" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.AuthType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L124C20-L124C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L124C20-L124C39" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.SessionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L143C52-L143C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L143C52-L143C56" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.Credential", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L149C17-L155C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L149C17-L155C14" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.AutoBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L158C32-L158C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L158C32-L158C36" } ], "DocsId": "T:System.DirectoryServices.Protocols.LdapConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L10C57-L12C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L10C57-L12C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L14C73-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L14C73-L16C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L18C110-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L18C110-L20C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Int32,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L22C126-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L22C126-L24C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String[],System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L63C42-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L63C42-L50C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String[],System.Int32,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L52C129-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L52C129-L55C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.Servers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L57C36-L57C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L57C36-L57C107" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.Connectionless", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L59C38-L59C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L59C38-L59C42" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.FullyQualifiedDnsHostName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L61C49-L61C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L61C49-L61C53" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.PortNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L63C33-L63C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L63C33-L63C37" } ], "DocsId": "T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L100C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L100C108" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L102C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L102C44" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L104C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L104C65" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L106C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L106C89" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L112C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L112C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L117C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L117C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L123C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L123C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L128C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L128C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L132C20-L132C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L132C20-L132C30" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapException.ServerErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L139C44-L139C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L139C44-L139C48" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapException.PartialResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C58-L141C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C58-L141C62" } ], "DocsId": "T:System.DirectoryServices.Protocols.LdapException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L152C93-L152C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L152C93-L152C116" }, { "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L154C42-L154C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L154C42-L154C52" }, { "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L156C56-L156C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L156C56-L156C73" }, { "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L158C73-L158C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L158C73-L158C97" }, { "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L160C68-L162C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L160C68-L162C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L164C84-L166C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L164C84-L166C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L168C101-L170C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L168C101-L170C10" } ], "DocsId": "T:System.DirectoryServices.Protocols.TlsOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.QueryForConnectionCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.QueryForConnectionCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.String,System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.QueryForConnectionCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.String,System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential,System.Int64,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.QueryForConnectionCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.QueryForConnectionCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.String,System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.DirectoryServices.Protocols.LdapConnection,System.Net.NetworkCredential,System.Int64,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.String,System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.DirectoryServices.Protocols.LdapConnection,System.Net.NetworkCredential,System.Int64,System.Int32,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.DereferenceConnectionCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.DereferenceConnectionCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.DereferenceConnectionCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.DereferenceConnectionCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.DereferenceConnectionCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.QueryClientCertificateCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.QueryClientCertificateCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.Byte[][])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.QueryClientCertificateCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.Byte[][],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.QueryClientCertificateCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.QueryClientCertificateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.VerifyServerCertificateCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.VerifyServerCertificateCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.VerifyServerCertificateCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.Security.Cryptography.X509Certificates.X509Certificate,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "M:System.DirectoryServices.Protocols.VerifyServerCertificateCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.VerifyServerCertificateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.ForceRediscovery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.DirectoryServicesRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.DirectoryServicesPreferred", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.GCRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.PdcRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.IPRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.KdcRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.TimeServerRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.WriteableRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.GoodTimeServerPreferred", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.AvoidSelf", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.OnlyLdapNeeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.IsFlatName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.IsDnsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.ReturnDnsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.ReturnFlatName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.LocatorFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Pct1Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Pct1Client", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl2Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl2Client", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl3Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl3Client", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Tls1Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Tls1Client", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" } ], "DocsId": "T:System.DirectoryServices.Protocols.SecurityProtocol", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.Protocol", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L87C45-L87C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L87C45-L87C62" }, { "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.AlgorithmIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L91C59-L91C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L91C59-L91C70" }, { "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.CipherStrength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L96C38-L96C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L96C38-L96C47" }, { "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.Hash", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L101C42-L101C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L101C42-L101C56" }, { "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.HashStrength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L106C36-L106C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L106C36-L106C49" }, { "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.KeyExchangeAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L111C44-L111C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L111C44-L111C65" }, { "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.ExchangeStrength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L116C40-L116C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L116C40-L116C57" } ], "DocsId": "T:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.ReferralCallback.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L123C9-L125C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L123C9-L125C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.ReferralCallback.QueryForConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L127C64-L127C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L127C64-L127C68" }, { "DocsId": "P:System.DirectoryServices.Protocols.ReferralCallback.NotifyNewConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L129C68-L129C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L129C68-L129C72" }, { "DocsId": "P:System.DirectoryServices.Protocols.ReferralCallback.DereferenceConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L131C70-L131C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L131C70-L131C74" } ], "DocsId": "T:System.DirectoryServices.Protocols.ReferralCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.Protocols.LdapSessionOptions.FastConcurrentBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L541C13-L554C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L541C13-L554C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapSessionOptions.StartTransportLayerSecurity(System.DirectoryServices.Protocols.DirectoryControlCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L558C13-L744C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L558C13-L744C10" }, { "DocsId": "M:System.DirectoryServices.Protocols.LdapSessionOptions.StopTransportLayerSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L748C13-L758C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L748C13-L758C10" + }, + { + "DocsId": "M:System.DirectoryServices.Protocols.LdapSessionOptions.StartNewTlsSessionContext", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L86C13-L87C10" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralHopLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L163C20-L163C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L163C20-L163C77" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.HostName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L177C20-L177C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L177C20-L177C78" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.DomainName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L183C20-L183C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L183C20-L183C82" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.LocatorFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L191C17-L192C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L191C17-L192C45" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.HostReachable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L206C17-L207C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L206C17-L207C38" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.PingKeepAliveTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L215C17-L216C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L215C17-L216C71" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.PingLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L238C20-L238C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L238C20-L238C69" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.PingWaitTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L254C17-L255C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L254C17-L255C76" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.AutoReconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L279C17-L280C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L279C17-L280C38" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SspiFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L291C20-L291C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L291C20-L291C69" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SslInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L299C17-L308C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L299C17-L308C32" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SecurityContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L316C17-L326C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L316C17-L326C35" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.Signing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L334C17-L335C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L334C17-L335C38" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.Sealing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L348C17-L349C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L348C17-L349C38" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SaslMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L360C20-L360C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L360C20-L360C79" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.RootDseCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L368C17-L369C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L368C17-L369C38" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.TcpKeepAlive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L382C17-L383C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L382C17-L383C38" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SendTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L396C17-L397C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L396C17-L397C71" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L421C17-L426C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L421C17-L426C41" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.QueryClientCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L459C17-L464C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L459C17-L464C51" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.VerifyServerCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L501C17-L506C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L501C17-L506C51" }, { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SecureSocketLayer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L18C17-L19C43" + "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.ProtocolVersion", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L762C20-L762C66" }, { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.ProtocolVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L30C20-L30C76" + "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.TrustedCertificatesDirectory", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L31C20-L31C95" + }, + { + "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SecureSocketLayer", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L48C17-L49C43" }, { "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralChasing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L38C17-L38C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L62C17-L62C133" } ], "DocsId": "T:System.DirectoryServices.Protocols.LdapSessionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.DirectoryServices.json b/xml/SourceLinkInformation/net-9.0-pp/System.DirectoryServices.json index bfb1bdbbaa8..51825773872 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.DirectoryServices.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.DirectoryServices.json @@ -1,5931 +1,5931 @@ { "Assembly": "System.DirectoryServices", - "GUID": "6EC8B8ADADCF4410BD093C25C8FB6CD8FFFFFFFF", + "GUID": "7D3524E2C97945BC828CD3424D8E682DFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ReadControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.WriteDacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.WriteOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.Synchronize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.AccessSystemSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.GenericRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.GenericWrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.GenericExecute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.GenericAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.CreateChild", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.DeleteChild", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ListChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.Self", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ReadProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.WriteProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.DeleteTree", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ListObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ExtendedRight", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectoryRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.Descendents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.SelfAndChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectorySecurityInheritance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.PropertyAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.PropertyAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "DocsId": "F:System.DirectoryServices.PropertyAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" } ], "DocsId": "T:System.DirectoryServices.PropertyAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L52C9-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L52C9-L58C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AddAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L76C13-L82C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L76C13-L82C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.SetAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L86C13-L92C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L86C13-L92C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.ResetAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L96C13-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L96C13-L102C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAccess(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L106C13-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L106C13-L121C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L125C13-L130C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L125C13-L130C48" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAccessRuleSpecific(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L135C13-L141C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L135C13-L141C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.ModifyAccessRule(System.Security.AccessControl.AccessControlModification,System.Security.AccessControl.AccessRule,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L145C13-L150C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L145C13-L150C76" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.PurgeAccessRules(System.Security.Principal.IdentityReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L155C13-L161C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L155C13-L161C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AddAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L168C13-L174C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L168C13-L174C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.SetAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L178C13-L184C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L178C13-L184C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAudit(System.Security.Principal.IdentityReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L188C13-L203C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L188C13-L203C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L207C13-L212C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L207C13-L212C47" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAuditRuleSpecific(System.DirectoryServices.ActiveDirectoryAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L217C13-L223C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L217C13-L223C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.ModifyAuditRule(System.Security.AccessControl.AccessControlModification,System.Security.AccessControl.AuditRule,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L227C13-L232C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L227C13-L232C75" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.PurgeAuditRules(System.Security.Principal.IdentityReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L237C13-L243C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L237C13-L243C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L257C13-L265C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L257C13-L265C29" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType,System.Guid,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L278C13-L286C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L278C13-L286C38" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L297C13-L305C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L297C13-L305C29" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags,System.Guid,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L318C13-L326C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L318C13-L326C38" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectorySecurity.AccessRightType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L357C49-L357C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L357C49-L357C78" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectorySecurity.AccessRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L359C48-L359C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L359C48-L359C81" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectorySecurity.AuditRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L361C47-L361C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L361C47-L361C79" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectorySecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L529C15-L540C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L529C15-L540C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L547C15-L557C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L547C15-L557C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L564C15-L574C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L564C15-L574C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L582C15-L592C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L582C15-L592C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L600C15-L610C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L600C15-L610C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L619C15-L629C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L619C15-L629C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectoryAccessRule.ActiveDirectoryRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L658C20-L658C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L658C20-L658C89" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectoryAccessRule.InheritanceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L663C20-L663C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L663C20-L663C121" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectoryAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ListChildrenAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L676C15-L687C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L676C15-L687C10" }, { "DocsId": "M:System.DirectoryServices.ListChildrenAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L693C15-L703C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L693C15-L703C10" }, { "DocsId": "M:System.DirectoryServices.ListChildrenAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L710C15-L720C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L710C15-L720C10" } ], "DocsId": "T:System.DirectoryServices.ListChildrenAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L732C16-L742C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L732C16-L742C10" }, { "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L748C15-L758C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L748C15-L758C10" }, { "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L764C15-L774C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L764C15-L774C10" }, { "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L781C15-L791C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L781C15-L791C10" }, { "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L798C15-L808C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L798C15-L808C10" }, { "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L815C15-L825C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L815C15-L825C10" } ], "DocsId": "T:System.DirectoryServices.CreateChildAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L837C15-L847C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L837C15-L847C10" }, { "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L853C15-L863C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L853C15-L863C10" }, { "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L869C15-L879C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L869C15-L879C10" }, { "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L886C15-L896C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L886C15-L896C10" }, { "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L903C15-L913C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L903C15-L913C10" }, { "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L920C15-L930C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L920C15-L930C10" } ], "DocsId": "T:System.DirectoryServices.DeleteChildAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L942C15-L952C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L942C15-L952C10" }, { "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L959C15-L969C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L959C15-L969C10" }, { "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L976C15-L986C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L976C15-L986C10" }, { "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L994C15-L1004C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L994C15-L1004C10" }, { "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1012C15-L1022C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1012C15-L1022C10" }, { "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1031C15-L1041C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1031C15-L1041C10" } ], "DocsId": "T:System.DirectoryServices.PropertyAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.PropertySetAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1055C15-L1065C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1055C15-L1065C10" }, { "DocsId": "M:System.DirectoryServices.PropertySetAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1073C15-L1083C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1073C15-L1083C10" }, { "DocsId": "M:System.DirectoryServices.PropertySetAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1091C15-L1101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1091C15-L1101C10" } ], "DocsId": "T:System.DirectoryServices.PropertySetAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1113C15-L1123C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1113C15-L1123C10" }, { "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1129C15-L1139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1129C15-L1139C10" }, { "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1145C15-L1155C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1145C15-L1155C10" }, { "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1162C15-L1172C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1162C15-L1172C10" }, { "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1179C15-L1189C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1179C15-L1189C10" }, { "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1196C15-L1206C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1196C15-L1206C10" } ], "DocsId": "T:System.DirectoryServices.ExtendedRightAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DeleteTreeAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1218C15-L1228C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1218C15-L1228C10" }, { "DocsId": "M:System.DirectoryServices.DeleteTreeAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1234C15-L1244C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1234C15-L1244C10" }, { "DocsId": "M:System.DirectoryServices.DeleteTreeAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1251C15-L1261C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1251C15-L1261C10" } ], "DocsId": "T:System.DirectoryServices.DeleteTreeAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1274C15-L1285C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1274C15-L1285C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1292C15-L1302C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1292C15-L1302C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1309C15-L1319C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1309C15-L1319C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1327C15-L1337C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1327C15-L1337C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1345C15-L1355C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1345C15-L1355C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1364C15-L1374C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1364C15-L1374C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectoryAuditRule.ActiveDirectoryRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1403C20-L1403C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1403C20-L1403C84" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectoryAuditRule.InheritanceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1408C20-L1408C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1408C20-L1408C121" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectoryAuditRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Secure", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Encryption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.SecureSocketsLayer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.ReadonlyServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Anonymous", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.FastBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Signing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Sealing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Delegation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "DocsId": "F:System.DirectoryServices.AuthenticationTypes.ServerBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" } ], "DocsId": "T:System.DirectoryServices.AuthenticationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.DereferenceAlias.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" }, { "DocsId": "F:System.DirectoryServices.DereferenceAlias.Never", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" }, { "DocsId": "F:System.DirectoryServices.DereferenceAlias.InSearching", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" }, { "DocsId": "F:System.DirectoryServices.DereferenceAlias.FindingBaseObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" }, { "DocsId": "F:System.DirectoryServices.DereferenceAlias.Always", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" } ], "DocsId": "T:System.DirectoryServices.DereferenceAlias", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectoryEntries.Add(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L46C13-L50C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L46C13-L50C26" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntries.Find(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L59C13-L59C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L59C13-L59C37" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntries.Find(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L67C13-L78C154" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L67C13-L78C154" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntries.Remove(System.DirectoryServices.DirectoryEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L86C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L86C13-L95C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntries.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L97C47-L97C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L97C47-L97C78" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntries.SchemaFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L29C17-L31C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L29C17-L31C79" } ], "DocsId": "T:System.DirectoryServices.DirectoryEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L24C9-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L24C9-L52C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L58C47-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L58C47-L61C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L66C83-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L66C83-L68C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor(System.String,System.String,System.String,System.DirectoryServices.AuthenticationTypes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L73C123-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L73C123-L83C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L106C15-L108C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L106C15-L108C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L561C13-L562C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L561C13-L562C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.CommitChanges", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L569C13-L623C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L569C13-L623C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.CopyTo(System.DirectoryServices.DirectoryEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L658C67-L658C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L658C67-L658C90" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.CopyTo(System.DirectoryServices.DirectoryEntry,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L665C13-L677C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L665C13-L677C123" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.DeleteTree", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L685C13-L699C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L685C13-L699C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L706C13-L713C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L706C13-L713C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.Exists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L720C13-L738C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L720C13-L738C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.Invoke(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L780C13-L805C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L780C13-L805C31" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.InvokeGet(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L813C13-L835C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L813C13-L835C27" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.InvokeSet(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L843C13-L863C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L843C13-L863C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.MoveTo(System.DirectoryServices.DirectoryEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L868C57-L868C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L868C57-L868C80" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.MoveTo(System.DirectoryServices.DirectoryEntry,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L875C13-L926C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L875C13-L926C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.RefreshCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L934C13-L951C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L934C13-L951C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.RefreshCache(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L958C13-L1015C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L958C13-L1015C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntry.Rename(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L1020C48-L1020C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L1020C48-L1020C71" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.AuthenticationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L162C20-L162C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L162C20-L162C39" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L181C45-L181C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L181C45-L181C71" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L199C17-L212C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L199C17-L212C43" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.ObjectSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L220C17-L226C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L220C17-L226C41" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L261C17-L264C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L261C17-L264C32" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.NativeGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L272C17-L275C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L272C17-L275C32" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.NativeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L286C17-L287C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L286C17-L287C35" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.Parent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L298C17-L299C130" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L298C17-L299C130" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.Password", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L311C17-L329C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L311C17-L329C14" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L339C20-L339C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L339C20-L339C25" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L356C13-L356C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L356C13-L356C65" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.SchemaClassName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L365C17-L368C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L365C17-L368C33" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.SchemaEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L381C17-L382C130" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L381C17-L382C130" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.UsePropertyCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L398C20-L398C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L398C20-L398C29" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.Username", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L421C17-L424C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L421C17-L424C46" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntry.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L450C17-L453C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L450C17-L453C33" } ], "DocsId": "T:System.DirectoryServices.DirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectoryEntryConfiguration.GetCurrentServerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L96C13-L96C135" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L96C13-L96C135" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntryConfiguration.IsMutuallyAuthenticated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L103C17-L116C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L103C17-L116C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryEntryConfiguration.SetUserNameQueryQuota(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L120C13-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L120C13-L121C10" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.Referral", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L22C17-L22C153" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L22C17-L22C153" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L40C17-L40C149" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L40C17-L40C149" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.PageSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L55C17-L55C135" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L55C17-L55C135" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.PasswordPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L70C17-L70C145" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L70C17-L70C145" }, { "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.PasswordEncoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L82C17-L82C160" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L82C17-L82C160" } ], "DocsId": "T:System.DirectoryServices.DirectoryEntryConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L56C38-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L56C38-L59C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.DirectoryServices.DirectoryEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L66C64-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L66C64-L69C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.DirectoryServices.DirectoryEntry,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L76C80-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L76C80-L79C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.DirectoryServices.DirectoryEntry,System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L86C108-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L86C108-L89C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L96C52-L99C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L96C52-L99C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L106C80-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L106C80-L109C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.String,System.String[],System.DirectoryServices.SearchScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L115C99-L117C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L115C99-L117C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.DirectoryServices.DirectoryEntry,System.String,System.String[],System.DirectoryServices.SearchScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L19C9-L130C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L19C9-L130C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySearcher.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L136C13-L144C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L136C13-L144C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySearcher.FindOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L571C13-L599C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L571C13-L599C32" }, { "DocsId": "M:System.DirectoryServices.DirectorySearcher.FindAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L605C52-L605C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L605C52-L605C65" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.CacheResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L153C20-L153C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L153C20-L153C33" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.ClientTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L173C20-L173C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L173C20-L173C34" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.PropertyNamesOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L191C41-L191C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L191C41-L191C45" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.Filter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L199C20-L199C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L199C20-L199C27" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.PageSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L214C20-L214C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L214C20-L214C29" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.PropertiesToLoad", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L235C13-L235C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L235C13-L235C57" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.ReferralChasing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L243C20-L243C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L243C20-L243C36" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.SearchScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L262C20-L262C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L262C20-L262C26" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.ServerPageTimeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L286C20-L286C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L286C20-L286C40" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.ServerTimeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L305C20-L305C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L305C20-L305C36" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.SizeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L325C20-L325C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L325C20-L325C30" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.SearchRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L343C17-L357C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L343C17-L357C36" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.Sort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L376C20-L376C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L376C20-L376C25" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.Asynchronous", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L385C36-L385C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L385C36-L385C40" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.Tombstone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L392C33-L392C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L392C33-L392C37" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.AttributeScopeQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L402C20-L402C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L402C20-L402C40" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.DerefAlias", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L437C20-L437C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L437C20-L437C31" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L454C20-L454C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L454C20-L454C33" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.ExtendedDN", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L472C20-L472C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L472C20-L472C31" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.DirectorySynchronization", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L492C17-L496C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L492C17-L496C30" }, { "DocsId": "P:System.DirectoryServices.DirectorySearcher.VirtualListView", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L529C17-L540C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L529C17-L540C29" } ], "DocsId": "T:System.DirectoryServices.DirectorySearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L15C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor(System.DirectoryServices.DirectorySynchronizationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L20C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor(System.DirectoryServices.DirectorySynchronization)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L29C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L31C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L31C103" }, { "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor(System.DirectoryServices.DirectorySynchronizationOptions,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L37C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySynchronization.GetDirectorySynchronizationCookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L59C13-L65C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L59C13-L65C31" }, { "DocsId": "M:System.DirectoryServices.DirectorySynchronization.ResetDirectorySynchronizationCookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L68C62-L68C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L68C62-L68C91" }, { "DocsId": "M:System.DirectoryServices.DirectorySynchronization.ResetDirectorySynchronizationCookie(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L72C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L72C13-L84C10" }, { "DocsId": "M:System.DirectoryServices.DirectorySynchronization.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L86C51-L86C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L86C51-L86C97" }, { "DocsId": "P:System.DirectoryServices.DirectorySynchronization.Option", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L42C20-L42C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L42C20-L42C27" } ], "DocsId": "T:System.DirectoryServices.DirectorySynchronization", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" }, { "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" }, { "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.ObjectSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" }, { "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.ParentsFirst", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" }, { "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.PublicDataOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" }, { "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.IncrementalValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" } ], "DocsId": "T:System.DirectoryServices.DirectorySynchronizationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L20C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L25C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L32C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L39C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32,System.Int32,System.Int32,System.DirectoryServices.DirectoryVirtualListViewContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L47C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32,System.Int32,System.String,System.DirectoryServices.DirectoryVirtualListViewContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L55C10" }, { "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.BeforeCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L60C20-L60C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L60C20-L60C32" }, { "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.AfterCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L75C20-L75C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L75C20-L75C31" }, { "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.Offset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L90C20-L90C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L90C20-L90C27" }, { "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.TargetPercentage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L113C20-L113C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L113C20-L113C37" }, { "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L130C20-L130C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L130C20-L130C27" }, { "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.ApproximateTotal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L137C20-L137C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L137C20-L137C37" }, { "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.DirectoryVirtualListViewContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L150C83-L150C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L150C83-L150C87" } ], "DocsId": "T:System.DirectoryServices.DirectoryVirtualListView", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectoryVirtualListViewContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListViewContext.cs#L10C52-L12C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListViewContext.cs#L10C52-L12C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryVirtualListViewContext.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListViewContext.cs#L32C13-L32C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListViewContext.cs#L32C13-L32C66" } ], "DocsId": "T:System.DirectoryServices.DirectoryVirtualListViewContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListViewContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListViewContext.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ExtendedDN.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" }, { "DocsId": "F:System.DirectoryServices.ExtendedDN.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" }, { "DocsId": "F:System.DirectoryServices.ExtendedDN.HexString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" }, { "DocsId": "F:System.DirectoryServices.ExtendedDN.Standard", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" } ], "DocsId": "T:System.DirectoryServices.ExtendedDN", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.PasswordEncodingMethod.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" }, { "DocsId": "F:System.DirectoryServices.PasswordEncodingMethod.PasswordEncodingSsl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" }, { "DocsId": "F:System.DirectoryServices.PasswordEncodingMethod.PasswordEncodingClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" } ], "DocsId": "T:System.DirectoryServices.PasswordEncodingMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.PropertyCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L72C13-L86C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L72C13-L86C25" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.CopyTo(System.DirectoryServices.PropertyValueCollection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L94C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L94C13-L95C10" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L102C13-L114C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L102C13-L114C63" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#get_Item(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L119C20-L119C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L119C20-L119C37" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#set_Item(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L120C20-L120C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L120C20-L120C78" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L123C41-L123C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L123C41-L123C45" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L125C40-L125C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L125C40-L125C44" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L127C41-L127C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L127C41-L127C65" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Add(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L131C13-L131C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L131C13-L131C67" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L136C13-L136C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L136C13-L136C69" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L139C52-L139C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L139C52-L139C75" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L143C13-L143C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L143C13-L143C70" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L146C52-L146C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L146C52-L146C67" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L148C44-L148C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L148C44-L148C49" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L150C40-L150C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L150C40-L150C44" }, { "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L154C13-L171C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L154C13-L171C10" }, { "DocsId": "P:System.DirectoryServices.PropertyCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L32C17-L42C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L32C17-L42C34" }, { "DocsId": "P:System.DirectoryServices.PropertyCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L54C17-L61C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L54C17-L61C47" }, { "DocsId": "P:System.DirectoryServices.PropertyCollection.PropertyNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L65C45-L65C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L65C45-L65C69" }, { "DocsId": "P:System.DirectoryServices.PropertyCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L67C38-L67C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L67C38-L67C64" }, { "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Item(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L119C20-L119C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L119C20-L119C37" }, { "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L123C41-L123C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L123C41-L123C45" }, { "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L125C40-L125C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L125C40-L125C44" }, { "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L127C41-L127C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L127C41-L127C65" }, { "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L148C44-L148C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L148C44-L148C49" }, { "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L150C40-L150C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L150C40-L150C44" } ], "DocsId": "T:System.DirectoryServices.PropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L132C42-L132C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L132C42-L132C57" }, { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.AddRange(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L139C13-L147C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L139C13-L147C10" }, { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.AddRange(System.DirectoryServices.PropertyValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L154C13-L163C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L154C13-L163C10" }, { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L165C48-L165C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L165C48-L165C68" }, { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L173C13-L174C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L173C13-L174C10" }, { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L176C46-L176C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L176C46-L176C65" }, { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L178C57-L178C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L178C57-L178C82" }, { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L211C13-L226C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L211C13-L226C10" }, { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L230C13-L247C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L230C13-L247C10" }, { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L251C13-L280C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L251C13-L280C10" }, { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L284C13-L313C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L284C13-L313C10" }, { "DocsId": "M:System.DirectoryServices.PropertyValueCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L318C13-L338C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L318C13-L338C10" }, { "DocsId": "P:System.DirectoryServices.PropertyValueCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L50C20-L50C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L50C20-L50C31" }, { "DocsId": "P:System.DirectoryServices.PropertyValueCollection.PropertyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L62C38-L62C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L62C38-L62C42" }, { "DocsId": "P:System.DirectoryServices.PropertyValueCollection.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L68C17-L76C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L68C17-L76C40" } ], "DocsId": "T:System.DirectoryServices.PropertyValueCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ReferralChasingOption.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" }, { "DocsId": "F:System.DirectoryServices.ReferralChasingOption.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" }, { "DocsId": "F:System.DirectoryServices.ReferralChasingOption.Subordinate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" }, { "DocsId": "F:System.DirectoryServices.ReferralChasingOption.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" }, { "DocsId": "F:System.DirectoryServices.ReferralChasingOption.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" } ], "DocsId": "T:System.DirectoryServices.ReferralChasingOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ResultPropertyCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L48C13-L49C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L48C13-L49C52" }, { "DocsId": "M:System.DirectoryServices.ResultPropertyCollection.CopyTo(System.DirectoryServices.ResultPropertyValueCollection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L54C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L54C13-L55C10" }, { "DocsId": "P:System.DirectoryServices.ResultPropertyCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L25C17-L32C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L25C17-L32C85" }, { "DocsId": "P:System.DirectoryServices.ResultPropertyCollection.PropertyNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L37C45-L37C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L37C45-L37C60" }, { "DocsId": "P:System.DirectoryServices.ResultPropertyCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L39C38-L39C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L39C38-L39C55" } ], "DocsId": "T:System.DirectoryServices.ResultPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ResultPropertyValueCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L30C48-L30C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L30C48-L30C73" }, { "DocsId": "M:System.DirectoryServices.ResultPropertyValueCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L32C46-L32C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L32C46-L32C70" }, { "DocsId": "M:System.DirectoryServices.ResultPropertyValueCollection.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L34C60-L34C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L34C60-L34C91" }, { "DocsId": "P:System.DirectoryServices.ResultPropertyValueCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L22C17-L26C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L22C17-L26C40" } ], "DocsId": "T:System.DirectoryServices.ResultPropertyValueCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L57C13-L63C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L57C13-L63C41" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.AddRange(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L71C13-L82C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L71C13-L82C10" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.AddRange(System.DirectoryServices.SchemaNameCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L86C13-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L86C13-L97C10" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L104C13-L105C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L104C13-L105C10" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L110C48-L110C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L110C48-L110C68" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L114C13-L116C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L114C13-L116C10" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L120C13-L121C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L120C13-L121C43" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L138C13-L144C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L138C13-L144C23" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Insert(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L152C13-L155C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L152C13-L155C10" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L163C13-L165C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L163C13-L165C10" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L172C13-L182C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L172C13-L182C10" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L184C34-L184C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L184C34-L184C39" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L186C35-L186C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L186C35-L186C40" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L190C13-L192C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L190C13-L192C10" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L194C44-L194C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L194C44-L194C49" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L196C40-L196C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L196C40-L196C44" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L200C20-L200C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L200C20-L200C31" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L201C20-L201C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L201C20-L201C48" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L204C41-L204C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L204C41-L204C60" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L206C47-L206C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L206C47-L206C71" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L208C45-L208C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L208C45-L208C68" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L210C56-L210C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L210C56-L210C85" }, { "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L212C45-L212C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L212C45-L212C67" }, { "DocsId": "P:System.DirectoryServices.SchemaNameCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L29C17-L30C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L29C17-L30C47" }, { "DocsId": "P:System.DirectoryServices.SchemaNameCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L47C17-L48C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L47C17-L48C38" }, { "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L184C34-L184C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L184C34-L184C39" }, { "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L186C35-L186C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L186C35-L186C40" }, { "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L194C44-L194C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L194C44-L194C49" }, { "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L196C40-L196C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L196C40-L196C44" }, { "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L200C20-L200C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L200C20-L200C31" } ], "DocsId": "T:System.DirectoryServices.SchemaNameCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.SearchResult.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs#L29C13-L34C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs#L29C13-L34C33" }, { "DocsId": "P:System.DirectoryServices.SearchResult.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs#L41C31-L41C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs#L41C31-L41C64" }, { "DocsId": "P:System.DirectoryServices.SearchResult.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs#L47C54-L47C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs#L47C54-L47C58" } ], "DocsId": "T:System.DirectoryServices.SearchResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.SearchResultCollection.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L151C13-L153C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L151C13-L153C10" }, { "DocsId": "M:System.DirectoryServices.SearchResultCollection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L157C13-L185C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L157C13-L185C10" }, { "DocsId": "M:System.DirectoryServices.SearchResultCollection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L187C38-L187C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L187C38-L187C52" }, { "DocsId": "M:System.DirectoryServices.SearchResultCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L193C13-L196C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L193C13-L196C87" }, { "DocsId": "M:System.DirectoryServices.SearchResultCollection.Contains(System.DirectoryServices.SearchResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L199C54-L199C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L199C54-L199C80" }, { "DocsId": "M:System.DirectoryServices.SearchResultCollection.CopyTo(System.DirectoryServices.SearchResult[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L203C13-L204C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L203C13-L204C10" }, { "DocsId": "M:System.DirectoryServices.SearchResultCollection.IndexOf(System.DirectoryServices.SearchResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L206C52-L206C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L206C52-L206C77" }, { "DocsId": "M:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L208C44-L208C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L208C44-L208C49" }, { "DocsId": "M:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L210C40-L210C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L210C40-L210C44" }, { "DocsId": "M:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L214C13-L215C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L214C13-L215C10" }, { "DocsId": "P:System.DirectoryServices.SearchResultCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L38C48-L38C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L38C48-L38C79" }, { "DocsId": "P:System.DirectoryServices.SearchResultCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L40C29-L40C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L40C29-L40C44" }, { "DocsId": "P:System.DirectoryServices.SearchResultCollection.Handle", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L77C17-L80C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L77C17-L80C32" }, { "DocsId": "P:System.DirectoryServices.SearchResultCollection.PropertiesLoaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L88C44-L88C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L88C44-L88C48" }, { "DocsId": "P:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L208C44-L208C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L208C44-L208C49" }, { "DocsId": "P:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L210C40-L210C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L210C40-L210C44" } ], "DocsId": "T:System.DirectoryServices.SearchResultCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.SearchScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" }, { "DocsId": "F:System.DirectoryServices.SearchScope.Base", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" }, { "DocsId": "F:System.DirectoryServices.SearchScope.OneLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" }, { "DocsId": "F:System.DirectoryServices.SearchScope.Subtree", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" } ], "DocsId": "T:System.DirectoryServices.SearchScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.SecurityMasks.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" }, { "DocsId": "F:System.DirectoryServices.SecurityMasks.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" }, { "DocsId": "F:System.DirectoryServices.SecurityMasks.Owner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" }, { "DocsId": "F:System.DirectoryServices.SecurityMasks.Group", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" }, { "DocsId": "F:System.DirectoryServices.SecurityMasks.Dacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" }, { "DocsId": "F:System.DirectoryServices.SecurityMasks.Sacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" } ], "DocsId": "T:System.DirectoryServices.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.SortDirection.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" }, { "DocsId": "F:System.DirectoryServices.SortDirection.Ascending", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" }, { "DocsId": "F:System.DirectoryServices.SortDirection.Descending", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" } ], "DocsId": "T:System.DirectoryServices.SortDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.SortOption.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L15C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L15C9-L17C10" }, { "DocsId": "M:System.DirectoryServices.SortOption.#ctor(System.String,System.DirectoryServices.SortDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L19C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L19C9-L23C10" }, { "DocsId": "P:System.DirectoryServices.SortOption.PropertyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L29C20-L29C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L29C20-L29C33" }, { "DocsId": "P:System.DirectoryServices.SortOption.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L36C20-L36C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L36C20-L36C34" } ], "DocsId": "T:System.DirectoryServices.SortOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L14C9-L14C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L14C9-L14C51" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L16C65-L16C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L16C65-L16C82" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L18C83-L18C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L18C83-L18C107" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L24C101-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L24C101-L26C10" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L44C13-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L44C13-L45C10" }, { "DocsId": "P:System.DirectoryServices.DirectoryServicesCOMException.ExtendedError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L34C36-L34C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L34C36-L34C40" }, { "DocsId": "P:System.DirectoryServices.DirectoryServicesCOMException.ExtendedErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L36C47-L36C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L36C47-L36C51" } ], "DocsId": "T:System.DirectoryServices.DirectoryServicesCOMException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L14C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L14C9-L16C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L29C13-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L29C13-L30C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L35C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L35C13-L49C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L53C46-L53C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L53C46-L53C50" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L65C17-L66C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L65C17-L66C38" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L42C13-L43C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L42C13-L43C50" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.CopyTo(System.DirectoryServices.ActiveDirectory.AttributeMetadata[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L48C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L48C13-L49C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L26C17-L32C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L26C17-L32C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.AttributeNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L36C58-L36C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L36C58-L36C62" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L38C53-L38C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L38C53-L38C57" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Zero", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.One", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Two", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Three", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Four", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Five", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Six", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Seven", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Eight", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Nine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Ten", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Eleven", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Twelve", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Thirteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Fourteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Fifteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Sixteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Seventeen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Eighteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Nineteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Twenty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.TwentyOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.TwentyTwo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.TwentyThree", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.HourOfDay", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.Zero", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.Fifteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.Thirty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.FortyFive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.MinuteOfHour", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L47C9-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L47C9-L56C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.#ctor(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L58C76-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L58C76-L65C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.SetSchedule(System.DayOfWeek,System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour,System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L100C13-L124C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L100C13-L124C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.SetSchedule(System.DayOfWeek[],System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour,System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L128C13-L138C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L128C13-L138C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.SetDailySchedule(System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour,System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L142C18-L146C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L142C18-L146C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.ResetSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L150C18-L152C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L150C18-L152C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.RawSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L77C17-L82C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L77C17-L82C28" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.Type88", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.Structural", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.Abstract", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.Auxiliary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.SchemaClassType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.PropertyTypes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.PropertyTypes.Indexed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.PropertyTypes.InGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.PropertyTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L53C13-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L53C13-L83C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.GetSchema(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L89C13-L175C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L89C13-L175C84" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.RefreshSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L180C13-L203C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L180C13-L203C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindClass(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L210C13-L211C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L210C13-L211C84" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindDefunctClass(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L219C13-L236C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L219C13-L236C32" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L244C13-L247C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L244C13-L247C65" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllClasses(System.DirectoryServices.ActiveDirectory.SchemaClassType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L255C13-L266C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L255C13-L266C65" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllDefunctClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L274C13-L278C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L274C13-L278C65" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindProperty(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L286C13-L287C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L286C13-L287C87" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindDefunctProperty(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L295C13-L312C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L295C13-L312C35" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L320C13-L324C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L320C13-L324C68" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllProperties(System.DirectoryServices.ActiveDirectory.PropertyTypes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L332C13-L366C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L332C13-L366C76" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllDefunctProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L374C13-L378C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L374C13-L378C68" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L383C13-L384C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L383C13-L384C75" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.GetCurrentSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L389C13-L389C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L389C13-L389C103" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.SchemaRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L400C17-L401C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L400C17-L401C72" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L42C9-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L42C9-L89C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L182C13-L183C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L182C13-L183C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L188C13-L217C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L188C13-L217C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L223C13-L255C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L223C13-L255C32" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.GetAllProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L260C13-L269C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L260C13-L269C84" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L274C13-L420C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L274C13-L420C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L424C13-L424C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L424C13-L424C25" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L429C13-L439C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L429C13-L439C96" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L448C17-L449C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L448C17-L449C41" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.CommonName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L457C17-L464C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L457C17-L464C36" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L483C17-L508C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L483C17-L508C29" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L527C17-L538C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L527C17-L538C37" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.IsDefunct", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L557C17-L559C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L557C17-L559C35" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.PossibleSuperiors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L578C17-L647C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L578C17-L647C43" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.PossibleInferiors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L655C17-L669C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L655C17-L669C43" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.MandatoryProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L677C17-L745C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L677C17-L745C45" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.OptionalProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L753C17-L830C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L753C17-L830C44" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.AuxiliaryClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L838C17-L906C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L838C17-L906C42" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.SubClassOf", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L914C17-L921C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L914C17-L921C36" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L940C17-L951C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L940C17-L951C30" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.SchemaGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L976C17-L985C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L976C17-L985C57" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.DefaultObjectSecurityDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L1004C17-L1025C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L1004C17-L1025C56" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L82C13-L95C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L82C13-L95C122" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L101C13-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L101C13-L115C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L119C13-L134C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L119C13-L134C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.AddRange(System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L138C13-L153C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L138C13-L153C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L157C13-L173C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L157C13-L173C111" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L178C13-L191C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L178C13-L191C122" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L197C13-L213C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L197C13-L213C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L218C13-L219C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L218C13-L219C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L223C13-L239C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L223C13-L239C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L244C13-L260C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L244C13-L260C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L266C13-L279C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L266C13-L279C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L285C13-L311C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L285C13-L311C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L317C13-L324C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L317C13-L324C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L328C13-L337C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L328C13-L337C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L56C20-L56C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L56C20-L56C60" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L40C9-L140C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L40C9-L140C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L232C13-L233C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L232C13-L233C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L238C13-L268C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L238C13-L268C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L274C13-L304C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L274C13-L304C35" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L309C13-L454C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L309C13-L454C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L456C46-L456C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L456C46-L456C50" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L460C13-L470C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L460C13-L470C99" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L480C17-L481C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L480C17-L481C41" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.CommonName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L489C17-L496C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L489C17-L496C36" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L518C17-L543C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L518C17-L543C29" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Syntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L565C17-L580C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L565C17-L580C32" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L604C17-L615C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L604C17-L615C37" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsSingleValued", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L637C17-L663C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L637C17-L663C40" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsIndexed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L686C17-L688C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L686C17-L688C66" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsIndexedOverContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L709C17-L711C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L709C17-L711C79" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsInAnr", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L732C17-L734C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L732C17-L734C64" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsOnTombstonedObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L755C17-L757C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L755C17-L757C77" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsTupleIndexed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L778C17-L780C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L778C17-L780C71" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsInGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L801C17-L813C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L801C17-L813C43" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.RangeLower", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L836C17-L856C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L836C17-L856C36" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.RangeUpper", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L889C17-L909C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L889C17-L909C36" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsDefunct", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L942C17-L944C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L942C17-L944C35" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Link", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L963C17-L998C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L963C17-L998C40" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.LinkId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L1006C17-L1025C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L1006C17-L1025C32" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.SchemaGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L1058C17-L1067C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L1058C17-L1067C57" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L80C13-L93C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L80C13-L93C128" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L99C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L99C13-L113C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L117C13-L133C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L117C13-L133C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.AddRange(System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L137C13-L153C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L137C13-L153C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L157C13-L173C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L157C13-L173C117" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L178C13-L191C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L178C13-L191C128" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L197C13-L212C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L197C13-L212C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L232C13-L233C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L232C13-L233C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L237C13-L252C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L237C13-L252C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L257C13-L273C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L257C13-L273C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L279C13-L292C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L279C13-L292C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L298C13-L324C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L298C13-L324C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L330C13-L338C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L330C13-L338C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L342C13-L349C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L342C13-L349C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L56C20-L56C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L56C20-L56C63" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.AutoTopologyDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.TopologyCleanupDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.AutoMinimumHopDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.StaleServerDetectDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.AutoInterSiteTopologyDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.GroupMembershipCachingEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.ForceKccWindows2003Behavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.UseWindows2000IstgElection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.RandomBridgeHeaderServerSelectionDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.UseHashingForReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.RedundantServerTopologyEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L64C13-L123C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L64C13-L123C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L37C9-L168C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L37C9-L168C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.GetComputerSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L193C13-L227C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L193C13-L227C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L720C13-L850C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L720C13-L850C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L854C13-L872C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L854C13-L872C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L876C13-L879C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L876C13-L879C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L1074C13-L1083C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L1074C13-L1083C99" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L1089C13-L1091C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L1089C13-L1091C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L1095C13-L1105C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L1095C13-L1105C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L233C17-L236C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L233C17-L236C30" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Domains", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L244C17-L258C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L244C17-L258C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Subnets", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L266C17-L282C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L266C17-L282C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Servers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L290C17-L303C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L290C17-L303C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.AdjacentSites", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L311C17-L323C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L311C17-L323C39" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.SiteLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L331C17-L343C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L331C17-L343C31" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.InterSiteTopologyGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L352C17-L407C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L352C17-L407C14" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L431C17-L452C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L431C17-L452C14" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Location", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L478C17-L494C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L478C17-L494C14" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.BridgeheadServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L523C17-L532C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L523C17-L532C43" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.PreferredSmtpBridgeheadServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L540C17-L556C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L540C17-L556C47" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.PreferredRpcBridgeheadServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L564C17-L579C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L564C17-L579C46" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.IntraSiteReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L587C17-L620C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L587C17-L620C33" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L45C13-L53C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L45C13-L53C108" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L58C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L58C13-L62C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L66C13-L71C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L66C13-L71C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L75C13-L92C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L75C13-L92C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L97C13-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L97C13-L98C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L102C13-L119C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L102C13-L119C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L124C13-L132C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L124C13-L132C108" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L137C13-L157C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L137C13-L157C97" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L163C13-L175C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L163C13-L175C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L181C13-L194C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L181C13-L194C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L200C13-L210C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L200C13-L210C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L216C13-L226C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L216C13-L226C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L230C13-L237C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L230C13-L237C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L25C20-L25C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L25C20-L25C58" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L28C89-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L28C89-L30C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L32C129-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L32C129-L34C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L22C9-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L22C9-L101C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L114C13-L114C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L114C13-L114C88" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L119C13-L195C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L119C13-L195C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L579C13-L599C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L579C13-L599C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L603C13-L621C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L603C13-L621C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L625C13-L628C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L625C13-L628C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L633C13-L642C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L633C13-L642C99" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L648C13-L650C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L648C13-L650C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L654C13-L663C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L654C13-L663C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L201C17-L204C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L201C17-L204C30" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L212C17-L215C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L212C17-L215C35" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Sites", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L223C17-L240C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L223C17-L240C31" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Cost", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L248C17-L263C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L248C17-L263C14" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.ReplicationInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L287C17-L304C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L287C17-L304C14" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.ReciprocalReplicationEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L336C17-L359C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L336C17-L359C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.NotificationEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L400C17-L423C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L400C17-L423C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.DataCompressionEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L464C17-L490C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L464C17-L490C34" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.InterSiteReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L532C17-L551C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L532C17-L551C33" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L24C93-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L24C93-L26C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L21C9-L88C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L21C9-L88C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L101C13-L101C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L101C13-L101C86" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L106C13-L183C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L106C13-L183C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L234C13-L255C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L234C13-L255C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L259C13-L277C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L259C13-L277C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L281C13-L284C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L281C13-L284C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L289C13-L298C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L289C13-L298C100" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L304C13-L306C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L304C13-L306C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L310C13-L319C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L310C13-L319C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L189C17-L192C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L189C17-L192C30" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.SiteLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L200C17-L217C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L200C17-L217C31" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L225C17-L228C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L225C17-L228C35" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L39C13-L48C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L39C13-L48C108" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L53C13-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L53C13-L58C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L62C13-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L62C13-L68C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L72C13-L90C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L72C13-L90C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L95C13-L96C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L95C13-L96C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L100C13-L118C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L100C13-L118C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L123C13-L132C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L123C13-L132C108" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L137C13-L158C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L137C13-L158C97" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L164C13-L176C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L164C13-L176C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L182C13-L195C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L182C13-L195C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L201C13-L211C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L201C13-L211C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L217C13-L227C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L217C13-L227C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L231C13-L238C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L231C13-L238C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L19C20-L19C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L19C20-L19C62" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L21C13-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L21C13-L107C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L109C9-L147C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L109C9-L147C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L149C102-L166C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L149C102-L166C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L272C13-L308C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L272C13-L308C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L312C13-L330C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L312C13-L330C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L334C13-L337C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L334C13-L337C25" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L342C13-L351C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L342C13-L351C99" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L357C13-L359C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L357C13-L359C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L363C13-L372C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L363C13-L372C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L194C17-L197C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L194C17-L197C30" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L205C17-L208C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L205C17-L208C30" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Location", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L230C17-L244C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L230C17-L244C14" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L49C13-L58C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L49C13-L58C112" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L63C13-L76C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L63C13-L76C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L80C13-L86C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L80C13-L86C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L90C13-L108C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L90C13-L108C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L113C13-L114C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L113C13-L114C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L118C13-L136C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L118C13-L136C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L141C13-L150C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L141C13-L150C112" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L155C13-L176C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L155C13-L176C101" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L181C13-L189C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L181C13-L189C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L194C13-L201C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L194C13-L201C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L207C13-L230C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L207C13-L230C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L236C13-L256C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L236C13-L256C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L262C13-L264C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L262C13-L264C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L268C13-L275C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L268C13-L275C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L29C20-L29C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L29C20-L29C60" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.CaseExactString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.CaseIgnoreString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.NumericString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.DirectoryString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.OctetString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.SecurityDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Int", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Int64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Bool", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.GeneralizedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.UtcTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.DN", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.DNWithBinary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.DNWithString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Enumeration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.IA5String", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.PrintableString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Sid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.AccessPointDN", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.ORName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.PresentationAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.ReplicaLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L84C13-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L84C13-L85C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L90C13-L106C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L90C13-L106C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetAdamInstance(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L113C13-L164C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L113C13-L164C78" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L170C13-L194C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L170C13-L194C87" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L199C13-L236C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L199C13-L236C43" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.TransferRoleOwnership(System.DirectoryServices.ActiveDirectory.AdamRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L241C13-L262C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L241C13-L262C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.SeizeRoleOwnership(System.DirectoryServices.ActiveDirectory.AdamRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L268C13-L308C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L268C13-L308C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.CheckReplicationConsistency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L312C13-L320C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L312C13-L320C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationCursors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L324C13-L340C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L324C13-L340C123" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationOperationInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L345C13-L354C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L345C13-L354C88" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L359C13-L374C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L359C13-L374C80" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetAllReplicationNeighbors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L379C13-L388C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L379C13-L388C80" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationConnectionFailures", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L393C13-L393C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L393C13-L393C100" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationMetadata(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L398C13-L413C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L398C13-L413C89" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.SyncReplicaFromServer(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L418C13-L436C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L418C13-L436C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.TriggerSyncReplicaFromNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L440C13-L452C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L440C13-L452C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.SyncReplicaFromAllServers(System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L456C13-L468C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L456C13-L468C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L472C13-L491C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L472C13-L491C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.ConfigurationSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L501C17-L507C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L501C17-L507C42" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.HostName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L515C17-L521C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L515C17-L521C40" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.LdapPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L529C17-L535C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L529C17-L535C40" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.SslPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L543C17-L549C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L543C17-L549C39" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.Roles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L559C17-L595C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L559C17-L595C37" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.DefaultPartition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L603C17-L626C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L603C17-L626C48" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.IPAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L666C17-L675C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L666C17-L675C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.SiteName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L684C17-L697C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L684C17-L697C39" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.SyncFromAllServersCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L796C17-L799C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L796C17-L799C38" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.InboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L811C79-L811C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L811C79-L811C108" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.OutboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L813C80-L813C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L813C80-L813C110" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.AdamInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection.Contains(System.DirectoryServices.ActiveDirectory.AdamInstance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L24C13-L37C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L24C13-L37C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection.IndexOf(System.DirectoryServices.ActiveDirectory.AdamInstance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L42C13-L56C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L42C13-L56C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection.CopyTo(System.DirectoryServices.ActiveDirectory.AdamInstance[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L61C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L61C13-L62C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L20C48-L20C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L20C48-L20C79" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L28C9-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L28C9-L46C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L28C9-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L28C9-L55C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L76C13-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L76C13-L102C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.GetApplicationPartition(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L110C13-L155C155" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L110C13-L155C155" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L161C13-L347C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L161C13-L347C30" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindDirectoryServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L352C13-L370C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L352C13-L370C36" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindDirectoryServer(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L375C13-L399C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L375C13-L399C36" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindDirectoryServer(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L404C13-L424C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L404C13-L424C36" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindDirectoryServer(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L429C13-L454C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L429C13-L454C36" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindAllDirectoryServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L459C13-L476C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L459C13-L476C41" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindAllDirectoryServers(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L482C13-L504C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L482C13-L504C41" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindAllDiscoverableDirectoryServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L510C13-L522C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L510C13-L522C77" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindAllDiscoverableDirectoryServers(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L528C13-L545C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L528C13-L545C77" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L551C13-L575C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L551C13-L575C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L579C13-L742C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L579C13-L742C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L746C13-L753C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L746C13-L753C75" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ApplicationPartition.DirectoryServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L764C17-L783C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L764C17-L783C48" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ApplicationPartition.SecurityReferenceDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L791C17-L822C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L791C17-L822C14" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ApplicationPartition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection.Contains(System.DirectoryServices.ActiveDirectory.ApplicationPartition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L24C13-L37C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L24C13-L37C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ApplicationPartition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L42C13-L55C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L42C13-L55C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ApplicationPartition[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L60C13-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L60C13-L61C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L20C56-L20C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L20C56-L20C95" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L55C30-L55C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L55C30-L55C34" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L57C30-L57C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L57C30-L57C34" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.LastOriginatingChangeTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L59C53-L59C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L59C53-L59C57" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.LastOriginatingInvocationId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L61C51-L61C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L61C51-L61C55" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.OriginatingChangeUsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L63C44-L63C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L63C44-L63C48" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.LocalChangeUsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L65C38-L65C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L65C38-L65C42" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.OriginatingServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L71C17-L88C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L71C17-L88C47" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.AttributeMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection.Contains(System.DirectoryServices.ActiveDirectory.AttributeMetadata)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L16C13-L29C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L16C13-L29C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection.IndexOf(System.DirectoryServices.ActiveDirectory.AttributeMetadata)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L34C13-L46C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L34C13-L46C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection.CopyTo(System.DirectoryServices.ActiveDirectory.AttributeMetadata[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L51C13-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L51C13-L52C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L12C53-L12C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L12C53-L12C89" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L48C34-L48C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L48C34-L48C47" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L53C13-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L53C13-L67C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.GetConfigurationSet(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L75C13-L151C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L75C13-L151C84" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAdamInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L156C13-L157C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L156C13-L157C68" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAdamInstance(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L162C13-L169C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L162C13-L169C77" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAdamInstance(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L174C13-L185C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L174C13-L185C81" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAllAdamInstances", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L190C13-L192C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L190C13-L192C60" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAllAdamInstances(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L197C13-L204C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L197C13-L204C69" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAllAdamInstances(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L209C13-L220C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L209C13-L220C73" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L225C13-L226C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L225C13-L226C110" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.GetSecurityLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L231C13-L237C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L231C13-L237C41" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.SetSecurityLevel(System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L242C13-L261C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L242C13-L261C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L263C46-L263C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L263C46-L263C50" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L273C17-L274C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L273C17-L274C39" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Sites", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L282C17-L283C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L282C17-L283C80" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.AdamInstances", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L291C17-L292C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L291C17-L292C72" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.ApplicationPartitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L300C17-L301C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L300C17-L301C120" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Schema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L309C17-L321C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L309C17-L321C38" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.SchemaRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L329C17-L330C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L329C17-L330C85" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.NamingRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L338C17-L339C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L338C17-L339C85" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ConfigurationSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.DirectoryServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.ConfigurationSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.ApplicationPartition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.DirectoryContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryContext.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContextType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L103C9-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L103C9-L115C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryContext.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContextType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L117C9-L135C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L117C9-L135C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryContext.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContextType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L137C9-L149C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L137C9-L149C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryContext.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContextType,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L151C9-L169C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L151C9-L169C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryContext.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L175C32-L175C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L175C32-L175C37" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryContext.UserName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L177C36-L177C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L177C36-L177C80" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryContext.ContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L184C52-L184C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L184C52-L184C64" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.DirectoryContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L24C9-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L24C9-L37C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L41C31-L41C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L41C31-L41C45" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L45C13-L51C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L45C13-L51C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L56C13-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L56C13-L70C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L74C46-L74C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L74C46-L74C50" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.MoveToAnotherSite(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L78C13-L144C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L78C13-L144C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L148C13-L150C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L148C13-L150C81" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.CheckReplicationConsistency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationCursors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationOperationInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetAllReplicationNeighbors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationConnectionFailures", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationMetadata(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.SyncReplicaFromServer(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.TriggerSyncReplicaFromNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.SyncReplicaFromAllServers(System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L185C17-L186C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L185C17-L186C36" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.Partitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L194C17-L195C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L194C17-L195C91" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.IPAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.SiteName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.SyncFromAllServersCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.InboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.OutboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.DirectoryServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Add(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L65C13-L105C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L65C13-L105C116" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.AddRange(System.DirectoryServices.ActiveDirectory.DirectoryServer[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L111C13-L124C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L111C13-L124C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Contains(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L128C13-L140C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L128C13-L140C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.CopyTo(System.DirectoryServices.ActiveDirectory.DirectoryServer[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L145C13-L146C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L145C13-L146C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.IndexOf(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L150C13-L162C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L150C13-L162C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L167C13-L207C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L167C13-L207C100" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Remove(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L213C13-L228C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L213C13-L228C101" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L233C13-L241C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L233C13-L241C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L246C13-L270C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L246C13-L270C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L276C13-L317C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L276C13-L317C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L323C13-L363C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L323C13-L363C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L369C13-L371C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L369C13-L371C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L375C13-L397C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L375C13-L397C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L48C20-L48C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L48C20-L48C54" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2000MixedDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2000NativeDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2003InterimDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2003Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2008Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2008R2Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows8Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2012R2Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetDomain(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L64C13-L134C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L64C13-L134C100" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetComputerDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L139C13-L145C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L139C13-L145C108" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.RaiseDomainFunctionalityLevel(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L151C13-L253C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L151C13-L253C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.RaiseDomainFunctionality(System.DirectoryServices.ActiveDirectory.DomainMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L258C13-L408C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L258C13-L408C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindDomainController", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L412C13-L414C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L412C13-L414C77" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindDomainController(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L419C13-L426C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L419C13-L426C81" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindDomainController(System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L431C13-L433C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L431C13-L433C80" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindDomainController(System.String,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L438C13-L445C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L438C13-L445C84" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindAllDomainControllers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L450C13-L452C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L450C13-L452C101" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindAllDomainControllers(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L457C13-L464C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L457C13-L464C105" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindAllDiscoverableDomainControllers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L469C13-L472C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L469C13-L472C120" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindAllDiscoverableDomainControllers(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L477C13-L491C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L477C13-L491C124" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L496C13-L497C140" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L496C13-L497C140" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetAllTrustRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L502C13-L506C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L502C13-L506C31" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L511C13-L529C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L511C13-L529C38" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetSelectiveAuthenticationStatus(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L535C13-L543C168" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L535C13-L543C168" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.SetSelectiveAuthenticationStatus(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L548C13-L557C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L548C13-L557C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetSidFilteringStatus(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L561C13-L569C168" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L561C13-L569C168" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.SetSidFilteringStatus(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L574C13-L583C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L574C13-L583C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.DeleteLocalSideOfTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L587C13-L597C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L587C13-L597C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.DeleteTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L601C13-L611C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L601C13-L611C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.VerifyOutboundTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L615C13-L624C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L615C13-L624C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.VerifyTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L628C13-L661C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L628C13-L661C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.CreateLocalSideOfTrustRelationship(System.String,System.DirectoryServices.ActiveDirectory.TrustDirection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L665C13-L688C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L665C13-L688C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.CreateTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L692C13-L713C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L692C13-L713C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.UpdateLocalSideOfTrustRelationship(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L717C13-L732C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L717C13-L732C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.UpdateLocalSideOfTrustRelationship(System.String,System.DirectoryServices.ActiveDirectory.TrustDirection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L736C13-L754C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L736C13-L754C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.UpdateTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L758C13-L779C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L758C13-L779C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.RepairTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L783C13-L821C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L783C13-L821C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetCurrentDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L825C13-L825C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L825C13-L825C88" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L836C17-L846C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L836C17-L846C38" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.DomainControllers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L854C17-L855C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L854C17-L855C80" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L863C17-L864C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L863C17-L864C84" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.DomainMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L872C17-L877C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L872C17-L877C43" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.DomainModeLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L885C17-L890C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L885C17-L890C41" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.Parent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L898C17-L904C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L898C17-L904C38" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.PdcRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L912C17-L914C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L912C17-L914C44" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.RidRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L922C17-L923C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L922C17-L923C90" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.InfrastructureRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L931C17-L932C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L931C17-L932C112" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainCollection.Contains(System.DirectoryServices.ActiveDirectory.Domain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L27C13-L38C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L27C13-L38C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainCollection.IndexOf(System.DirectoryServices.ActiveDirectory.Domain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L43C13-L54C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L43C13-L54C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainCollection.CopyTo(System.DirectoryServices.ActiveDirectory.Domain[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L59C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L59C13-L60C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L23C42-L23C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L23C42-L23C67" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.AbortIfServerUnavailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.SyncAdjacentServerOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.CheckServerAlivenessOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.SkipInitialCheck", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.PushChangeOutward", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.CrossSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.SyncStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.SyncCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.Finished", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory.ErrorContactingServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory.ErrorReplicating", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory.ServerUnreachable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback.Invoke(System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent,System.String,System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback.BeginInvoke(System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent,System.String,System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L42C9-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L42C9-L67C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L95C32-L95C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L95C32-L95C46" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L100C13-L116C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L100C13-L116C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetDomainController(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L123C13-L171C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L123C13-L171C80" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L176C13-L186C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L176C13-L186C70" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L191C13-L206C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L191C13-L206C74" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L211C13-L221C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L211C13-L221C73" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L226C13-L241C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L226C13-L241C77" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L246C13-L259C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L246C13-L259C94" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L264C13-L282C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L264C13-L282C98" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.EnableGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L287C13-L307C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L287C13-L307C53" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.IsGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L312C13-L338C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L312C13-L338C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.TransferRoleOwnership(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L342C13-L363C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L342C13-L363C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.SeizeRoleOwnership(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L369C13-L437C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L369C13-L437C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetDirectorySearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L441C13-L443C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L441C13-L443C51" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.CheckReplicationConsistency", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L448C13-L456C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L448C13-L456C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationCursors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L460C13-L476C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L460C13-L476C119" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationOperationInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L481C13-L490C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L481C13-L490C86" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L495C13-L510C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L495C13-L510C78" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetAllReplicationNeighbors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L515C13-L524C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L515C13-L524C78" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationConnectionFailures", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L529C13-L529C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L529C13-L529C100" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationMetadata(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L534C13-L549C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L534C13-L549C87" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.SyncReplicaFromServer(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L554C13-L572C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L554C13-L572C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.TriggerSyncReplicaFromNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L576C13-L588C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L576C13-L588C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.SyncReplicaFromAllServers(System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L592C13-L604C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L592C13-L604C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L613C17-L619C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L613C17-L619C39" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.CurrentTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L627C17-L640C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L627C17-L640C53" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.HighestCommittedUsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L648C17-L661C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L648C17-L661C94" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.OSVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L669C17-L677C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L669C17-L677C41" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.Roles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L711C17-L712C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L711C17-L712C87" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L720C17-L739C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L720C17-L739C38" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.IPAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L747C17-L756C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L747C17-L756C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.SiteName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L765C17-L775C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L765C17-L775C39" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.SyncFromAllServersCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L868C17-L871C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L868C17-L871C37" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.InboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L883C79-L883C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L883C79-L883C108" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.OutboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L885C80-L885C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L885C80-L885C110" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainController", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainControllerCollection.Contains(System.DirectoryServices.ActiveDirectory.DomainController)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L24C13-L35C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L24C13-L35C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainControllerCollection.IndexOf(System.DirectoryServices.ActiveDirectory.DomainController)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L40C13-L51C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L40C13-L51C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainControllerCollection.CopyTo(System.DirectoryServices.ActiveDirectory.DomainController[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L56C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L56C13-L57C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainControllerCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L20C52-L20C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L20C52-L20C87" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainControllerCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.ErrorCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L23C64-L23C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L23C64-L23C68" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L25C32-L25C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L25C32-L25C36" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.ErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L27C38-L27C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L27C38-L27C42" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.TargetServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L29C39-L29C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L29C39-L29C43" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L31C39-L31C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L31C39-L31C43" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor(System.String,System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L38C100-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L38C100-L42C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L44C92-L44C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L44C92-L44C116" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L46C74-L46C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L46C74-L46C91" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L48C59-L48C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L48C59-L48C69" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L54C110-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L54C110-L56C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L68C13-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L68C13-L69C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L58C29-L58C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L58C29-L58C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L60C31-L60C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L60C31-L60C35" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L75C17-L81C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L75C17-L81C26" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.String,System.Exception,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L90C102-L93C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L90C102-L93C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L95C84-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L95C84-L98C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L100C87-L100C134" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L100C87-L100C134" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L102C69-L102C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L102C69-L102C109" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L104C54-L104C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L104C54-L104C83" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L110C105-L112C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L110C105-L112C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L122C13-L123C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L122C13-L123C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L114C32-L114C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L114C32-L114C36" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.String,System.Exception,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L130C117-L134C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L130C117-L134C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.String,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L136C99-L140C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L136C99-L140C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L142C88-L142C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L142C88-L142C112" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L144C70-L144C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L144C70-L144C87" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L146C55-L146C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L146C55-L146C65" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L152C106-L154C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L152C106-L154C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L179C13-L180C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L179C13-L180C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L156C32-L156C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L156C32-L156C36" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L158C31-L158C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L158C31-L158C35" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L164C17-L169C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L164C17-L169C30" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L187C90-L187C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L187C90-L187C114" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L189C72-L189C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L189C72-L189C89" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L191C57-L191C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L191C57-L191C67" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L197C108-L199C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L197C108-L199C10" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor(System.String,System.Exception,System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L208C136-L211C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L208C136-L211C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L213C90-L213C137" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L213C90-L213C137" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L215C72-L215C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L215C72-L215C112" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L217C57-L217C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L217C57-L217C86" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L223C108-L225C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L223C108-L225C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L248C13-L249C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L248C13-L249C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.ErrorInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L231C17-L238C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L231C17-L238C34" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor(System.String,System.Exception,System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L259C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L259C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L261C134" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L261C134" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L263C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L263C109" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L265C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L265C83" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L273C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L273C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L283C13-L284C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L283C13-L284C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.Collisions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C73-L275C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C73-L275C77" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2000Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2003InterimForest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2003Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2008Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2008R2Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows8Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2012R2Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L60C34-L60C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L60C34-L60C47" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L65C13-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L65C13-L79C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetForest(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L86C13-L161C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L86C13-L161C97" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.RaiseForestFunctionalityLevel(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L166C13-L209C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L166C13-L209C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.RaiseForestFunctionality(System.DirectoryServices.ActiveDirectory.ForestMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L213C13-L227C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L213C13-L227C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L229C46-L229C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L229C46-L229C50" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L233C13-L235C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L233C13-L235C75" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindGlobalCatalog(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L240C13-L247C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L240C13-L247C79" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindGlobalCatalog(System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L252C13-L254C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L252C13-L254C78" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindGlobalCatalog(System.String,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L259C13-L266C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L259C13-L266C82" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindAllGlobalCatalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L271C13-L273C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L271C13-L273C66" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindAllGlobalCatalogs(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L278C13-L285C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L278C13-L285C70" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindAllDiscoverableGlobalCatalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L290C13-L293C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L290C13-L293C112" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindAllDiscoverableGlobalCatalogs(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L298C13-L312C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L298C13-L312C116" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetAllTrustRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L317C13-L319C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L317C13-L319C42" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L324C13-L341C173" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L324C13-L341C173" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetSelectiveAuthenticationStatus(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L347C13-L355C168" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L347C13-L355C168" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.SetSelectiveAuthenticationStatus(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L360C13-L369C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L360C13-L369C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetSidFilteringStatus(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L373C13-L381C167" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L373C13-L381C167" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.SetSidFilteringStatus(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L386C13-L395C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L386C13-L395C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.DeleteLocalSideOfTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L399C13-L409C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L399C13-L409C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.DeleteTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L413C13-L423C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L413C13-L423C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.VerifyOutboundTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L427C13-L436C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L427C13-L436C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.VerifyTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L440C13-L473C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L440C13-L473C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.CreateLocalSideOfTrustRelationship(System.String,System.DirectoryServices.ActiveDirectory.TrustDirection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L477C13-L500C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L477C13-L500C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.CreateTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L504C13-L525C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L504C13-L525C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.UpdateLocalSideOfTrustRelationship(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L529C13-L544C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L529C13-L544C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.UpdateLocalSideOfTrustRelationship(System.String,System.DirectoryServices.ActiveDirectory.TrustDirection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L548C13-L566C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L548C13-L566C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.UpdateTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L570C13-L591C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L570C13-L591C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.RepairTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L595C13-L630C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L595C13-L630C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetCurrentForest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L632C52-L632C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L632C52-L632C112" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L642C17-L643C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L642C17-L643C39" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.Sites", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L651C17-L652C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L651C17-L652C80" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.Domains", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L660C17-L661C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L660C17-L661C78" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.GlobalCatalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L669C17-L670C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L669C17-L670C74" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.ApplicationPartitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L678C17-L679C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L678C17-L679C120" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.ForestModeLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L687C17-L692C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L687C17-L692C41" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.ForestMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L700C17-L707C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L700C17-L707C43" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.RootDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L715C17-L723C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L715C17-L723C42" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.Schema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L731C17-L743C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L731C17-L743C38" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.SchemaRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L751C17-L752C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L751C17-L752C96" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.NamingRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L760C17-L761C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L760C17-L761C96" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision.CollisionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L18C57-L18C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L18C57-L18C61" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision.TopLevelNameCollisionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L20C75-L20C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L20C75-L20C79" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision.DomainCollisionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L22C63-L22C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L22C63-L22C67" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision.CollisionRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L24C41-L24C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L24C41-L24C45" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection.Contains(System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L38C13-L41C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L38C13-L41C50" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L46C13-L49C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L46C13-L49C49" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L54C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L54C13-L55C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L33C20-L33C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L33C20-L33C71" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection.Contains(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L19C13-L22C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L19C13-L22C52" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L27C13-L30C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L27C13-L30C51" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L35C13-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L35C13-L36C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L14C20-L14C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L14C20-L14C67" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.SidAdminDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.SidConflictDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.NetBiosNameAdminDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.NetBiosNameConflictDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation.DnsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L40C33-L40C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L40C33-L40C37" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation.NetBiosName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L42C37-L42C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L42C37-L42C41" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation.DomainSid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L44C35-L44C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L44C35-L44C39" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L48C20-L48C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L48C20-L48C27" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L82C13-L315C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L82C13-L315C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation.TopLevelNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L54C17-L56C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L54C17-L56C39" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation.ExcludedTopLevelNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L64C17-L66C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L64C17-L66C39" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation.TrustedDomainInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L74C17-L76C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L74C17-L76C36" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.GetGlobalCatalog(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L30C13-L86C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L30C13-L86C77" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L91C13-L101C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L91C13-L101C70" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L106C13-L121C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L106C13-L121C74" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L126C13-L136C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L126C13-L136C73" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L141C13-L156C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L141C13-L156C77" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L161C13-L174C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L161C13-L174C51" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L179C13-L197C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L179C13-L197C55" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.EnableGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L202C13-L203C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L202C13-L203C77" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.DisableGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L208C13-L236C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L208C13-L236C56" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.IsGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L241C13-L245C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L241C13-L245C25" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindAllProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L250C13-L270C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L250C13-L270C77" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.GetDirectorySearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L275C13-L278C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L275C13-L278C51" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.GlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection.Contains(System.DirectoryServices.ActiveDirectory.GlobalCatalog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L24C13-L35C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L24C13-L35C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection.IndexOf(System.DirectoryServices.ActiveDirectory.GlobalCatalog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L40C13-L51C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L40C13-L51C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection.CopyTo(System.DirectoryServices.ActiveDirectory.GlobalCatalog[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L56C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L56C13-L57C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L20C49-L20C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L20C49-L20C81" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.ForceRediscovery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.KdcRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.TimeServerRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.WriteableRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.AvoidSelf", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.LocatorOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L27C13-L38C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L27C13-L38C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L43C13-L54C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L43C13-L54C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L59C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L59C13-L60C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L22C20-L22C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L22C20-L22C65" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L27C13-L37C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L27C13-L37C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L42C13-L53C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L42C13-L53C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L58C13-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L58C13-L59C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L22C20-L22C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L22C20-L22C68" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection.Contains(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L27C13-L38C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L27C13-L38C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection.IndexOf(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L43C13-L54C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L43C13-L54C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection.CopyTo(System.DirectoryServices.ActiveDirectory.DirectoryServer[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L59C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L59C13-L60C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L23C51-L23C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L23C51-L23C85" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L24C13-L40C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L24C13-L40C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L45C13-L61C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L45C13-L61C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L66C13-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L66C13-L67C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L20C55-L20C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L20C55-L20C93" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L19C13-L34C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L19C13-L34C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L39C13-L54C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L39C13-L54C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L59C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L59C13-L60C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L14C20-L14C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L14C20-L14C68" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L19C13-L34C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L19C13-L34C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L39C13-L54C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L39C13-L54C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L59C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L59C13-L60C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L14C20-L14C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L14C20-L14C62" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L31C13-L44C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L31C13-L44C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L49C13-L62C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L49C13-L62C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L67C13-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L67C13-L68C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L20C17-L25C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L20C17-L25C48" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.NotificationStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.NotificationStatus.NoNotification", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.NotificationStatus.IntraSiteOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.NotificationStatus.NotificationAlways", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.NotificationStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSpan.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSpan.IntraSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSpan.InterSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L41C13-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L41C13-L94C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L105C109-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L105C109-L107C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.DirectoryServer,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L109C144-L111C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L109C144-L111C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.DirectoryServer,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L113C149-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L113C149-L115C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.DirectoryServer,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L117C9-L201C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L117C9-L201C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L205C13-L207C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L205C13-L207C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L211C13-L218C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L211C13-L218C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L222C13-L223C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L222C13-L223C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L845C13-L863C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L845C13-L863C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L867C13-L883C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L867C13-L883C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L887C13-L890C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L887C13-L890C25" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L895C13-L904C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L895C13-L904C108" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L229C17-L232C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L229C17-L232C40" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L240C17-L262C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L240C17-L262C42" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.DestinationServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L270C17-L301C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L270C17-L301C47" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L309C17-L324C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L309C17-L324C14" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L345C17-L373C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L345C17-L373C39" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.GeneratedByKcc", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L381C17-L408C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L381C17-L408C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ReciprocalReplicationEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L451C17-L478C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L451C17-L478C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ChangeNotificationStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L521C17-L551C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L521C17-L551C61" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.DataCompressionEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L603C17-L632C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L603C17-L632C34" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ReplicationScheduleOwnedByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L677C17-L704C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L677C17-L704C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ReplicationSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L747C17-L764C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L747C17-L764C54" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L773C17-L795C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L773C17-L795C33" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L16C13-L34C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L16C13-L34C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L39C13-L57C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L39C13-L57C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationConnection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L62C13-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L62C13-L63C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L12C57-L12C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L12C57-L12C97" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.PartitionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L45C39-L45C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L45C39-L45C43" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.SourceInvocationId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L47C42-L47C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L47C42-L47C46" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.UpToDatenessUsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L49C39-L49C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L49C39-L49C43" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L56C17-L61C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L56C17-L61C38" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.LastSuccessfulSyncTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L69C17-L77C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L69C17-L77C86" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationCursor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationCursor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L22C13-L25C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L22C13-L25C47" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationCursor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L30C13-L33C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L30C13-L33C46" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationCursor[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L38C13-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L38C13-L39C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L18C53-L18C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L18C53-L18C89" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L37C17-L52C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L37C17-L52C38" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.FirstFailureTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L58C44-L58C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L58C44-L58C48" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.ConsecutiveFailureCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L60C46-L60C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L60C46-L60C50" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.LastErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L62C37-L62C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L62C37-L62C47" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.LastErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L64C43-L64C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L64C43-L64C96" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationFailure)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L25C13-L28C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L25C13-L28C48" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationFailure)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L33C13-L36C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L33C13-L36C47" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationFailure[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L41C13-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L41C13-L42C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L21C54-L21C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L21C54-L21C91" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType.Rpc", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType.Smtp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.PartitionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L76C40-L76C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L76C40-L76C44" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L82C17-L97C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L82C17-L97C38" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L101C61-L101C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L101C61-L101C65" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L103C71-L103C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L103C71-L103C75" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.SourceInvocationId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L105C42-L105C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L105C42-L105C46" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.UsnLastObjectChangeSynced", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L107C49-L107C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L107C49-L107C53" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.UsnAttributeFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L109C42-L109C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L109C42-L109C46" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.LastSuccessfulSync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L111C46-L111C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L111C46-L111C50" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.LastAttemptedSync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L113C45-L113C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L113C45-L113C49" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.LastSyncResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L115C37-L115C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L115C37-L115C41" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.LastSyncMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L117C42-L117C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L117C42-L117C96" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ConsecutiveFailureCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L119C46-L119C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L119C46-L119C50" }, { "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationNeighbor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L25C13-L28C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L25C13-L28C49" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationNeighbor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L33C13-L36C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L33C13-L36C48" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationNeighbor[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L41C13-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L41C13-L42C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L21C55-L21C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L21C55-L21C93" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.TimeEnqueued", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L47C40-L47C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L47C40-L47C44" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.OperationNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L49C38-L49C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L49C38-L49C42" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L51C31-L51C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L51C31-L51C35" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.OperationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L53C57-L53C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L53C57-L53C61" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.PartitionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L55C40-L55C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L55C40-L55C44" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L61C17-L76C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L61C17-L76C38" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationOperation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L25C13-L28C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L25C13-L28C50" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationOperation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L33C13-L36C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L33C13-L36C49" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationOperation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L41C13-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L41C13-L42C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L21C56-L21C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L21C56-L21C95" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L12C9-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L12C9-L14C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation.OperationStartTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L16C47-L16C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L16C47-L16C56" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation.CurrentOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L18C58-L18C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L18C58-L18C67" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation.PendingOperations", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L20C69-L20C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L20C69-L20C79" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.FindByTransportType(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L30C13-L96C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L30C13-L96C82" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L315C13-L326C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L315C13-L326C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L330C13-L333C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L330C13-L333C97" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L338C13-L340C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L338C13-L340C10" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L344C13-L347C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L344C13-L347C42" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L352C13-L361C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L352C13-L361C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L103C17-L106C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L103C17-L106C35" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.IgnoreReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L114C17-L132C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L114C17-L132C34" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.BridgeAllSiteLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L164C17-L183C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L164C17-L183C33" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.SiteLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L217C17-L257C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L217C17-L257C44" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.SiteLinkBridges", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L265C17-L306C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L265C17-L306C42" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.SchemaRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.NamingRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.PdcRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.RidRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.InfrastructureRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.AdamRole.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.AdamRole.SchemaRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.AdamRole.NamingRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.AdamRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L25C13-L38C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L25C13-L38C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L43C13-L58C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L43C13-L58C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L63C13-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L63C13-L64C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L21C55-L21C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L21C55-L21C93" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamRoleCollection.Contains(System.DirectoryServices.ActiveDirectory.AdamRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L83C13-L96C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L83C13-L96C26" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamRoleCollection.IndexOf(System.DirectoryServices.ActiveDirectory.AdamRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L101C13-L116C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L101C13-L116C23" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamRoleCollection.CopyTo(System.DirectoryServices.ActiveDirectory.AdamRole[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L121C13-L122C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L121C13-L122C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamRoleCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L79C44-L79C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L79C44-L79C71" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.AdamRoleCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel.MutualAuthentication", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel.Negotiate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel.NegotiatePassThrough", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.NewlyCreated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.AdminDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.ConflictDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.ActiveDirectory.TopLevelName.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs#L29C30-L29C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs#L29C30-L29C34" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.TopLevelName.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs#L33C20-L33C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs#L33C20-L33C27" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.TopLevelName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection.Contains(System.DirectoryServices.ActiveDirectory.TopLevelName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L16C13-L19C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L16C13-L19C45" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection.IndexOf(System.DirectoryServices.ActiveDirectory.TopLevelName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L24C13-L27C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L24C13-L27C44" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection.CopyTo(System.DirectoryServices.ActiveDirectory.TopLevelName[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L32C13-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L32C13-L33C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L12C48-L12C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L12C48-L12C79" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.TreeRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.ParentChild", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.CrossLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.Kerberos", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.TrustType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustDirection.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustDirection.Inbound", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustDirection.Outbound", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustDirection.Bidirectional", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.TrustDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "Members": [ { "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation.SourceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L54C38-L54C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L54C38-L54C44" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation.TargetName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L56C38-L56C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L56C38-L56C44" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation.TrustType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L58C39-L58C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L58C39-L58C43" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation.TrustDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L60C49-L60C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L60C49-L60C58" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection.Contains(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L35C13-L38C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L35C13-L38C52" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection.IndexOf(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L43C13-L46C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L43C13-L46C51" }, { "DocsId": "M:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection.CopyTo(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L51C13-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L51C13-L52C10" }, { "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L30C20-L30C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L30C20-L30C67" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.Sync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.Add", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.Modify", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.UpdateReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationOperationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType.TopLevelName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType.Other", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.NewlyCreated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.DisabledByAdmin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.DisabledByConflict", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.SidDisabledByAdmin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.SidDisabledByConflict", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.NetBiosNameDisabledByAdmin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.NetBiosNameDisabledByConflict", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.Writeable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.SyncOnStartup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.ScheduledSync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.UseInterSiteTransport", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.TwoWaySync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.ReturnObjectParent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.FullSyncInProgress", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.FullSyncNextPacket", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.NeverSynced", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.Preempted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.IgnoreChangeNotifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.DisableScheduledSync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.CompressChanges", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.NoChangeNotifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" }, { "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.PartialAttributeSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" } ], "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Drawing.Common.json b/xml/SourceLinkInformation/net-9.0-pp/System.Drawing.Common.json index 9293f6901ce..f5cb472ffc3 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Drawing.Common.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Drawing.Common.json @@ -1,12751 +1,12755 @@ { "Assembly": "System.Drawing.Common", - "GUID": "3B4E75B5E38144D5B4D241C02FDCACDEFFFFFFFF", + "GUID": "94382BD87B974EBFAC273A4A1C830FB0FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L27C38-L27C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L28C38-L28C71" }, { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L29C5-L48C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L30C5-L49C6" }, { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L50C36-L52C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L51C36-L53C6" }, { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.IO.Stream,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L54C5-L68C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L55C5-L69C6" }, { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L70C49-L72C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L71C49-L73C6" }, { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L83C44-L85C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L84C44-L86C6" }, { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L87C5-L95C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L88C5-L96C6" }, { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32,System.Int32,System.Drawing.Imaging.PixelFormat,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L97C5-L102C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L98C5-L103C6" }, { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32,System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L104C5-L109C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L105C5-L110C6" }, { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L111C37-L113C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L112C37-L114C6" }, { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Drawing.Image,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L115C51-L117C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L116C51-L118C6" }, { "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Drawing.Image,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L119C60-L125C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L120C60-L126C6" }, { "DocsId": "M:System.Drawing.Bitmap.Windows#Win32#Foundation#IPointer#get_Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L131C40-L131C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L132C40-L132C69" }, { "DocsId": "M:System.Drawing.Bitmap.FromHicon(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L136C9-L137C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L137C9-L138C35" }, { "DocsId": "M:System.Drawing.Bitmap.FromResource(System.IntPtr,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L142C9-L149C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L143C9-L150C35" }, { "DocsId": "M:System.Drawing.Bitmap.GetHbitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L153C35-L153C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L154C35-L154C62" + }, + { + "DocsId": "M:System.Drawing.Bitmap.System#Private#Windows#Graphics#IBitmap#GetHbitmap", + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L156C37-L156C58" }, { "DocsId": "M:System.Drawing.Bitmap.GetHbitmap(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L160C13-L173C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L163C13-L176C6" }, { "DocsId": "M:System.Drawing.Bitmap.GetHicon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L179C9-L181C22" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L182C9-L184C22" }, { "DocsId": "M:System.Drawing.Bitmap.Clone(System.Drawing.RectangleF,System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L186C9-L205C34" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L189C9-L208C34" }, { "DocsId": "M:System.Drawing.Bitmap.MakeTransparent", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L210C9-L224C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L213C9-L227C6" }, { "DocsId": "M:System.Drawing.Bitmap.MakeTransparent(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L228C9-L260C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L231C9-L263C6" }, { "DocsId": "M:System.Drawing.Bitmap.LockBits(System.Drawing.Rectangle,System.Drawing.Imaging.ImageLockMode,System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L263C9-L263C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L266C9-L266C45" }, { "DocsId": "M:System.Drawing.Bitmap.LockBits(System.Drawing.Rectangle,System.Drawing.Imaging.ImageLockMode,System.Drawing.Imaging.PixelFormat,System.Drawing.Imaging.BitmapData)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L267C9-L279C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L270C9-L282C27" }, { "DocsId": "M:System.Drawing.Bitmap.UnlockBits(System.Drawing.Imaging.BitmapData)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L284C9-L292C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L287C9-L295C6" }, { "DocsId": "M:System.Drawing.Bitmap.GetPixel(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L296C9-L309C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L299C9-L312C43" }, { "DocsId": "M:System.Drawing.Bitmap.SetPixel(System.Int32,System.Int32,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L314C9-L331C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L317C9-L334C6" }, { "DocsId": "M:System.Drawing.Bitmap.SetResolution(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L335C9-L337C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L338C9-L340C6" }, { "DocsId": "M:System.Drawing.Bitmap.Clone(System.Drawing.Rectangle,System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L341C9-L359C34" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L344C9-L362C34" }, { "DocsId": "M:System.Drawing.Bitmap.ApplyEffect(System.Drawing.Imaging.Effects.Effect,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L370C9-L381C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L373C9-L384C6" }, { "DocsId": "M:System.Drawing.Bitmap.ConvertFormat(System.Drawing.Imaging.PixelFormat,System.Drawing.Imaging.DitherType,System.Drawing.Imaging.PaletteType,System.Drawing.Imaging.ColorPalette,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L450C9-L476C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L453C9-L479C6" }, { "DocsId": "M:System.Drawing.Bitmap.ConvertFormat(System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L489C9-L508C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L492C9-L511C6" }, { "DocsId": "P:System.Drawing.Bitmap.Windows#Win32#Foundation#IPointer#Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L131C40-L131C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L132C40-L132C69" } ], "DocsId": "T:System.Drawing.Bitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.BitmapSuffixInSameAssemblyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSameAssemblyAttribute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSameAssemblyAttribute.cs" } ], "DocsId": "T:System.Drawing.BitmapSuffixInSameAssemblyAttribute", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSameAssemblyAttribute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSameAssemblyAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.BitmapSuffixInSatelliteAssemblyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSatelliteAssemblyAttribute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSatelliteAssemblyAttribute.cs" } ], "DocsId": "T:System.Drawing.BitmapSuffixInSatelliteAssemblyAttribute", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSatelliteAssemblyAttribute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSatelliteAssemblyAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Brush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brush.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brush.cs" }, { "DocsId": "M:System.Drawing.Brush.SetNativeBrush(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L15C61-L15C100" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L15C61-L15C100" }, { "DocsId": "M:System.Drawing.Brush.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L23C9-L25C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L23C9-L25C6" }, { "DocsId": "M:System.Drawing.Brush.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L29C9-L35C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L29C9-L35C6" }, { "DocsId": "M:System.Drawing.Brush.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L37C17-L37C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L37C17-L37C42" }, { "DocsId": "M:System.Drawing.Brush.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brush.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brush.cs" } ], "DocsId": "T:System.Drawing.Brush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brush.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brush.cs" }, { "Members": [ { "DocsId": "P:System.Drawing.Brushes.Transparent", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L149C40-L149C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L149C40-L149C85" }, { "DocsId": "P:System.Drawing.Brushes.AliceBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L151C38-L151C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L151C38-L151C79" }, { "DocsId": "P:System.Drawing.Brushes.AntiqueWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L152C41-L152C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L152C41-L152C88" }, { "DocsId": "P:System.Drawing.Brushes.Aqua", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L153C33-L153C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L153C33-L153C64" }, { "DocsId": "P:System.Drawing.Brushes.Aquamarine", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L154C39-L154C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L154C39-L154C82" }, { "DocsId": "P:System.Drawing.Brushes.Azure", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L155C34-L155C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L155C34-L155C67" }, { "DocsId": "P:System.Drawing.Brushes.Beige", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L157C34-L157C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L157C34-L157C67" }, { "DocsId": "P:System.Drawing.Brushes.Bisque", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L158C35-L158C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L158C35-L158C70" }, { "DocsId": "P:System.Drawing.Brushes.Black", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L159C34-L159C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L159C34-L159C67" }, { "DocsId": "P:System.Drawing.Brushes.BlanchedAlmond", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L160C43-L160C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L160C43-L160C94" }, { "DocsId": "P:System.Drawing.Brushes.Blue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L161C33-L161C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L161C33-L161C64" }, { "DocsId": "P:System.Drawing.Brushes.BlueViolet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L162C39-L162C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L162C39-L162C82" }, { "DocsId": "P:System.Drawing.Brushes.Brown", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L163C34-L163C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L163C34-L163C67" }, { "DocsId": "P:System.Drawing.Brushes.BurlyWood", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L164C38-L164C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L164C38-L164C79" }, { "DocsId": "P:System.Drawing.Brushes.CadetBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L166C38-L166C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L166C38-L166C79" }, { "DocsId": "P:System.Drawing.Brushes.Chartreuse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L167C39-L167C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L167C39-L167C82" }, { "DocsId": "P:System.Drawing.Brushes.Chocolate", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L168C38-L168C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L168C38-L168C79" }, { "DocsId": "P:System.Drawing.Brushes.Coral", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L169C34-L169C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L169C34-L169C67" }, { "DocsId": "P:System.Drawing.Brushes.CornflowerBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L170C43-L170C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L170C43-L170C94" }, { "DocsId": "P:System.Drawing.Brushes.Cornsilk", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L171C37-L171C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L171C37-L171C76" }, { "DocsId": "P:System.Drawing.Brushes.Crimson", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L172C36-L172C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L172C36-L172C73" }, { "DocsId": "P:System.Drawing.Brushes.Cyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L173C33-L173C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L173C33-L173C64" }, { "DocsId": "P:System.Drawing.Brushes.DarkBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L175C37-L175C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L175C37-L175C76" }, { "DocsId": "P:System.Drawing.Brushes.DarkCyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L176C37-L176C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L176C37-L176C76" }, { "DocsId": "P:System.Drawing.Brushes.DarkGoldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L177C42-L177C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L177C42-L177C91" }, { "DocsId": "P:System.Drawing.Brushes.DarkGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L178C37-L178C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L178C37-L178C76" }, { "DocsId": "P:System.Drawing.Brushes.DarkGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L179C38-L179C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L179C38-L179C79" }, { "DocsId": "P:System.Drawing.Brushes.DarkKhaki", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L180C38-L180C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L180C38-L180C79" }, { "DocsId": "P:System.Drawing.Brushes.DarkMagenta", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L181C40-L181C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L181C40-L181C85" }, { "DocsId": "P:System.Drawing.Brushes.DarkOliveGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L182C43-L182C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L182C43-L182C94" }, { "DocsId": "P:System.Drawing.Brushes.DarkOrange", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L183C39-L183C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L183C39-L183C82" }, { "DocsId": "P:System.Drawing.Brushes.DarkOrchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L184C39-L184C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L184C39-L184C82" }, { "DocsId": "P:System.Drawing.Brushes.DarkRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L185C36-L185C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L185C36-L185C73" }, { "DocsId": "P:System.Drawing.Brushes.DarkSalmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L186C39-L186C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L186C39-L186C82" }, { "DocsId": "P:System.Drawing.Brushes.DarkSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L187C41-L187C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L187C41-L187C88" }, { "DocsId": "P:System.Drawing.Brushes.DarkSlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L188C42-L188C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L188C42-L188C91" }, { "DocsId": "P:System.Drawing.Brushes.DarkSlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L189C42-L189C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L189C42-L189C91" }, { "DocsId": "P:System.Drawing.Brushes.DarkTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L190C42-L190C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L190C42-L190C91" }, { "DocsId": "P:System.Drawing.Brushes.DarkViolet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L191C39-L191C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L191C39-L191C82" }, { "DocsId": "P:System.Drawing.Brushes.DeepPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L192C37-L192C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L192C37-L192C76" }, { "DocsId": "P:System.Drawing.Brushes.DeepSkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L193C40-L193C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L193C40-L193C85" }, { "DocsId": "P:System.Drawing.Brushes.DimGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L194C36-L194C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L194C36-L194C73" }, { "DocsId": "P:System.Drawing.Brushes.DodgerBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L195C39-L195C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L195C39-L195C82" }, { "DocsId": "P:System.Drawing.Brushes.Firebrick", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L197C38-L197C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L197C38-L197C79" }, { "DocsId": "P:System.Drawing.Brushes.FloralWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L198C40-L198C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L198C40-L198C85" }, { "DocsId": "P:System.Drawing.Brushes.ForestGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L199C40-L199C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L199C40-L199C85" }, { "DocsId": "P:System.Drawing.Brushes.Fuchsia", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L200C36-L200C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L200C36-L200C73" }, { "DocsId": "P:System.Drawing.Brushes.Gainsboro", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L202C38-L202C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L202C38-L202C79" }, { "DocsId": "P:System.Drawing.Brushes.GhostWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L203C39-L203C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L203C39-L203C82" }, { "DocsId": "P:System.Drawing.Brushes.Gold", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L204C33-L204C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L204C33-L204C64" }, { "DocsId": "P:System.Drawing.Brushes.Goldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L205C38-L205C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L205C38-L205C79" }, { "DocsId": "P:System.Drawing.Brushes.Gray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L206C33-L206C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L206C33-L206C64" }, { "DocsId": "P:System.Drawing.Brushes.Green", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L207C34-L207C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L207C34-L207C67" }, { "DocsId": "P:System.Drawing.Brushes.GreenYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L208C40-L208C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L208C40-L208C85" }, { "DocsId": "P:System.Drawing.Brushes.Honeydew", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L210C37-L210C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L210C37-L210C76" }, { "DocsId": "P:System.Drawing.Brushes.HotPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L211C36-L211C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L211C36-L211C73" }, { "DocsId": "P:System.Drawing.Brushes.IndianRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L213C38-L213C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L213C38-L213C79" }, { "DocsId": "P:System.Drawing.Brushes.Indigo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L214C35-L214C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L214C35-L214C70" }, { "DocsId": "P:System.Drawing.Brushes.Ivory", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L215C34-L215C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L215C34-L215C67" }, { "DocsId": "P:System.Drawing.Brushes.Khaki", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L217C34-L217C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L217C34-L217C67" }, { "DocsId": "P:System.Drawing.Brushes.Lavender", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L219C37-L219C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L219C37-L219C76" }, { "DocsId": "P:System.Drawing.Brushes.LavenderBlush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L220C42-L220C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L220C42-L220C91" }, { "DocsId": "P:System.Drawing.Brushes.LawnGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L221C38-L221C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L221C38-L221C79" }, { "DocsId": "P:System.Drawing.Brushes.LemonChiffon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L222C41-L222C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L222C41-L222C88" }, { "DocsId": "P:System.Drawing.Brushes.LightBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L223C38-L223C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L223C38-L223C79" }, { "DocsId": "P:System.Drawing.Brushes.LightCoral", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L224C39-L224C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L224C39-L224C82" }, { "DocsId": "P:System.Drawing.Brushes.LightCyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L225C38-L225C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L225C38-L225C79" }, { "DocsId": "P:System.Drawing.Brushes.LightGoldenrodYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L226C49-L226C112" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L226C49-L226C112" }, { "DocsId": "P:System.Drawing.Brushes.LightGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L227C39-L227C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L227C39-L227C82" }, { "DocsId": "P:System.Drawing.Brushes.LightGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L228C38-L228C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L228C38-L228C79" }, { "DocsId": "P:System.Drawing.Brushes.LightPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L229C38-L229C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L229C38-L229C79" }, { "DocsId": "P:System.Drawing.Brushes.LightSalmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L230C40-L230C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L230C40-L230C85" }, { "DocsId": "P:System.Drawing.Brushes.LightSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L231C42-L231C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L231C42-L231C91" }, { "DocsId": "P:System.Drawing.Brushes.LightSkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L232C41-L232C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L232C41-L232C88" }, { "DocsId": "P:System.Drawing.Brushes.LightSlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L233C43-L233C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L233C43-L233C94" }, { "DocsId": "P:System.Drawing.Brushes.LightSteelBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L234C43-L234C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L234C43-L234C94" }, { "DocsId": "P:System.Drawing.Brushes.LightYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L235C40-L235C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L235C40-L235C85" }, { "DocsId": "P:System.Drawing.Brushes.Lime", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L236C33-L236C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L236C33-L236C64" }, { "DocsId": "P:System.Drawing.Brushes.LimeGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L237C38-L237C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L237C38-L237C79" }, { "DocsId": "P:System.Drawing.Brushes.Linen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L238C34-L238C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L238C34-L238C67" }, { "DocsId": "P:System.Drawing.Brushes.Magenta", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L240C36-L240C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L240C36-L240C73" }, { "DocsId": "P:System.Drawing.Brushes.Maroon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L241C35-L241C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L241C35-L241C70" }, { "DocsId": "P:System.Drawing.Brushes.MediumAquamarine", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L242C45-L242C100" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L242C45-L242C100" }, { "DocsId": "P:System.Drawing.Brushes.MediumBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L243C39-L243C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L243C39-L243C82" }, { "DocsId": "P:System.Drawing.Brushes.MediumOrchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L244C41-L244C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L244C41-L244C88" }, { "DocsId": "P:System.Drawing.Brushes.MediumPurple", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L245C41-L245C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L245C41-L245C88" }, { "DocsId": "P:System.Drawing.Brushes.MediumSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L246C43-L246C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L246C43-L246C94" }, { "DocsId": "P:System.Drawing.Brushes.MediumSlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L247C44-L247C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L247C44-L247C97" }, { "DocsId": "P:System.Drawing.Brushes.MediumSpringGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L248C46-L248C103" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L248C46-L248C103" }, { "DocsId": "P:System.Drawing.Brushes.MediumTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L249C44-L249C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L249C44-L249C97" }, { "DocsId": "P:System.Drawing.Brushes.MediumVioletRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L250C44-L250C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L250C44-L250C97" }, { "DocsId": "P:System.Drawing.Brushes.MidnightBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L251C41-L251C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L251C41-L251C88" }, { "DocsId": "P:System.Drawing.Brushes.MintCream", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L252C38-L252C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L252C38-L252C79" }, { "DocsId": "P:System.Drawing.Brushes.MistyRose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L253C38-L253C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L253C38-L253C79" }, { "DocsId": "P:System.Drawing.Brushes.Moccasin", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L254C37-L254C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L254C37-L254C76" }, { "DocsId": "P:System.Drawing.Brushes.NavajoWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L256C40-L256C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L256C40-L256C85" }, { "DocsId": "P:System.Drawing.Brushes.Navy", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L257C33-L257C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L257C33-L257C64" }, { "DocsId": "P:System.Drawing.Brushes.OldLace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L259C36-L259C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L259C36-L259C73" }, { "DocsId": "P:System.Drawing.Brushes.Olive", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L260C34-L260C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L260C34-L260C67" }, { "DocsId": "P:System.Drawing.Brushes.OliveDrab", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L261C38-L261C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L261C38-L261C79" }, { "DocsId": "P:System.Drawing.Brushes.Orange", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L262C35-L262C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L262C35-L262C70" }, { "DocsId": "P:System.Drawing.Brushes.OrangeRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L263C38-L263C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L263C38-L263C79" }, { "DocsId": "P:System.Drawing.Brushes.Orchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L264C35-L264C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L264C35-L264C70" }, { "DocsId": "P:System.Drawing.Brushes.PaleGoldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L266C42-L266C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L266C42-L266C91" }, { "DocsId": "P:System.Drawing.Brushes.PaleGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L267C38-L267C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L267C38-L267C79" }, { "DocsId": "P:System.Drawing.Brushes.PaleTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L268C42-L268C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L268C42-L268C91" }, { "DocsId": "P:System.Drawing.Brushes.PaleVioletRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L269C42-L269C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L269C42-L269C91" }, { "DocsId": "P:System.Drawing.Brushes.PapayaWhip", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L270C39-L270C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L270C39-L270C82" }, { "DocsId": "P:System.Drawing.Brushes.PeachPuff", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L271C38-L271C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L271C38-L271C79" }, { "DocsId": "P:System.Drawing.Brushes.Peru", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L272C33-L272C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L272C33-L272C64" }, { "DocsId": "P:System.Drawing.Brushes.Pink", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L273C33-L273C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L273C33-L273C64" }, { "DocsId": "P:System.Drawing.Brushes.Plum", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L274C33-L274C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L274C33-L274C64" }, { "DocsId": "P:System.Drawing.Brushes.PowderBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L275C39-L275C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L275C39-L275C82" }, { "DocsId": "P:System.Drawing.Brushes.Purple", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L276C35-L276C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L276C35-L276C70" }, { "DocsId": "P:System.Drawing.Brushes.Red", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L278C32-L278C61" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L278C32-L278C61" }, { "DocsId": "P:System.Drawing.Brushes.RosyBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L279C38-L279C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L279C38-L279C79" }, { "DocsId": "P:System.Drawing.Brushes.RoyalBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L280C38-L280C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L280C38-L280C79" }, { "DocsId": "P:System.Drawing.Brushes.SaddleBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L282C40-L282C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L282C40-L282C85" }, { "DocsId": "P:System.Drawing.Brushes.Salmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L283C35-L283C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L283C35-L283C70" }, { "DocsId": "P:System.Drawing.Brushes.SandyBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L284C39-L284C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L284C39-L284C82" }, { "DocsId": "P:System.Drawing.Brushes.SeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L285C37-L285C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L285C37-L285C76" }, { "DocsId": "P:System.Drawing.Brushes.SeaShell", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L286C37-L286C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L286C37-L286C76" }, { "DocsId": "P:System.Drawing.Brushes.Sienna", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L287C35-L287C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L287C35-L287C70" }, { "DocsId": "P:System.Drawing.Brushes.Silver", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L288C35-L288C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L288C35-L288C70" }, { "DocsId": "P:System.Drawing.Brushes.SkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L289C36-L289C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L289C36-L289C73" }, { "DocsId": "P:System.Drawing.Brushes.SlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L290C38-L290C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L290C38-L290C79" }, { "DocsId": "P:System.Drawing.Brushes.SlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L291C38-L291C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L291C38-L291C79" }, { "DocsId": "P:System.Drawing.Brushes.Snow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L292C33-L292C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L292C33-L292C64" }, { "DocsId": "P:System.Drawing.Brushes.SpringGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L293C40-L293C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L293C40-L293C85" }, { "DocsId": "P:System.Drawing.Brushes.SteelBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L294C38-L294C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L294C38-L294C79" }, { "DocsId": "P:System.Drawing.Brushes.Tan", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L296C32-L296C61" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L296C32-L296C61" }, { "DocsId": "P:System.Drawing.Brushes.Teal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L297C33-L297C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L297C33-L297C64" }, { "DocsId": "P:System.Drawing.Brushes.Thistle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L298C36-L298C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L298C36-L298C73" }, { "DocsId": "P:System.Drawing.Brushes.Tomato", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L299C35-L299C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L299C35-L299C70" }, { "DocsId": "P:System.Drawing.Brushes.Turquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L300C38-L300C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L300C38-L300C79" }, { "DocsId": "P:System.Drawing.Brushes.Violet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L302C35-L302C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L302C35-L302C70" }, { "DocsId": "P:System.Drawing.Brushes.Wheat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L304C34-L304C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L304C34-L304C67" }, { "DocsId": "P:System.Drawing.Brushes.White", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L305C34-L305C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L305C34-L305C67" }, { "DocsId": "P:System.Drawing.Brushes.WhiteSmoke", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L306C39-L306C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L306C39-L306C82" }, { "DocsId": "P:System.Drawing.Brushes.Yellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L308C35-L308C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L308C35-L308C70" }, { "DocsId": "P:System.Drawing.Brushes.YellowGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L309C40-L309C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L309C40-L309C85" } ], "DocsId": "T:System.Drawing.Brushes", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Brushes.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Brushes.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.BufferedGraphics.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L39C9-L55C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L39C9-L55C6" }, { "DocsId": "M:System.Drawing.BufferedGraphics.Render(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L67C9-L80C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L67C9-L80C6" }, { "DocsId": "M:System.Drawing.BufferedGraphics.Render", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L120C9-L128C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L120C9-L128C6" }, { "DocsId": "M:System.Drawing.BufferedGraphics.Render(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L133C44-L133C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L133C44-L133C89" }, { "DocsId": "P:System.Drawing.BufferedGraphics.Graphics", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L60C33-L60C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L60C33-L60C57" } ], "DocsId": "T:System.Drawing.BufferedGraphics", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.BufferedGraphicsContext.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L16C5-L39C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L16C5-L39C6" }, { "DocsId": "M:System.Drawing.BufferedGraphicsContext.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L68C35-L68C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L68C35-L68C49" }, { "DocsId": "M:System.Drawing.BufferedGraphicsContext.Allocate(System.Drawing.Graphics,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L75C9-L80C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L75C9-L80C71" }, { "DocsId": "M:System.Drawing.BufferedGraphicsContext.Allocate(System.IntPtr,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L88C9-L93C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L88C9-L93C66" }, { "DocsId": "M:System.Drawing.BufferedGraphicsContext.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L172C9-L174C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L172C9-L174C6" }, { "DocsId": "M:System.Drawing.BufferedGraphicsContext.Invalidate", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L496C9-L509C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L496C9-L509C6" }, { "DocsId": "P:System.Drawing.BufferedGraphicsContext.MaximumBuffer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L49C16-L49C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L49C16-L49C30" } ], "DocsId": "T:System.Drawing.BufferedGraphicsContext", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs" }, { "Members": [ { "DocsId": "P:System.Drawing.BufferedGraphicsManager.Current", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsManager.cs#L24C53-L24C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsManager.cs#L24C53-L24C57" } ], "DocsId": "T:System.Drawing.BufferedGraphicsManager", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsManager.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsManager.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.CharacterRange.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L17C9-L19C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L17C9-L19C6" }, { "DocsId": "M:System.Drawing.CharacterRange.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L36C9-L36C53" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L36C9-L36C53" }, { "DocsId": "M:System.Drawing.CharacterRange.Equals(System.Drawing.CharacterRange)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L41C58-L41C104" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L41C58-L41C104" }, { "DocsId": "M:System.Drawing.CharacterRange.op_Equality(System.Drawing.CharacterRange,System.Drawing.CharacterRange)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L43C79-L43C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L43C79-L43C94" }, { "DocsId": "M:System.Drawing.CharacterRange.op_Inequality(System.Drawing.CharacterRange,System.Drawing.CharacterRange)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L45C79-L45C95" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L45C79-L45C95" }, { "DocsId": "M:System.Drawing.CharacterRange.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L47C51-L47C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L47C51-L47C82" }, { "DocsId": "P:System.Drawing.CharacterRange.First", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L24C25-L24C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L24C25-L24C31" }, { "DocsId": "P:System.Drawing.CharacterRange.Length", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L31C25-L31C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L31C25-L31C32" } ], "DocsId": "T:System.Drawing.CharacterRange", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.ContentAlignment.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" }, { "DocsId": "F:System.Drawing.ContentAlignment.TopLeft", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" }, { "DocsId": "F:System.Drawing.ContentAlignment.TopCenter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" }, { "DocsId": "F:System.Drawing.ContentAlignment.TopRight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" }, { "DocsId": "F:System.Drawing.ContentAlignment.MiddleLeft", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" }, { "DocsId": "F:System.Drawing.ContentAlignment.MiddleCenter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" }, { "DocsId": "F:System.Drawing.ContentAlignment.MiddleRight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" }, { "DocsId": "F:System.Drawing.ContentAlignment.BottomLeft", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" }, { "DocsId": "F:System.Drawing.ContentAlignment.BottomCenter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" }, { "DocsId": "F:System.Drawing.ContentAlignment.BottomRight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" } ], "DocsId": "T:System.Drawing.ContentAlignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.CopyPixelOperation.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.Blackness", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.CaptureBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.DestinationInvert", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.MergeCopy", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.MergePaint", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.NoMirrorBitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.NotSourceCopy", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.NotSourceErase", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.PatCopy", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.PatInvert", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.PatPaint", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.SourceAnd", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.SourceCopy", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.SourceErase", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.SourceInvert", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.SourcePaint", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "DocsId": "F:System.Drawing.CopyPixelOperation.Whiteness", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" } ], "DocsId": "T:System.Drawing.CopyPixelOperation", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Font.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L141C16-L141C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L141C16-L141C30" }, { "DocsId": "M:System.Drawing.Font.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L155C9-L160C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L155C9-L160C6" }, { "DocsId": "M:System.Drawing.Font.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L169C9-L171C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L169C9-L171C6" }, { "DocsId": "M:System.Drawing.Font.GetHeight(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L202C9-L212C23" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L202C9-L212C23" }, { "DocsId": "M:System.Drawing.Font.GetHeight(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L218C9-L220C23" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L218C9-L220C23" }, { "DocsId": "M:System.Drawing.Font.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L229C9-L248C34" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L229C9-L248C34" }, { "DocsId": "M:System.Drawing.Font.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L254C42-L254C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L254C42-L254C83" }, { "DocsId": "M:System.Drawing.Font.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L260C9-L260C158" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L260C9-L260C158" }, { "DocsId": "M:System.Drawing.Font.ToLogFont(System.Object,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L268C9-L297C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L268C9-L297C6" }, { "DocsId": "M:System.Drawing.Font.ToLogFont(System.Drawing.Interop.LOGFONT@,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L306C9-L330C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L306C9-L330C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.Font,System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L368C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L368C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L376C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L376C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L384C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L384C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L392C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L392C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L400C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L400C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L413C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L413C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L421C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L421C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L429C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L429C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L437C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L437C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L445C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L445C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L453C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L453C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L461C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L461C6" }, { "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L469C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L27C5-L469C6" }, { "DocsId": "M:System.Drawing.Font.FromHfont(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L550C9-L554C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L550C9-L554C6" }, { "DocsId": "M:System.Drawing.Font.FromLogFont(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L563C9-L565C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L563C9-L565C6" }, { "DocsId": "M:System.Drawing.Font.FromLogFont(System.Drawing.Interop.LOGFONT@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L574C9-L576C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L574C9-L576C6" }, { "DocsId": "M:System.Drawing.Font.FromLogFont(System.Drawing.Interop.LOGFONT@,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L584C5-L608C77" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L584C5-L608C77" }, { "DocsId": "M:System.Drawing.Font.FromLogFont(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L620C9-L646C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L620C9-L646C45" }, { "DocsId": "M:System.Drawing.Font.FromHdc(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L656C9-L668C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L656C9-L668C58" }, { "DocsId": "M:System.Drawing.Font.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L677C9-L679C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L677C9-L679C62" }, { "DocsId": "M:System.Drawing.Font.ToLogFont(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L696C9-L699C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L696C9-L699C6" }, { "DocsId": "M:System.Drawing.Font.ToLogFont(System.Drawing.Interop.LOGFONT@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L704C9-L707C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L704C9-L707C6" }, { "DocsId": "M:System.Drawing.Font.ToHfont", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L715C9-L720C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L715C9-L720C6" }, { "DocsId": "M:System.Drawing.Font.GetHeight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L724C9-L727C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L724C9-L727C6" }, { "DocsId": "P:System.Drawing.Font.Size", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L36C26-L36C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L36C26-L36C35" }, { "DocsId": "P:System.Drawing.Font.Style", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L42C31-L42C41" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L42C31-L42C41" }, { "DocsId": "P:System.Drawing.Font.Bold", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L48C25-L48C54" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L48C25-L48C54" }, { "DocsId": "P:System.Drawing.Font.Italic", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L54C27-L54C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L54C27-L54C58" }, { "DocsId": "P:System.Drawing.Font.Strikeout", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L60C30-L60C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L60C30-L60C64" }, { "DocsId": "P:System.Drawing.Font.Underline", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L66C30-L66C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L66C30-L66C64" }, { "DocsId": "P:System.Drawing.Font.FontFamily", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L72C37-L72C48" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L72C37-L72C48" }, { "DocsId": "P:System.Drawing.Font.Name", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L81C27-L81C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L81C27-L81C42" }, { "DocsId": "P:System.Drawing.Font.Unit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L87C33-L87C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L87C33-L87C42" }, { "DocsId": "P:System.Drawing.Font.GdiCharSet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L98C31-L98C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L98C31-L98C42" }, { "DocsId": "P:System.Drawing.Font.GdiVerticalFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L107C36-L107C52" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L107C36-L107C52" }, { "DocsId": "P:System.Drawing.Font.OriginalFontName", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L113C40-L113C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L113C40-L113C57" }, { "DocsId": "P:System.Drawing.Font.SystemFontName", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L119C37-L119C52" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L119C37-L119C52" }, { "DocsId": "P:System.Drawing.Font.IsSystemFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L125C33-L125C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L125C33-L125C71" }, { "DocsId": "P:System.Drawing.Font.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L131C26-L131C56" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L131C26-L131C56" }, { "DocsId": "P:System.Drawing.Font.SizeInPoints", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs#L737C13-L750C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs#L737C13-L750C10" } ], "DocsId": "T:System.Drawing.Font", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Font.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Font.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.FontConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L19C9-L19C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L19C9-L19C89" }, { "DocsId": "M:System.Drawing.FontConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L24C9-L24C103" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L24C9-L24C103" }, { "DocsId": "M:System.Drawing.FontConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L29C9-L146C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L29C9-L146C73" }, { "DocsId": "M:System.Drawing.FontConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L151C9-L251C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L151C9-L251C63" }, { "DocsId": "M:System.Drawing.FontConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L314C9-L384C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L314C9-L384C75" }, { "DocsId": "M:System.Drawing.FontConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L387C89-L387C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L387C89-L387C93" }, { "DocsId": "M:System.Drawing.FontConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L395C9-L399C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L395C9-L399C86" }, { "DocsId": "M:System.Drawing.FontConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L402C85-L402C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L402C85-L402C89" }, { "DocsId": "M:System.Drawing.FontConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" }, { "DocsId": "T:System.Drawing.FontConverter.FontNameConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" }, { "DocsId": "T:System.Drawing.FontConverter.FontUnitConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" } ], "DocsId": "T:System.Drawing.FontConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.FontFamily.Windows#Win32#Foundation#IPointer#get_Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L19C44-L19C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L19C44-L19C63" }, { "DocsId": "M:System.Drawing.FontFamily.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L74C5-L74C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L74C5-L74C99" }, { "DocsId": "M:System.Drawing.FontFamily.#ctor(System.String,System.Drawing.Text.FontCollection)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L80C5-L80C125" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L80C5-L80C125" }, { "DocsId": "M:System.Drawing.FontFamily.#ctor(System.Drawing.Text.GenericFontFamilies)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L136C5-L157C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L136C5-L157C6" }, { "DocsId": "M:System.Drawing.FontFamily.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L159C22-L159C47" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L159C22-L159C47" }, { "DocsId": "M:System.Drawing.FontFamily.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L166C42-L166C80" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L166C42-L166C80" }, { "DocsId": "M:System.Drawing.FontFamily.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L170C9-L181C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L170C9-L181C57" }, { "DocsId": "M:System.Drawing.FontFamily.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L189C9-L191C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L189C9-L191C60" }, { "DocsId": "M:System.Drawing.FontFamily.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L199C9-L201C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L199C9-L201C6" }, { "DocsId": "M:System.Drawing.FontFamily.GetName(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L231C9-L233C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L231C9-L233C45" }, { "DocsId": "M:System.Drawing.FontFamily.GetFamilies(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L281C9-L282C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L281C9-L282C58" }, { "DocsId": "M:System.Drawing.FontFamily.IsStyleAvailable(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L291C9-L293C33" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L291C9-L293C33" }, { "DocsId": "M:System.Drawing.FontFamily.GetEmHeight(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L302C9-L304C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L302C9-L304C25" }, { "DocsId": "M:System.Drawing.FontFamily.GetCellAscent(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L313C9-L315C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L313C9-L315C27" }, { "DocsId": "M:System.Drawing.FontFamily.GetCellDescent(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L324C9-L326C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L324C9-L326C28" }, { "DocsId": "M:System.Drawing.FontFamily.GetLineSpacing(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L336C9-L338C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L336C9-L338C28" }, { "DocsId": "P:System.Drawing.FontFamily.Windows#Win32#Foundation#IPointer#Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L19C44-L19C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L19C44-L19C63" }, { "DocsId": "P:System.Drawing.FontFamily.Name", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L224C27-L224C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L224C27-L224C69" }, { "DocsId": "P:System.Drawing.FontFamily.Families", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L250C44-L250C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L250C44-L250C85" }, { "DocsId": "P:System.Drawing.FontFamily.GenericSansSerif", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L255C50-L255C115" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L255C50-L255C115" }, { "DocsId": "P:System.Drawing.FontFamily.GenericSerif", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L267C46-L267C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L267C46-L267C76" }, { "DocsId": "P:System.Drawing.FontFamily.GenericMonospace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L272C50-L272C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L272C50-L272C84" } ], "DocsId": "T:System.Drawing.FontFamily", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.FontStyle.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" }, { "DocsId": "F:System.Drawing.FontStyle.Regular", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" }, { "DocsId": "F:System.Drawing.FontStyle.Bold", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" }, { "DocsId": "F:System.Drawing.FontStyle.Italic", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" }, { "DocsId": "F:System.Drawing.FontStyle.Underline", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" }, { "DocsId": "F:System.Drawing.FontStyle.Strikeout", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" } ], "DocsId": "T:System.Drawing.FontStyle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Graphics.FromHdc(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L84C9-L84C95" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L84C9-L84C95" }, { "DocsId": "M:System.Drawing.Graphics.FromHdcInternal(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L91C9-L92C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L91C9-L92C45" }, { "DocsId": "M:System.Drawing.Graphics.FromHdc(System.IntPtr,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L102C9-L103C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L102C9-L103C45" }, { "DocsId": "M:System.Drawing.Graphics.FromHwnd(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L110C53-L110C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L110C53-L110C75" }, { "DocsId": "M:System.Drawing.Graphics.FromHwndInternal(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L120C9-L122C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L120C9-L122C45" }, { "DocsId": "M:System.Drawing.Graphics.FromImage(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L130C9-L139C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L130C9-L139C71" }, { "DocsId": "M:System.Drawing.Graphics.ReleaseHdcInternal(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L145C9-L147C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L145C9-L147C6" }, { "DocsId": "M:System.Drawing.Graphics.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L154C9-L156C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L154C9-L156C6" }, { "DocsId": "M:System.Drawing.Graphics.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L190C20-L190C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L190C20-L190C45" }, { "DocsId": "M:System.Drawing.Graphics.Windows#Win32#Foundation#IPointer#get_Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L197C42-L197C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L197C42-L197C62" }, { "DocsId": "M:System.Drawing.Graphics.Windows#Win32#Graphics#Gdi#IHdcContext#GetHdc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L488C33-L488C46" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L488C33-L488C46" }, { "DocsId": "M:System.Drawing.Graphics.GetHdc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L493C9-L497C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L493C9-L497C27" }, { "DocsId": "M:System.Drawing.Graphics.ReleaseHdc(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L501C43-L501C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L501C43-L501C66" }, { "DocsId": "M:System.Drawing.Graphics.ReleaseHdc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L503C33-L503C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L503C33-L503C63" }, { "DocsId": "M:System.Drawing.Graphics.Flush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L508C28-L508C65" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L508C28-L508C65" }, { "DocsId": "M:System.Drawing.Graphics.Flush(System.Drawing.Drawing2D.FlushIntention)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L514C9-L514C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L514C9-L514C97" }, { "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L516C40-L516C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L516C40-L516C81" }, { "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Graphics,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L520C9-L524C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L520C9-L524C6" }, { "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L526C44-L526C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L526C44-L526C88" }, { "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Rectangle,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L528C79-L528C117" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L528C79-L528C117" }, { "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L530C45-L530C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L530C45-L530C89" }, { "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.RectangleF,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L533C9-L533C143" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L533C9-L533C143" }, { "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L535C47-L535C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L535C47-L535C91" }, { "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L539C9-L542C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L539C9-L542C6" }, { "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Region,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L546C9-L549C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L546C9-L549C6" }, { "DocsId": "M:System.Drawing.Graphics.IntersectClip(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L551C50-L551C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L551C50-L551C81" }, { "DocsId": "M:System.Drawing.Graphics.IntersectClip(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L554C9-L557C55" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L554C9-L557C55" }, { "DocsId": "M:System.Drawing.Graphics.IntersectClip(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L561C9-L564C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L561C9-L564C6" }, { "DocsId": "M:System.Drawing.Graphics.ExcludeClip(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L567C9-L570C53" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L567C9-L570C53" }, { "DocsId": "M:System.Drawing.Graphics.ExcludeClip(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L574C9-L577C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L574C9-L577C6" }, { "DocsId": "M:System.Drawing.Graphics.ResetClip", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L579C32-L579C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L579C32-L579C89" }, { "DocsId": "M:System.Drawing.Graphics.TranslateClip(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L581C54-L581C123" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L581C54-L581C123" }, { "DocsId": "M:System.Drawing.Graphics.TranslateClip(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L583C50-L583C119" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L583C50-L583C119" }, { "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L585C44-L585C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L585C44-L585C66" }, { "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L587C43-L587C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L587C43-L587C70" }, { "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L592C9-L593C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L592C9-L593C26" }, { "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L596C44-L596C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L596C44-L596C71" }, { "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L598C67-L598C104" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L598C67-L598C104" }, { "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L600C46-L600C103" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L600C46-L600C103" }, { "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L605C9-L606C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L605C9-L606C26" }, { "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L609C47-L609C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L609C47-L609C97" }, { "DocsId": "M:System.Drawing.Graphics.ResetTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L614C37-L614C104" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L614C37-L614C104" }, { "DocsId": "M:System.Drawing.Graphics.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L619C53-L619C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L619C53-L619C99" }, { "DocsId": "M:System.Drawing.Graphics.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L626C9-L629C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L626C9-L629C6" }, { "DocsId": "M:System.Drawing.Graphics.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L631C59-L631C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L631C59-L631C106" }, { "DocsId": "M:System.Drawing.Graphics.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L634C9-L634C116" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L634C9-L634C116" }, { "DocsId": "M:System.Drawing.Graphics.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L636C55-L636C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L636C55-L636C98" }, { "DocsId": "M:System.Drawing.Graphics.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L639C9-L639C112" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L639C9-L639C112" }, { "DocsId": "M:System.Drawing.Graphics.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L641C49-L641C92" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L641C49-L641C92" }, { "DocsId": "M:System.Drawing.Graphics.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L644C9-L644C112" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L644C9-L644C112" }, { "DocsId": "M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L651C9-L661C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L651C9-L661C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Drawing.RectangleF,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L667C9-L667C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L667C9-L667C86" }, { "DocsId": "M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L673C12-L673C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L673C12-L673C76" }, { "DocsId": "M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L679C9-L679C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L679C9-L679C86" }, { "DocsId": "M:System.Drawing.Graphics.DrawBezier(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L686C9-L694C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L686C9-L694C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawBezier(System.Drawing.Pen,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L700C9-L700C80" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L700C9-L700C80" }, { "DocsId": "M:System.Drawing.Graphics.DrawBezier(System.Drawing.Pen,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L706C9-L706C80" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L706C9-L706C80" }, { "DocsId": "M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L713C60-L713C119" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L713C60-L713C119" }, { "DocsId": "M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L718C59-L718C118" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L718C59-L718C118" }, { "DocsId": "M:System.Drawing.Graphics.DrawRoundedRectangle(System.Drawing.Pen,System.Drawing.Rectangle,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L723C9-L723C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L723C9-L723C60" }, { "DocsId": "M:System.Drawing.Graphics.DrawRoundedRectangle(System.Drawing.Pen,System.Drawing.RectangleF,System.Drawing.SizeF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L733C9-L736C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L733C9-L736C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L744C9-L747C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L744C9-L747C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L753C12-L753C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L753C12-L753C58" }, { "DocsId": "M:System.Drawing.Graphics.DrawRectangles(System.Drawing.Pen,System.Drawing.RectangleF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L756C71-L756C122" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L756C71-L756C122" }, { "DocsId": "M:System.Drawing.Graphics.DrawRectangles(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.RectangleF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L766C9-L774C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L766C9-L774C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawRectangles(System.Drawing.Pen,System.Drawing.Rectangle[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L781C70-L781C121" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L781C70-L781C121" }, { "DocsId": "M:System.Drawing.Graphics.DrawRectangles(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.Rectangle})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L791C9-L799C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L791C9-L799C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L804C58-L804C115" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L804C58-L804C115" }, { "DocsId": "M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L811C9-L814C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L811C9-L814C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L819C57-L819C121" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L819C57-L819C121" }, { "DocsId": "M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L824C78-L824C122" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L824C78-L824C122" }, { "DocsId": "M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Drawing.RectangleF,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L830C9-L830C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L830C9-L830C86" }, { "DocsId": "M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L837C9-L840C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L837C9-L840C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L846C9-L846C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L846C9-L846C86" }, { "DocsId": "M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L852C9-L852C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L852C9-L852C73" }, { "DocsId": "M:System.Drawing.Graphics.DrawPolygon(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L855C65-L855C114" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L855C65-L855C114" }, { "DocsId": "M:System.Drawing.Graphics.DrawPolygon(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L865C9-L873C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L865C9-L873C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawPolygon(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L880C64-L880C113" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L880C64-L880C113" }, { "DocsId": "M:System.Drawing.Graphics.DrawPolygon(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L890C9-L898C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L890C9-L898C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawPath(System.Drawing.Pen,System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L905C9-L912C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L905C9-L912C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L915C63-L915C110" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L915C63-L915C110" }, { "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L925C9-L933C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L925C9-L933C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L937C9-L937C65" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L937C9-L937C65" }, { "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.PointF},System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L947C9-L959C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L947C9-L959C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L963C9-L963C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L963C9-L963C63" }, { "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.PointF},System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L968C9-L968C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L968C9-L968C63" }, { "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L973C9-L973C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L973C9-L973C91" }, { "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.PointF},System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L983C9-L997C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L983C9-L997C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1000C62-L1000C109" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1000C62-L1000C109" }, { "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1010C9-L1018C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1010C9-L1018C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.Point[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1022C9-L1022C65" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1022C9-L1022C65" }, { "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.Point},System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1032C9-L1044C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1032C9-L1044C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.Point[],System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1055C9-L1055C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1055C9-L1055C91" }, { "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.Point},System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1065C9-L1079C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1065C9-L1079C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1083C9-L1083C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1083C9-L1083C62" }, { "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1093C9-L1104C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1093C9-L1104C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Single,System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1114C9-L1114C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1114C9-L1114C81" }, { "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.PointF},System.Single,System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1124C9-L1136C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1124C9-L1136C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1139C68-L1139C121" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1139C68-L1139C121" }, { "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1149C9-L1160C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1149C9-L1160C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.Point[],System.Single,System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1165C9-L1165C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1165C9-L1165C81" }, { "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.Point},System.Single,System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1175C9-L1187C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1175C9-L1187C6" }, { "DocsId": "M:System.Drawing.Graphics.Clear(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1192C39-L1192C122" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1192C39-L1192C122" }, { "DocsId": "M:System.Drawing.Graphics.FillRoundedRectangle(System.Drawing.Brush,System.Drawing.Rectangle,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1197C9-L1197C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1197C9-L1197C62" }, { "DocsId": "M:System.Drawing.Graphics.FillRoundedRectangle(System.Drawing.Brush,System.Drawing.RectangleF,System.Drawing.SizeF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1207C9-L1210C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1207C9-L1210C6" }, { "DocsId": "M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1216C64-L1216C125" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1216C64-L1216C125" }, { "DocsId": "M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1223C9-L1231C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1223C9-L1231C6" }, { "DocsId": "M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1236C63-L1236C131" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1236C63-L1236C131" }, { "DocsId": "M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1241C84-L1241C132" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1241C84-L1241C132" }, { "DocsId": "M:System.Drawing.Graphics.FillRectangles(System.Drawing.Brush,System.Drawing.RectangleF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1250C9-L1252C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1250C9-L1252C6" }, { "DocsId": "M:System.Drawing.Graphics.FillRectangles(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.RectangleF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1262C9-L1270C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1262C9-L1270C6" }, { "DocsId": "M:System.Drawing.Graphics.FillRectangles(System.Drawing.Brush,System.Drawing.Rectangle[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1274C9-L1274C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1274C9-L1274C62" }, { "DocsId": "M:System.Drawing.Graphics.FillRectangles(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.Rectangle})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1284C9-L1292C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1284C9-L1292C6" }, { "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1295C69-L1295C115" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1295C69-L1295C115" }, { "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1299C81-L1299C127" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1299C81-L1299C127" }, { "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1304C9-L1304C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1304C9-L1304C70" }, { "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.PointF},System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1314C9-L1326C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1314C9-L1326C6" }, { "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1329C61-L1329C107" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1329C61-L1329C107" }, { "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1333C80-L1333C126" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1333C80-L1333C126" }, { "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.Point[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1343C9-L1343C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1343C9-L1343C70" }, { "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.Point},System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1353C9-L1365C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1353C9-L1365C6" }, { "DocsId": "M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1370C62-L1370C121" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1370C62-L1370C121" }, { "DocsId": "M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1377C9-L1385C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1377C9-L1385C6" }, { "DocsId": "M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1390C61-L1390C127" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1390C61-L1390C127" }, { "DocsId": "M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1395C82-L1395C128" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1395C82-L1395C128" }, { "DocsId": "M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1401C9-L1401C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1401C9-L1401C88" }, { "DocsId": "M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Drawing.RectangleF,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1419C9-L1419C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1419C9-L1419C88" }, { "DocsId": "M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1426C9-L1436C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1426C9-L1436C6" }, { "DocsId": "M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1442C12-L1442C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1442C12-L1442C78" }, { "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1446C9-L1446C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1446C9-L1446C64" }, { "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1456C9-L1467C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1456C9-L1467C6" }, { "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1471C9-L1471C55" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1471C9-L1471C55" }, { "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.PointF},System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1476C9-L1476C55" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1476C9-L1476C55" }, { "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1487C9-L1487C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1487C9-L1487C83" }, { "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.PointF},System.Drawing.Drawing2D.FillMode,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1497C9-L1510C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1497C9-L1510C6" }, { "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1514C9-L1514C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1514C9-L1514C64" }, { "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1524C9-L1535C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1524C9-L1535C6" }, { "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.Point[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1539C9-L1539C55" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1539C9-L1539C55" }, { "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.Point},System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1544C9-L1544C55" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1544C9-L1544C55" }, { "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.Point[],System.Drawing.Drawing2D.FillMode,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1550C9-L1550C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1550C9-L1550C83" }, { "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.Point},System.Drawing.Drawing2D.FillMode,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1560C9-L1573C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1560C9-L1573C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1588C9-L1588C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1588C9-L1588C69" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1593C9-L1593C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1593C9-L1593C69" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1608C9-L1608C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1608C9-L1608C81" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1613C9-L1613C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1613C9-L1613C81" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1633C9-L1633C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1633C9-L1633C71" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1638C9-L1638C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1638C9-L1638C71" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1657C9-L1657C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1657C9-L1657C83" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1662C9-L1662C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1662C9-L1662C83" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1686C9-L1686C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1686C9-L1686C58" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1700C9-L1700C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1700C9-L1700C58" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1726C9-L1726C68" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1726C9-L1726C68" }, { "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1731C9-L1731C68" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1731C9-L1731C68" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1771C9-L1771C121" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1771C9-L1771C121" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1782C9-L1782C121" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1782C9-L1782C121" }, { "DocsId": "M:System.Drawing.Graphics.MeasureStringInternal(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.RectangleF,System.Drawing.StringFormat,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1793C9-L1823C65" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1793C9-L1823C65" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1829C12-L1829C95" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1829C12-L1829C95" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1834C12-L1834C95" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1834C12-L1834C95" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1838C78-L1838C121" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1838C78-L1838C121" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.SizeF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1842C89-L1842C132" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1842C89-L1842C132" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1853C9-L1853C96" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1853C9-L1853C96" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1858C9-L1858C96" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1858C9-L1858C96" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1885C60-L1885C102" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1885C60-L1885C102" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1889C71-L1889C113" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1889C71-L1889C113" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1894C71-L1894C122" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1894C71-L1894C122" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1899C9-L1899C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1899C9-L1899C60" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Int32,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1907C9-L1907C68" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1907C9-L1907C68" }, { "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Int32,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1912C9-L1912C68" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1912C9-L1912C68" }, { "DocsId": "M:System.Drawing.Graphics.MeasureCharacterRanges(System.String,System.Drawing.Font,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1937C9-L1937C77" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1937C9-L1937C77" }, { "DocsId": "M:System.Drawing.Graphics.MeasureCharacterRanges(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1942C9-L1942C77" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1942C9-L1942C77" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1996C57-L1996C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1996C57-L1996C91" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2000C9-L2004C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2000C9-L2004C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2006C60-L2006C117" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2006C60-L2006C117" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2010C9-L2014C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2010C9-L2014C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2016C56-L2016C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2016C56-L2016C97" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2018C57-L2018C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2018C57-L2018C86" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2020C59-L2020C123" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2020C59-L2020C123" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2022C80-L2022C124" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2022C80-L2022C124" }, { "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2024C64-L2024C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2024C64-L2024C98" }, { "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2026C65-L2026C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2026C65-L2026C87" }, { "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2028C67-L2028C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2028C67-L2028C99" }, { "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2030C88-L2030C110" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2030C88-L2030C110" }, { "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaledAndClipped(System.Drawing.Image,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2034C9-L2042C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2034C9-L2042C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2057C9-L2070C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2057C9-L2070C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2074C9-L2087C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2074C9-L2087C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Single,System.Single,System.Drawing.RectangleF,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2091C9-L2102C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2091C9-L2102C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2105C12-L2105C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2105C12-L2105C64" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2109C9-L2123C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2109C9-L2123C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2126C12-L2126C100" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2126C12-L2126C100" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2130C9-L2152C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2130C9-L2152C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2155C9-L2155C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2155C9-L2155C75" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2164C9-L2164C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2164C9-L2164C79" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2175C9-L2199C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2175C9-L2199C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2202C9-L2202C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2202C9-L2202C70" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2209C40-L2209C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2209C40-L2209C106" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2217C38-L2217C108" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2217C38-L2217C108" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2228C9-L2253C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2228C9-L2253C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2262C34-L2262C108" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2262C34-L2262C108" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2272C41-L2272C127" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2272C41-L2272C127" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2283C38-L2283C141" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2283C38-L2283C141" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2297C9-L2313C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2297C9-L2313C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2322C34-L2322C115" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2322C34-L2322C115" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2332C40-L2332C132" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2332C40-L2332C132" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2343C38-L2343C147" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2343C38-L2343C147" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2355C33-L2355C144" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2355C33-L2355C144" }, { "DocsId": "M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Drawing.PointF,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2360C62-L2360C103" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2360C62-L2360C103" }, { "DocsId": "M:System.Drawing.Graphics.DrawLines(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2363C63-L2363C110" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2363C63-L2363C110" }, { "DocsId": "M:System.Drawing.Graphics.DrawLines(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2373C9-L2381C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2373C9-L2381C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2387C9-L2387C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2387C9-L2387C45" }, { "DocsId": "M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Drawing.Point,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2392C60-L2392C108" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2392C60-L2392C108" }, { "DocsId": "M:System.Drawing.Graphics.DrawLines(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2401C9-L2410C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2401C9-L2410C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawLines(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2420C9-L2428C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2420C9-L2428C6" }, { "DocsId": "M:System.Drawing.Graphics.CopyFromScreen(System.Drawing.Point,System.Drawing.Point,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2434C9-L2434C126" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2434C9-L2434C126" }, { "DocsId": "M:System.Drawing.Graphics.CopyFromScreen(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2440C9-L2440C117" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2440C9-L2440C117" }, { "DocsId": "M:System.Drawing.Graphics.CopyFromScreen(System.Drawing.Point,System.Drawing.Point,System.Drawing.Size,System.Drawing.CopyPixelOperation)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2447C9-L2447C146" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2447C9-L2447C146" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2450C9-L2450C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2450C9-L2450C70" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2453C9-L2453C77" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2453C9-L2453C77" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2456C9-L2456C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2456C9-L2456C70" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2459C9-L2459C77" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2459C9-L2459C77" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2462C9-L2462C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2462C9-L2462C69" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2465C9-L2465C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2465C9-L2465C76" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2468C9-L2468C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2468C9-L2468C69" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2471C9-L2471C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2471C9-L2471C76" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2474C9-L2474C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2474C9-L2474C71" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2480C33-L2480C101" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2480C33-L2480C101" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2483C9-L2483C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2483C9-L2483C71" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2486C9-L2486C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2486C9-L2486C78" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2493C44-L2493C123" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2493C44-L2493C123" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2501C33-L2501C119" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2501C33-L2501C119" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2508C44-L2508C123" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2508C44-L2508C123" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2516C33-L2516C119" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2516C33-L2516C119" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2523C44-L2523C122" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2523C44-L2523C122" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2531C33-L2531C118" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2531C33-L2531C118" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2538C44-L2538C122" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2538C44-L2538C122" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2546C33-L2546C118" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2546C33-L2546C118" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2553C44-L2553C124" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2553C44-L2553C124" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2561C33-L2561C120" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2561C33-L2561C120" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2568C44-L2568C124" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2568C44-L2568C124" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2576C33-L2576C120" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2576C33-L2576C120" }, { "DocsId": "M:System.Drawing.Graphics.TransformPoints(System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2587C9-L2589C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2587C9-L2589C6" }, { "DocsId": "M:System.Drawing.Graphics.TransformPoints(System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Drawing2D.CoordinateSpace,System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2599C16-L2608C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2599C16-L2608C6" }, { "DocsId": "M:System.Drawing.Graphics.TransformPoints(System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2613C9-L2615C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2613C9-L2615C6" }, { "DocsId": "M:System.Drawing.Graphics.TransformPoints(System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Drawing2D.CoordinateSpace,System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2625C16-L2634C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2625C16-L2634C6" }, { "DocsId": "M:System.Drawing.Graphics.CopyFromScreen(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Size,System.Drawing.CopyPixelOperation)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2729C17-L2769C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2729C17-L2769C6" }, { "DocsId": "M:System.Drawing.Graphics.GetNearestColor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2773C9-L2775C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2773C9-L2775C45" }, { "DocsId": "M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2783C9-L2786C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2783C9-L2786C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawBeziers(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2790C9-L2790C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2790C9-L2790C58" }, { "DocsId": "M:System.Drawing.Graphics.DrawBeziers(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2800C9-L2811C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2800C9-L2811C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawBeziers(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2821C64-L2821C113" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2821C64-L2821C113" }, { "DocsId": "M:System.Drawing.Graphics.DrawBeziers(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2831C9-L2843C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2831C9-L2843C6" }, { "DocsId": "M:System.Drawing.Graphics.FillPath(System.Drawing.Brush,System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2850C9-L2860C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2850C9-L2860C6" }, { "DocsId": "M:System.Drawing.Graphics.FillRegion(System.Drawing.Brush,System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2867C9-L2877C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2867C9-L2877C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawIcon(System.Drawing.Icon,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2881C9-L2894C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2881C9-L2894C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawIcon(System.Drawing.Icon,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2904C9-L2917C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2904C9-L2917C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawIconUnstretched(System.Drawing.Icon,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2927C9-L2937C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2927C9-L2937C6" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2946C9-L2958C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2946C9-L2958C6" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2966C12-L2966C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2966C12-L2966C93" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2975C9-L2987C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2975C9-L2987C6" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2994C40-L2994C124" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2994C40-L2994C124" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3003C9-L3023C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3003C9-L3023C6" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3032C9-L3052C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3032C9-L3052C6" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3063C9-L3077C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3063C9-L3077C6" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3086C40-L3093C23" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3086C40-L3093C23" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3104C9-L3118C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3104C9-L3118C6" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3127C40-L3127C139" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3127C40-L3127C139" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3138C9-L3160C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3138C9-L3160C6" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3171C9-L3193C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3171C9-L3193C6" }, { "DocsId": "M:System.Drawing.Graphics.GetContextInfo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3211C9-L3212C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3211C9-L3212C97" }, { "DocsId": "M:System.Drawing.Graphics.System#Drawing#IGraphicsContextInfo#GetHdc(System.Drawing.ApplyGraphicsProperties,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3289C9-L3352C33" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3289C9-L3352C33" }, { "DocsId": "M:System.Drawing.Graphics.GetContextInfo(System.Drawing.PointF@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3363C9-L3366C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3363C9-L3366C6" }, { "DocsId": "M:System.Drawing.Graphics.GetContextInfo(System.Drawing.PointF@,System.Drawing.Region@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3377C9-L3380C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3377C9-L3380C6" }, { "DocsId": "M:System.Drawing.Graphics.Save", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3440C9-L3455C46" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3440C9-L3455C46" }, { "DocsId": "M:System.Drawing.Graphics.Restore(System.Drawing.Drawing2D.GraphicsState)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3460C9-L3462C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3460C9-L3462C6" }, { "DocsId": "M:System.Drawing.Graphics.BeginContainer(System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3466C9-L3481C50" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3466C9-L3481C50" }, { "DocsId": "M:System.Drawing.Graphics.BeginContainer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3486C9-L3500C50" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3486C9-L3500C50" }, { "DocsId": "M:System.Drawing.Graphics.EndContainer(System.Drawing.Drawing2D.GraphicsContainer)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3505C9-L3508C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3505C9-L3508C6" }, { "DocsId": "M:System.Drawing.Graphics.BeginContainer(System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3511C12-L3511C74" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3511C12-L3511C74" }, { "DocsId": "M:System.Drawing.Graphics.AddMetafileComment(System.Byte[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3515C9-L3520C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3515C9-L3520C6" }, { "DocsId": "M:System.Drawing.Graphics.GetHalftonePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3524C9-L3536C34" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3524C9-L3536C34" }, { "DocsId": "M:System.Drawing.Graphics.DrawCachedBitmap(System.Drawing.Imaging.CachedBitmap,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3601C9-L3609C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3601C9-L3609C6" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Imaging.Effects.Effect)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3616C27-L3616C126" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3616C27-L3616C126" }, { "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Imaging.Effects.Effect,System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3635C9-L3648C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3635C9-L3648C6" }, { "DocsId": "P:System.Drawing.Graphics.Windows#Win32#Foundation#IPointer#Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L197C42-L197C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L197C42-L197C62" }, { "DocsId": "P:System.Drawing.Graphics.Clip", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L203C13-L205C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L203C13-L205C27" }, { "DocsId": "P:System.Drawing.Graphics.ClipBounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L215C13-L216C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L215C13-L216C25" }, { "DocsId": "P:System.Drawing.Graphics.CompositingMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L228C13-L229C52" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L228C13-L229C52" }, { "DocsId": "P:System.Drawing.Graphics.CompositingQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L245C13-L246C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L245C13-L246C58" }, { "DocsId": "P:System.Drawing.Graphics.DpiX", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L262C13-L263C24" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L262C13-L263C24" }, { "DocsId": "P:System.Drawing.Graphics.DpiY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L272C13-L273C24" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L272C13-L273C24" }, { "DocsId": "P:System.Drawing.Graphics.InterpolationMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L285C13-L286C54" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L285C13-L286C54" }, { "DocsId": "P:System.Drawing.Graphics.IsClipEmpty", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L302C13-L303C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L302C13-L303C28" }, { "DocsId": "P:System.Drawing.Graphics.IsVisibleClipEmpty", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L312C13-L313C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L312C13-L313C28" }, { "DocsId": "P:System.Drawing.Graphics.PageScale", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L322C13-L323C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L322C13-L323C26" }, { "DocsId": "P:System.Drawing.Graphics.PageUnit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L333C13-L334C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L333C13-L334C39" }, { "DocsId": "P:System.Drawing.Graphics.PixelOffsetMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L350C13-L351C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L350C13-L351C42" }, { "DocsId": "P:System.Drawing.Graphics.RenderingOrigin", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L367C13-L368C36" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L367C13-L368C36" }, { "DocsId": "P:System.Drawing.Graphics.SmoothingMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L378C13-L379C50" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L378C13-L379C50" }, { "DocsId": "P:System.Drawing.Graphics.TextContrast", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L395C13-L396C38" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L395C13-L396C38" }, { "DocsId": "P:System.Drawing.Graphics.TextRenderingHint", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L409C13-L410C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L409C13-L410C44" }, { "DocsId": "P:System.Drawing.Graphics.Transform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L428C13-L430C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L428C13-L430C27" }, { "DocsId": "P:System.Drawing.Graphics.TransformElements", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L452C13-L469C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L452C13-L469C10" }, { "DocsId": "P:System.Drawing.Graphics.VisibleClipBounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3386C13-L3391C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3386C13-L3391C25" }, { "DocsId": "T:System.Drawing.Graphics.DrawImageAbort", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" }, { "DocsId": "T:System.Drawing.Graphics.EnumerateMetafileProc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" } ], "DocsId": "T:System.Drawing.Graphics", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.GraphicsUnit.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" }, { "DocsId": "F:System.Drawing.GraphicsUnit.World", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" }, { "DocsId": "F:System.Drawing.GraphicsUnit.Display", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" }, { "DocsId": "F:System.Drawing.GraphicsUnit.Pixel", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" }, { "DocsId": "F:System.Drawing.GraphicsUnit.Point", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" }, { "DocsId": "F:System.Drawing.GraphicsUnit.Inch", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" }, { "DocsId": "F:System.Drawing.GraphicsUnit.Document", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" }, { "DocsId": "F:System.Drawing.GraphicsUnit.Millimeter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" } ], "DocsId": "T:System.Drawing.GraphicsUnit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Icon.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L55C36-L57C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L55C36-L57C6" }, { "DocsId": "M:System.Drawing.Icon.#ctor(System.String,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L59C47-L61C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L59C47-L61C6" }, { "DocsId": "M:System.Drawing.Icon.#ctor(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L63C59-L72C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L63C59-L72C6" }, { "DocsId": "M:System.Drawing.Icon.#ctor(System.Drawing.Icon,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L74C45-L76C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L74C45-L76C6" }, { "DocsId": "M:System.Drawing.Icon.#ctor(System.Drawing.Icon,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L78C57-L93C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L78C57-L93C6" }, { "DocsId": "M:System.Drawing.Icon.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L95C47-L105C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L95C47-L105C6" }, { "DocsId": "M:System.Drawing.Icon.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L107C34-L109C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L107C34-L109C6" }, { "DocsId": "M:System.Drawing.Icon.#ctor(System.IO.Stream,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L111C45-L113C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L111C45-L113C6" }, { "DocsId": "M:System.Drawing.Icon.#ctor(System.IO.Stream,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L115C57-L122C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L115C57-L122C6" }, { "DocsId": "M:System.Drawing.Icon.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L135C9-L147C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L135C9-L147C6" }, { "DocsId": "M:System.Drawing.Icon.ExtractAssociatedIcon(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L149C67-L149C101" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L149C67-L149C101" }, { "DocsId": "M:System.Drawing.Icon.Windows#Win32#Foundation#IHandle#get_Handle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L187C36-L187C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L187C36-L187C49" }, { "DocsId": "M:System.Drawing.Icon.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L236C30-L236C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L236C30-L236C69" }, { "DocsId": "M:System.Drawing.Icon.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L260C9-L266C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L260C9-L266C6" }, { "DocsId": "M:System.Drawing.Icon.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L391C16-L391C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L391C16-L391C25" }, { "DocsId": "M:System.Drawing.Icon.FromHandle(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L395C9-L398C40" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L395C9-L398C40" }, { "DocsId": "M:System.Drawing.Icon.ToBitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L613C9-L623C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L613C9-L623C6" }, { "DocsId": "M:System.Drawing.Icon.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L785C42-L785C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L785C42-L785C57" }, { "DocsId": "M:System.Drawing.Icon.Save(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L794C9-L810C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L794C9-L810C6" }, { "DocsId": "M:System.Drawing.Icon.ExtractIcon(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L852C12-L854C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L852C12-L854C64" }, { "DocsId": "M:System.Drawing.Icon.ExtractIcon(System.String,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L863C12-L863C51" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L863C12-L863C51" }, { "DocsId": "P:System.Drawing.Icon.Handle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L185C29-L185C111" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L185C29-L185C111" }, { "DocsId": "P:System.Drawing.Icon.Windows#Win32#Foundation#IHandle#Handle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L187C36-L187C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L187C36-L187C49" }, { "DocsId": "P:System.Drawing.Icon.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L190C26-L190C37" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L190C26-L190C37" }, { "DocsId": "P:System.Drawing.Icon.Size", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L196C13-L229C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L196C13-L229C30" }, { "DocsId": "P:System.Drawing.Icon.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L234C25-L234C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L234C25-L234C35" } ], "DocsId": "T:System.Drawing.Icon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Icon.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Icon.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.IconConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L14C9-L14C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L14C9-L14C45" }, { "DocsId": "M:System.Drawing.IconConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L19C9-L20C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L19C9-L20C86" }, { "DocsId": "M:System.Drawing.IconConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L25C9-L25C118" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L25C9-L25C118" }, { "DocsId": "M:System.Drawing.IconConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L30C9-L59C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L30C9-L59C6" }, { "DocsId": "M:System.Drawing.IconConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs" } ], "DocsId": "T:System.Drawing.IconConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.IDeviceContext.GetHdc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/IDeviceContext.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/IDeviceContext.cs" }, { "DocsId": "M:System.Drawing.IDeviceContext.ReleaseHdc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/IDeviceContext.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/IDeviceContext.cs" } ], "DocsId": "T:System.Drawing.IDeviceContext", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/IDeviceContext.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/IDeviceContext.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Image.Windows#Win32#Foundation#IPointer#get_Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L35C39-L35C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L35C39-L35C57" }, { "DocsId": "M:System.Drawing.Image.System#IO#IRawData#get_Data", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L44C41-L44C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L44C41-L44C60" }, { "DocsId": "M:System.Drawing.Image.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L76C9-L79C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L76C9-L79C6" }, { "DocsId": "M:System.Drawing.Image.FromFile(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L84C54-L84C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L84C54-L84C79" }, { "DocsId": "M:System.Drawing.Image.FromFile(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L88C9-L118C20" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L88C9-L118C20" }, { "DocsId": "M:System.Drawing.Image.FromStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L124C54-L124C107" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L124C54-L124C107" }, { "DocsId": "M:System.Drawing.Image.FromStream(System.IO.Stream,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L127C9-L127C61" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L127C9-L127C61" }, { "DocsId": "M:System.Drawing.Image.FromStream(System.IO.Stream,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L131C9-L141C20" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L131C9-L141C20" }, { "DocsId": "M:System.Drawing.Image.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L185C9-L187C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L185C9-L187C6" }, { "DocsId": "M:System.Drawing.Image.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L192C17-L192C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L192C17-L192C42" }, { "DocsId": "M:System.Drawing.Image.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L200C9-L203C46" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L200C9-L203C46" }, { "DocsId": "M:System.Drawing.Image.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L208C9-L216C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L208C9-L216C6" }, { "DocsId": "M:System.Drawing.Image.Save(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L221C42-L221C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L221C42-L221C67" }, { "DocsId": "M:System.Drawing.Image.Save(System.String,System.Drawing.Imaging.ImageFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L228C9-L237C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L228C9-L237C6" }, { "DocsId": "M:System.Drawing.Image.Save(System.String,System.Drawing.Imaging.ImageCodecInfo,System.Drawing.Imaging.EncoderParameters)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L243C12-L243C56" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L243C12-L243C56" }, { "DocsId": "M:System.Drawing.Image.Save(System.IO.Stream,System.Drawing.Imaging.ImageFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L295C9-L297C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L295C9-L297C6" }, { "DocsId": "M:System.Drawing.Image.Save(System.IO.Stream,System.Drawing.Imaging.ImageCodecInfo,System.Drawing.Imaging.EncoderParameters)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L304C9-L329C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L304C9-L329C6" }, { "DocsId": "M:System.Drawing.Image.SaveAdd(System.Drawing.Imaging.EncoderParameters)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L336C9-L358C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L336C9-L358C6" }, { "DocsId": "M:System.Drawing.Image.SaveAdd(System.Drawing.Image,System.Drawing.Imaging.EncoderParameters)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L365C9-L391C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L365C9-L391C6" }, { "DocsId": "M:System.Drawing.Image.GetBounds(System.Drawing.GraphicsUnit@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L585C9-L587C23" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L585C9-L587C23" }, { "DocsId": "M:System.Drawing.Image.GetThumbnailImage(System.Int32,System.Int32,System.Drawing.Image.GetThumbnailImageAbort,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L634C9-L643C46" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L634C9-L643C46" }, { "DocsId": "M:System.Drawing.Image.GetFrameCount(System.Drawing.Imaging.FrameDimension)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L664C9-L668C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L664C9-L668C27" }, { "DocsId": "M:System.Drawing.Image.GetPropertyItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L677C9-L692C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L677C9-L692C6" }, { "DocsId": "M:System.Drawing.Image.SelectActiveFrame(System.Drawing.Imaging.FrameDimension,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L699C9-L702C18" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L699C9-L702C18" }, { "DocsId": "M:System.Drawing.Image.SetPropertyItem(System.Drawing.Imaging.PropertyItem)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L710C16-L723C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L710C16-L723C6" }, { "DocsId": "M:System.Drawing.Image.RotateFlip(System.Drawing.RotateFlipType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L727C9-L729C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L727C9-L729C6" }, { "DocsId": "M:System.Drawing.Image.RemovePropertyItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L736C9-L738C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L736C9-L738C6" }, { "DocsId": "M:System.Drawing.Image.GetEncoderParameterList(System.Guid)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L748C9-L769C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L748C9-L769C6" }, { "DocsId": "M:System.Drawing.Image.FromHbitmap(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L774C57-L774C90" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L774C57-L774C90" }, { "DocsId": "M:System.Drawing.Image.FromHbitmap(System.IntPtr,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L782C9-L783C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L782C9-L783C35" }, { "DocsId": "M:System.Drawing.Image.IsExtendedPixelFormat(System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L789C69-L789C105" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L789C69-L789C105" }, { "DocsId": "M:System.Drawing.Image.IsCanonicalPixelFormat(System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L803C9-L803C54" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L803C9-L803C54" }, { "DocsId": "M:System.Drawing.Image.GetPixelFormatSize(System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L847C65-L847C90" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L847C65-L847C90" }, { "DocsId": "M:System.Drawing.Image.IsAlphaPixelFormat(System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L852C66-L852C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L852C66-L852C99" }, { "DocsId": "P:System.Drawing.Image.Windows#Win32#Foundation#IPointer#Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L35C39-L35C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L35C39-L35C57" }, { "DocsId": "P:System.Drawing.Image.System#IO#IRawData#Data", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L44C41-L44C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L44C41-L44C60" }, { "DocsId": "P:System.Drawing.Image.Tag", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L50C16-L50C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L50C16-L50C25" }, { "DocsId": "P:System.Drawing.Image.PhysicalDimension", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L412C13-L414C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L412C13-L414C45" }, { "DocsId": "P:System.Drawing.Image.Size", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L421C25-L421C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L421C25-L421C43" }, { "DocsId": "P:System.Drawing.Image.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L434C13-L436C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L434C13-L436C31" }, { "DocsId": "P:System.Drawing.Image.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L451C13-L453C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L451C13-L453C32" }, { "DocsId": "P:System.Drawing.Image.HorizontalResolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L465C13-L467C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L465C13-L467C28" }, { "DocsId": "P:System.Drawing.Image.VerticalResolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L479C13-L481C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L479C13-L481C28" }, { "DocsId": "P:System.Drawing.Image.Flags", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L494C13-L496C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L494C13-L496C31" }, { "DocsId": "P:System.Drawing.Image.RawFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L507C13-L510C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L507C13-L510C42" }, { "DocsId": "P:System.Drawing.Image.PixelFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L517C39-L517C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L517C39-L517C73" }, { "DocsId": "P:System.Drawing.Image.PropertyIdList", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L528C13-L541C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L528C13-L541C27" }, { "DocsId": "P:System.Drawing.Image.PropertyItems", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L554C13-L576C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L554C13-L576C10" }, { "DocsId": "P:System.Drawing.Image.Palette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L602C13-L611C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L602C13-L611C10" }, { "DocsId": "P:System.Drawing.Image.FrameDimensionsList", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs#L825C13-L840C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs#L825C13-L840C26" }, { "DocsId": "T:System.Drawing.Image.GetThumbnailImageAbort", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs" } ], "DocsId": "T:System.Drawing.Image", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.ImageAnimator.UpdateFrames(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L99C9-L153C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L99C9-L153C6" }, { "DocsId": "M:System.Drawing.ImageAnimator.UpdateFrames", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L160C9-L190C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L160C9-L190C6" }, { "DocsId": "M:System.Drawing.ImageAnimator.Animate(System.Drawing.Image,System.EventHandler)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L198C9-L279C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L198C9-L279C6" }, { "DocsId": "M:System.Drawing.ImageAnimator.CanAnimate(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L286C9-L307C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L286C9-L307C6" }, { "DocsId": "M:System.Drawing.ImageAnimator.StopAnimate(System.Drawing.Image,System.EventHandler)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L315C9-L374C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L315C9-L374C6" } ], "DocsId": "T:System.Drawing.ImageAnimator", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.ImageConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L14C9-L14C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L14C9-L14C75" }, { "DocsId": "M:System.Drawing.ImageConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L19C9-L19C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L19C9-L19C87" }, { "DocsId": "M:System.Drawing.ImageConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L24C9-L37C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L24C9-L37C62" }, { "DocsId": "M:System.Drawing.ImageConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L43C9-L70C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L43C9-L70C6" }, { "DocsId": "M:System.Drawing.ImageConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L75C9-L75C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L75C9-L75C72" }, { "DocsId": "M:System.Drawing.ImageConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L78C85-L78C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L78C85-L78C89" }, { "DocsId": "M:System.Drawing.ImageConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageConverter.FMTID.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageConverter.FMTID.cs" } ], "DocsId": "T:System.Drawing.ImageConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.ImageFormatConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L18C9-L18C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L18C9-L18C89" }, { "DocsId": "M:System.Drawing.ImageFormatConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L23C9-L28C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L23C9-L28C60" }, { "DocsId": "M:System.Drawing.ImageFormatConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L34C9-L72C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L34C9-L72C106" }, { "DocsId": "M:System.Drawing.ImageFormatConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L77C9-L120C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L77C9-L120C73" }, { "DocsId": "M:System.Drawing.ImageFormatConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L125C9-L139C12" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L125C9-L139C12" }, { "DocsId": "M:System.Drawing.ImageFormatConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L142C89-L142C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L142C89-L142C93" }, { "DocsId": "M:System.Drawing.ImageFormatConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs" } ], "DocsId": "T:System.Drawing.ImageFormatConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Pen.#ctor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L35C31-L37C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L35C31-L37C6" }, { "DocsId": "M:System.Drawing.Pen.#ctor(System.Drawing.Color,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L43C5-L55C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L43C5-L55C6" }, { "DocsId": "M:System.Drawing.Pen.#ctor(System.Drawing.Brush)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L60C31-L62C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L60C31-L62C6" }, { "DocsId": "M:System.Drawing.Pen.#ctor(System.Drawing.Brush,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L67C5-L74C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L67C5-L74C6" }, { "DocsId": "M:System.Drawing.Pen.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L91C9-L93C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L91C9-L93C35" }, { "DocsId": "M:System.Drawing.Pen.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L101C9-L103C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L101C9-L103C6" }, { "DocsId": "M:System.Drawing.Pen.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L130C15-L130C40" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L130C15-L130C40" }, { "DocsId": "M:System.Drawing.Pen.SetLineCap(System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.DashCap)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L161C9-L173C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L161C9-L173C6" }, { "DocsId": "M:System.Drawing.Pen.ResetTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L452C9-L454C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L452C9-L454C6" }, { "DocsId": "M:System.Drawing.Pen.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L459C53-L459C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L459C53-L459C99" }, { "DocsId": "M:System.Drawing.Pen.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L466C9-L477C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L466C9-L477C6" }, { "DocsId": "M:System.Drawing.Pen.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L483C59-L483C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L483C59-L483C106" }, { "DocsId": "M:System.Drawing.Pen.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L490C9-L492C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L490C9-L492C6" }, { "DocsId": "M:System.Drawing.Pen.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L497C55-L497C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L497C55-L497C98" }, { "DocsId": "M:System.Drawing.Pen.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L504C9-L506C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L504C9-L506C6" }, { "DocsId": "M:System.Drawing.Pen.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L511C49-L511C92" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L511C49-L511C92" }, { "DocsId": "M:System.Drawing.Pen.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L518C9-L520C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L518C9-L520C6" }, { "DocsId": "M:System.Drawing.Pen.System#Drawing#Internal#ISystemColorTracker#OnSystemColorChanged", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L831C9-L835C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L831C9-L835C6" }, { "DocsId": "P:System.Drawing.Pen.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L140C13-L142C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L140C13-L142C26" }, { "DocsId": "P:System.Drawing.Pen.StartCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L183C13-L185C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L183C13-L185C29" }, { "DocsId": "P:System.Drawing.Pen.EndCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L225C13-L227C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L225C13-L227C27" }, { "DocsId": "P:System.Drawing.Pen.CustomStartCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L267C13-L269C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L267C13-L269C69" }, { "DocsId": "P:System.Drawing.Pen.CustomEndCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L292C13-L294C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L292C13-L294C69" }, { "DocsId": "P:System.Drawing.Pen.DashCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L317C13-L319C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L317C13-L319C28" }, { "DocsId": "P:System.Drawing.Pen.LineJoin", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L346C13-L348C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L346C13-L348C29" }, { "DocsId": "P:System.Drawing.Pen.MiterLimit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L375C13-L377C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L375C13-L377C31" }, { "DocsId": "P:System.Drawing.Pen.Alignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L399C13-L401C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L399C13-L401C28" }, { "DocsId": "P:System.Drawing.Pen.Transform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L427C13-L430C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L427C13-L430C27" }, { "DocsId": "P:System.Drawing.Pen.PenType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L537C13-L539C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L537C13-L539C44" }, { "DocsId": "P:System.Drawing.Pen.Color", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L550C13-L564C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L550C13-L564C27" }, { "DocsId": "P:System.Drawing.Pen.Brush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L596C13-L624C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L596C13-L624C27" }, { "DocsId": "P:System.Drawing.Pen.DashStyle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L655C13-L657C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L655C13-L657C30" }, { "DocsId": "P:System.Drawing.Pen.DashOffset", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L713C13-L715C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L713C13-L715C31" }, { "DocsId": "P:System.Drawing.Pen.DashPattern", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L737C13-L768C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L737C13-L768C28" }, { "DocsId": "P:System.Drawing.Pen.CompoundArray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L798C13-L810C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L798C13-L810C30" } ], "DocsId": "T:System.Drawing.Pen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pen.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pen.cs" }, { "Members": [ { "DocsId": "P:System.Drawing.Pens.Transparent", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L149C38-L149C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L149C38-L149C81" }, { "DocsId": "P:System.Drawing.Pens.AliceBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L151C36-L151C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L151C36-L151C75" }, { "DocsId": "P:System.Drawing.Pens.AntiqueWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L152C39-L152C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L152C39-L152C84" }, { "DocsId": "P:System.Drawing.Pens.Aqua", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L153C31-L153C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L153C31-L153C60" }, { "DocsId": "P:System.Drawing.Pens.Aquamarine", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L154C37-L154C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L154C37-L154C78" }, { "DocsId": "P:System.Drawing.Pens.Azure", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L155C32-L155C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L155C32-L155C63" }, { "DocsId": "P:System.Drawing.Pens.Beige", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L157C32-L157C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L157C32-L157C63" }, { "DocsId": "P:System.Drawing.Pens.Bisque", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L158C33-L158C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L158C33-L158C66" }, { "DocsId": "P:System.Drawing.Pens.Black", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L159C32-L159C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L159C32-L159C63" }, { "DocsId": "P:System.Drawing.Pens.BlanchedAlmond", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L160C41-L160C90" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L160C41-L160C90" }, { "DocsId": "P:System.Drawing.Pens.Blue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L161C31-L161C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L161C31-L161C60" }, { "DocsId": "P:System.Drawing.Pens.BlueViolet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L162C37-L162C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L162C37-L162C78" }, { "DocsId": "P:System.Drawing.Pens.Brown", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L163C32-L163C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L163C32-L163C63" }, { "DocsId": "P:System.Drawing.Pens.BurlyWood", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L164C36-L164C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L164C36-L164C75" }, { "DocsId": "P:System.Drawing.Pens.CadetBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L166C36-L166C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L166C36-L166C75" }, { "DocsId": "P:System.Drawing.Pens.Chartreuse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L167C37-L167C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L167C37-L167C78" }, { "DocsId": "P:System.Drawing.Pens.Chocolate", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L168C36-L168C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L168C36-L168C75" }, { "DocsId": "P:System.Drawing.Pens.Coral", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L169C32-L169C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L169C32-L169C63" }, { "DocsId": "P:System.Drawing.Pens.CornflowerBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L170C41-L170C90" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L170C41-L170C90" }, { "DocsId": "P:System.Drawing.Pens.Cornsilk", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L171C35-L171C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L171C35-L171C72" }, { "DocsId": "P:System.Drawing.Pens.Crimson", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L172C34-L172C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L172C34-L172C69" }, { "DocsId": "P:System.Drawing.Pens.Cyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L173C31-L173C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L173C31-L173C60" }, { "DocsId": "P:System.Drawing.Pens.DarkBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L175C35-L175C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L175C35-L175C72" }, { "DocsId": "P:System.Drawing.Pens.DarkCyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L176C35-L176C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L176C35-L176C72" }, { "DocsId": "P:System.Drawing.Pens.DarkGoldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L177C40-L177C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L177C40-L177C87" }, { "DocsId": "P:System.Drawing.Pens.DarkGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L178C35-L178C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L178C35-L178C72" }, { "DocsId": "P:System.Drawing.Pens.DarkGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L179C36-L179C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L179C36-L179C75" }, { "DocsId": "P:System.Drawing.Pens.DarkKhaki", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L180C36-L180C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L180C36-L180C75" }, { "DocsId": "P:System.Drawing.Pens.DarkMagenta", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L181C38-L181C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L181C38-L181C81" }, { "DocsId": "P:System.Drawing.Pens.DarkOliveGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L182C41-L182C90" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L182C41-L182C90" }, { "DocsId": "P:System.Drawing.Pens.DarkOrange", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L183C37-L183C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L183C37-L183C78" }, { "DocsId": "P:System.Drawing.Pens.DarkOrchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L184C37-L184C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L184C37-L184C78" }, { "DocsId": "P:System.Drawing.Pens.DarkRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L185C34-L185C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L185C34-L185C69" }, { "DocsId": "P:System.Drawing.Pens.DarkSalmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L186C37-L186C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L186C37-L186C78" }, { "DocsId": "P:System.Drawing.Pens.DarkSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L187C39-L187C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L187C39-L187C84" }, { "DocsId": "P:System.Drawing.Pens.DarkSlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L188C40-L188C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L188C40-L188C87" }, { "DocsId": "P:System.Drawing.Pens.DarkSlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L189C40-L189C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L189C40-L189C87" }, { "DocsId": "P:System.Drawing.Pens.DarkTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L190C40-L190C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L190C40-L190C87" }, { "DocsId": "P:System.Drawing.Pens.DarkViolet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L191C37-L191C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L191C37-L191C78" }, { "DocsId": "P:System.Drawing.Pens.DeepPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L192C35-L192C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L192C35-L192C72" }, { "DocsId": "P:System.Drawing.Pens.DeepSkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L193C38-L193C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L193C38-L193C81" }, { "DocsId": "P:System.Drawing.Pens.DimGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L194C34-L194C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L194C34-L194C69" }, { "DocsId": "P:System.Drawing.Pens.DodgerBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L195C37-L195C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L195C37-L195C78" }, { "DocsId": "P:System.Drawing.Pens.Firebrick", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L197C36-L197C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L197C36-L197C75" }, { "DocsId": "P:System.Drawing.Pens.FloralWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L198C38-L198C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L198C38-L198C81" }, { "DocsId": "P:System.Drawing.Pens.ForestGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L199C38-L199C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L199C38-L199C81" }, { "DocsId": "P:System.Drawing.Pens.Fuchsia", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L200C34-L200C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L200C34-L200C69" }, { "DocsId": "P:System.Drawing.Pens.Gainsboro", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L202C36-L202C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L202C36-L202C75" }, { "DocsId": "P:System.Drawing.Pens.GhostWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L203C37-L203C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L203C37-L203C78" }, { "DocsId": "P:System.Drawing.Pens.Gold", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L204C31-L204C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L204C31-L204C60" }, { "DocsId": "P:System.Drawing.Pens.Goldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L205C36-L205C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L205C36-L205C75" }, { "DocsId": "P:System.Drawing.Pens.Gray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L206C31-L206C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L206C31-L206C60" }, { "DocsId": "P:System.Drawing.Pens.Green", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L207C32-L207C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L207C32-L207C63" }, { "DocsId": "P:System.Drawing.Pens.GreenYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L208C38-L208C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L208C38-L208C81" }, { "DocsId": "P:System.Drawing.Pens.Honeydew", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L210C35-L210C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L210C35-L210C72" }, { "DocsId": "P:System.Drawing.Pens.HotPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L211C34-L211C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L211C34-L211C69" }, { "DocsId": "P:System.Drawing.Pens.IndianRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L213C36-L213C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L213C36-L213C75" }, { "DocsId": "P:System.Drawing.Pens.Indigo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L214C33-L214C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L214C33-L214C66" }, { "DocsId": "P:System.Drawing.Pens.Ivory", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L215C32-L215C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L215C32-L215C63" }, { "DocsId": "P:System.Drawing.Pens.Khaki", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L217C32-L217C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L217C32-L217C63" }, { "DocsId": "P:System.Drawing.Pens.Lavender", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L219C35-L219C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L219C35-L219C72" }, { "DocsId": "P:System.Drawing.Pens.LavenderBlush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L220C40-L220C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L220C40-L220C87" }, { "DocsId": "P:System.Drawing.Pens.LawnGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L221C36-L221C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L221C36-L221C75" }, { "DocsId": "P:System.Drawing.Pens.LemonChiffon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L222C39-L222C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L222C39-L222C84" }, { "DocsId": "P:System.Drawing.Pens.LightBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L223C36-L223C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L223C36-L223C75" }, { "DocsId": "P:System.Drawing.Pens.LightCoral", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L224C37-L224C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L224C37-L224C78" }, { "DocsId": "P:System.Drawing.Pens.LightCyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L225C36-L225C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L225C36-L225C75" }, { "DocsId": "P:System.Drawing.Pens.LightGoldenrodYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L226C47-L226C108" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L226C47-L226C108" }, { "DocsId": "P:System.Drawing.Pens.LightGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L227C37-L227C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L227C37-L227C78" }, { "DocsId": "P:System.Drawing.Pens.LightGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L228C36-L228C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L228C36-L228C75" }, { "DocsId": "P:System.Drawing.Pens.LightPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L229C36-L229C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L229C36-L229C75" }, { "DocsId": "P:System.Drawing.Pens.LightSalmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L230C38-L230C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L230C38-L230C81" }, { "DocsId": "P:System.Drawing.Pens.LightSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L231C40-L231C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L231C40-L231C87" }, { "DocsId": "P:System.Drawing.Pens.LightSkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L232C39-L232C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L232C39-L232C84" }, { "DocsId": "P:System.Drawing.Pens.LightSlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L233C41-L233C90" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L233C41-L233C90" }, { "DocsId": "P:System.Drawing.Pens.LightSteelBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L234C41-L234C90" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L234C41-L234C90" }, { "DocsId": "P:System.Drawing.Pens.LightYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L235C38-L235C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L235C38-L235C81" }, { "DocsId": "P:System.Drawing.Pens.Lime", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L236C31-L236C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L236C31-L236C60" }, { "DocsId": "P:System.Drawing.Pens.LimeGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L237C36-L237C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L237C36-L237C75" }, { "DocsId": "P:System.Drawing.Pens.Linen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L238C32-L238C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L238C32-L238C63" }, { "DocsId": "P:System.Drawing.Pens.Magenta", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L240C34-L240C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L240C34-L240C69" }, { "DocsId": "P:System.Drawing.Pens.Maroon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L241C33-L241C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L241C33-L241C66" }, { "DocsId": "P:System.Drawing.Pens.MediumAquamarine", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L242C43-L242C96" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L242C43-L242C96" }, { "DocsId": "P:System.Drawing.Pens.MediumBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L243C37-L243C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L243C37-L243C78" }, { "DocsId": "P:System.Drawing.Pens.MediumOrchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L244C39-L244C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L244C39-L244C84" }, { "DocsId": "P:System.Drawing.Pens.MediumPurple", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L245C39-L245C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L245C39-L245C84" }, { "DocsId": "P:System.Drawing.Pens.MediumSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L246C41-L246C90" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L246C41-L246C90" }, { "DocsId": "P:System.Drawing.Pens.MediumSlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L247C42-L247C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L247C42-L247C93" }, { "DocsId": "P:System.Drawing.Pens.MediumSpringGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L248C44-L248C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L248C44-L248C99" }, { "DocsId": "P:System.Drawing.Pens.MediumTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L249C42-L249C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L249C42-L249C93" }, { "DocsId": "P:System.Drawing.Pens.MediumVioletRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L250C42-L250C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L250C42-L250C93" }, { "DocsId": "P:System.Drawing.Pens.MidnightBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L251C39-L251C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L251C39-L251C84" }, { "DocsId": "P:System.Drawing.Pens.MintCream", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L252C36-L252C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L252C36-L252C75" }, { "DocsId": "P:System.Drawing.Pens.MistyRose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L253C36-L253C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L253C36-L253C75" }, { "DocsId": "P:System.Drawing.Pens.Moccasin", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L254C35-L254C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L254C35-L254C72" }, { "DocsId": "P:System.Drawing.Pens.NavajoWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L256C38-L256C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L256C38-L256C81" }, { "DocsId": "P:System.Drawing.Pens.Navy", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L257C31-L257C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L257C31-L257C60" }, { "DocsId": "P:System.Drawing.Pens.OldLace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L259C34-L259C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L259C34-L259C69" }, { "DocsId": "P:System.Drawing.Pens.Olive", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L260C32-L260C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L260C32-L260C63" }, { "DocsId": "P:System.Drawing.Pens.OliveDrab", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L261C36-L261C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L261C36-L261C75" }, { "DocsId": "P:System.Drawing.Pens.Orange", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L262C33-L262C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L262C33-L262C66" }, { "DocsId": "P:System.Drawing.Pens.OrangeRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L263C36-L263C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L263C36-L263C75" }, { "DocsId": "P:System.Drawing.Pens.Orchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L264C33-L264C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L264C33-L264C66" }, { "DocsId": "P:System.Drawing.Pens.PaleGoldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L266C40-L266C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L266C40-L266C87" }, { "DocsId": "P:System.Drawing.Pens.PaleGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L267C36-L267C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L267C36-L267C75" }, { "DocsId": "P:System.Drawing.Pens.PaleTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L268C40-L268C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L268C40-L268C87" }, { "DocsId": "P:System.Drawing.Pens.PaleVioletRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L269C40-L269C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L269C40-L269C87" }, { "DocsId": "P:System.Drawing.Pens.PapayaWhip", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L270C37-L270C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L270C37-L270C78" }, { "DocsId": "P:System.Drawing.Pens.PeachPuff", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L271C36-L271C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L271C36-L271C75" }, { "DocsId": "P:System.Drawing.Pens.Peru", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L272C31-L272C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L272C31-L272C60" }, { "DocsId": "P:System.Drawing.Pens.Pink", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L273C31-L273C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L273C31-L273C60" }, { "DocsId": "P:System.Drawing.Pens.Plum", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L274C31-L274C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L274C31-L274C60" }, { "DocsId": "P:System.Drawing.Pens.PowderBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L275C37-L275C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L275C37-L275C78" }, { "DocsId": "P:System.Drawing.Pens.Purple", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L276C33-L276C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L276C33-L276C66" }, { "DocsId": "P:System.Drawing.Pens.Red", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L278C30-L278C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L278C30-L278C57" }, { "DocsId": "P:System.Drawing.Pens.RosyBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L279C36-L279C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L279C36-L279C75" }, { "DocsId": "P:System.Drawing.Pens.RoyalBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L280C36-L280C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L280C36-L280C75" }, { "DocsId": "P:System.Drawing.Pens.SaddleBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L282C38-L282C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L282C38-L282C81" }, { "DocsId": "P:System.Drawing.Pens.Salmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L283C33-L283C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L283C33-L283C66" }, { "DocsId": "P:System.Drawing.Pens.SandyBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L284C37-L284C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L284C37-L284C78" }, { "DocsId": "P:System.Drawing.Pens.SeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L285C35-L285C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L285C35-L285C72" }, { "DocsId": "P:System.Drawing.Pens.SeaShell", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L286C35-L286C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L286C35-L286C72" }, { "DocsId": "P:System.Drawing.Pens.Sienna", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L287C33-L287C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L287C33-L287C66" }, { "DocsId": "P:System.Drawing.Pens.Silver", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L288C33-L288C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L288C33-L288C66" }, { "DocsId": "P:System.Drawing.Pens.SkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L289C34-L289C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L289C34-L289C69" }, { "DocsId": "P:System.Drawing.Pens.SlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L290C36-L290C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L290C36-L290C75" }, { "DocsId": "P:System.Drawing.Pens.SlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L291C36-L291C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L291C36-L291C75" }, { "DocsId": "P:System.Drawing.Pens.Snow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L292C31-L292C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L292C31-L292C60" }, { "DocsId": "P:System.Drawing.Pens.SpringGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L293C38-L293C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L293C38-L293C81" }, { "DocsId": "P:System.Drawing.Pens.SteelBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L294C36-L294C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L294C36-L294C75" }, { "DocsId": "P:System.Drawing.Pens.Tan", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L296C30-L296C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L296C30-L296C57" }, { "DocsId": "P:System.Drawing.Pens.Teal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L297C31-L297C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L297C31-L297C60" }, { "DocsId": "P:System.Drawing.Pens.Thistle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L298C34-L298C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L298C34-L298C69" }, { "DocsId": "P:System.Drawing.Pens.Tomato", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L299C33-L299C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L299C33-L299C66" }, { "DocsId": "P:System.Drawing.Pens.Turquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L300C36-L300C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L300C36-L300C75" }, { "DocsId": "P:System.Drawing.Pens.Violet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L302C33-L302C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L302C33-L302C66" }, { "DocsId": "P:System.Drawing.Pens.Wheat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L304C32-L304C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L304C32-L304C63" }, { "DocsId": "P:System.Drawing.Pens.White", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L305C32-L305C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L305C32-L305C63" }, { "DocsId": "P:System.Drawing.Pens.WhiteSmoke", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L306C37-L306C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L306C37-L306C78" }, { "DocsId": "P:System.Drawing.Pens.Yellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L308C33-L308C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L308C33-L308C66" }, { "DocsId": "P:System.Drawing.Pens.YellowGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L309C38-L309C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L309C38-L309C81" } ], "DocsId": "T:System.Drawing.Pens", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Pens.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Pens.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Region.Windows#Win32#Foundation#IPointer#get_Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L12C40-L12C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L12C40-L12C58" }, { "DocsId": "M:System.Drawing.Region.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L14C5-L19C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L14C5-L19C6" }, { "DocsId": "M:System.Drawing.Region.#ctor(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L21C5-L27C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L21C5-L27C6" }, { "DocsId": "M:System.Drawing.Region.#ctor(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L29C37-L31C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L29C37-L31C6" }, { "DocsId": "M:System.Drawing.Region.#ctor(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L33C5-L41C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L33C5-L41C6" }, { "DocsId": "M:System.Drawing.Region.#ctor(System.Drawing.Drawing2D.RegionData)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L43C5-L54C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L43C5-L54C6" }, { "DocsId": "M:System.Drawing.Region.FromHrgn(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L60C9-L62C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L60C9-L62C35" }, { "DocsId": "M:System.Drawing.Region.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L75C9-L77C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L75C9-L77C35" }, { "DocsId": "M:System.Drawing.Region.ReleaseHrgn(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L82C9-L89C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L82C9-L89C6" }, { "DocsId": "M:System.Drawing.Region.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L93C9-L101C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L93C9-L101C6" }, { "DocsId": "M:System.Drawing.Region.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L103C18-L103C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L103C18-L103C27" }, { "DocsId": "M:System.Drawing.Region.MakeInfinite", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L105C35-L105C92" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L105C35-L105C92" }, { "DocsId": "M:System.Drawing.Region.MakeEmpty", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L107C32-L107C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L107C32-L107C86" }, { "DocsId": "M:System.Drawing.Region.Intersect(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L110C9-L110C129" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L110C9-L110C129" }, { "DocsId": "M:System.Drawing.Region.Intersect(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L112C46-L112C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L112C46-L112C73" }, { "DocsId": "M:System.Drawing.Region.Intersect(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L116C9-L119C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L116C9-L119C6" }, { "DocsId": "M:System.Drawing.Region.Intersect(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L123C9-L126C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L123C9-L126C6" }, { "DocsId": "M:System.Drawing.Region.Union(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L129C9-L129C125" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L129C9-L129C125" }, { "DocsId": "M:System.Drawing.Region.Union(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L131C42-L131C65" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L131C42-L131C65" }, { "DocsId": "M:System.Drawing.Region.Union(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L135C9-L138C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L135C9-L138C6" }, { "DocsId": "M:System.Drawing.Region.Union(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L142C9-L145C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L142C9-L145C6" }, { "DocsId": "M:System.Drawing.Region.Xor(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L148C9-L148C123" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L148C9-L148C123" }, { "DocsId": "M:System.Drawing.Region.Xor(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L150C40-L150C61" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L150C40-L150C61" }, { "DocsId": "M:System.Drawing.Region.Xor(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L154C9-L157C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L154C9-L157C6" }, { "DocsId": "M:System.Drawing.Region.Xor(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L161C9-L164C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L161C9-L164C6" }, { "DocsId": "M:System.Drawing.Region.Exclude(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L167C9-L167C127" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L167C9-L167C127" }, { "DocsId": "M:System.Drawing.Region.Exclude(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L169C44-L169C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L169C44-L169C69" }, { "DocsId": "M:System.Drawing.Region.Exclude(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L173C9-L176C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L173C9-L176C6" }, { "DocsId": "M:System.Drawing.Region.Exclude(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L180C9-L183C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L180C9-L183C6" }, { "DocsId": "M:System.Drawing.Region.Complement(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L186C9-L186C130" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L186C9-L186C130" }, { "DocsId": "M:System.Drawing.Region.Complement(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L188C47-L188C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L188C47-L188C75" }, { "DocsId": "M:System.Drawing.Region.Complement(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L192C9-L195C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L192C9-L195C6" }, { "DocsId": "M:System.Drawing.Region.Complement(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L199C9-L202C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L199C9-L202C6" }, { "DocsId": "M:System.Drawing.Region.Translate(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L204C50-L204C119" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L204C50-L204C119" }, { "DocsId": "M:System.Drawing.Region.Translate(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L206C46-L206C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L206C46-L206C70" }, { "DocsId": "M:System.Drawing.Region.Transform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L210C9-L214C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L210C9-L214C6" }, { "DocsId": "M:System.Drawing.Region.GetBounds(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L218C9-L222C23" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L218C9-L222C23" }, { "DocsId": "M:System.Drawing.Region.GetHrgn(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L227C9-L231C21" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L227C9-L231C21" }, { "DocsId": "M:System.Drawing.Region.IsEmpty(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L236C9-L240C24" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L236C9-L240C24" }, { "DocsId": "M:System.Drawing.Region.IsInfinite(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L245C9-L248C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L245C9-L248C27" }, { "DocsId": "M:System.Drawing.Region.Equals(System.Drawing.Region,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L253C9-L259C24" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L253C9-L259C24" }, { "DocsId": "M:System.Drawing.Region.GetRegionData", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L265C9-L276C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L265C9-L276C43" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L279C48-L279C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L279C48-L279C81" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L281C44-L281C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L281C44-L281C66" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Single,System.Single,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L283C61-L283C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L283C61-L283C91" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.PointF,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L288C9-L296C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L288C9-L296C26" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L299C75-L299C127" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L299C75-L299C127" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L301C47-L301C68" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L301C47-L301C68" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Single,System.Single,System.Single,System.Single,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L303C88-L303C137" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L303C88-L303C137" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.RectangleF,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L308C9-L315C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L308C9-L315C26" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Int32,System.Int32,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L318C57-L318C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L318C57-L318C86" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L320C43-L320C65" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L320C43-L320C65" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.Point,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L322C56-L322C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L322C56-L322C83" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L324C67-L324C118" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L324C67-L324C118" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L326C46-L326C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L326C46-L326C67" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L328C80-L328C128" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L328C80-L328C128" }, { "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.Rectangle,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L330C59-L330C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L330C59-L330C89" }, { "DocsId": "M:System.Drawing.Region.GetRegionScans(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L334C9-L359C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L334C9-L359C27" }, { "DocsId": "P:System.Drawing.Region.Windows#Win32#Foundation#IPointer#Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs#L12C40-L12C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs#L12C40-L12C58" } ], "DocsId": "T:System.Drawing.Region", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Region.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Region.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.RotateFlipType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.RotateNoneFlipNone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate90FlipNone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate180FlipNone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate270FlipNone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.RotateNoneFlipX", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate90FlipX", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate180FlipX", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate270FlipX", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.RotateNoneFlipY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate90FlipY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate180FlipY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate270FlipY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.RotateNoneFlipXY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate90FlipXY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate180FlipXY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "DocsId": "F:System.Drawing.RotateFlipType.Rotate270FlipXY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" } ], "DocsId": "T:System.Drawing.RotateFlipType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.SolidBrush.#ctor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L11C5-L26C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L11C5-L26C6" }, { "DocsId": "M:System.Drawing.SolidBrush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L39C9-L43C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L39C9-L43C58" }, { "DocsId": "M:System.Drawing.SolidBrush.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L48C9-L58C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L48C9-L58C6" }, { "DocsId": "M:System.Drawing.SolidBrush.System#Drawing#Internal#ISystemColorTracker#OnSystemColorChanged", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L107C9-L111C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L107C9-L111C6" }, { "DocsId": "P:System.Drawing.SolidBrush.Color", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L64C13-L73C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L64C13-L73C27" } ], "DocsId": "T:System.Drawing.SolidBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.StockIconId.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DocumentNoAssociation", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DocumentWithAssociation", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Application", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Folder", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.FolderOpen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Drive525", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Drive35", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DriveRemovable", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DriveFixed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DriveNet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DriveNetDisabled", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DriveCD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DriveRam", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.World", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Server", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Printer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MyNetwork", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Find", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Help", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Share", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Link", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.SlowFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Recycler", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.RecyclerFull", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaCDAudio", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Lock", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.AutoList", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.PrinterNet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.ServerShare", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.PrinterFax", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.PrinterFaxNet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.PrinterFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Stack", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaSVCD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.StuffedFolder", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DriveUnknown", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DriveDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaDVDRAM", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaDVDRW", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaDVDR", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaDVDROM", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaCDAudioPlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaCDRW", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaCDR", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaCDBurn", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaBlankCD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaCDROM", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.AudioFiles", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.ImageFiles", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.VideoFiles", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MixedFiles", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.FolderBack", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.FolderFront", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Shield", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Warning", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Info", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Error", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Key", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Software", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Rename", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Delete", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaAudioDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaMovieDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaEnhancedCD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaEnhancedDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaHDDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaBluRay", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaVCD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaDVDPlusR", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaDVDPlusRW", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DesktopPC", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MobilePC", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Users", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaSmartMedia", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaCompactFlash", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DeviceCellPhone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DeviceCamera", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DeviceVideoCamera", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DeviceAudioPlayer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.NetworkConnect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Internet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.ZipFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.Settings", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DriveHDDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.DriveBD", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaHDDVDROM", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaHDDVDR", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaHDDVDRAM", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaBDROM", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaBDR", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.MediaBDRE", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "DocsId": "F:System.Drawing.StockIconId.ClusteredDrive", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" } ], "DocsId": "T:System.Drawing.StockIconId", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.StockIconOptions.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" }, { "DocsId": "F:System.Drawing.StockIconOptions.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" }, { "DocsId": "F:System.Drawing.StockIconOptions.SmallIcon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" }, { "DocsId": "F:System.Drawing.StockIconOptions.ShellIconSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" }, { "DocsId": "F:System.Drawing.StockIconOptions.LinkOverlay", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" }, { "DocsId": "F:System.Drawing.StockIconOptions.Selected", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" } ], "DocsId": "T:System.Drawing.StockIconOptions", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.StringAlignment.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" }, { "DocsId": "F:System.Drawing.StringAlignment.Near", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" }, { "DocsId": "F:System.Drawing.StringAlignment.Center", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" }, { "DocsId": "F:System.Drawing.StringAlignment.Far", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" } ], "DocsId": "T:System.Drawing.StringAlignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.StringDigitSubstitute.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" }, { "DocsId": "F:System.Drawing.StringDigitSubstitute.User", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" }, { "DocsId": "F:System.Drawing.StringDigitSubstitute.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" }, { "DocsId": "F:System.Drawing.StringDigitSubstitute.National", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" }, { "DocsId": "F:System.Drawing.StringDigitSubstitute.Traditional", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" } ], "DocsId": "T:System.Drawing.StringDigitSubstitute", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.StringFormat.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L22C29-L24C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L22C29-L24C6" }, { "DocsId": "M:System.Drawing.StringFormat.#ctor(System.Drawing.StringFormatFlags)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L29C54-L31C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L29C54-L31C6" }, { "DocsId": "M:System.Drawing.StringFormat.#ctor(System.Drawing.StringFormatFlags,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L37C5-L42C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L37C5-L42C6" }, { "DocsId": "M:System.Drawing.StringFormat.#ctor(System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L48C5-L55C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L48C5-L55C6" }, { "DocsId": "M:System.Drawing.StringFormat.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L62C9-L64C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L62C9-L64C6" }, { "DocsId": "M:System.Drawing.StringFormat.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L99C30-L99C52" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L99C30-L99C52" }, { "DocsId": "M:System.Drawing.StringFormat.SetMeasurableCharacterRanges(System.Drawing.CharacterRange[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L125C9-L139C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L125C9-L139C6" }, { "DocsId": "M:System.Drawing.StringFormat.SetTabStops(System.Single,System.Single[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L218C9-L237C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L218C9-L237C6" }, { "DocsId": "M:System.Drawing.StringFormat.GetTabStops(System.Single@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L245C9-L260C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L245C9-L260C29" }, { "DocsId": "M:System.Drawing.StringFormat.SetDigitSubstitution(System.Int32,System.Drawing.StringDigitSubstitute)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L344C9-L350C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L344C9-L350C6" }, { "DocsId": "M:System.Drawing.StringFormat.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L395C24-L395C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L395C24-L395C49" }, { "DocsId": "M:System.Drawing.StringFormat.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L400C42-L400C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L400C42-L400C86" }, { "DocsId": "P:System.Drawing.StringFormat.FormatFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L109C13-L111C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L109C13-L111C27" }, { "DocsId": "P:System.Drawing.StringFormat.Alignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L149C13-L151C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L149C13-L151C30" }, { "DocsId": "P:System.Drawing.StringFormat.LineAlignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L173C13-L175C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L173C13-L175C30" }, { "DocsId": "P:System.Drawing.StringFormat.HotkeyPrefix", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L197C13-L199C33" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L197C13-L199C33" }, { "DocsId": "P:System.Drawing.StringFormat.Trimming", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L275C13-L277C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L275C13-L277C29" }, { "DocsId": "P:System.Drawing.StringFormat.GenericDefault", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L311C13-L312C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L311C13-L312C45" }, { "DocsId": "P:System.Drawing.StringFormat.GenericTypographic", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L337C13-L338C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L337C13-L338C45" }, { "DocsId": "P:System.Drawing.StringFormat.DigitSubstitutionMethod", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L360C13-L366C36" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L360C13-L366C36" }, { "DocsId": "P:System.Drawing.StringFormat.DigitSubstitutionLanguage", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L378C13-L380C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L378C13-L380C29" } ], "DocsId": "T:System.Drawing.StringFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.StringFormatFlags.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" }, { "DocsId": "F:System.Drawing.StringFormatFlags.DirectionRightToLeft", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" }, { "DocsId": "F:System.Drawing.StringFormatFlags.DirectionVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" }, { "DocsId": "F:System.Drawing.StringFormatFlags.FitBlackBox", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" }, { "DocsId": "F:System.Drawing.StringFormatFlags.DisplayFormatControl", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" }, { "DocsId": "F:System.Drawing.StringFormatFlags.NoFontFallback", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" }, { "DocsId": "F:System.Drawing.StringFormatFlags.MeasureTrailingSpaces", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" }, { "DocsId": "F:System.Drawing.StringFormatFlags.NoWrap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" }, { "DocsId": "F:System.Drawing.StringFormatFlags.LineLimit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" }, { "DocsId": "F:System.Drawing.StringFormatFlags.NoClip", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" } ], "DocsId": "T:System.Drawing.StringFormatFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.StringTrimming.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" }, { "DocsId": "F:System.Drawing.StringTrimming.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" }, { "DocsId": "F:System.Drawing.StringTrimming.Character", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" }, { "DocsId": "F:System.Drawing.StringTrimming.Word", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" }, { "DocsId": "F:System.Drawing.StringTrimming.EllipsisCharacter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" }, { "DocsId": "F:System.Drawing.StringTrimming.EllipsisWord", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" }, { "DocsId": "F:System.Drawing.StringTrimming.EllipsisPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" } ], "DocsId": "T:System.Drawing.StringTrimming", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.StringUnit.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" }, { "DocsId": "F:System.Drawing.StringUnit.World", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" }, { "DocsId": "F:System.Drawing.StringUnit.Display", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" }, { "DocsId": "F:System.Drawing.StringUnit.Pixel", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" }, { "DocsId": "F:System.Drawing.StringUnit.Point", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" }, { "DocsId": "F:System.Drawing.StringUnit.Inch", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" }, { "DocsId": "F:System.Drawing.StringUnit.Document", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" }, { "DocsId": "F:System.Drawing.StringUnit.Millimeter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" }, { "DocsId": "F:System.Drawing.StringUnit.Em", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" } ], "DocsId": "T:System.Drawing.StringUnit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.SystemBrushes.FromSystemColor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L55C9-L76C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L55C9-L76C63" }, { "DocsId": "P:System.Drawing.SystemBrushes.ActiveBorder", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L10C41-L10C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L10C41-L10C83" }, { "DocsId": "P:System.Drawing.SystemBrushes.ActiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L11C42-L11C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L11C42-L11C85" }, { "DocsId": "P:System.Drawing.SystemBrushes.ActiveCaptionText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L12C46-L12C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L12C46-L12C93" }, { "DocsId": "P:System.Drawing.SystemBrushes.AppWorkspace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L13C41-L13C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L13C41-L13C83" }, { "DocsId": "P:System.Drawing.SystemBrushes.ButtonFace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L15C39-L15C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L15C39-L15C79" }, { "DocsId": "P:System.Drawing.SystemBrushes.ButtonHighlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L16C44-L16C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L16C44-L16C89" }, { "DocsId": "P:System.Drawing.SystemBrushes.ButtonShadow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L17C41-L17C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L17C41-L17C83" }, { "DocsId": "P:System.Drawing.SystemBrushes.Control", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L19C36-L19C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L19C36-L19C73" }, { "DocsId": "P:System.Drawing.SystemBrushes.ControlLightLight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L20C46-L20C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L20C46-L20C93" }, { "DocsId": "P:System.Drawing.SystemBrushes.ControlLight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L21C41-L21C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L21C41-L21C83" }, { "DocsId": "P:System.Drawing.SystemBrushes.ControlDark", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L22C40-L22C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L22C40-L22C81" }, { "DocsId": "P:System.Drawing.SystemBrushes.ControlDarkDark", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L23C44-L23C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L23C44-L23C89" }, { "DocsId": "P:System.Drawing.SystemBrushes.ControlText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L24C40-L24C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L24C40-L24C81" }, { "DocsId": "P:System.Drawing.SystemBrushes.Desktop", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L26C36-L26C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L26C36-L26C73" }, { "DocsId": "P:System.Drawing.SystemBrushes.GradientActiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L28C50-L28C101" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L28C50-L28C101" }, { "DocsId": "P:System.Drawing.SystemBrushes.GradientInactiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L29C52-L29C105" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L29C52-L29C105" }, { "DocsId": "P:System.Drawing.SystemBrushes.GrayText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L30C37-L30C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L30C37-L30C75" }, { "DocsId": "P:System.Drawing.SystemBrushes.Highlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L32C38-L32C77" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L32C38-L32C77" }, { "DocsId": "P:System.Drawing.SystemBrushes.HighlightText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L33C42-L33C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L33C42-L33C85" }, { "DocsId": "P:System.Drawing.SystemBrushes.HotTrack", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L34C37-L34C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L34C37-L34C75" }, { "DocsId": "P:System.Drawing.SystemBrushes.InactiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L36C44-L36C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L36C44-L36C89" }, { "DocsId": "P:System.Drawing.SystemBrushes.InactiveBorder", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L37C43-L37C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L37C43-L37C87" }, { "DocsId": "P:System.Drawing.SystemBrushes.InactiveCaptionText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L38C48-L38C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L38C48-L38C97" }, { "DocsId": "P:System.Drawing.SystemBrushes.Info", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L39C33-L39C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L39C33-L39C67" }, { "DocsId": "P:System.Drawing.SystemBrushes.InfoText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L40C37-L40C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L40C37-L40C75" }, { "DocsId": "P:System.Drawing.SystemBrushes.Menu", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L42C33-L42C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L42C33-L42C67" }, { "DocsId": "P:System.Drawing.SystemBrushes.MenuBar", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L43C36-L43C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L43C36-L43C73" }, { "DocsId": "P:System.Drawing.SystemBrushes.MenuHighlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L44C42-L44C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L44C42-L44C85" }, { "DocsId": "P:System.Drawing.SystemBrushes.MenuText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L45C37-L45C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L45C37-L45C75" }, { "DocsId": "P:System.Drawing.SystemBrushes.ScrollBar", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L47C38-L47C77" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L47C38-L47C77" }, { "DocsId": "P:System.Drawing.SystemBrushes.Window", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L49C35-L49C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L49C35-L49C71" }, { "DocsId": "P:System.Drawing.SystemBrushes.WindowFrame", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L50C40-L50C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L50C40-L50C81" }, { "DocsId": "P:System.Drawing.SystemBrushes.WindowText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L51C39-L51C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L51C39-L51C79" } ], "DocsId": "T:System.Drawing.SystemBrushes", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.SystemFonts.GetFontByName(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L15C9-L48C21" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L15C9-L48C21" }, { "DocsId": "P:System.Drawing.SystemFonts.CaptionFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L61C13-L69C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L61C13-L69C32" }, { "DocsId": "P:System.Drawing.SystemFonts.SmallCaptionFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L77C13-L85C34" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L77C13-L85C34" }, { "DocsId": "P:System.Drawing.SystemFonts.MenuFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L93C13-L101C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L93C13-L101C29" }, { "DocsId": "P:System.Drawing.SystemFonts.StatusFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L109C13-L117C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L109C13-L117C31" }, { "DocsId": "P:System.Drawing.SystemFonts.MessageBoxFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L125C13-L133C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L125C13-L133C35" }, { "DocsId": "P:System.Drawing.SystemFonts.IconTitleFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L151C13-L160C34" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L151C13-L160C34" }, { "DocsId": "P:System.Drawing.SystemFonts.DefaultFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L168C13-L218C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L168C13-L218C32" }, { "DocsId": "P:System.Drawing.SystemFonts.DialogFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L226C13-L258C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L226C13-L258C31" } ], "DocsId": "T:System.Drawing.SystemFonts", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.SystemIcons.GetStockIcon(System.Drawing.StockIconId,System.Drawing.StockIconOptions)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L65C9-L78C58" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L65C9-L78C58" }, { "DocsId": "M:System.Drawing.SystemIcons.GetStockIcon(System.Drawing.StockIconId,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L91C9-L115C53" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L91C9-L115C53" }, { "DocsId": "P:System.Drawing.SystemIcons.Application", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L22C39-L22C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L22C39-L22C94" }, { "DocsId": "P:System.Drawing.SystemIcons.Asterisk", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L24C36-L24C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L24C36-L24C85" }, { "DocsId": "P:System.Drawing.SystemIcons.Error", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L26C33-L26C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L26C33-L26C76" }, { "DocsId": "P:System.Drawing.SystemIcons.Exclamation", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L28C39-L28C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L28C39-L28C94" }, { "DocsId": "P:System.Drawing.SystemIcons.Hand", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L30C32-L30C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L30C32-L30C73" }, { "DocsId": "P:System.Drawing.SystemIcons.Information", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L32C39-L32C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L32C39-L32C94" }, { "DocsId": "P:System.Drawing.SystemIcons.Question", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L34C36-L34C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L34C36-L34C85" }, { "DocsId": "P:System.Drawing.SystemIcons.Warning", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L36C35-L36C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L36C35-L36C82" }, { "DocsId": "P:System.Drawing.SystemIcons.WinLogo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L38C35-L38C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L38C35-L38C82" }, { "DocsId": "P:System.Drawing.SystemIcons.Shield", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L40C34-L40C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L40C34-L40C94" } ], "DocsId": "T:System.Drawing.SystemIcons", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.SystemPens.FromSystemColor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L56C9-L76C53" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L56C9-L76C53" }, { "DocsId": "P:System.Drawing.SystemPens.ActiveBorder", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L10C39-L10C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L10C39-L10C81" }, { "DocsId": "P:System.Drawing.SystemPens.ActiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L11C40-L11C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L11C40-L11C83" }, { "DocsId": "P:System.Drawing.SystemPens.ActiveCaptionText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L12C44-L12C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L12C44-L12C91" }, { "DocsId": "P:System.Drawing.SystemPens.AppWorkspace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L13C39-L13C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L13C39-L13C81" }, { "DocsId": "P:System.Drawing.SystemPens.ButtonFace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L15C37-L15C77" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L15C37-L15C77" }, { "DocsId": "P:System.Drawing.SystemPens.ButtonHighlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L16C42-L16C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L16C42-L16C87" }, { "DocsId": "P:System.Drawing.SystemPens.ButtonShadow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L18C39-L18C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L18C39-L18C81" }, { "DocsId": "P:System.Drawing.SystemPens.Control", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L20C34-L20C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L20C34-L20C71" }, { "DocsId": "P:System.Drawing.SystemPens.ControlText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L21C38-L21C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L21C38-L21C79" }, { "DocsId": "P:System.Drawing.SystemPens.ControlDark", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L22C38-L22C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L22C38-L22C79" }, { "DocsId": "P:System.Drawing.SystemPens.ControlDarkDark", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L23C42-L23C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L23C42-L23C87" }, { "DocsId": "P:System.Drawing.SystemPens.ControlLight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L24C39-L24C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L24C39-L24C81" }, { "DocsId": "P:System.Drawing.SystemPens.ControlLightLight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L25C44-L25C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L25C44-L25C91" }, { "DocsId": "P:System.Drawing.SystemPens.Desktop", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L27C34-L27C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L27C34-L27C71" }, { "DocsId": "P:System.Drawing.SystemPens.GradientActiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L29C48-L29C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L29C48-L29C99" }, { "DocsId": "P:System.Drawing.SystemPens.GradientInactiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L30C50-L30C103" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L30C50-L30C103" }, { "DocsId": "P:System.Drawing.SystemPens.GrayText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L31C35-L31C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L31C35-L31C73" }, { "DocsId": "P:System.Drawing.SystemPens.Highlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L33C36-L33C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L33C36-L33C75" }, { "DocsId": "P:System.Drawing.SystemPens.HighlightText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L34C40-L34C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L34C40-L34C83" }, { "DocsId": "P:System.Drawing.SystemPens.HotTrack", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L35C35-L35C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L35C35-L35C73" }, { "DocsId": "P:System.Drawing.SystemPens.InactiveBorder", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L37C41-L37C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L37C41-L37C85" }, { "DocsId": "P:System.Drawing.SystemPens.InactiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L38C42-L38C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L38C42-L38C87" }, { "DocsId": "P:System.Drawing.SystemPens.InactiveCaptionText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L39C46-L39C95" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L39C46-L39C95" }, { "DocsId": "P:System.Drawing.SystemPens.Info", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L40C31-L40C65" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L40C31-L40C65" }, { "DocsId": "P:System.Drawing.SystemPens.InfoText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L41C35-L41C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L41C35-L41C73" }, { "DocsId": "P:System.Drawing.SystemPens.Menu", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L43C31-L43C65" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L43C31-L43C65" }, { "DocsId": "P:System.Drawing.SystemPens.MenuBar", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L44C34-L44C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L44C34-L44C71" }, { "DocsId": "P:System.Drawing.SystemPens.MenuHighlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L45C40-L45C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L45C40-L45C83" }, { "DocsId": "P:System.Drawing.SystemPens.MenuText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L46C35-L46C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L46C35-L46C73" }, { "DocsId": "P:System.Drawing.SystemPens.ScrollBar", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L48C36-L48C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L48C36-L48C75" }, { "DocsId": "P:System.Drawing.SystemPens.Window", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L50C33-L50C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L50C33-L50C69" }, { "DocsId": "P:System.Drawing.SystemPens.WindowFrame", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L51C38-L51C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L51C38-L51C79" }, { "DocsId": "P:System.Drawing.SystemPens.WindowText", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L52C37-L52C77" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L52C37-L52C77" } ], "DocsId": "T:System.Drawing.SystemPens", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L17C41-L19C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L17C41-L19C6" }, { "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Drawing2D.WrapMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L21C5-L34C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L21C5-L34C6" }, { "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Drawing2D.WrapMode,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L36C5-L53C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L36C5-L53C6" }, { "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Drawing2D.WrapMode,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L56C11-L58C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L56C11-L58C6" }, { "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L60C60-L60C90" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L60C60-L60C90" }, { "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.RectangleF,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L62C5-L79C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L62C5-L79C6" }, { "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L81C59-L81C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L81C59-L81C89" }, { "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L84C11-L86C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L84C11-L86C6" }, { "DocsId": "M:System.Drawing.TextureBrush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L97C9-L100C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L97C9-L100C57" }, { "DocsId": "M:System.Drawing.TextureBrush.ResetTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L154C9-L156C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L154C9-L156C6" }, { "DocsId": "M:System.Drawing.TextureBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L158C53-L158C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L158C53-L158C99" }, { "DocsId": "M:System.Drawing.TextureBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L162C9-L176C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L162C9-L176C6" }, { "DocsId": "M:System.Drawing.TextureBrush.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L178C59-L178C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L178C59-L178C106" }, { "DocsId": "M:System.Drawing.TextureBrush.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L182C9-L188C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L182C9-L188C6" }, { "DocsId": "M:System.Drawing.TextureBrush.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L190C55-L190C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L190C55-L190C98" }, { "DocsId": "M:System.Drawing.TextureBrush.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L194C9-L200C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L194C9-L200C6" }, { "DocsId": "M:System.Drawing.TextureBrush.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L202C49-L202C92" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L202C49-L202C92" }, { "DocsId": "M:System.Drawing.TextureBrush.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L206C9-L212C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L206C9-L212C6" }, { "DocsId": "P:System.Drawing.TextureBrush.Transform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L107C13-L110C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L107C13-L110C27" }, { "DocsId": "P:System.Drawing.TextureBrush.WrapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L125C13-L127C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L125C13-L127C45" }, { "DocsId": "P:System.Drawing.TextureBrush.Image", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L146C13-L148C51" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L146C13-L148C51" } ], "DocsId": "T:System.Drawing.TextureBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L22C55-L24C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L22C55-L24C6" }, { "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L26C45-L28C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L26C45-L28C6" }, { "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L31C11-L33C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L31C11-L33C6" }, { "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L43C9-L53C22" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L43C9-L53C22" }, { "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L56C42-L56C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L56C42-L56C60" }, { "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L58C50-L58C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L58C50-L58C75" }, { "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L61C9-L61C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L61C9-L61C76" }, { "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L63C42-L63C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L63C42-L63C63" }, { "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Type,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L65C54-L65C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L65C54-L65C81" }, { "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Type,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L69C9-L115C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L69C9-L115C25" }, { "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImageFromResource(System.Type,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L220C9-L220C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L220C9-L220C64" }, { "DocsId": "F:System.Drawing.ToolboxBitmapAttribute.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs" } ], "DocsId": "T:System.Drawing.ToolboxBitmapAttribute", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Text.FontCollection.Windows#Win32#Foundation#IPointer#get_Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L12C48-L12C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L12C48-L12C75" }, { "DocsId": "M:System.Drawing.Text.FontCollection.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L21C9-L23C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L21C9-L23C6" }, { "DocsId": "M:System.Drawing.Text.FontCollection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L25C55-L25C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L25C55-L25C83" }, { "DocsId": "M:System.Drawing.Text.FontCollection.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L64C26-L64C51" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L64C26-L64C51" }, { "DocsId": "P:System.Drawing.Text.FontCollection.Windows#Win32#Foundation#IPointer#Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L12C48-L12C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L12C48-L12C75" }, { "DocsId": "P:System.Drawing.Text.FontCollection.Families", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L35C13-L60C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L35C13-L60C29" } ], "DocsId": "T:System.Drawing.Text.FontCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Text.GenericFontFamilies.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" }, { "DocsId": "F:System.Drawing.Text.GenericFontFamilies.Serif", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" }, { "DocsId": "F:System.Drawing.Text.GenericFontFamilies.SansSerif", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" }, { "DocsId": "F:System.Drawing.Text.GenericFontFamilies.Monospace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" } ], "DocsId": "T:System.Drawing.Text.GenericFontFamilies", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Text.HotkeyPrefix.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" }, { "DocsId": "F:System.Drawing.Text.HotkeyPrefix.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" }, { "DocsId": "F:System.Drawing.Text.HotkeyPrefix.Show", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" }, { "DocsId": "F:System.Drawing.Text.HotkeyPrefix.Hide", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" } ], "DocsId": "T:System.Drawing.Text.HotkeyPrefix", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Text.InstalledFontCollection.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/InstalledFontCollection.cs#L13C40-L17C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/InstalledFontCollection.cs#L13C40-L17C6" }, { "DocsId": "M:System.Drawing.Text.InstalledFontCollection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/InstalledFontCollection.cs#L31C5-L31C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/InstalledFontCollection.cs#L31C5-L31C6" } ], "DocsId": "T:System.Drawing.Text.InstalledFontCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/InstalledFontCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/InstalledFontCollection.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Text.PrivateFontCollection.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L16C38-L18C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L16C38-L18C6" }, { "DocsId": "M:System.Drawing.Text.PrivateFontCollection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L32C9-L44C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L32C9-L44C6" }, { "DocsId": "M:System.Drawing.Text.PrivateFontCollection.AddFontFile(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L51C9-L66C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L51C9-L66C6" }, { "DocsId": "M:System.Drawing.Text.PrivateFontCollection.AddMemoryFont(System.IntPtr,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L73C9-L75C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L73C9-L75C6" } ], "DocsId": "T:System.Drawing.Text.PrivateFontCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Text.TextRenderingHint.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" }, { "DocsId": "F:System.Drawing.Text.TextRenderingHint.SystemDefault", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" }, { "DocsId": "F:System.Drawing.Text.TextRenderingHint.SingleBitPerPixelGridFit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" }, { "DocsId": "F:System.Drawing.Text.TextRenderingHint.SingleBitPerPixel", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" }, { "DocsId": "F:System.Drawing.Text.TextRenderingHint.AntiAliasGridFit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" }, { "DocsId": "F:System.Drawing.Text.TextRenderingHint.AntiAlias", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" }, { "DocsId": "F:System.Drawing.Text.TextRenderingHint.ClearTypeGridFit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" } ], "DocsId": "T:System.Drawing.Text.TextRenderingHint", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.StandardPrintController.Windows#Win32#Foundation#IHandle#get_Handle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L17C32-L17C56" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L17C32-L17C56" }, { "DocsId": "M:System.Drawing.Printing.StandardPrintController.OnStartPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L26C9-L63C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L26C9-L63C6" }, { "DocsId": "M:System.Drawing.Printing.StandardPrintController.OnStartPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L76C9-L106C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L76C9-L106C70" }, { "DocsId": "M:System.Drawing.Printing.StandardPrintController.OnEndPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L118C13-L131C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L118C13-L131C6" }, { "DocsId": "M:System.Drawing.Printing.StandardPrintController.OnEndPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L140C9-L156C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L140C9-L156C6" }, { "DocsId": "M:System.Drawing.Printing.StandardPrintController.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs" }, { "DocsId": "P:System.Drawing.Printing.StandardPrintController.Windows#Win32#Foundation#IHandle#Handle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L17C32-L17C56" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L17C32-L17C56" } ], "DocsId": "T:System.Drawing.Printing.StandardPrintController", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Printing.Duplex.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" }, { "DocsId": "F:System.Drawing.Printing.Duplex.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" }, { "DocsId": "F:System.Drawing.Printing.Duplex.Simplex", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" }, { "DocsId": "F:System.Drawing.Printing.Duplex.Horizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" }, { "DocsId": "F:System.Drawing.Printing.Duplex.Vertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" } ], "DocsId": "T:System.Drawing.Printing.Duplex", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.InvalidPrinterException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.Core.cs#L14C91-L17C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.Core.cs#L14C91-L17C6" }, { "DocsId": "M:System.Drawing.Printing.InvalidPrinterException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.Core.cs#L24C9-L26C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.Core.cs#L24C9-L26C6" }, { "DocsId": "M:System.Drawing.Printing.InvalidPrinterException.#ctor(System.Drawing.Printing.PrinterSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.cs#L17C64-L19C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.cs#L17C64-L19C6" } ], "DocsId": "T:System.Drawing.Printing.InvalidPrinterException", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.Margins.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L35C24-L37C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L35C24-L37C6" }, { "DocsId": "M:System.Drawing.Printing.Margins.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L42C5-L58C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L42C5-L58C6" }, { "DocsId": "M:System.Drawing.Printing.Margins.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L176C30-L176C47" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L176C30-L176C47" }, { "DocsId": "M:System.Drawing.Printing.Margins.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L178C9-L182C40" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L178C9-L182C40" }, { "DocsId": "M:System.Drawing.Printing.Margins.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L187C42-L187C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L187C42-L187C84" }, { "DocsId": "M:System.Drawing.Printing.Margins.op_Equality(System.Drawing.Printing.Margins,System.Drawing.Printing.Margins)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L194C9-L204C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L194C9-L204C30" }, { "DocsId": "M:System.Drawing.Printing.Margins.op_Inequality(System.Drawing.Printing.Margins,System.Drawing.Printing.Margins)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L210C65-L210C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L210C65-L210C76" }, { "DocsId": "M:System.Drawing.Printing.Margins.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L215C42-L215C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L215C42-L215C106" }, { "DocsId": "P:System.Drawing.Printing.Margins.Left", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L65C16-L65C21" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L65C16-L65C21" }, { "DocsId": "P:System.Drawing.Printing.Margins.Right", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L79C16-L79C22" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L79C16-L79C22" }, { "DocsId": "P:System.Drawing.Printing.Margins.Top", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L93C16-L93C20" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L93C16-L93C20" }, { "DocsId": "P:System.Drawing.Printing.Margins.Bottom", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L107C16-L107C23" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L107C16-L107C23" } ], "DocsId": "T:System.Drawing.Printing.Margins", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.MarginsConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L17C12-L17C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L17C12-L17C84" }, { "DocsId": "M:System.Drawing.Printing.MarginsConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L20C12-L20C104" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L20C12-L20C104" }, { "DocsId": "M:System.Drawing.Printing.MarginsConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L24C9-L55C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L24C9-L55C76" }, { "DocsId": "M:System.Drawing.Printing.MarginsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L67C9-L99C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L67C9-L99C73" }, { "DocsId": "M:System.Drawing.Printing.MarginsConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L102C89-L102C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L102C89-L102C93" }, { "DocsId": "M:System.Drawing.Printing.MarginsConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L106C9-L115C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L106C9-L115C81" }, { "DocsId": "M:System.Drawing.Printing.MarginsConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs" } ], "DocsId": "T:System.Drawing.Printing.MarginsConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PageSettings.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L22C29-L24C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L22C29-L24C6" }, { "DocsId": "M:System.Drawing.Printing.PageSettings.#ctor(System.Drawing.Printing.PrinterSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L12C5-L33C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L12C5-L33C6" }, { "DocsId": "M:System.Drawing.Printing.PageSettings.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L216C9-L218C23" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L216C9-L218C23" }, { "DocsId": "M:System.Drawing.Printing.PageSettings.CopyToHdevmode(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L226C9-L341C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L226C9-L341C6" }, { "DocsId": "M:System.Drawing.Printing.PageSettings.SetHdevmode(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L474C9-L496C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L474C9-L496C6" }, { "DocsId": "M:System.Drawing.Printing.PageSettings.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L499C9-L499C182" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L499C9-L499C182" }, { "DocsId": "P:System.Drawing.Printing.PageSettings.Bounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L42C13-L46C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L42C13-L46C31" }, { "DocsId": "P:System.Drawing.Printing.PageSettings.Color", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L55C16-L57C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L55C16-L57C27" }, { "DocsId": "P:System.Drawing.Printing.PageSettings.HardMarginX", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L68C13-L73C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L68C13-L73C10" }, { "DocsId": "P:System.Drawing.Printing.PageSettings.HardMarginY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L83C13-L88C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L83C13-L88C10" }, { "DocsId": "P:System.Drawing.Printing.PageSettings.Landscape", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L96C16-L98C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L96C16-L98C31" }, { "DocsId": "P:System.Drawing.Printing.PageSettings.Margins", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L107C16-L107C24" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L107C16-L107C24" }, { "DocsId": "P:System.Drawing.Printing.PageSettings.PaperSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L116C16-L116C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L116C16-L116C42" }, { "DocsId": "P:System.Drawing.Printing.PageSettings.PaperSource", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L127C13-L140C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L127C13-L140C27" }, { "DocsId": "P:System.Drawing.Printing.PageSettings.PrintableArea", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L152C13-L175C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L152C13-L175C10" }, { "DocsId": "P:System.Drawing.Printing.PageSettings.PrinterResolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L185C13-L197C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L185C13-L197C27" }, { "DocsId": "P:System.Drawing.Printing.PageSettings.PrinterSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L207C16-L207C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L207C16-L207C32" } ], "DocsId": "T:System.Drawing.Printing.PageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Printing.PaperKind.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Custom", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Letter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Legal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A4", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.CSheet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.DSheet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.ESheet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.LetterSmall", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Tabloid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Ledger", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Statement", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Executive", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A3", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A4Small", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A5", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.B4", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.B5", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Folio", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Quarto", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Standard10x14", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Standard11x17", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Note", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Number9Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Number10Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Number11Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Number12Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Number14Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.DLEnvelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.C5Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.C3Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.C4Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.C6Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.C65Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.B4Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.B5Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.B6Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.ItalyEnvelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.MonarchEnvelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PersonalEnvelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.USStandardFanfold", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.GermanStandardFanfold", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.GermanLegalFanfold", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.IsoB4", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapanesePostcard", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Standard9x11", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Standard10x11", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Standard15x11", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.InviteEnvelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.LetterExtra", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.LegalExtra", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.TabloidExtra", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A4Extra", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.LetterTransverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A4Transverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.LetterExtraTransverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.APlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.BPlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.LetterPlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A4Plus", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A5Transverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.B5Transverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A3Extra", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A5Extra", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.B5Extra", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A2", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A3Transverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A3ExtraTransverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseDoublePostcard", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A6", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber2", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber3", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber3", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber4", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.LetterRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A3Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A4Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A5Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.B4JisRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.B5JisRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapanesePostcardRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseDoublePostcardRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.A6Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber2Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber3Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber3Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber4Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.B6Jis", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.B6JisRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Standard12x11", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeYouNumber4", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeYouNumber4Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Prc16K", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Prc32K", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Prc32KBig", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber1", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber2", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber3", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber4", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber5", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber6", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber7", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber8", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber9", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber10", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Prc16KRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Prc32KRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.Prc32KBigRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber1Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber2Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber3Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber4Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber5Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber6Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber7Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber8Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber9Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber10Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" } ], "DocsId": "T:System.Drawing.Printing.PaperKind", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PaperSize.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L24C5-L29C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L24C5-L29C6" }, { "DocsId": "M:System.Drawing.Printing.PaperSize.#ctor(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L42C5-L48C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L42C5-L48C6" }, { "DocsId": "M:System.Drawing.Printing.PaperSize.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L119C42-L119C188" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L119C42-L119C188" }, { "DocsId": "P:System.Drawing.Printing.PaperSize.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L55C16-L55C23" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L55C16-L55C23" }, { "DocsId": "P:System.Drawing.Printing.PaperSize.Kind", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L71C12-L74C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L71C12-L74C31" }, { "DocsId": "P:System.Drawing.Printing.PaperSize.PaperName", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L81C16-L81C21" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L81C16-L81C21" }, { "DocsId": "P:System.Drawing.Printing.PaperSize.RawKind", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L98C16-L98C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L98C16-L98C26" }, { "DocsId": "P:System.Drawing.Printing.PaperSize.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L107C16-L107C22" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L107C16-L107C22" } ], "DocsId": "T:System.Drawing.Printing.PaperSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PaperSource.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L17C5-L21C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L17C5-L21C6" }, { "DocsId": "M:System.Drawing.Printing.PaperSource.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L52C42-L52C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L52C42-L52C83" }, { "DocsId": "P:System.Drawing.Printing.PaperSource.Kind", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L32C36-L32C101" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L32C36-L32C101" }, { "DocsId": "P:System.Drawing.Printing.PaperSource.RawKind", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L39C16-L39C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L39C16-L39C26" }, { "DocsId": "P:System.Drawing.Printing.PaperSource.SourceName", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L48C16-L48C21" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L48C16-L48C21" } ], "DocsId": "T:System.Drawing.Printing.PaperSource", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Upper", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Lower", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Middle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Manual", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.ManualFeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.AutomaticFeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.TractorFeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.SmallFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.LargeFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.LargeCapacity", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Cassette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.FormSource", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Custom", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" } ], "DocsId": "T:System.Drawing.Printing.PaperSourceKind", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PreviewPageInfo.#ctor(System.Drawing.Image,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs#L14C5-L23C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs#L14C5-L23C6" }, { "DocsId": "P:System.Drawing.Printing.PreviewPageInfo.Image", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs#L28C27-L28C33" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs#L28C27-L28C33" }, { "DocsId": "P:System.Drawing.Printing.PreviewPageInfo.PhysicalSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs#L33C33-L33C46" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs#L33C33-L33C46" } ], "DocsId": "T:System.Drawing.Printing.PreviewPageInfo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PreviewPrintController.GetPreviewPageInfo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L21C54-L21C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L21C54-L21C64" }, { "DocsId": "M:System.Drawing.Printing.PreviewPrintController.OnStartPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L28C9-L38C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L28C9-L38C6" }, { "DocsId": "M:System.Drawing.Printing.PreviewPrintController.OnStartPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L45C9-L99C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L45C9-L99C26" }, { "DocsId": "M:System.Drawing.Printing.PreviewPrintController.OnEndPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L104C9-L107C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L104C9-L107C6" }, { "DocsId": "M:System.Drawing.Printing.PreviewPrintController.OnEndPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L111C9-L114C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L111C9-L114C6" }, { "DocsId": "M:System.Drawing.Printing.PreviewPrintController.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L15C5-L15C55" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L15C5-L15C55" }, { "DocsId": "P:System.Drawing.Printing.PreviewPrintController.IsPreview", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L17C39-L17C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L17C39-L17C43" }, { "DocsId": "P:System.Drawing.Printing.PreviewPrintController.UseAntiAlias", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L19C40-L19C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L19C40-L19C44" } ], "DocsId": "T:System.Drawing.Printing.PreviewPrintController", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Printing.PrintAction.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" }, { "DocsId": "F:System.Drawing.Printing.PrintAction.PrintToFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" }, { "DocsId": "F:System.Drawing.Printing.PrintAction.PrintToPreview", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" }, { "DocsId": "F:System.Drawing.Printing.PrintAction.PrintToPrinter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" } ], "DocsId": "T:System.Drawing.Printing.PrintAction", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrintController.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L13C5-L15C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L13C5-L15C6" }, { "DocsId": "M:System.Drawing.Printing.PrintController.OnStartPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L25C91-L25C95" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L25C91-L25C95" }, { "DocsId": "M:System.Drawing.Printing.PrintController.OnEndPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L32C5-L32C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L32C5-L32C6" }, { "DocsId": "M:System.Drawing.Printing.PrintController.OnStartPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L218C9-L219C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L218C9-L219C6" }, { "DocsId": "M:System.Drawing.Printing.PrintController.OnEndPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L224C81-L224C101" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L224C81-L224C101" }, { "DocsId": "P:System.Drawing.Printing.PrintController.IsPreview", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L20C38-L20C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L20C38-L20C43" } ], "DocsId": "T:System.Drawing.Printing.PrintController", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrintDocument.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L14C5-L32C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L14C5-L32C88" }, { "DocsId": "M:System.Drawing.Printing.PrintDocument.OnBeginPrint(System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L149C71-L149C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L149C71-L149C106" }, { "DocsId": "M:System.Drawing.Printing.PrintDocument.OnEndPrint(System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L154C69-L154C102" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L154C69-L154C102" }, { "DocsId": "M:System.Drawing.Printing.PrintDocument.OnPrintPage(System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L159C74-L159C108" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L159C74-L159C108" }, { "DocsId": "M:System.Drawing.Printing.PrintDocument.OnQueryPageSettings(System.Drawing.Printing.QueryPageSettingsEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L164C90-L164C120" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L164C90-L164C120" }, { "DocsId": "M:System.Drawing.Printing.PrintDocument.Print", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L171C9-L173C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L171C9-L173C6" }, { "DocsId": "M:System.Drawing.Printing.PrintDocument.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L178C42-L178C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L178C42-L178C75" }, { "DocsId": "E:System.Drawing.Printing.PrintDocument.BeginPrint", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L115C16-L115C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L115C16-L115C43" }, { "DocsId": "E:System.Drawing.Printing.PrintDocument.EndPrint", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L125C16-L125C41" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L125C16-L125C41" }, { "DocsId": "E:System.Drawing.Printing.PrintDocument.PrintPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L135C16-L135C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L135C16-L135C42" }, { "DocsId": "E:System.Drawing.Printing.PrintDocument.QueryPageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L142C16-L142C38" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L142C16-L142C38" }, { "DocsId": "P:System.Drawing.Printing.PrintDocument.DefaultPageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L42C15-L42C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L42C15-L42C43" }, { "DocsId": "P:System.Drawing.Printing.PrintDocument.DocumentName", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L58C16-L58C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L58C16-L58C29" }, { "DocsId": "P:System.Drawing.Printing.PrintDocument.OriginAtMargins", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L71C16-L71C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L71C16-L71C32" }, { "DocsId": "P:System.Drawing.Printing.PrintDocument.PrintController", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L83C16-L83C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L83C16-L83C66" }, { "DocsId": "P:System.Drawing.Printing.PrintDocument.PrinterSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L95C16-L95C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L95C16-L95C32" } ], "DocsId": "T:System.Drawing.Printing.PrintDocument", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrinterResolution.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L18C5-L21C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L18C5-L21C6" }, { "DocsId": "M:System.Drawing.Printing.PrinterResolution.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L57C42-L59C74" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L57C42-L59C74" }, { "DocsId": "P:System.Drawing.Printing.PrinterResolution.Kind", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L35C16-L35C21" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L35C16-L35C21" }, { "DocsId": "P:System.Drawing.Printing.PrinterResolution.X", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L50C20-L50C24" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L50C20-L50C24" }, { "DocsId": "P:System.Drawing.Printing.PrinterResolution.Y", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L55C20-L55C24" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L55C20-L55C24" } ], "DocsId": "T:System.Drawing.Printing.PrinterResolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.High", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.Medium", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.Low", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.Draft", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" }, { "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.Custom", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" } ], "DocsId": "T:System.Drawing.Printing.PrinterResolutionKind", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrinterSettings.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L19C5-L42C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L19C5-L42C6" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.IsDirectPrintingSupported(System.Drawing.Imaging.ImageFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L332C9-L339C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L332C9-L339C6" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.IsDirectPrintingSupported(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L372C9-L406C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L372C9-L406C6" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L435C9-L437C22" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L435C9-L437C22" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L490C52-L490C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L490C52-L490C98" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L495C9-L502C18" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L495C9-L502C18" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics(System.Drawing.Printing.PageSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L508C9-L511C18" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L508C9-L511C18" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics(System.Drawing.Printing.PageSettings,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L517C9-L524C18" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L517C9-L524C18" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.GetHdevmode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L601C9-L603C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L601C9-L603C27" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.GetHdevmode(System.Drawing.Printing.PageSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L710C9-L713C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L710C9-L713C27" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.GetHdevnames", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L724C9-L757C23" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L724C9-L757C23" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.SetHdevmode(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L986C9-L1023C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L986C9-L1023C6" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.SetHdevnames(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1030C9-L1044C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1030C9-L1044C6" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1047C9-L1047C215" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1047C9-L1047C215" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.CanDuplex", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L47C30-L47C92" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L47C30-L47C92" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.Copies", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L54C16-L54C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L54C16-L54C75" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.Collate", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L71C16-L73C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L71C16-L73C29" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.DefaultPageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L80C48-L80C68" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L80C48-L80C68" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.Duplex", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L91C16-L91C129" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L91C16-L91C129" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.FromPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L108C16-L108C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L108C16-L108C25" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.InstalledPrinters", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L133C13-L180C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L133C13-L180C10" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.IsDefaultPrinter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L186C37-L186C100" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L186C37-L186C100" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.IsPlotter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L191C30-L191C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L191C30-L191C99" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.IsValid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L196C28-L196C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L196C28-L196C91" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.LandscapeAngle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L201C34-L201C113" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L201C34-L201C113" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.MaximumCopies", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L206C33-L206C107" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L206C33-L206C107" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.MaximumPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L213C16-L213C24" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L213C16-L213C24" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.MinimumPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L230C16-L230C24" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L230C16-L230C24" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrintFileName", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L249C16-L249C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L249C16-L249C26" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizes", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L264C46-L264C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L264C46-L264C67" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSources", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L269C50-L269C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L269C50-L269C73" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrintRange", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L283C16-L283C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L283C16-L283C27" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrintToFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L298C31-L298C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L298C31-L298C35" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterName", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L305C16-L305C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L305C16-L305C35" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutions", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L324C62-L324C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L324C62-L324C91" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.SupportsColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L411C34-L411C101" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L411C34-L411C101" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.ToPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L418C16-L418C23" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L418C16-L418C23" }, { "DocsId": "T:System.Drawing.Printing.PrinterSettings.PaperSizeCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs" }, { "DocsId": "T:System.Drawing.Printing.PrinterSettings.PaperSourceCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs" }, { "DocsId": "T:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs" }, { "DocsId": "T:System.Drawing.Printing.PrinterSettings.StringCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs" } ], "DocsId": "T:System.Drawing.Printing.PrinterSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Printing.PrinterUnit.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" }, { "DocsId": "F:System.Drawing.Printing.PrinterUnit.Display", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" }, { "DocsId": "F:System.Drawing.Printing.PrinterUnit.ThousandthsOfAnInch", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" }, { "DocsId": "F:System.Drawing.Printing.PrinterUnit.HundredthsOfAMillimeter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" }, { "DocsId": "F:System.Drawing.Printing.PrinterUnit.TenthsOfAMillimeter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" } ], "DocsId": "T:System.Drawing.Printing.PrinterUnit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Double,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L20C9-L22C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L20C9-L22C64" }, { "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Int32,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L29C9-L29C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L29C9-L29C66" }, { "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Point,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L35C9-L35C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L35C9-L35C84" }, { "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Size,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L41C9-L41C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L41C9-L41C93" }, { "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Rectangle,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L46C99-L50C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L46C99-L50C49" }, { "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Printing.Margins,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L55C95-L61C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L55C95-L61C6" } ], "DocsId": "T:System.Drawing.Printing.PrinterUnitConvert", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrintEventArgs.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventArgs.cs#L16C5-L18C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventArgs.cs#L16C5-L18C6" }, { "DocsId": "P:System.Drawing.Printing.PrintEventArgs.PrintAction", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventArgs.cs#L28C38-L28C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventArgs.cs#L28C38-L28C42" } ], "DocsId": "T:System.Drawing.Printing.PrintEventArgs", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventArgs.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrintEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" }, { "DocsId": "M:System.Drawing.Printing.PrintEventHandler.Invoke(System.Object,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" }, { "DocsId": "M:System.Drawing.Printing.PrintEventHandler.BeginInvoke(System.Object,System.Drawing.Printing.PrintEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" }, { "DocsId": "M:System.Drawing.Printing.PrintEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" } ], "DocsId": "T:System.Drawing.Printing.PrintEventHandler", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrintPageEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Printing.PageSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L55C57-L20C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L55C57-L20C6" }, { "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.Cancel", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L25C26-L25C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L25C26-L25C30" }, { "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.Graphics", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L30C33-L30C37" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L30C33-L30C37" }, { "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.HasMorePages", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L35C32-L35C36" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L35C32-L35C36" }, { "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.MarginBounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L40C37-L40C41" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L40C37-L40C41" }, { "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.PageBounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L45C35-L45C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L45C35-L45C39" }, { "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.PageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L50C40-L50C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L50C40-L50C44" } ], "DocsId": "T:System.Drawing.Printing.PrintPageEventArgs", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrintPageEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" }, { "DocsId": "M:System.Drawing.Printing.PrintPageEventHandler.Invoke(System.Object,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" }, { "DocsId": "M:System.Drawing.Printing.PrintPageEventHandler.BeginInvoke(System.Object,System.Drawing.Printing.PrintPageEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" }, { "DocsId": "M:System.Drawing.Printing.PrintPageEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" } ], "DocsId": "T:System.Drawing.Printing.PrintPageEventHandler", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Printing.PrintRange.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" }, { "DocsId": "F:System.Drawing.Printing.PrintRange.AllPages", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" }, { "DocsId": "F:System.Drawing.Printing.PrintRange.SomePages", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" }, { "DocsId": "F:System.Drawing.Printing.PrintRange.Selection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" }, { "DocsId": "F:System.Drawing.Printing.PrintRange.CurrentPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" } ], "DocsId": "T:System.Drawing.Printing.PrintRange", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventArgs.#ctor(System.Drawing.Printing.PageSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventArgs.cs#L16C68-L16C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventArgs.cs#L16C68-L16C106" }, { "DocsId": "P:System.Drawing.Printing.QueryPageSettingsEventArgs.PageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventArgs.cs#L25C13-L26C34" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventArgs.cs#L25C13-L26C34" } ], "DocsId": "T:System.Drawing.Printing.QueryPageSettingsEventArgs", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventArgs.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" }, { "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventHandler.Invoke(System.Object,System.Drawing.Printing.QueryPageSettingsEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" }, { "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventHandler.BeginInvoke(System.Object,System.Drawing.Printing.QueryPageSettingsEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" }, { "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" } ], "DocsId": "T:System.Drawing.Printing.QueryPageSettingsEventHandler", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfHeight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfWidth", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfEscapement", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfOrientation", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfWeight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfItalic", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfUnderline", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfStrikeOut", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfCharSet", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfOutPrecision", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfClipPrecision", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "F:System.Drawing.Interop.LOGFONT.lfPitchAndFamily", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "DocsId": "P:System.Drawing.Interop.LOGFONT.lfFaceName", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs#L38C37-L38C111" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs#L38C37-L38C111" }, { "DocsId": "T:System.Drawing.Interop.LOGFONT.<_lfFaceName>e__FixedBuffer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" } ], "DocsId": "T:System.Drawing.Interop.LOGFONT", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.BitmapData.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs" }, { "DocsId": "P:System.Drawing.Imaging.BitmapData.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L26C15-L26C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L26C15-L26C29" }, { "DocsId": "P:System.Drawing.Imaging.BitmapData.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L35C15-L35C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L35C15-L35C30" }, { "DocsId": "P:System.Drawing.Imaging.BitmapData.Stride", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L44C15-L44C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L44C15-L44C30" }, { "DocsId": "P:System.Drawing.Imaging.BitmapData.PixelFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L53C15-L53C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L53C15-L53C35" }, { "DocsId": "P:System.Drawing.Imaging.BitmapData.Scan0", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L95C15-L95C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L95C15-L95C29" }, { "DocsId": "P:System.Drawing.Imaging.BitmapData.Reserved", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L104C15-L104C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L104C15-L104C32" } ], "DocsId": "T:System.Drawing.Imaging.BitmapData", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.CachedBitmap.#ctor(System.Drawing.Bitmap,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs#L43C5-L54C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs#L43C5-L54C6" }, { "DocsId": "M:System.Drawing.Imaging.CachedBitmap.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs#L74C24-L74C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs#L74C24-L74C49" }, { "DocsId": "M:System.Drawing.Imaging.CachedBitmap.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs#L78C9-L80C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs#L78C9-L80C6" } ], "DocsId": "T:System.Drawing.Imaging.CachedBitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Bitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Brush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Pen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Text", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Any", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" } ], "DocsId": "T:System.Drawing.Imaging.ColorAdjustType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelC", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelM", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelK", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelLast", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" } ], "DocsId": "T:System.Drawing.Imaging.ColorChannelFlag", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.ColorMap.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs#L14C5-L16C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs#L14C5-L16C6" }, { "DocsId": "P:System.Drawing.Imaging.ColorMap.OldColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs#L21C29-L21C33" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs#L21C29-L21C33" }, { "DocsId": "P:System.Drawing.Imaging.ColorMap.NewColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs#L26C29-L26C33" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs#L26C29-L26C33" } ], "DocsId": "T:System.Drawing.Imaging.ColorMap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.ColorMapType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorMapType.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorMapType.Brush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" } ], "DocsId": "T:System.Drawing.Imaging.ColorMapType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.ColorMatrix.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L43C5-L72C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L43C5-L72C6" }, { "DocsId": "M:System.Drawing.Imaging.ColorMatrix.#ctor(System.Single[][])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L303C5-L330C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L303C5-L330C6" }, { "DocsId": "M:System.Drawing.Imaging.ColorMatrix.#ctor(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L338C5-L346C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L338C5-L346C6" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix00", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L79C16-L79C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L79C16-L79C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix01", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L88C16-L88C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L88C16-L88C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix02", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L97C16-L97C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L97C16-L97C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix03", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L106C16-L106C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L106C16-L106C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix04", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L115C16-L115C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L115C16-L115C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix10", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L124C16-L124C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L124C16-L124C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix11", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L133C16-L133C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L133C16-L133C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix12", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L142C16-L142C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L142C16-L142C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix13", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L151C16-L151C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L151C16-L151C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix14", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L160C16-L160C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L160C16-L160C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix20", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L169C16-L169C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L169C16-L169C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix21", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L178C16-L178C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L178C16-L178C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix22", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L187C16-L187C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L187C16-L187C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix23", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L196C16-L196C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L196C16-L196C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix24", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L205C16-L205C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L205C16-L205C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix30", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L214C16-L214C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L214C16-L214C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix31", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L223C16-L223C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L223C16-L223C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix32", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L232C16-L232C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L232C16-L232C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix33", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L241C16-L241C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L241C16-L241C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix34", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L250C16-L250C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L250C16-L250C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix40", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L259C16-L259C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L259C16-L259C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix41", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L268C16-L268C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L268C16-L268C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix42", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L277C16-L277C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L277C16-L277C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix43", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L286C16-L286C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L286C16-L286C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix44", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L295C16-L295C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L295C16-L295C25" }, { "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Item(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L357C13-L369C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L357C13-L369C44" } ], "DocsId": "T:System.Drawing.Imaging.ColorMatrix", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.ColorMatrixFlag.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorMatrixFlag.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorMatrixFlag.SkipGrays", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorMatrixFlag.AltGrays", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" } ], "DocsId": "T:System.Drawing.Imaging.ColorMatrixFlag", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.ColorMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorMode.Argb32Mode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" }, { "DocsId": "F:System.Drawing.Imaging.ColorMode.Argb64Mode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" } ], "DocsId": "T:System.Drawing.Imaging.ColorMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.ColorPalette.#ctor(System.Drawing.Color[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L38C56-L40C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L38C56-L40C6" }, { "DocsId": "M:System.Drawing.Imaging.ColorPalette.#ctor(System.Drawing.Imaging.PaletteType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L46C5-L51C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L46C5-L51C6" }, { "DocsId": "M:System.Drawing.Imaging.ColorPalette.CreateOptimalPalette(System.Int32,System.Boolean,System.Drawing.Bitmap)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L58C9-L58C116" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L58C9-L58C116" }, { "DocsId": "P:System.Drawing.Imaging.ColorPalette.Flags", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L20C25-L20C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L20C25-L20C31" }, { "DocsId": "P:System.Drawing.Imaging.ColorPalette.Entries", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L25C31-L25C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L25C31-L25C39" } ], "DocsId": "T:System.Drawing.Imaging.ColorPalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.DitherType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" }, { "DocsId": "F:System.Drawing.Imaging.DitherType.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" }, { "DocsId": "F:System.Drawing.Imaging.DitherType.Solid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" }, { "DocsId": "F:System.Drawing.Imaging.DitherType.Ordered4x4", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" }, { "DocsId": "F:System.Drawing.Imaging.DitherType.Ordered8x8", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" }, { "DocsId": "F:System.Drawing.Imaging.DitherType.Ordered16x16", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" }, { "DocsId": "F:System.Drawing.Imaging.DitherType.Spiral4x4", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" }, { "DocsId": "F:System.Drawing.Imaging.DitherType.Spiral8x8", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" }, { "DocsId": "F:System.Drawing.Imaging.DitherType.DualSpiral4x4", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" }, { "DocsId": "F:System.Drawing.Imaging.DitherType.DualSpiral8x8", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" }, { "DocsId": "F:System.Drawing.Imaging.DitherType.ErrorDiffusion", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" } ], "DocsId": "T:System.Drawing.Imaging.DitherType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRecordBase", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetBkColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetBkMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetMapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetROP2", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetRelAbs", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetPolyFillMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetStretchBltMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextCharExtra", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextJustification", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetWindowOrg", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetWindowExt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetViewportOrg", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetViewportExt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfOffsetWindowOrg", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfScaleWindowExt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfOffsetViewportOrg", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfScaleViewportExt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfLineTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfMoveTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfExcludeClipRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfIntersectClipRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfArc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfEllipse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfFloodFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPie", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRectangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRoundRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPatBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSaveDC", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetPixel", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfOffsetCilpRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfTextOut", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfBitBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfStretchBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPolygon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPolyline", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfEscape", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRestoreDC", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfFillRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfFrameRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfInvertRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPaintRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSelectClipRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSelectObject", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextAlign", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfChord", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetMapperFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfExtTextOut", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetDibToDev", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSelectPalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRealizePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfAnimatePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetPalEntries", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPolyPolygon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfResizePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfDibBitBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfDibStretchBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfDibCreatePatternBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfStretchDib", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfExtFloodFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetLayout", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfDeleteObject", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreatePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreatePatternBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreatePenIndirect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreateFontIndirect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreateBrushIndirect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreateRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezier", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolygon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyline", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezierTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyLineTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolyline", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolygon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetWindowExtEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetWindowOrgEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetViewportExtEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetViewportOrgEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetBrushOrgEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfEof", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetPixelV", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMapperFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetBkMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetPolyFillMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetROP2", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetStretchBltMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetTextAlign", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetColorAdjustment", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetTextColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetBkColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfOffsetClipRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfMoveToEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMetaRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExcludeClipRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfIntersectClipRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfScaleViewportExtEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfScaleWindowExtEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSaveDC", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRestoreDC", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfModifyWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSelectObject", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreatePen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateBrushIndirect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfDeleteObject", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfAngleArc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfEllipse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRectangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRoundRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRoundArc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfChord", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPie", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSelectPalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreatePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetPaletteEntries", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfResizePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRealizePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtFloodFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfLineTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfArcTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyDraw", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetArcDirection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMiterLimit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfBeginPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfEndPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCloseFigure", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfFillPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStrokeAndFillPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStrokePath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfFlattenPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfWidenPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSelectClipPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfAbortPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfReserved069", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfGdiComment", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfFillRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfFrameRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfInvertRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPaintRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtSelectClipRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfBitBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStretchBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfMaskBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPlgBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetDIBitsToDevice", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStretchDIBits", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtCreateFontIndirect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtTextOutA", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtTextOutW", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezier16", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolygon16", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyline16", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezierTo16", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolylineTo16", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolyline16", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolygon16", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyDraw16", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateMonoBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateDibPatternBrushPt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtCreatePen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyTextOutA", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyTextOutW", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetIcmMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateColorSpace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetColorSpace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfDeleteColorSpace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfGlsRecord", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfGlsBoundedRecord", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPixelFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfDrawEscape", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtEscape", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStartDoc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSmallTextOut", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfForceUfiMapping", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfNamedEscpae", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfColorCorrectPalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetIcmProfileA", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetIcmProfileW", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfAlphaBlend", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetLayout", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfTransparentBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfReserved117", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfGradientFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetLinkedUfis", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetTextJustification", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfColorMatchToTargetW", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateColorSpaceW", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfMax", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfMin", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPlusRecordBase", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Header", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EndOfFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Comment", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.GetDC", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.MultiFormatStart", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.MultiFormatSection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.MultiFormatEnd", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Object", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Clear", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillRects", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawRects", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillPolygon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawLines", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillEllipse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawEllipse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillPie", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawPie", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawArc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillClosedCurve", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawClosedCurve", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawCurve", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawBeziers", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawImage", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawImagePoints", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetRenderingOrigin", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetAntiAliasMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetTextRenderingHint", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetTextContrast", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetInterpolationMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetPixelOffsetMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetCompositingMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetCompositingQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Save", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Restore", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.BeginContainer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.BeginContainerNoParams", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EndContainer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.ResetWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.MultiplyWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.TranslateWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.ScaleWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.RotateWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetPageTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.ResetClip", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetClipRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetClipPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetClipRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.OffsetClip", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawDriverString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Total", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Max", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Min", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" } ], "DocsId": "T:System.Drawing.Imaging.EmfPlusRecordType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.EmfType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfType.EmfOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfType.EmfPlusOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EmfType.EmfPlusDual", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" } ], "DocsId": "T:System.Drawing.Imaging.EmfType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Encoder.#ctor(System.Guid)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs#L34C5-L34C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs#L34C5-L34C45" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.Compression", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.ColorDepth", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.ScanMethod", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.Version", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.RenderMethod", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.Quality", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.Transformation", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.LuminanceTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.ChrominanceTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.SaveFlag", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.ColorSpace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.ImageItems", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "F:System.Drawing.Imaging.Encoder.SaveAsCmyk", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "DocsId": "P:System.Drawing.Imaging.Encoder.Guid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs#L36C24-L36C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs#L36C24-L36C28" } ], "DocsId": "T:System.Drawing.Imaging.Encoder", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L50C9-L59C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L50C9-L59C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L61C28-L61C37" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L61C28-L61C37" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L63C5-L73C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L63C5-L73C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L75C5-L88C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L75C5-L88C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int16)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L90C5-L100C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L90C5-L100C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L102C5-L112C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L102C5-L112C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L114C5-L125C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L114C5-L125C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64,System.Int64)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L127C5-L138C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L127C5-L138C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L140C5-L158C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L140C5-L158C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L160C5-L168C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L160C5-L168C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L170C5-L181C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L170C5-L181C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte[],System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L183C5-L194C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L183C5-L194C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int16[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L196C5-L206C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L196C5-L206C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L208C5-L226C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L208C5-L226C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32[],System.Int32[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L228C5-L246C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L228C5-L246C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64[],System.Int64[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L248C5-L266C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L248C5-L266C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32[],System.Int32[],System.Int32[],System.Int32[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L268C5-L295C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L268C5-L295C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L298C5-L321C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L298C5-L321C6" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Drawing.Imaging.EncoderParameterValueType,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L323C5-L347C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L323C5-L347C6" }, { "DocsId": "P:System.Drawing.Imaging.EncoderParameter.Encoder", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L29C16-L29C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L29C16-L29C35" }, { "DocsId": "P:System.Drawing.Imaging.EncoderParameter.Type", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L36C46-L36C65" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L36C46-L36C65" }, { "DocsId": "P:System.Drawing.Imaging.EncoderParameter.ValueType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L41C51-L41C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L41C51-L41C70" }, { "DocsId": "P:System.Drawing.Imaging.EncoderParameter.NumberOfValues", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L46C34-L46C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L46C34-L46C49" } ], "DocsId": "T:System.Drawing.Imaging.EncoderParameter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.EncoderParameters.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L10C5-L10C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L10C5-L10C79" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameters.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L12C5-L12C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L12C5-L12C66" }, { "DocsId": "M:System.Drawing.Imaging.EncoderParameters.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L58C40-L64C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L58C40-L64C6" }, { "DocsId": "P:System.Drawing.Imaging.EncoderParameters.Param", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L14C39-L14C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L14C39-L14C43" } ], "DocsId": "T:System.Drawing.Imaging.EncoderParameters", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeByte", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeAscii", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeShort", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeLong", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeRational", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeLongRange", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeUndefined", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeRationalRange", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypePointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" } ], "DocsId": "T:System.Drawing.Imaging.EncoderParameterValueType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.EncoderValue.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.ColorTypeCMYK", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.ColorTypeYCCK", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionLZW", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionCCITT3", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionCCITT4", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionRle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionNone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.ScanMethodInterlaced", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.ScanMethodNonInterlaced", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.VersionGif87", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.VersionGif89", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.RenderProgressive", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.RenderNonProgressive", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformRotate90", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformRotate180", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformRotate270", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformFlipHorizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformFlipVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.MultiFrame", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.LastFrame", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.Flush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.FrameDimensionTime", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.FrameDimensionResolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "DocsId": "F:System.Drawing.Imaging.EncoderValue.FrameDimensionPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" } ], "DocsId": "T:System.Drawing.Imaging.EncoderValue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.FrameDimension.#ctor(System.Guid)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L18C5-L21C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L18C5-L21C6" }, { "DocsId": "M:System.Drawing.Imaging.FrameDimension.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L56C67-L56C118" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L56C67-L56C118" }, { "DocsId": "M:System.Drawing.Imaging.FrameDimension.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L60C9-L60C36" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L60C9-L60C36" }, { "DocsId": "M:System.Drawing.Imaging.FrameDimension.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L68C9-L83C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L68C9-L83C45" }, { "DocsId": "P:System.Drawing.Imaging.FrameDimension.Guid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L28C15-L28C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L28C15-L28C28" }, { "DocsId": "P:System.Drawing.Imaging.FrameDimension.Time", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L36C15-L36C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L36C15-L36C29" }, { "DocsId": "P:System.Drawing.Imaging.FrameDimension.Resolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L44C15-L44C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L44C15-L44C35" }, { "DocsId": "P:System.Drawing.Imaging.FrameDimension.Page", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L50C42-L50C48" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L50C42-L50C48" } ], "DocsId": "T:System.Drawing.Imaging.FrameDimension", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L54C5-L60C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L54C5-L60C6" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L70C9-L79C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L70C9-L79C6" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L84C27-L84C36" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L84C27-L84C36" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L92C9-L95C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L92C9-L95C43" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrix(System.Drawing.Imaging.ColorMatrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L102C9-L102C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L102C9-L102C89" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrix(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L108C9-L108C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L108C9-L108C71" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrix(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L114C9-L114C59" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L114C9-L114C59" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearColorMatrix", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L119C39-L119C80" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L119C39-L119C80" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearColorMatrix(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L126C9-L135C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L126C9-L135C6" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrices(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L141C9-L141C103" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L141C9-L141C103" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrices(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L144C9-L144C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L144C9-L144C85" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrices(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L152C9-L183C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L152C9-L183C6" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetThreshold(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L185C50-L185C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L185C50-L185C98" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetThreshold(System.Single,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L187C72-L187C119" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L187C72-L187C119" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearThreshold", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L189C37-L189C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L189C37-L189C76" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearThreshold(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L191C57-L191C100" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L191C57-L191C100" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetGamma(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L204C42-L204C82" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L204C42-L204C82" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetGamma(System.Single,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L206C64-L206C103" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L206C64-L206C103" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearGamma", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L208C33-L208C68" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L208C33-L208C68" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearGamma(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L210C53-L210C92" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L210C53-L210C92" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetNoOp", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L223C30-L223C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L223C30-L223C62" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetNoOp(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L225C50-L225C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L225C50-L225C81" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearNoOp", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L227C32-L227C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L227C32-L227C66" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearNoOp(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L229C52-L229C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L229C52-L229C84" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorKey(System.Drawing.Color,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L242C9-L242C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L242C9-L242C66" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorKey(System.Drawing.Color,System.Drawing.Color,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L245C9-L245C65" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L245C9-L245C65" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearColorKey", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L247C36-L247C74" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L247C36-L247C74" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearColorKey(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L249C56-L249C118" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L249C56-L249C118" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetOutputChannel(System.Drawing.Imaging.ColorChannelFlag)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L263C61-L263C109" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L263C61-L263C109" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetOutputChannel(System.Drawing.Imaging.ColorChannelFlag,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L266C9-L266C56" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L266C9-L266C56" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannel", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L268C41-L268C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L268C41-L268C84" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannel(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L271C9-L271C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L271C9-L271C85" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetOutputChannelColorProfile(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L285C9-L285C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L285C9-L285C84" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetOutputChannelColorProfile(System.String,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L290C9-L302C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L290C9-L302C6" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannelColorProfile", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L304C53-L304C96" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L304C53-L304C96" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannelColorProfile(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L308C9-L315C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L308C9-L315C6" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetRemapTable(System.Drawing.Imaging.ColorMap[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L318C57-L318C100" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L318C57-L318C100" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetRemapTable(System.Drawing.Imaging.ColorMap[],System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L329C9-L331C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L329C9-L331C6" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetRemapTable(System.ReadOnlySpan{System.Drawing.Imaging.ColorMap})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L335C69-L335C112" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L335C69-L335C112" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetRemapTable(System.ReadOnlySpan{System.ValueTuple{System.Drawing.Color,System.Drawing.Color}})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L338C93-L338C136" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L338C93-L338C136" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetRemapTable(System.Drawing.Imaging.ColorAdjustType,System.ReadOnlySpan{System.Drawing.Imaging.ColorMap})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L360C9-L379C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L360C9-L379C6" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetRemapTable(System.Drawing.Imaging.ColorAdjustType,System.ReadOnlySpan{System.ValueTuple{System.Drawing.Color,System.Drawing.Color}})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L385C9-L404C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L385C9-L404C6" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearRemapTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L413C38-L413C78" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L413C38-L413C78" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearRemapTable(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L417C9-L425C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L417C9-L425C6" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetBrushRemapTable(System.Drawing.Imaging.ColorMap[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L427C62-L427C103" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L427C62-L427C103" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetBrushRemapTable(System.ReadOnlySpan{System.Drawing.Imaging.ColorMap})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L431C74-L431C115" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L431C74-L431C115" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetBrushRemapTable(System.ReadOnlySpan{System.ValueTuple{System.Drawing.Color,System.Drawing.Color}})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L434C98-L434C139" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L434C98-L434C139" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearBrushRemapTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L437C43-L437C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L437C43-L437C81" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetWrapMode(System.Drawing.Drawing2D.WrapMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L439C57-L439C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L439C57-L439C97" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetWrapMode(System.Drawing.Drawing2D.WrapMode,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L441C70-L441C108" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L441C70-L441C108" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetWrapMode(System.Drawing.Drawing2D.WrapMode,System.Drawing.Color,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L445C9-L452C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L445C9-L452C6" }, { "DocsId": "M:System.Drawing.Imaging.ImageAttributes.GetAdjustedPalette(System.Drawing.Imaging.ColorPalette,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L456C9-L466C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L456C9-L466C6" } ], "DocsId": "T:System.Drawing.Imaging.ImageAttributes", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.Encoder", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.Decoder", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.SupportBitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.SupportVector", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.SeekableEncode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.BlockingDecode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.Builtin", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.System", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.User", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" } ], "DocsId": "T:System.Drawing.Imaging.ImageCodecFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.ImageCodecInfo.GetImageDecoders", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L41C9-L58C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L41C9-L58C6" }, { "DocsId": "M:System.Drawing.Imaging.ImageCodecInfo.GetImageEncoders", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L62C9-L79C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L62C9-L79C6" }, { "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.Clsid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L13C25-L13C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L13C25-L13C29" }, { "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.FormatID", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L15C28-L15C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L15C28-L15C32" }, { "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.CodecName", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L17C32-L17C36" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L17C32-L17C36" }, { "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.DllName", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L19C30-L19C34" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L19C30-L19C34" }, { "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.FormatDescription", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L21C40-L21C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L21C40-L21C44" }, { "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.FilenameExtension", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L23C40-L23C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L23C40-L23C44" }, { "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.MimeType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L25C31-L25C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L25C31-L25C35" }, { "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.Flags", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L27C36-L27C40" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L27C36-L27C40" }, { "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.Version", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L29C26-L29C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L29C26-L29C30" }, { "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.SignaturePatterns", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L32C42-L32C46" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L32C42-L32C46" }, { "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.SignatureMasks", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L35C39-L35C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L35C39-L35C43" } ], "DocsId": "T:System.Drawing.Imaging.ImageCodecInfo", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.ImageFlags.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.Scalable", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.HasAlpha", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.HasTranslucent", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.PartiallyScalable", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceRgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceCmyk", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceYcbcr", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceYcck", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.HasRealDpi", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.HasRealPixelSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.ReadOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageFlags.Caching", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" } ], "DocsId": "T:System.Drawing.Imaging.ImageFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.ImageFormat.#ctor(System.Guid)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L35C5-L35C50" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L35C5-L35C50" }, { "DocsId": "M:System.Drawing.Imaging.ImageFormat.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L114C67-L114C115" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L114C67-L114C115" }, { "DocsId": "M:System.Drawing.Imaging.ImageFormat.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L119C42-L119C61" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L119C42-L119C61" }, { "DocsId": "M:System.Drawing.Imaging.ImageFormat.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L131C9-L191C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L131C9-L191C42" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Guid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L40C25-L40C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L40C25-L40C30" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.MemoryBmp", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L45C44-L45C55" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L45C44-L45C55" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Bmp", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L50C38-L50C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L50C38-L50C43" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Emf", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L55C38-L55C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L55C38-L55C43" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Wmf", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L60C38-L60C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L60C38-L60C43" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Gif", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L65C38-L65C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L65C38-L65C43" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Jpeg", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L70C39-L70C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L70C39-L70C45" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Png", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L75C38-L75C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L75C38-L75C43" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Tiff", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L80C39-L80C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L80C39-L80C45" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Exif", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L85C39-L85C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L85C39-L85C45" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Icon", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L90C39-L90C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L90C39-L90C45" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Heif", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L99C39-L99C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L99C39-L99C45" }, { "DocsId": "P:System.Drawing.Imaging.ImageFormat.Webp", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L108C39-L108C45" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L108C39-L108C45" } ], "DocsId": "T:System.Drawing.Imaging.ImageFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.ImageLockMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageLockMode.ReadOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageLockMode.WriteOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageLockMode.ReadWrite", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" }, { "DocsId": "F:System.Drawing.Imaging.ImageLockMode.UserInputBuffer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" } ], "DocsId": "T:System.Drawing.Imaging.ImageLockMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Metafile.Windows#Win32#Foundation#IPointer#get_Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L24C42-L24C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L24C42-L24C62" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L30C5-L43C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L30C5-L43C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L49C5-L54C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L49C5-L54C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L59C5-L69C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L59C5-L69C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L76C9-L78C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L76C9-L78C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L84C9-L86C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L84C9-L86C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L93C9-L95C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L93C9-L95C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L102C9-L104C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L102C9-L104C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L111C9-L113C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L111C9-L113C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L119C5-L136C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L119C5-L136C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L143C9-L145C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L143C9-L145C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L152C9-L154C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L152C9-L154C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L160C9-L162C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L160C9-L162C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L168C9-L170C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L168C9-L170C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L176C9-L178C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L176C9-L178C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L184C9-L186C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L184C9-L186C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L192C9-L194C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L192C9-L194C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L200C9-L202C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L200C9-L202C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L207C5-L232C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L207C5-L232C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L238C9-L240C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L238C9-L240C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L246C9-L248C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L246C9-L248C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L254C9-L256C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L254C9-L256C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L262C9-L264C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L262C9-L264C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L270C9-L272C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L270C9-L272C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L278C9-L280C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L278C9-L280C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L286C9-L288C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L286C9-L288C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L294C9-L296C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L294C9-L296C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L302C9-L304C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L302C9-L304C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L310C9-L312C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L310C9-L312C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L318C9-L320C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L318C9-L320C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L326C9-L328C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L326C9-L328C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L335C9-L337C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L335C9-L337C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L342C5-L350C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L342C5-L350C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L355C5-L370C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L355C5-L370C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L376C5-L394C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L376C5-L394C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L399C5-L419C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L399C5-L419C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L424C5-L445C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L424C5-L445C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L450C5-L469C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L450C5-L469C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L474C5-L494C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L474C5-L494C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L499C5-L519C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L499C5-L519C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.PlayRecord(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.Byte[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L539C16-L550C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L539C16-L550C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L557C9-L563C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L557C9-L563C27" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L572C9-L576C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L572C9-L576C27" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L586C9-L594C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L586C9-L594C27" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L603C9-L613C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L603C9-L613C6" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L620C9-L626C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L620C9-L626C27" }, { "DocsId": "M:System.Drawing.Imaging.Metafile.GetHenhmetafile", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L633C40-L633C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L633C40-L633C62" }, { "DocsId": "P:System.Drawing.Imaging.Metafile.Windows#Win32#Foundation#IPointer#Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L24C42-L24C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L24C42-L24C62" } ], "DocsId": "T:System.Drawing.Imaging.Metafile", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Pixel", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Point", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Inch", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Document", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Millimeter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.GdiCompatible", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" } ], "DocsId": "T:System.Drawing.Imaging.MetafileFrameUnit", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsWmf", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L53C28-L53C129" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L53C28-L53C129" }, { "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsWmfPlaceable", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L58C37-L58C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L58C37-L58C98" }, { "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmf", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L63C28-L63C80" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L63C28-L63C80" }, { "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmfOrEmfPlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L69C37-L71C56" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L69C37-L71C56" }, { "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmfPlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L77C32-L78C56" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L77C32-L78C56" }, { "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmfPlusDual", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L84C36-L84C96" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L84C36-L84C96" }, { "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmfPlusOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L90C36-L90C96" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L90C36-L90C96" }, { "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsDisplay", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L95C32-L95C113" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L95C32-L95C113" }, { "DocsId": "P:System.Drawing.Imaging.MetafileHeader.Type", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L23C33-L23C59" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L23C33-L23C59" }, { "DocsId": "P:System.Drawing.Imaging.MetafileHeader.MetafileSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L28C32-L28C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L28C32-L28C49" }, { "DocsId": "P:System.Drawing.Imaging.MetafileHeader.Version", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L33C27-L33C47" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L33C27-L33C47" }, { "DocsId": "P:System.Drawing.Imaging.MetafileHeader.DpiX", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L38C26-L38C38" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L38C26-L38C38" }, { "DocsId": "P:System.Drawing.Imaging.MetafileHeader.DpiY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L43C26-L43C38" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L43C26-L43C38" }, { "DocsId": "P:System.Drawing.Imaging.MetafileHeader.Bounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L48C32-L48C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L48C32-L48C88" }, { "DocsId": "P:System.Drawing.Imaging.MetafileHeader.WmfHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L100C36-L102C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L100C36-L102C43" }, { "DocsId": "P:System.Drawing.Imaging.MetafileHeader.EmfPlusHeaderSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L107C37-L107C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L107C37-L107C62" }, { "DocsId": "P:System.Drawing.Imaging.MetafileHeader.LogicalDpiX", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L112C31-L112C50" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L112C31-L112C50" }, { "DocsId": "P:System.Drawing.Imaging.MetafileHeader.LogicalDpiY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L117C31-L117C50" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L117C31-L117C50" } ], "DocsId": "T:System.Drawing.Imaging.MetafileHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.MetafileType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileType.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileType.Wmf", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileType.WmfPlaceable", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileType.Emf", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileType.EmfPlusOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" }, { "DocsId": "F:System.Drawing.Imaging.MetafileType.EmfPlusDual", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" } ], "DocsId": "T:System.Drawing.Imaging.MetafileType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.MetaHeader.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L17C5-L19C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L17C5-L19C6" }, { "DocsId": "P:System.Drawing.Imaging.MetaHeader.Type", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L28C16-L28C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L28C16-L28C35" }, { "DocsId": "P:System.Drawing.Imaging.MetaHeader.HeaderSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L37C16-L37C41" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L37C16-L37C41" }, { "DocsId": "P:System.Drawing.Imaging.MetaHeader.Version", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L46C16-L46C38" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L46C16-L46C38" }, { "DocsId": "P:System.Drawing.Imaging.MetaHeader.Size", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L55C16-L55C33" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L55C16-L55C33" }, { "DocsId": "P:System.Drawing.Imaging.MetaHeader.NoObjects", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L61C16-L61C40" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L61C16-L61C40" }, { "DocsId": "P:System.Drawing.Imaging.MetaHeader.MaxRecord", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L67C16-L67C38" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L67C16-L67C38" }, { "DocsId": "P:System.Drawing.Imaging.MetaHeader.NoParameters", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L73C16-L73C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L73C16-L73C43" } ], "DocsId": "T:System.Drawing.Imaging.MetaHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.PaletteFlags.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.PaletteFlags.HasAlpha", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.PaletteFlags.GrayScale", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" }, { "DocsId": "F:System.Drawing.Imaging.PaletteFlags.Halftone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" } ], "DocsId": "T:System.Drawing.Imaging.PaletteFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.PaletteType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" }, { "DocsId": "F:System.Drawing.Imaging.PaletteType.Custom", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" }, { "DocsId": "F:System.Drawing.Imaging.PaletteType.FixedBlackAndWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" }, { "DocsId": "F:System.Drawing.Imaging.PaletteType.FixedHalftone8", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" }, { "DocsId": "F:System.Drawing.Imaging.PaletteType.FixedHalftone27", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" }, { "DocsId": "F:System.Drawing.Imaging.PaletteType.FixedHalftone64", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" }, { "DocsId": "F:System.Drawing.Imaging.PaletteType.FixedHalftone125", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" }, { "DocsId": "F:System.Drawing.Imaging.PaletteType.FixedHalftone216", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" }, { "DocsId": "F:System.Drawing.Imaging.PaletteType.FixedHalftone252", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" }, { "DocsId": "F:System.Drawing.Imaging.PaletteType.FixedHalftone256", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" } ], "DocsId": "T:System.Drawing.Imaging.PaletteType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.PixelFormat.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Indexed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Gdi", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Alpha", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.PAlpha", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Extended", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Canonical", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Undefined", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.DontCare", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format1bppIndexed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format4bppIndexed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format8bppIndexed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format16bppGrayScale", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format16bppRgb555", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format16bppRgb565", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format16bppArgb1555", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format24bppRgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format32bppRgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format32bppArgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format32bppPArgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format48bppRgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format64bppArgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format64bppPArgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "DocsId": "F:System.Drawing.Imaging.PixelFormat.Max", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" } ], "DocsId": "T:System.Drawing.Imaging.PixelFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.PlayRecordCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" }, { "DocsId": "M:System.Drawing.Imaging.PlayRecordCallback.Invoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" }, { "DocsId": "M:System.Drawing.Imaging.PlayRecordCallback.BeginInvoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" }, { "DocsId": "M:System.Drawing.Imaging.PlayRecordCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" } ], "DocsId": "T:System.Drawing.Imaging.PlayRecordCallback", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" }, { "Members": [ { "DocsId": "P:System.Drawing.Imaging.PropertyItem.Id", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L18C21-L18C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L18C21-L18C25" }, { "DocsId": "P:System.Drawing.Imaging.PropertyItem.Len", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L23C22-L23C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L23C22-L23C26" }, { "DocsId": "P:System.Drawing.Imaging.PropertyItem.Type", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L28C25-L28C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L28C25-L28C29" }, { "DocsId": "P:System.Drawing.Imaging.PropertyItem.Value", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L33C28-L33C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L33C28-L33C32" } ], "DocsId": "T:System.Drawing.Imaging.PropertyItem", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.WmfPlaceableFileHeader.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L16C5-L16C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L16C5-L16C64" }, { "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Key", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L23C16-L23C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L23C16-L23C32" }, { "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Hmf", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L32C16-L32C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L32C16-L32C27" }, { "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxLeft", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L41C16-L41C40" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L41C16-L41C40" }, { "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxTop", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L50C16-L50C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L50C16-L50C39" }, { "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxRight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L59C16-L59C41" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L59C16-L59C41" }, { "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxBottom", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L68C16-L68C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L68C16-L68C42" }, { "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Inch", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L77C16-L77C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L77C16-L77C28" }, { "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Reserved", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L86C16-L86C37" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L86C16-L86C37" }, { "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Checksum", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L95C16-L95C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L95C16-L95C32" } ], "DocsId": "T:System.Drawing.Imaging.WmfPlaceableFileHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Effects.BlackSaturationCurveEffect.#ctor(System.Drawing.Imaging.Effects.CurveChannel,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BlackSaturationCurveEffect.cs#L25C11-L27C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BlackSaturationCurveEffect.cs#L25C11-L27C6" }, { "DocsId": "P:System.Drawing.Imaging.Effects.BlackSaturationCurveEffect.BlackSaturation", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BlackSaturationCurveEffect.cs#L34C35-L34C46" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BlackSaturationCurveEffect.cs#L34C35-L34C46" } ], "DocsId": "T:System.Drawing.Imaging.Effects.BlackSaturationCurveEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BlackSaturationCurveEffect.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BlackSaturationCurveEffect.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Effects.BlurEffect.#ctor(System.Single,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BlurEffect.cs#L28C56-L32C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BlurEffect.cs#L28C56-L32C6" }, { "DocsId": "P:System.Drawing.Imaging.Effects.BlurEffect.Radius", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BlurEffect.cs#L38C28-L38C46" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BlurEffect.cs#L38C28-L38C46" }, { "DocsId": "P:System.Drawing.Imaging.Effects.BlurEffect.ExpandEdge", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BlurEffect.cs#L45C31-L45C53" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BlurEffect.cs#L45C31-L45C53" } ], "DocsId": "T:System.Drawing.Imaging.Effects.BlurEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BlurEffect.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BlurEffect.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Effects.BrightnessContrastEffect.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BrightnessContrastEffect.cs#L32C79-L36C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BrightnessContrastEffect.cs#L32C79-L36C6" }, { "DocsId": "P:System.Drawing.Imaging.Effects.BrightnessContrastEffect.BrightnessLevel", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BrightnessContrastEffect.cs#L43C35-L43C76" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BrightnessContrastEffect.cs#L43C35-L43C76" }, { "DocsId": "P:System.Drawing.Imaging.Effects.BrightnessContrastEffect.ContrastLevel", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BrightnessContrastEffect.cs#L50C33-L50C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BrightnessContrastEffect.cs#L50C33-L50C72" } ], "DocsId": "T:System.Drawing.Imaging.Effects.BrightnessContrastEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BrightnessContrastEffect.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BrightnessContrastEffect.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Effects.ColorBalanceEffect.#ctor(System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorBalanceEffect.cs#L40C80-L44C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorBalanceEffect.cs#L40C80-L44C6" }, { "DocsId": "P:System.Drawing.Imaging.Effects.ColorBalanceEffect.CyanRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorBalanceEffect.cs#L52C27-L52C54" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorBalanceEffect.cs#L52C27-L52C54" }, { "DocsId": "P:System.Drawing.Imaging.Effects.ColorBalanceEffect.MagentaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorBalanceEffect.cs#L60C32-L60C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorBalanceEffect.cs#L60C32-L60C64" }, { "DocsId": "P:System.Drawing.Imaging.Effects.ColorBalanceEffect.YellowBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorBalanceEffect.cs#L68C30-L68C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorBalanceEffect.cs#L68C30-L68C60" } ], "DocsId": "T:System.Drawing.Imaging.Effects.ColorBalanceEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorBalanceEffect.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorBalanceEffect.cs" }, { "Members": [ { "DocsId": "P:System.Drawing.Imaging.Effects.ColorCurveEffect.Channel", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorCurveEffect.cs#L31C36-L31C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorCurveEffect.cs#L31C36-L31C69" } ], "DocsId": "T:System.Drawing.Imaging.Effects.ColorCurveEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorCurveEffect.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorCurveEffect.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Effects.ColorLookupTableEffect.#ctor(System.Byte[],System.Byte[],System.Byte[],System.Byte[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorLookupTableEffect.cs#L30C36-L32C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorLookupTableEffect.cs#L30C36-L32C6" }, { "DocsId": "M:System.Drawing.Imaging.Effects.ColorLookupTableEffect.#ctor(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorLookupTableEffect.cs#L16C5-L56C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorLookupTableEffect.cs#L16C5-L56C6" }, { "DocsId": "P:System.Drawing.Imaging.Effects.ColorLookupTableEffect.BlueLookupTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorLookupTableEffect.cs#L61C52-L61C71" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorLookupTableEffect.cs#L61C52-L61C71" }, { "DocsId": "P:System.Drawing.Imaging.Effects.ColorLookupTableEffect.GreenLookupTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorLookupTableEffect.cs#L66C53-L66C74" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorLookupTableEffect.cs#L66C53-L66C74" }, { "DocsId": "P:System.Drawing.Imaging.Effects.ColorLookupTableEffect.RedLookupTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorLookupTableEffect.cs#L71C51-L71C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorLookupTableEffect.cs#L71C51-L71C72" }, { "DocsId": "P:System.Drawing.Imaging.Effects.ColorLookupTableEffect.AlphaLookupTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorLookupTableEffect.cs#L76C53-L76C74" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorLookupTableEffect.cs#L76C53-L76C74" } ], "DocsId": "T:System.Drawing.Imaging.Effects.ColorLookupTableEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorLookupTableEffect.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorLookupTableEffect.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Effects.ColorMatrixEffect.#ctor(System.Drawing.Imaging.ColorMatrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorMatrixEffect.cs#L25C52-L34C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorMatrixEffect.cs#L25C52-L34C6" }, { "DocsId": "P:System.Drawing.Imaging.Effects.ColorMatrixEffect.Matrix", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorMatrixEffect.cs#L44C34-L44C41" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorMatrixEffect.cs#L44C34-L44C41" } ], "DocsId": "T:System.Drawing.Imaging.Effects.ColorMatrixEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorMatrixEffect.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorMatrixEffect.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Effects.ContrastCurveEffect.#ctor(System.Drawing.Imaging.Effects.CurveChannel,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ContrastCurveEffect.cs#L23C11-L25C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ContrastCurveEffect.cs#L23C11-L25C6" }, { "DocsId": "P:System.Drawing.Imaging.Effects.ContrastCurveEffect.Contrast", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ContrastCurveEffect.cs#L31C28-L31C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ContrastCurveEffect.cs#L31C28-L31C39" } ], "DocsId": "T:System.Drawing.Imaging.Effects.ContrastCurveEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ContrastCurveEffect.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ContrastCurveEffect.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Imaging.Effects.CurveChannel.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/CurveChannel.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/CurveChannel.cs" }, { "DocsId": "F:System.Drawing.Imaging.Effects.CurveChannel.All", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/CurveChannel.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/CurveChannel.cs" }, { "DocsId": "F:System.Drawing.Imaging.Effects.CurveChannel.Red", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/CurveChannel.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/CurveChannel.cs" }, { "DocsId": "F:System.Drawing.Imaging.Effects.CurveChannel.Green", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/CurveChannel.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/CurveChannel.cs" }, { "DocsId": "F:System.Drawing.Imaging.Effects.CurveChannel.Blue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/CurveChannel.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/CurveChannel.cs" } ], "DocsId": "T:System.Drawing.Imaging.Effects.CurveChannel", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/CurveChannel.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/CurveChannel.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Effects.DensityCurveEffect.#ctor(System.Drawing.Imaging.Effects.CurveChannel,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/DensityCurveEffect.cs#L23C11-L25C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/DensityCurveEffect.cs#L23C11-L25C6" }, { "DocsId": "P:System.Drawing.Imaging.Effects.DensityCurveEffect.Density", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/DensityCurveEffect.cs#L31C27-L31C38" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/DensityCurveEffect.cs#L31C27-L31C38" } ], "DocsId": "T:System.Drawing.Imaging.Effects.DensityCurveEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/DensityCurveEffect.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/DensityCurveEffect.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Effects.Effect.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/Effect.cs#L26C9-L28C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/Effect.cs#L26C9-L28C6" }, { "DocsId": "M:System.Drawing.Imaging.Effects.Effect.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/Effect.cs#L42C18-L42C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/Effect.cs#L42C18-L42C43" }, { "DocsId": "M:System.Drawing.Imaging.Effects.Effect.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/Effect.cs#L46C9-L51C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/Effect.cs#L46C9-L51C6" } ], "DocsId": "T:System.Drawing.Imaging.Effects.Effect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/Effect.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/Effect.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Effects.ExposureCurveEffect.#ctor(System.Drawing.Imaging.Effects.CurveChannel,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ExposureCurveEffect.cs#L23C11-L25C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ExposureCurveEffect.cs#L23C11-L25C6" }, { "DocsId": "P:System.Drawing.Imaging.Effects.ExposureCurveEffect.Exposure", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ExposureCurveEffect.cs#L31C28-L31C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ExposureCurveEffect.cs#L31C28-L31C39" } ], "DocsId": "T:System.Drawing.Imaging.Effects.ExposureCurveEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ExposureCurveEffect.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ExposureCurveEffect.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Effects.GrayScaleEffect.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/GrayScaleEffect.cs#L16C32-L25C8" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/GrayScaleEffect.cs#L16C32-L25C8" } ], "DocsId": "T:System.Drawing.Imaging.Effects.GrayScaleEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/GrayScaleEffect.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/GrayScaleEffect.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Effects.HighlightCurveEffect.#ctor(System.Drawing.Imaging.Effects.CurveChannel,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/HighlightCurveEffect.cs#L24C11-L26C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/HighlightCurveEffect.cs#L24C11-L26C6" }, { "DocsId": "P:System.Drawing.Imaging.Effects.HighlightCurveEffect.Highlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/HighlightCurveEffect.cs#L32C29-L32C40" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/HighlightCurveEffect.cs#L32C29-L32C40" } ], "DocsId": "T:System.Drawing.Imaging.Effects.HighlightCurveEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/HighlightCurveEffect.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/HighlightCurveEffect.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Effects.InvertEffect.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/InvertEffect.cs#L16C29-L25C8" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/InvertEffect.cs#L16C29-L25C8" } ], "DocsId": "T:System.Drawing.Imaging.Effects.InvertEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/InvertEffect.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/InvertEffect.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Effects.LevelsEffect.#ctor(System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/LevelsEffect.cs#L44C11-L54C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/LevelsEffect.cs#L44C11-L54C6" }, { "DocsId": "P:System.Drawing.Imaging.Effects.LevelsEffect.Highlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/LevelsEffect.cs#L59C29-L59C52" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/LevelsEffect.cs#L59C29-L59C52" }, { "DocsId": "P:System.Drawing.Imaging.Effects.LevelsEffect.Midtone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/LevelsEffect.cs#L64C27-L64C48" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/LevelsEffect.cs#L64C27-L64C48" }, { "DocsId": "P:System.Drawing.Imaging.Effects.LevelsEffect.Shadow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/LevelsEffect.cs#L69C26-L69C46" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/LevelsEffect.cs#L69C26-L69C46" } ], "DocsId": "T:System.Drawing.Imaging.Effects.LevelsEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/LevelsEffect.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/LevelsEffect.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Effects.MidtoneCurveEffect.#ctor(System.Drawing.Imaging.Effects.CurveChannel,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/MidtoneCurveEffect.cs#L25C11-L27C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/MidtoneCurveEffect.cs#L25C11-L27C6" }, { "DocsId": "P:System.Drawing.Imaging.Effects.MidtoneCurveEffect.Midtone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/MidtoneCurveEffect.cs#L33C27-L33C38" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/MidtoneCurveEffect.cs#L33C27-L33C38" } ], "DocsId": "T:System.Drawing.Imaging.Effects.MidtoneCurveEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/MidtoneCurveEffect.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/MidtoneCurveEffect.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Effects.SepiaEffect.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/SepiaEffect.cs#L16C28-L25C8" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/SepiaEffect.cs#L16C28-L25C8" } ], "DocsId": "T:System.Drawing.Imaging.Effects.SepiaEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/SepiaEffect.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/SepiaEffect.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Effects.ShadowCurveEffect.#ctor(System.Drawing.Imaging.Effects.CurveChannel,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ShadowCurveEffect.cs#L25C11-L27C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ShadowCurveEffect.cs#L25C11-L27C6" }, { "DocsId": "P:System.Drawing.Imaging.Effects.ShadowCurveEffect.Shadow", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ShadowCurveEffect.cs#L33C26-L33C37" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ShadowCurveEffect.cs#L33C26-L33C37" } ], "DocsId": "T:System.Drawing.Imaging.Effects.ShadowCurveEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ShadowCurveEffect.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ShadowCurveEffect.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Effects.SharpenEffect.#ctor(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/SharpenEffect.cs#L31C56-L35C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/SharpenEffect.cs#L31C56-L35C6" }, { "DocsId": "P:System.Drawing.Imaging.Effects.SharpenEffect.Radius", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/SharpenEffect.cs#L42C28-L42C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/SharpenEffect.cs#L42C28-L42C49" }, { "DocsId": "P:System.Drawing.Imaging.Effects.SharpenEffect.Amount", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/SharpenEffect.cs#L48C28-L48C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/SharpenEffect.cs#L48C28-L48C49" } ], "DocsId": "T:System.Drawing.Imaging.Effects.SharpenEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/SharpenEffect.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/SharpenEffect.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Effects.TintEffect.#ctor(System.Drawing.Color,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/TintEffect.cs#L27C50-L32C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/TintEffect.cs#L27C50-L32C6" }, { "DocsId": "M:System.Drawing.Imaging.Effects.TintEffect.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/TintEffect.cs#L40C46-L54C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/TintEffect.cs#L40C46-L54C6" }, { "DocsId": "P:System.Drawing.Imaging.Effects.TintEffect.Hue", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/TintEffect.cs#L59C23-L59C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/TintEffect.cs#L59C23-L59C84" }, { "DocsId": "P:System.Drawing.Imaging.Effects.TintEffect.Amount", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/TintEffect.cs#L66C26-L66C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/TintEffect.cs#L66C26-L66C44" } ], "DocsId": "T:System.Drawing.Imaging.Effects.TintEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/TintEffect.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/TintEffect.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Effects.VividEffect.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/VividEffect.cs#L16C28-L25C8" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/VividEffect.cs#L16C28-L25C8" } ], "DocsId": "T:System.Drawing.Imaging.Effects.VividEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/VividEffect.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/VividEffect.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Imaging.Effects.WhiteSaturationCurveEffect.#ctor(System.Drawing.Imaging.Effects.CurveChannel,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/WhiteSaturationCurveEffect.cs#L25C11-L27C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/WhiteSaturationCurveEffect.cs#L25C11-L27C6" }, { "DocsId": "P:System.Drawing.Imaging.Effects.WhiteSaturationCurveEffect.WhiteSaturation", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/WhiteSaturationCurveEffect.cs#L34C35-L34C46" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/WhiteSaturationCurveEffect.cs#L34C35-L34C46" } ], "DocsId": "T:System.Drawing.Imaging.Effects.WhiteSaturationCurveEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/WhiteSaturationCurveEffect.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/WhiteSaturationCurveEffect.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Design.CategoryNameCollection.#ctor(System.Drawing.Design.CategoryNameCollection)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L17C5-L17C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L17C5-L17C93" }, { "DocsId": "M:System.Drawing.Design.CategoryNameCollection.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L23C5-L23C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L23C5-L23C79" }, { "DocsId": "M:System.Drawing.Design.CategoryNameCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L34C43-L34C68" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L34C43-L34C68" }, { "DocsId": "M:System.Drawing.Design.CategoryNameCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L40C54-L40C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L40C54-L40C84" }, { "DocsId": "M:System.Drawing.Design.CategoryNameCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L45C41-L45C65" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L45C41-L45C65" }, { "DocsId": "P:System.Drawing.Design.CategoryNameCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L28C38-L28C63" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L28C38-L28C63" } ], "DocsId": "T:System.Drawing.Design.CategoryNameCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.DashCap.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.DashCap.Flat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.DashCap.Round", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.DashCap.Triangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.DashCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Drawing2D.AdjustableArrowCap.#ctor(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L10C60-L10C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L10C60-L10C89" }, { "DocsId": "M:System.Drawing.Drawing2D.AdjustableArrowCap.#ctor(System.Single,System.Single,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L12C5-L17C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L12C5-L17C6" }, { "DocsId": "P:System.Drawing.Drawing2D.AdjustableArrowCap.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L26C13-L28C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L26C13-L28C27" }, { "DocsId": "P:System.Drawing.Drawing2D.AdjustableArrowCap.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L42C13-L44C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L42C13-L44C26" }, { "DocsId": "P:System.Drawing.Drawing2D.AdjustableArrowCap.MiddleInset", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L58C13-L60C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L58C13-L60C32" }, { "DocsId": "P:System.Drawing.Drawing2D.AdjustableArrowCap.Filled", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L74C13-L76C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L74C13-L76C29" } ], "DocsId": "T:System.Drawing.Drawing2D.AdjustableArrowCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Drawing2D.Blend.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L8C5-L12C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L8C5-L12C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Blend.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L14C5-L18C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L14C5-L18C6" }, { "DocsId": "P:System.Drawing.Drawing2D.Blend.Factors", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L20C30-L20C34" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L20C30-L20C34" }, { "DocsId": "P:System.Drawing.Drawing2D.Blend.Positions", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L22C32-L22C36" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L22C32-L22C36" } ], "DocsId": "T:System.Drawing.Drawing2D.Blend", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Drawing2D.ColorBlend.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L8C5-L12C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L8C5-L12C6" }, { "DocsId": "M:System.Drawing.Drawing2D.ColorBlend.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L14C5-L18C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L14C5-L18C6" }, { "DocsId": "P:System.Drawing.Drawing2D.ColorBlend.Colors", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L20C29-L20C33" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L20C29-L20C33" }, { "DocsId": "P:System.Drawing.Drawing2D.ColorBlend.Positions", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L22C32-L22C36" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L22C32-L22C36" } ], "DocsId": "T:System.Drawing.Drawing2D.ColorBlend", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.CombineMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Replace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Intersect", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Union", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Xor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Exclude", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Complement", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.CombineMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.CompositingMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CompositingMode.SourceOver", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CompositingMode.SourceCopy", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.CompositingMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.HighSpeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.HighQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.GammaCorrected", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.AssumeLinear", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.CompositingQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.CoordinateSpace.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CoordinateSpace.World", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CoordinateSpace.Page", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.CoordinateSpace.Device", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.CoordinateSpace", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.#ctor(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L15C78-L15C122" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L15C78-L15C122" }, { "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.#ctor(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.LineCap)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L17C95-L17C137" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L17C95-L17C137" }, { "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.#ctor(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.LineCap,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L19C5-L30C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L19C5-L30C6" }, { "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L66C9-L68C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L66C9-L68C6" }, { "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L72C9-L85C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L72C9-L85C6" }, { "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L87C25-L87C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L87C25-L87C39" }, { "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L89C30-L89C41" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L89C30-L89C41" }, { "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.SetStrokeCaps(System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.LineCap)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L101C9-L103C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L101C9-L103C6" }, { "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.GetStrokeCaps(System.Drawing.Drawing2D.LineCap@,System.Drawing.Drawing2D.LineCap@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L106C5-L113C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L106C5-L113C6" }, { "DocsId": "P:System.Drawing.Drawing2D.CustomLineCap.StrokeJoin", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L120C13-L122C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L120C13-L122C29" }, { "DocsId": "P:System.Drawing.Drawing2D.CustomLineCap.BaseCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L136C13-L138C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L136C13-L138C28" }, { "DocsId": "P:System.Drawing.Drawing2D.CustomLineCap.BaseInset", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L152C13-L154C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L152C13-L154C26" }, { "DocsId": "P:System.Drawing.Drawing2D.CustomLineCap.WidthScale", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L168C13-L170C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L168C13-L170C31" } ], "DocsId": "T:System.Drawing.Drawing2D.CustomLineCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.DashStyle.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.DashStyle.Solid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.DashStyle.Dash", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.DashStyle.Dot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.DashStyle.DashDot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.DashStyle.DashDotDot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.DashStyle.Custom", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.DashStyle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.FillMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.FillMode.Alternate", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.FillMode.Winding", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.FillMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.FlushIntention.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.FlushIntention.Flush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.FlushIntention.Sync", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.FlushIntention", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" }, { "Members": [], "DocsId": "T:System.Drawing.Drawing2D.GraphicsContainer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsContainer.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsContainer.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L16C29-L16C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L16C29-L16C57" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L19C5-L24C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L19C5-L24C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.PointF[],System.Byte[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L27C55-L27C95" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L27C55-L27C95" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.PointF[],System.Byte[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L31C11-L33C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L31C11-L33C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.ReadOnlySpan{System.Drawing.PointF},System.ReadOnlySpan{System.Byte},System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L37C5-L55C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L37C5-L55C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.Point[],System.Byte[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L58C54-L58C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L58C54-L58C94" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.Point[],System.Byte[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L69C11-L69C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L69C11-L69C91" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.ReadOnlySpan{System.Drawing.Point},System.ReadOnlySpan{System.Byte},System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L73C5-L91C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L73C5-L91C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L96C9-L98C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L96C9-L98C39" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L111C9-L113C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L111C9-L113C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L140C24-L140C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L140C24-L140C49" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Reset", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L144C9-L146C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L144C9-L146C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.StartFigure", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L202C9-L204C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L202C9-L204C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.CloseFigure", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L208C9-L210C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L208C9-L210C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.CloseAllFigures", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L214C9-L216C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L214C9-L216C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.SetMarkers", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L220C9-L222C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L220C9-L222C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.ClearMarkers", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L226C9-L228C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L226C9-L228C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Reverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L232C9-L234C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L232C9-L234C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetLastPoint", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L239C9-L241C22" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L239C9-L241C22" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L244C48-L244C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L244C48-L244C81" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L246C44-L246C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L246C44-L246C66" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Single,System.Single,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L251C9-L259C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L251C9-L259C26" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.PointF,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L262C61-L262C92" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L262C61-L262C92" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L264C44-L264C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L264C44-L264C72" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L266C43-L266C73" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L266C43-L266C73" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Int32,System.Int32,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L268C64-L268C96" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L268C64-L268C96" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.Point,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L270C60-L270C91" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L270C60-L270C91" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Single,System.Single,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L272C64-L272C109" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L272C64-L272C109" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.PointF,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L274C60-L274C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L274C60-L274C94" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Single,System.Single,System.Drawing.Pen,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L278C9-L290C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L278C9-L290C26" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.PointF,System.Drawing.Pen,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L293C77-L293C120" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L293C77-L293C120" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Int32,System.Int32,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L295C60-L295C104" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L295C60-L295C104" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.Point,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L297C59-L297C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L297C59-L297C93" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Int32,System.Int32,System.Drawing.Pen,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L299C80-L299C124" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L299C80-L299C124" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.Point,System.Drawing.Pen,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L301C76-L301C119" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L301C76-L301C119" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Drawing.PointF,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L303C52-L303C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L303C52-L303C87" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L307C9-L309C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L307C9-L309C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLines(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L324C53-L324C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L324C53-L324C94" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLines(System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L334C9-L344C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L334C9-L344C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Drawing.Point,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L346C50-L346C92" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L346C50-L346C92" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L348C60-L348C90" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L348C60-L348C90" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLines(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L351C52-L351C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L351C52-L351C93" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLines(System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L361C9-L371C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L361C9-L371C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Drawing.RectangleF,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L374C9-L374C80" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L374C9-L374C80" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L378C9-L380C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L378C9-L380C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L383C9-L383C80" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L383C9-L383C80" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Int32,System.Int32,System.Int32,System.Int32,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L386C9-L386C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L386C9-L386C67" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L389C9-L389C74" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L389C9-L389C74" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L393C9-L395C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L393C9-L395C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBeziers(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L401C55-L401C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L401C55-L401C98" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBeziers(System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L411C16-L416C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L411C16-L416C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Drawing.Point,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L419C9-L419C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L419C9-L419C81" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L422C9-L422C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L422C9-L422C57" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBeziers(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L425C54-L425C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L425C54-L425C97" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBeziers(System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L435C9-L443C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L435C9-L443C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L446C53-L446C84" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L446C53-L446C84" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.PointF[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L449C61-L449C95" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L449C61-L449C95" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.PointF[],System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L467C16-L479C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L467C16-L479C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L483C65-L483C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L483C65-L483C87" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.ReadOnlySpan{System.Drawing.PointF},System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L494C16-L504C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L494C16-L504C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L507C52-L507C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L507C52-L507C83" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.Point[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L510C60-L510C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L510C60-L510C94" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.Point[],System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L515C16-L527C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L515C16-L527C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L531C57-L531C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L531C57-L531C79" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.ReadOnlySpan{System.Drawing.Point},System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L542C16-L552C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L542C16-L552C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L555C59-L555C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L555C59-L555C87" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.PointF[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L558C67-L558C123" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L558C67-L558C123" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L562C71-L562C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L562C71-L562C99" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.ReadOnlySpan{System.Drawing.PointF},System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L573C16-L578C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L573C16-L578C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L581C58-L581C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L581C58-L581C86" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.Point[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L588C66-L588C122" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L588C66-L588C122" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L592C70-L592C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L592C70-L592C98" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.ReadOnlySpan{System.Drawing.Point},System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L603C16-L608C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L603C16-L608C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangle(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L612C9-L616C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L612C9-L616C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangles(System.Drawing.RectangleF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L622C61-L622C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L622C61-L622C106" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangles(System.ReadOnlySpan{System.Drawing.RectangleF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L632C16-L637C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L632C16-L637C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangle(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L639C49-L639C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L639C49-L639C79" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangles(System.Drawing.Rectangle[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L642C60-L642C105" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L642C60-L642C105" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangles(System.ReadOnlySpan{System.Drawing.Rectangle})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L652C16-L657C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L652C16-L657C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRoundedRectangle(System.Drawing.Rectangle,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L662C9-L662C54" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L662C9-L662C54" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRoundedRectangle(System.Drawing.RectangleF,System.Drawing.SizeF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L671C9-L697C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L671C9-L697C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L701C9-L701C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L701C9-L701C60" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L705C9-L707C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L705C9-L707C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L709C47-L709C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L709C47-L709C98" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L711C68-L711C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L711C68-L711C106" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPie(System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L714C9-L714C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L714C9-L714C87" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPie(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L718C9-L725C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L718C9-L725C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPie(System.Int32,System.Int32,System.Int32,System.Int32,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L728C9-L728C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L728C9-L728C67" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPolygon(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L731C55-L731C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L731C55-L731C98" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPolygon(System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L741C16-L746C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L741C16-L746C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPolygon(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L752C54-L752C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L752C54-L752C97" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPolygon(System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L762C16-L767C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L762C16-L767C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPath(System.Drawing.Drawing2D.GraphicsPath,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L771C9-L775C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L771C9-L775C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L778C9-L778C94" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L778C9-L778C94" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.Point,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L781C9-L781C93" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L781C9-L781C93" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L785C9-L803C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L785C9-L803C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.Rectangle,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L806C12-L806C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L806C12-L806C79" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Transform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L810C9-L814C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L810C9-L814C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetBounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L816C38-L816C53" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L816C38-L816C53" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetBounds(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L818C52-L818C75" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L818C52-L818C75" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetBounds(System.Drawing.Drawing2D.Matrix,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L823C9-L832C23" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L823C9-L832C23" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Flatten", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L835C30-L835C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L835C30-L835C43" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Flatten(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L837C44-L837C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L837C44-L837C66" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Flatten(System.Drawing.Drawing2D.Matrix,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L841C9-L843C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L841C9-L843C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Widen(System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L845C35-L845C61" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L845C35-L845C61" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Widen(System.Drawing.Pen,System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L847C51-L847C79" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L847C51-L847C79" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Widen(System.Drawing.Pen,System.Drawing.Drawing2D.Matrix,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L851C9-L862C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L851C9-L862C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L865C66-L865C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L865C66-L865C97" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L869C9-L869C64" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L869C9-L869C64" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.WarpMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L873C9-L873C59" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L873C9-L873C59" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.WarpMode,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L877C9-L877C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L877C9-L877C87" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.ReadOnlySpan{System.Drawing.PointF},System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.WarpMode,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L909C16-L922C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L909C16-L922C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetPathTypes(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L967C9-L976C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L967C9-L976C31" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetPathPoints(System.Span{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L1012C9-L1021C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L1012C9-L1021C31" }, { "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.FillMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L153C13-L155C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L153C13-L155C39" }, { "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.PathData", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L171C13-L196C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L171C13-L196C29" }, { "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.PointCount", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L929C13-L931C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L929C13-L931C26" }, { "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.PathTypes", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L939C13-L947C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L939C13-L947C26" }, { "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.PathPoints", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L984C13-L992C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L984C13-L992C27" } ], "DocsId": "T:System.Drawing.Drawing2D.GraphicsPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.#ctor(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L11C5-L17C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L11C5-L17C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L21C9-L23C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L21C9-L23C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L55C32-L55C46" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L55C32-L55C46" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextSubpath(System.Int32@,System.Int32@,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L58C5-L67C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L58C5-L67C32" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextSubpath(System.Drawing.Drawing2D.GraphicsPath,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L75C9-L78C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L75C9-L78C28" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextPathType(System.Byte@,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L82C5-L90C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L82C5-L90C32" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextMarker(System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L95C5-L102C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L95C5-L102C32" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextMarker(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L109C9-L111C28" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L109C9-L111C28" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.HasCurve", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L139C9-L141C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L139C9-L141C25" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.Rewind", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L146C9-L148C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L146C9-L148C6" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.Enumerate(System.Drawing.PointF[]@,System.Byte[]@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L152C12-L152C86" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L152C12-L152C86" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.Enumerate(System.Span{System.Drawing.PointF},System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L162C9-L185C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L162C9-L185C32" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.CopyData(System.Drawing.PointF[]@,System.Byte[]@,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L199C12-L199C107" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L199C12-L199C107" }, { "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.CopyData(System.Span{System.Drawing.PointF},System.Span{System.Byte},System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L209C9-L234C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L209C9-L234C32" }, { "DocsId": "P:System.Drawing.Drawing2D.GraphicsPathIterator.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L119C13-L121C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L119C13-L121C32" }, { "DocsId": "P:System.Drawing.Drawing2D.GraphicsPathIterator.SubpathCount", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L130C13-L132C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L130C13-L132C32" } ], "DocsId": "T:System.Drawing.Drawing2D.GraphicsPathIterator", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs" }, { "Members": [], "DocsId": "T:System.Drawing.Drawing2D.GraphicsState", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsState.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsState.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Drawing2D.HatchBrush.#ctor(System.Drawing.Drawing2D.HatchStyle,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L9C11-L11C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L9C11-L11C6" }, { "DocsId": "M:System.Drawing.Drawing2D.HatchBrush.#ctor(System.Drawing.Drawing2D.HatchStyle,System.Drawing.Color,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L13C5-L23C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L13C5-L23C6" }, { "DocsId": "M:System.Drawing.Drawing2D.HatchBrush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L34C9-L36C54" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L34C9-L36C54" }, { "DocsId": "P:System.Drawing.Drawing2D.HatchBrush.HatchStyle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L44C13-L46C43" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L44C13-L46C43" }, { "DocsId": "P:System.Drawing.Drawing2D.HatchBrush.ForegroundColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L55C13-L57C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L55C13-L57C35" }, { "DocsId": "P:System.Drawing.Drawing2D.HatchBrush.BackgroundColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L66C13-L68C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L66C13-L68C35" } ], "DocsId": "T:System.Drawing.Drawing2D.HatchBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Horizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Vertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.ForwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.BackwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Cross", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DiagonalCross", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent05", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent10", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent20", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent25", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent30", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent40", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent50", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent60", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent70", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent75", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent80", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent90", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LightDownwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LightUpwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DarkDownwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DarkUpwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.WideDownwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.WideUpwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LightVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LightHorizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.NarrowVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.NarrowHorizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DarkVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DarkHorizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DashedDownwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DashedUpwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DashedHorizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DashedVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.SmallConfetti", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LargeConfetti", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.ZigZag", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Wave", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DiagonalBrick", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.HorizontalBrick", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Weave", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Plaid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Divot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DottedGrid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DottedDiamond", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Shingle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Trellis", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Sphere", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.SmallGrid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.SmallCheckerBoard", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LargeCheckerBoard", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.OutlinedDiamond", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.SolidDiamond", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LargeGrid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Min", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Max", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.HatchStyle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Low", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.High", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Bilinear", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Bicubic", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.NearestNeighbor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.HighQualityBilinear", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.HighQualityBicubic", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.InterpolationMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.Color,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L12C5-L22C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L12C5-L22C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Point,System.Drawing.Point,System.Drawing.Color,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L25C11-L27C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L25C11-L27C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Drawing.Drawing2D.LinearGradientMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L29C5-L47C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L29C5-L47C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Drawing2D.LinearGradientMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L50C11-L52C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L50C11-L52C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L55C11-L57C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L55C11-L57C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Single,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L59C5-L75C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L59C5-L75C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L78C11-L80C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L78C11-L80C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Single,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L83C11-L85C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L83C11-L85C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L98C9-L100C70" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L98C9-L100C70" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.SetSigmaBellShape(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L196C51-L196C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L196C51-L196C87" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.SetSigmaBellShape(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L200C9-L202C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L200C9-L202C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.SetBlendTriangularShape(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L204C57-L204C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L204C57-L204C99" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.SetBlendTriangularShape(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L208C9-L211C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L208C9-L211C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.ResetTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L305C9-L307C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L305C9-L307C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L309C53-L309C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L309C53-L309C99" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L313C9-L317C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L313C9-L317C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L319C59-L319C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L319C59-L319C106" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L323C9-L325C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L323C9-L325C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L327C55-L327C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L327C55-L327C98" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L331C9-L333C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L331C9-L333C6" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L335C49-L335C92" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L335C49-L335C92" }, { "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L339C9-L341C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L339C9-L341C6" }, { "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.LinearColors", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L107C13-L115C15" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L107C13-L115C15" }, { "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.Rectangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L129C13-L131C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L129C13-L131C25" }, { "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.GammaCorrection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L140C13-L142C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L140C13-L142C39" }, { "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.Blend", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L158C13-L176C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L158C13-L176C30" }, { "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.InterpolationColors", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L218C13-L241C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L218C13-L241C10" }, { "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.WrapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L271C13-L273C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L271C13-L273C25" }, { "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.Transform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L289C13-L292C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L289C13-L292C27" } ], "DocsId": "T:System.Drawing.Drawing2D.LinearGradientBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.Horizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.Vertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.BackwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.LinearGradientMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.LineCap.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineCap.Flat", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineCap.Square", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineCap.Round", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineCap.Triangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineCap.NoAnchor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineCap.SquareAnchor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineCap.RoundAnchor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineCap.DiamondAnchor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineCap.ArrowAnchor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineCap.Custom", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineCap.AnchorMask", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.LineCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.LineJoin.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineJoin.Miter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineJoin.Bevel", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineJoin.Round", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.LineJoin.MiterClipped", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.LineJoin", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L12C5-L17C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L12C5-L17C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L19C5-L24C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L19C5-L24C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor(System.Numerics.Matrix3x2)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L30C39-L32C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L30C39-L32C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor(System.Drawing.RectangleF,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L51C5-L63C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L51C5-L63C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor(System.Drawing.Rectangle,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L65C5-L77C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L65C5-L77C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L81C9-L83C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L81C9-L83C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L98C18-L98C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L98C18-L98C35" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L103C9-L105C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L103C9-L105C35" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Reset", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L172C9-L178C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L172C9-L178C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Multiply(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L180C44-L180C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L180C44-L180C81" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Multiply(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L184C9-L192C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L184C9-L192C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Translate(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L194C60-L194C108" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L194C60-L194C108" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Translate(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L198C9-L200C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L198C9-L200C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Scale(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L202C54-L202C96" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L202C54-L202C96" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Scale(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L206C9-L208C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L206C9-L208C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Rotate(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L210C40-L210C74" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L210C40-L210C74" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Rotate(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L214C9-L216C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L214C9-L216C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.RotateAt(System.Single,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L218C56-L218C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L218C56-L218C99" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.RotateAt(System.Single,System.Drawing.PointF,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L222C9-L237C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L222C9-L237C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Shear(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L241C9-L243C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L241C9-L243C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Shear(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L247C9-L249C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L247C9-L249C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Invert", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L253C9-L255C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L253C9-L255C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformPoints(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L260C9-L262C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L260C9-L262C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformPoints(System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L272C16-L281C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L272C16-L281C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformPoints(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L289C9-L291C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L289C9-L291C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformPoints(System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L301C16-L310C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L301C16-L310C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformVectors(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L318C9-L320C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L318C9-L320C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformVectors(System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L330C16-L339C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L330C16-L339C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.VectorTransformPoints(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L342C62-L342C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L342C62-L342C83" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.VectorTransformPoints(System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L346C74-L346C95" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L346C74-L346C95" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformVectors(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L352C9-L354C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L352C9-L354C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformVectors(System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L364C16-L373C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L364C16-L373C6" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L399C9-L410C22" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L399C9-L410C22" }, { "DocsId": "M:System.Drawing.Drawing2D.Matrix.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L413C42-L413C60" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L413C42-L413C60" }, { "DocsId": "P:System.Drawing.Drawing2D.Matrix.Elements", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L112C13-L114C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L112C13-L114C29" }, { "DocsId": "P:System.Drawing.Drawing2D.Matrix.MatrixElements", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L125C13-L128C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L125C13-L128C27" }, { "DocsId": "P:System.Drawing.Drawing2D.Matrix.OffsetX", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L156C29-L156C37" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L156C29-L156C37" }, { "DocsId": "P:System.Drawing.Drawing2D.Matrix.OffsetY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L158C29-L158C37" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L158C29-L158C37" }, { "DocsId": "P:System.Drawing.Drawing2D.Matrix.IsInvertible", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L380C13-L382C31" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L380C13-L382C31" }, { "DocsId": "P:System.Drawing.Drawing2D.Matrix.IsIdentity", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L391C13-L393C29" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L391C13-L393C29" } ], "DocsId": "T:System.Drawing.Drawing2D.Matrix", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.MatrixOrder.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.MatrixOrder.Prepend", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.MatrixOrder.Append", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.MatrixOrder", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Drawing2D.PathData.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs#L8C5-L8C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs#L8C5-L8C26" }, { "DocsId": "P:System.Drawing.Drawing2D.PathData.Points", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs#L10C31-L10C35" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs#L10C31-L10C35" }, { "DocsId": "P:System.Drawing.Drawing2D.PathData.Types", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs#L12C28-L12C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs#L12C28-L12C32" } ], "DocsId": "T:System.Drawing.Drawing2D.PathData", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L16C56-L16C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L16C56-L16C88" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L20C68-L20C100" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L20C68-L20C100" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.PointF[],System.Drawing.Drawing2D.WrapMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L27C68-L27C119" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L27C68-L27C119" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Drawing2D.WrapMode,System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L31C5-L54C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L31C5-L54C6" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L57C55-L57C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L57C55-L57C87" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L65C60-L65C92" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L65C60-L65C92" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Point[],System.Drawing.Drawing2D.WrapMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L68C67-L68C118" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L68C67-L68C118" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Drawing2D.WrapMode,System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L72C5-L95C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L72C5-L95C6" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L97C5-L103C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L97C5-L103C6" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L116C9-L118C68" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L116C9-L118C68" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.SetSigmaBellShape(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L245C51-L245C87" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L245C51-L245C87" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.SetSigmaBellShape(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L249C9-L251C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L249C9-L251C6" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.SetBlendTriangularShape(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L253C57-L253C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L253C57-L253C99" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.SetBlendTriangularShape(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L257C9-L259C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L257C9-L259C6" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.ResetTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L332C9-L334C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L332C9-L334C6" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L336C53-L336C99" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L336C53-L336C99" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L340C9-L348C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L340C9-L348C6" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L350C59-L350C106" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L350C59-L350C106" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L354C9-L356C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L354C9-L356C6" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L358C55-L358C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L358C55-L358C98" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L362C9-L364C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L362C9-L364C6" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L366C49-L366C92" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L366C49-L366C92" }, { "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L370C9-L372C6" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L370C9-L372C6" }, { "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.CenterColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L126C13-L128C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L126C13-L128C25" }, { "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.SurroundColors", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L142C13-L152C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L142C13-L152C10" }, { "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.CenterPoint", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L176C13-L178C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L176C13-L178C26" }, { "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.Rectangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L192C13-L194C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L192C13-L194C25" }, { "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.Blend", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L204C13-L224C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L204C13-L224C26" }, { "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.InterpolationColors", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L267C13-L290C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L267C13-L290C10" }, { "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.Transform", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L316C13-L319C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L316C13-L319C27" }, { "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.FocusScales", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L380C13-L382C47" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L380C13-L382C47" }, { "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.WrapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L396C13-L398C25" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L396C13-L398C25" } ], "DocsId": "T:System.Drawing.Drawing2D.PathGradientBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.PathPointType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PathPointType.Start", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PathPointType.Line", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PathPointType.Bezier", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PathPointType.PathTypeMask", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PathPointType.DashMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PathPointType.PathMarker", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PathPointType.CloseSubpath", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PathPointType.Bezier3", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.PathPointType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Center", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Inset", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Outset", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Left", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Right", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.PenAlignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.PenType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PenType.SolidColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PenType.HatchFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PenType.TextureFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PenType.PathGradient", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PenType.LinearGradient", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.PenType", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.HighSpeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.HighQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.Half", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.PixelOffsetMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.QualityMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.QualityMode.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.QualityMode.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.QualityMode.Low", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.QualityMode.High", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.QualityMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" }, { "Members": [ { "DocsId": "P:System.Drawing.Drawing2D.RegionData.Data", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/RegionData.cs#L10C26-L10C30" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/RegionData.cs#L10C26-L10C30" } ], "DocsId": "T:System.Drawing.Drawing2D.RegionData", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/RegionData.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/RegionData.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.HighSpeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.HighQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.AntiAlias", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.SmoothingMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.WarpMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.WarpMode.Perspective", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.WarpMode.Bilinear", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.WarpMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Drawing2D.WrapMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.WrapMode.Tile", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.WrapMode.TileFlipX", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.WrapMode.TileFlipY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.WrapMode.TileFlipXY", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" }, { "DocsId": "F:System.Drawing.Drawing2D.WrapMode.Clamp", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" } ], "DocsId": "T:System.Drawing.Drawing2D.WrapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L408C9-L411C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L408C9-L411C10" }, { "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L415C9-L415C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L415C9-L415C10" }, { "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L418C13-L418C85" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L418C13-L418C85" }, { "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L421C13-L421C116" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L421C13-L421C116" }, { "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L425C13-L433C57" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L425C13-L433C57" }, { "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L437C93-L437C98" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L437C93-L437C98" }, { "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L440C93-L440C97" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L440C93-L440C97" } ], "DocsId": "T:System.Drawing.FontConverter.FontNameConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.FontConverter.FontUnitConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L473C38-L473C68" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L473C38-L473C68" }, { "DocsId": "M:System.Drawing.FontConverter.FontUnitConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L478C13-L487C27" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L478C13-L487C27" } ], "DocsId": "T:System.Drawing.FontConverter.FontUnitConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Graphics.DrawImageAbort.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" }, { "DocsId": "M:System.Drawing.Graphics.DrawImageAbort.Invoke(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" }, { "DocsId": "M:System.Drawing.Graphics.DrawImageAbort.BeginInvoke(System.IntPtr,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" }, { "DocsId": "M:System.Drawing.Graphics.DrawImageAbort.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" } ], "DocsId": "T:System.Drawing.Graphics.DrawImageAbort", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafileProc.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafileProc.Invoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr,System.Drawing.Imaging.PlayRecordCallback)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafileProc.BeginInvoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr,System.Drawing.Imaging.PlayRecordCallback,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" }, { "DocsId": "M:System.Drawing.Graphics.EnumerateMetafileProc.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" } ], "DocsId": "T:System.Drawing.Graphics.EnumerateMetafileProc", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Image.GetThumbnailImageAbort.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs" }, { "DocsId": "M:System.Drawing.Image.GetThumbnailImageAbort.Invoke", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs" }, { "DocsId": "M:System.Drawing.Image.GetThumbnailImageAbort.BeginInvoke(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs" }, { "DocsId": "M:System.Drawing.Image.GetThumbnailImageAbort.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs" } ], "DocsId": "T:System.Drawing.Image.GetThumbnailImageAbort", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Image.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Image.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.#ctor(System.Drawing.Printing.PaperSize[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L21C9-L21C72" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L21C9-L21C72" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L33C47-L33C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L33C47-L33C81" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L35C34-L35C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L35C34-L35C39" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L37C44-L37C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L37C44-L37C49" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L39C40-L39C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L39C40-L39C44" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L41C60-L41C110" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L41C60-L41C110" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.CopyTo(System.Drawing.Printing.PaperSize[],System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L43C66-L43C121" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L43C66-L43C121" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L45C52-L45C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L45C52-L45C67" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.Add(System.Drawing.Printing.PaperSize)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L50C13-L54C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L50C13-L54C26" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L26C29-L26C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L26C29-L26C42" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L31C53-L31C66" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L31C53-L31C66" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L35C34-L35C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L35C34-L35C39" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L37C44-L37C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L37C44-L37C49" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L39C40-L39C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L39C40-L39C44" } ], "DocsId": "T:System.Drawing.Printing.PrinterSettings.PaperSizeCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.#ctor(System.Drawing.Printing.PaperSource[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L18C9-L21C10" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L33C47-L33C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L33C47-L33C81" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L35C34-L35C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L35C34-L35C39" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L37C44-L37C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L37C44-L37C49" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L39C40-L39C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L39C40-L39C44" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L41C60-L41C110" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L41C60-L41C110" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.CopyTo(System.Drawing.Printing.PaperSource[],System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L43C70-L43C127" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L43C70-L43C127" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L45C52-L45C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L45C52-L45C67" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.Add(System.Drawing.Printing.PaperSource)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L50C13-L54C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L50C13-L54C26" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L26C29-L26C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L26C29-L26C42" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L31C55-L31C68" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L31C55-L31C68" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L35C34-L35C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L35C34-L35C39" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L37C44-L37C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L37C44-L37C49" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L39C40-L39C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L39C40-L39C44" } ], "DocsId": "T:System.Drawing.Printing.PrinterSettings.PaperSourceCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.#ctor(System.Drawing.Printing.PrinterResolution[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L18C9-L18C88" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L18C9-L18C88" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L30C47-L30C81" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L30C47-L30C81" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L32C34-L32C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L32C34-L32C39" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L34C44-L34C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L34C44-L34C49" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L36C40-L36C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L36C40-L36C44" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L38C60-L38C110" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L38C60-L38C110" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.CopyTo(System.Drawing.Printing.PrinterResolution[],System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L40C82-L40C145" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L40C82-L40C145" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L42C52-L42C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L42C52-L42C67" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.Add(System.Drawing.Printing.PrinterResolution)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L47C13-L51C26" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L47C13-L51C26" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L23C29-L23C42" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L23C29-L23C42" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L28C61-L28C74" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L28C61-L28C74" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L32C34-L32C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L32C34-L32C39" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L34C44-L34C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L34C44-L34C49" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L36C40-L36C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L36C40-L36C44" } ], "DocsId": "T:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L18C9-L18C69" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L18C9-L18C69" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L30C47-L30C83" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L30C47-L30C83" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L32C34-L32C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L32C34-L32C39" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L34C44-L34C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L34C44-L34C49" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L36C40-L36C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L36C40-L36C44" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L38C60-L38C101" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L38C60-L38C101" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L40C60-L40C103" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L40C60-L40C103" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L42C52-L42C67" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L42C52-L42C67" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L47C13-L48C32" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L47C13-L48C32" }, { "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L51C68-L51C89" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L51C68-L51C89" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L23C29-L23C40" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L23C29-L23C40" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L28C50-L28C62" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L28C50-L28C62" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L32C34-L32C39" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L32C34-L32C39" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L34C44-L34C49" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L34C44-L34C49" }, { "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L36C40-L36C44" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L36C40-L36C44" } ], "DocsId": "T:System.Drawing.Printing.PrinterSettings.StringCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Interop.LOGFONT.<_lfFaceName>e__FixedBuffer.FixedElementField", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" } ], "DocsId": "T:System.Drawing.Interop.LOGFONT.<_lfFaceName>e__FixedBuffer", - "SourceLink": "https://github.com/dotnet/winforms/blob/f01aa359b4d13e7f013ce6e364ab08d64008225f/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" + "SourceLink": "https://github.com/dotnet/winforms/blob/1b31392d0222d866ef5d09c57dc8c91fbaa372e5/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Formats.Asn1.json b/xml/SourceLinkInformation/net-9.0-pp/System.Formats.Asn1.json index 1e6198e4b84..669bbe067cc 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Formats.Asn1.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Formats.Asn1.json @@ -1,887 +1,887 @@ { "Assembly": "System.Formats.Asn1", - "GUID": "6F31574B31D34D22EF246AE00CD25DD8FFFFFFFF", + "GUID": "FBF726A392860C02E01C9D0A28D18EBDFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Formats.Asn1.Asn1Tag.#ctor(System.Formats.Asn1.UniversalTagNumber,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L61C15-L72C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L61C15-L72C10" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.#ctor(System.Formats.Asn1.TagClass,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L97C15-L114C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L97C15-L114C10" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.AsConstructed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L126C13-L126C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L126C13-L126C83" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.AsPrimitive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L139C13-L139C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L139C13-L139C84" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.TryDecode(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.Asn1Tag@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L160C13-L234C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L160C13-L234C25" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.Decode(System.ReadOnlySpan{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L255C13-L260C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L255C13-L260C75" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.CalculateEncodedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L277C13-L288C22" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L277C13-L288C22" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L306C13-L346C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L306C13-L346C25" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.Encode(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L364C13-L369C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L364C13-L369C95" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.Equals(System.Formats.Asn1.Asn1Tag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L385C13-L385C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L385C13-L385C87" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L399C13-L399C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L399C13-L399C54" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L413C13-L413C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L413C13-L413C53" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.op_Equality(System.Formats.Asn1.Asn1Tag,System.Formats.Asn1.Asn1Tag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L427C13-L427C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L427C13-L427C39" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.op_Inequality(System.Formats.Asn1.Asn1Tag,System.Formats.Asn1.Asn1Tag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L441C13-L441C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L441C13-L441C40" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.HasSameClassAndValue(System.Formats.Asn1.Asn1Tag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L455C13-L455C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L455C13-L455C77" }, { "DocsId": "M:System.Formats.Asn1.Asn1Tag.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L469C13-L483C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L469C13-L483C34" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.Boolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.Integer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.PrimitiveBitString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.ConstructedBitString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.PrimitiveOctetString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.ConstructedOctetString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.Null", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.ObjectIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.Enumerated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.Sequence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.SetOf", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.UtcTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "F:System.Formats.Asn1.Asn1Tag.GeneralizedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "DocsId": "P:System.Formats.Asn1.Asn1Tag.TagClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L25C37-L25C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L25C37-L25C74" }, { "DocsId": "P:System.Formats.Asn1.Asn1Tag.IsConstructed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L31C38-L31C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L31C38-L31C76" }, { "DocsId": "P:System.Formats.Asn1.Asn1Tag.TagValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L40C31-L40C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs#L40C31-L40C35" } ], "DocsId": "T:System.Formats.Asn1.Asn1Tag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/Asn1Tag.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Asn1.AsnContentException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs#L19C15-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs#L19C15-L21C10" }, { "DocsId": "M:System.Formats.Asn1.AsnContentException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs#L30C15-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs#L30C15-L32C10" }, { "DocsId": "M:System.Formats.Asn1.AsnContentException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs#L45C15-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs#L45C15-L47C10" }, { "DocsId": "M:System.Formats.Asn1.AsnContentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs#L63C15-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs#L63C15-L65C10" } ], "DocsId": "T:System.Formats.Asn1.AsnContentException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" }, { "Members": [ { "DocsId": "F:System.Formats.Asn1.AsnEncodingRules.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" }, { "DocsId": "F:System.Formats.Asn1.AsnEncodingRules.BER", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" }, { "DocsId": "F:System.Formats.Asn1.AsnEncodingRules.CER", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" }, { "DocsId": "F:System.Formats.Asn1.AsnEncodingRules.DER", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" } ], "DocsId": "T:System.Formats.Asn1.AsnEncodingRules", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnContentException.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadEncodedValue(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag@,System.Int32@,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L71C13-L98C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L71C13-L98C26" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadEncodedValue(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L150C13-L172C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L150C13-L172C50" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.DecodeLength(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L239C13-L244C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L239C13-L244C24" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryDecodeLength(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Nullable{System.Int32}@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L280C13-L286C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L280C13-L286C24" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveBitString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.ReadOnlySpan{System.Byte}@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L69C13-L94C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L69C13-L94C26" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadBitString(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L165C13-L223C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L165C13-L223C26" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadBitString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L281C13-L329C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L281C13-L329C45" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadBoolean(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Boolean.cs#L51C13-L80C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Boolean.cs#L51C13-L80C25" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadEnumeratedBytes(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L54C13-L59C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L54C13-L59C36" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadEnumeratedValue``1(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L123C13-L132C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L123C13-L132C35" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadEnumeratedValue(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Type,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L196C13-L261C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L196C13-L261C44" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadGeneralizedTime(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.GeneralizedTime.cs#L54C13-L78C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.GeneralizedTime.cs#L54C13-L78C26" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadIntegerBytes(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L55C13-L60C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L55C13-L60C36" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadInteger(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L105C13-L132C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L105C13-L132C26" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadInt32(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L184C13-L198C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L184C13-L198C26" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadUInt32(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.UInt32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L251C13-L265C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L251C13-L265C26" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadInt64(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int64@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L317C13-L324C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L317C13-L324C36" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadUInt64(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.UInt64@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L377C13-L384C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L377C13-L384C36" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadNamedBitListValue``1(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L112C13-L120C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L112C13-L120C24" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadNamedBitListValue(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Type,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L184C13-L274C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L184C13-L274C24" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadNamedBitList(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L327C13-L363C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L327C13-L363C24" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadNull(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Null.cs#L48C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Null.cs#L48C13-L62C10" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadOctetString(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L69C13-L116C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L69C13-L116C27" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadOctetString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L163C13-L181C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L163C13-L181C24" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveOctetString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.ReadOnlySpan{System.Byte}@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L274C13-L282C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L274C13-L282C36" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadObjectIdentifier(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Oid.cs#L57C13-L76C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Oid.cs#L57C13-L76C24" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadSequence(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Sequence.cs#L63C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Sequence.cs#L63C13-L95C10" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadSetOf(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32@,System.Int32@,System.Boolean,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.SetOf.cs#L70C13-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.SetOf.cs#L70C13-L127C10" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadPrimitiveCharacterStringBytes(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag,System.ReadOnlySpan{System.Byte}@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L70C13-L91C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L70C13-L91C36" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadCharacterStringBytes(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.Asn1Tag,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L153C13-L182C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L153C13-L182C35" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.TryReadCharacterString(System.ReadOnlySpan{System.Byte},System.Span{System.Char},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.UniversalTagNumber,System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L251C13-L261C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L251C13-L261C35" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadCharacterString(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.UniversalTagNumber,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L322C13-L330C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L322C13-L330C36" }, { "DocsId": "M:System.Formats.Asn1.AsnDecoder.ReadUtcTime(System.ReadOnlySpan{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Int32@,System.Int32,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.UtcTime.cs#L63C13-L104C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.UtcTime.cs#L63C13-L104C26" } ], "DocsId": "T:System.Formats.Asn1.AsnDecoder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Asn1.AsnReader.#ctor(System.ReadOnlyMemory{System.Byte},System.Formats.Asn1.AsnEncodingRules,System.Formats.Asn1.AsnReaderOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L791C9-L798C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L791C9-L798C10" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ThrowIfNotEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L810C13-L814C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L810C13-L814C10" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.PeekTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L827C13-L827C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L827C13-L827C54" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.PeekEncodedValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L846C13-L847C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L846C13-L847C50" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.PeekContentBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L864C13-L871C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L864C13-L871C62" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadEncodedValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L885C13-L887C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L885C13-L887C33" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L897C37-L897C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L897C37-L897C76" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.TryReadPrimitiveBitString(System.Int32@,System.ReadOnlyMemory{System.Byte}@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L721C13-L739C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L721C13-L739C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.TryReadBitString(System.Span{System.Byte},System.Int32@,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L787C13-L801C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L787C13-L801C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadBitString(System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L839C13-L847C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.BitString.cs#L839C13-L847C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadBoolean(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Boolean.cs#L114C13-L116C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Boolean.cs#L114C13-L116C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadEnumeratedBytes(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L297C13-L303C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L297C13-L303C27" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadEnumeratedValue``1(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L352C13-L354C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L352C13-L354C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadEnumeratedValue(System.Type,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L406C13-L408C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Enumerated.cs#L406C13-L408C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadGeneralizedTime(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.GeneralizedTime.cs#L433C13-L435C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.GeneralizedTime.cs#L433C13-L435C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadIntegerBytes(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L549C13-L555C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L549C13-L555C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadInteger(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L586C13-L588C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L586C13-L588C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.TryReadInt32(System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L625C13-L627C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L625C13-L627C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.TryReadUInt32(System.UInt32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L665C13-L667C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L665C13-L667C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.TryReadInt64(System.Int64@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L704C13-L706C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L704C13-L706C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.TryReadUInt64(System.UInt64@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L744C13-L746C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Integer.cs#L744C13-L746C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadNamedBitListValue``1(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L486C13-L493C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L486C13-L493C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadNamedBitListValue(System.Type,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L540C13-L548C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L540C13-L548C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadNamedBitList(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L578C13-L580C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.NamedBitList.cs#L578C13-L580C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadNull(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Null.cs#L92C13-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Null.cs#L92C13-L94C10" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.TryReadOctetString(System.Span{System.Byte},System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L577C13-L590C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L577C13-L590C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadOctetString(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L624C13-L626C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L624C13-L626C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.TryReadPrimitiveOctetString(System.ReadOnlyMemory{System.Byte}@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L662C13-L679C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.OctetString.cs#L662C13-L679C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadObjectIdentifier(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Oid.cs#L368C13-L372C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Oid.cs#L368C13-L372C29" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadSequence(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Sequence.cs#L135C13-L145C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Sequence.cs#L135C13-L145C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadSetOf(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.SetOf.cs#L169C13-L169C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.SetOf.cs#L169C13-L169C82" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadSetOf(System.Boolean,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.SetOf.cs#L212C13-L223C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.SetOf.cs#L212C13-L223C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.TryReadPrimitiveCharacterStringBytes(System.Formats.Asn1.Asn1Tag,System.ReadOnlyMemory{System.Byte}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L589C13-L606C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L589C13-L606C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.TryReadCharacterStringBytes(System.Span{System.Byte},System.Formats.Asn1.Asn1Tag,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L651C13-L664C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L651C13-L664C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.TryReadCharacterString(System.Span{System.Char},System.Formats.Asn1.UniversalTagNumber,System.Int32@,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L720C13-L730C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L720C13-L730C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadCharacterString(System.Formats.Asn1.UniversalTagNumber,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L776C13-L784C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.Text.cs#L776C13-L784C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadUtcTime(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.UtcTime.cs#L274C13-L282C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.UtcTime.cs#L274C13-L282C24" }, { "DocsId": "M:System.Formats.Asn1.AsnReader.ReadUtcTime(System.Int32,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.UtcTime.cs#L318C13-L322C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.UtcTime.cs#L318C13-L322C24" }, { "DocsId": "P:System.Formats.Asn1.AsnReader.RuleSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L764C43-L764C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L764C43-L764C47" }, { "DocsId": "P:System.Formats.Asn1.AsnReader.HasData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L773C32-L773C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs#L773C32-L773C46" } ], "DocsId": "T:System.Formats.Asn1.AsnReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnDecoder.cs" }, { "Members": [ { "DocsId": "P:System.Formats.Asn1.AsnReaderOptions.UtcTimeTwoDigitYearMax", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnReaderOptions.cs#L23C17-L28C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnReaderOptions.cs#L23C17-L28C41" }, { "DocsId": "P:System.Formats.Asn1.AsnReaderOptions.SkipSetSortOrderVerification", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnReaderOptions.cs#L50C52-L50C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnReaderOptions.cs#L50C52-L50C56" } ], "DocsId": "T:System.Formats.Asn1.AsnReaderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnReaderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnReaderOptions.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Asn1.AsnWriter.#ctor(System.Formats.Asn1.AsnEncodingRules)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L42C9-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L42C9-L52C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.#ctor(System.Formats.Asn1.AsnEncodingRules,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L68C75-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L68C75-L77C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L85C13-L99C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L85C13-L99C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.GetEncodedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L114C13-L119C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L114C13-L119C28" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L139C13-L158C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L139C13-L158C25" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.Encode(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L176C13-L182C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L176C13-L182C33" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L197C13-L209C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L197C13-L209C57" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.Encode``1(System.Func{System.ReadOnlySpan{System.Byte},``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L234C13-L247C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L234C13-L247C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.Encode``2(``0,System.Func{``0,System.ReadOnlySpan{System.Byte},``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L277C13-L290C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L277C13-L290C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.EncodedValueEquals(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L324C13-L324C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L324C13-L324C56" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.EncodedValueEquals(System.Formats.Asn1.AsnWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L344C13-L349C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L344C13-L349C71" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.CopyTo(System.Formats.Asn1.AsnWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L508C13-L521C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L508C13-L521C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteEncodedValue(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L542C13-L560C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L542C13-L560C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteBitString(System.ReadOnlySpan{System.Byte},System.Int32,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.BitString.cs#L38C13-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.BitString.cs#L38C13-L42C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteBoolean(System.Boolean,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Boolean.cs#L23C13-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Boolean.cs#L23C13-L26C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteEnumeratedValue(System.Enum,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Enumerated.cs#L35C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Enumerated.cs#L35C13-L41C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteEnumeratedValue``1(``0,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Enumerated.cs#L69C13-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Enumerated.cs#L69C13-L70C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteGeneralizedTime(System.DateTimeOffset,System.Boolean,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.GeneralizedTime.cs#L33C13-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.GeneralizedTime.cs#L33C13-L40C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteInteger(System.Int64,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Integer.cs#L25C13-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Integer.cs#L25C13-L28C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteInteger(System.UInt64,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Integer.cs#L44C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Integer.cs#L44C13-L47C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteInteger(System.Numerics.BigInteger,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Integer.cs#L62C13-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Integer.cs#L62C13-L65C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteInteger(System.ReadOnlySpan{System.Byte},System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Integer.cs#L87C13-L90C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Integer.cs#L87C13-L90C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteIntegerUnsigned(System.ReadOnlySpan{System.Byte},System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Integer.cs#L108C13-L111C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Integer.cs#L108C13-L111C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteNamedBitList(System.Enum,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.NamedBitList.cs#L37C13-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.NamedBitList.cs#L37C13-L45C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteNamedBitList``1(``0,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.NamedBitList.cs#L72C13-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.NamedBitList.cs#L72C13-L75C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteNamedBitList(System.Collections.BitArray,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.NamedBitList.cs#L99C13-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.NamedBitList.cs#L99C13-L107C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteNull(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Null.cs#L22C13-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Null.cs#L22C13-L25C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.PushOctetString(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.OctetString.cs#L29C13-L33C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.OctetString.cs#L29C13-L33C49" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.PopOctetString(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.OctetString.cs#L58C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.OctetString.cs#L58C13-L60C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteOctetString(System.ReadOnlySpan{System.Byte},System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.OctetString.cs#L75C13-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.OctetString.cs#L75C13-L79C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteObjectIdentifier(System.String,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Oid.cs#L34C13-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Oid.cs#L34C13-L40C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteObjectIdentifier(System.ReadOnlySpan{System.Char},System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Oid.cs#L60C13-L76C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Oid.cs#L60C13-L76C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.PushSequence(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Sequence.cs#L26C13-L29C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Sequence.cs#L26C13-L29C79" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.PopSequence(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Sequence.cs#L50C13-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Sequence.cs#L50C13-L54C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.PushSetOf(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.SetOf.cs#L30C13-L33C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.SetOf.cs#L30C13-L33C73" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.PopSetOf(System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.SetOf.cs#L57C13-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.SetOf.cs#L57C13-L61C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteCharacterString(System.Formats.Asn1.UniversalTagNumber,System.String,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Text.cs#L41C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Text.cs#L41C13-L47C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteCharacterString(System.Formats.Asn1.UniversalTagNumber,System.ReadOnlySpan{System.Char},System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Text.cs#L77C13-L81C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.Text.cs#L77C13-L81C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteUtcTime(System.DateTimeOffset,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.UtcTime.cs#L28C13-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.UtcTime.cs#L28C13-L32C10" }, { "DocsId": "M:System.Formats.Asn1.AsnWriter.WriteUtcTime(System.DateTimeOffset,System.Int32,System.Nullable{System.Formats.Asn1.Asn1Tag})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.UtcTime.cs#L59C13-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.UtcTime.cs#L59C13-L69C10" }, { "DocsId": "P:System.Formats.Asn1.AsnWriter.RuleSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L33C43-L33C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L33C43-L33C47" }, { "DocsId": "T:System.Formats.Asn1.AsnWriter.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs" } ], "DocsId": "T:System.Formats.Asn1.AsnWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Asn1.AsnWriter.Scope.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L864C17-L894C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs#L864C17-L894C14" } ], "DocsId": "T:System.Formats.Asn1.AsnWriter.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/AsnWriter.cs" }, { "Members": [ { "DocsId": "F:System.Formats.Asn1.TagClass.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" }, { "DocsId": "F:System.Formats.Asn1.TagClass.Universal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" }, { "DocsId": "F:System.Formats.Asn1.TagClass.Application", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" }, { "DocsId": "F:System.Formats.Asn1.TagClass.ContextSpecific", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" }, { "DocsId": "F:System.Formats.Asn1.TagClass.Private", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" } ], "DocsId": "T:System.Formats.Asn1.TagClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Asn1/src/System/Formats/Asn1/WellKnownOids.cs" }, { "Members": [ { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.EndOfContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.Boolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.Integer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.BitString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.OctetString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.Null", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.ObjectIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.ObjectDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.InstanceOf", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.Real", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.Enumerated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.Embedded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.UTF8String", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.RelativeObjectIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.Time", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.Sequence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.SequenceOf", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.Set", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.SetOf", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.NumericString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.PrintableString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.TeletexString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.T61String", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.VideotexString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.IA5String", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.UtcTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.GeneralizedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.GraphicString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.VisibleString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.ISO646String", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.GeneralString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.UniversalString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.UnrestrictedCharacterString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.BMPString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.Date", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.TimeOfDay", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.DateTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.ObjectIdentifierIRI", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" }, { "DocsId": "F:System.Formats.Asn1.UniversalTagNumber.RelativeObjectIdentifierIRI", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" } ], "DocsId": "T:System.Formats.Asn1.UniversalTagNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptoPool.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Formats.Cbor.json b/xml/SourceLinkInformation/net-9.0-pp/System.Formats.Cbor.json index 041224c15c1..7c8792ff827 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Formats.Cbor.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Formats.Cbor.json @@ -1,589 +1,589 @@ { "Assembly": "System.Formats.Cbor", - "GUID": "F116515E6FEE49FD8076AB8E13118A62FFFFFFFF", + "GUID": "D5982A71893B481BBB1D943F5C04F694FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:System.Formats.Cbor.CborReaderState.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.Undefined", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.UnsignedInteger", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.NegativeInteger", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.ByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.StartIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.EndIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.TextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.StartIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.EndIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.StartArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.EndArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.StartMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.EndMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.Tag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.SimpleValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.HalfPrecisionFloat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.SinglePrecisionFloat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.DoublePrecisionFloat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.Null", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.Boolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "DocsId": "F:System.Formats.Cbor.CborReaderState.Finished", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" } ], "DocsId": "T:System.Formats.Cbor.CborReaderState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Cbor.CborReader.PeekState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.PeekState.cs#L15C13-L20C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.PeekState.cs#L15C13-L20C33" }, { "DocsId": "M:System.Formats.Cbor.CborReader.SkipValue(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.SkipValue.cs#L20C13-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.SkipValue.cs#L20C13-L21C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.SkipToParent(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.SkipValue.cs#L33C13-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.SkipValue.cs#L33C13-L39C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadSingle", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L24C13-L48C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L24C13-L48C91" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadDouble", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L65C13-L93C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L65C13-L93C91" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadBoolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L109C13-L120C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L109C13-L120C27" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L134C13-L143C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L134C13-L143C90" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadSimpleValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L159C13-L182C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L159C13-L182C97" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L22C13-L26C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L22C13-L26C24" }, { "DocsId": "M:System.Formats.Cbor.CborReader.PeekTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L39C37-L39C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L39C37-L39C59" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadDateTimeOffset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L57C13-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L57C13-L87C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadUnixTimeSeconds", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L105C13-L139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L105C13-L139C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadBigInteger", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L157C13-L186C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L157C13-L186C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadDecimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L205C13-L267C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L205C13-L267C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadStartArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Array.cs#L18C13-L38C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Array.cs#L18C13-L38C36" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadEndArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Array.cs#L51C13-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Array.cs#L51C13-L63C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.#ctor(System.ReadOnlyMemory{System.Byte},System.Formats.Cbor.CborConformanceMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L29C9-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L29C9-L64C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadEncodedValue(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L75C13-L81C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L75C13-L81C72" }, { "DocsId": "M:System.Formats.Cbor.CborReader.Reset(System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L93C13-L110C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L93C13-L110C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L23C13-L26C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L23C13-L26C26" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadUInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L41C13-L44C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L41C13-L44C26" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L58C13-L61C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L58C13-L61C26" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadUInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L76C13-L79C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L76C13-L79C26" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadCborNegativeIntegerRepresentation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L97C13-L101C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L97C13-L101C26" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadStartMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Map.cs#L33C13-L63C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Map.cs#L33C13-L63C27" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadEndMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Map.cs#L77C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Map.cs#L77C13-L95C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L29C13-L48C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L29C13-L48C27" }, { "DocsId": "M:System.Formats.Cbor.CborReader.TryReadByteString(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L64C13-L91C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L64C13-L91C25" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadDefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L106C13-L120C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L106C13-L120C30" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadStartIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L134C13-L148C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L134C13-L148C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadEndIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L157C13-L161C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L157C13-L161C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L174C13-L204C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L174C13-L204C27" }, { "DocsId": "M:System.Formats.Cbor.CborReader.TryReadTextString(System.Span{System.Char},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L220C13-L251C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L220C13-L251C25" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadDefiniteLengthTextStringBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L266C13-L287C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L266C13-L287C33" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadStartIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L301C13-L315C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L301C13-L315C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadEndIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L324C13-L328C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L324C13-L328C10" }, { "DocsId": "M:System.Formats.Cbor.CborReader.ReadHalf", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.netcoreapp.cs#L24C13-L41C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.netcoreapp.cs#L24C13-L41C91" }, { "DocsId": "P:System.Formats.Cbor.CborReader.ConformanceMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L36C54-L36C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L36C54-L36C58" }, { "DocsId": "P:System.Formats.Cbor.CborReader.AllowMultipleRootLevelValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L40C52-L40C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L40C52-L40C56" }, { "DocsId": "P:System.Formats.Cbor.CborReader.CurrentDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L44C36-L44C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L44C36-L44C89" }, { "DocsId": "P:System.Formats.Cbor.CborReader.BytesRemaining", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L48C38-L48C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L48C38-L48C60" } ], "DocsId": "T:System.Formats.Cbor.CborReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteStartArray(System.Nullable{System.Int32})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Array.cs#L26C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Array.cs#L26C13-L34C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEndArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Array.cs#L42C13-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Array.cs#L42C13-L44C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteStartMap(System.Nullable{System.Int32})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Map.cs#L37C13-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Map.cs#L37C13-L45C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEndMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Map.cs#L55C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Map.cs#L55C13-L62C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteSingle(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L25C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L25C13-L34C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteDouble(System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L45C13-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L45C13-L61C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteBoolean(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L89C13-L90C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L89C13-L90C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L100C13-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L100C13-L101C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteSimpleValue(System.Formats.Cbor.CborSimpleValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L113C13-L131C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L113C13-L131C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteByteString(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L27C13-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L27C13-L33C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteByteString(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L44C13-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L44C13-L59C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteStartIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L74C13-L90C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L74C13-L90C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEndIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L96C13-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L96C13-L98C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteTextString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L111C13-L117C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L111C13-L117C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteTextString(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L129C13-L156C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L129C13-L156C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteStartIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L171C13-L187C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L171C13-L187C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEndIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L193C13-L195C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L193C13-L195C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.#ctor(System.Formats.Cbor.CborConformanceMode,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L67C15-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L67C15-L69C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.#ctor(System.Formats.Cbor.CborConformanceMode,System.Boolean,System.Boolean,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L82C9-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L82C9-L101C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L106C13-L124C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L106C13-L124C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEncodedValue(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L133C13-L176C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L133C13-L176C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L181C35-L181C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L181C35-L181C62" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.Encode(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L190C13-L198C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L190C13-L198C36" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L208C13-L218C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L208C13-L218C25" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteInt32(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L19C46-L19C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L19C46-L19C63" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteInt64(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L30C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L30C13-L41C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteUInt32(System.UInt32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L51C48-L51C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L51C48-L51C66" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteUInt64(System.UInt64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L63C13-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L63C13-L65C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteCborNegativeIntegerRepresentation(System.UInt64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L81C13-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L81C13-L83C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteTag(System.Formats.Cbor.CborTag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L22C13-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L22C13-L29C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteDateTimeOffset(System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L40C13-L51C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L40C13-L51C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteUnixTimeSeconds(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L62C13-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L62C13-L64C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteUnixTimeSeconds(System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L76C13-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L76C13-L83C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteBigInteger(System.Numerics.BigInteger)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L94C13-L100C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L94C13-L100C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteDecimal(System.Decimal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L111C13-L135C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L111C13-L135C10" }, { "DocsId": "M:System.Formats.Cbor.CborWriter.WriteHalf(System.Half)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.netcoreapp.cs#L22C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.netcoreapp.cs#L22C13-L34C10" }, { "DocsId": "P:System.Formats.Cbor.CborWriter.ConformanceMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L37C54-L37C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L37C54-L37C58" }, { "DocsId": "P:System.Formats.Cbor.CborWriter.ConvertIndefiniteLengthEncodings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L41C56-L41C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L41C56-L41C60" }, { "DocsId": "P:System.Formats.Cbor.CborWriter.AllowMultipleRootLevelValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L45C52-L45C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L45C52-L45C56" }, { "DocsId": "P:System.Formats.Cbor.CborWriter.CurrentDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L49C36-L49C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L49C36-L49C89" }, { "DocsId": "P:System.Formats.Cbor.CborWriter.BytesWritten", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L53C36-L53C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L53C36-L53C43" }, { "DocsId": "P:System.Formats.Cbor.CborWriter.IsWriteCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L57C41-L57C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L57C41-L57C87" } ], "DocsId": "T:System.Formats.Cbor.CborWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs" }, { "Members": [ { "DocsId": "F:System.Formats.Cbor.CborConformanceMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" }, { "DocsId": "F:System.Formats.Cbor.CborConformanceMode.Lax", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" }, { "DocsId": "F:System.Formats.Cbor.CborConformanceMode.Strict", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" }, { "DocsId": "F:System.Formats.Cbor.CborConformanceMode.Canonical", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" }, { "DocsId": "F:System.Formats.Cbor.CborConformanceMode.Ctap2Canonical", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" } ], "DocsId": "T:System.Formats.Cbor.CborConformanceMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" }, { "Members": [ { "DocsId": "F:System.Formats.Cbor.CborTag.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.DateTimeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.UnixTimeSeconds", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.UnsignedBigNum", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.NegativeBigNum", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.DecimalFraction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.BigFloat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.Base64UrlLaterEncoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.Base64StringLaterEncoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.Base16StringLaterEncoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.EncodedCborDataItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.Base64Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.Base64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.Regex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.MimeMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborTag.SelfDescribeCbor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" } ], "DocsId": "T:System.Formats.Cbor.CborTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "Members": [ { "DocsId": "F:System.Formats.Cbor.CborSimpleValue.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborSimpleValue.False", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborSimpleValue.True", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborSimpleValue.Null", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "DocsId": "F:System.Formats.Cbor.CborSimpleValue.Undefined", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" } ], "DocsId": "T:System.Formats.Cbor.CborSimpleValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Cbor.CborContentException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs#L18C15-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs#L18C15-L21C10" }, { "DocsId": "M:System.Formats.Cbor.CborContentException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs#L30C15-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs#L30C15-L33C10" }, { "DocsId": "M:System.Formats.Cbor.CborContentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs#L45C15-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs#L45C15-L48C10" } ], "DocsId": "T:System.Formats.Cbor.CborContentException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Formats.Nrbf.json b/xml/SourceLinkInformation/net-9.0-pp/System.Formats.Nrbf.json index 3788a8122d7..fd9b607ef12 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Formats.Nrbf.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Formats.Nrbf.json @@ -1,347 +1,347 @@ { "Assembly": "System.Formats.Nrbf", - "GUID": "3C6C688E1F034ED29011255146056F98FFFFFFFF", + "GUID": "0AC87F7B60244ED09DF98FD51C15425BFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Formats.Nrbf.ArrayRecord.GetArray(System.Type,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArrayRecord.cs#L71C9-L85C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArrayRecord.cs#L76C9-L90C79" }, { "DocsId": "P:System.Formats.Nrbf.ArrayRecord.Lengths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArrayRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArrayRecord.cs" }, { "DocsId": "P:System.Formats.Nrbf.ArrayRecord.Rank", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArrayRecord.cs#L37C24-L37C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArrayRecord.cs#L37C24-L37C38" }, { "DocsId": "P:System.Formats.Nrbf.ArrayRecord.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArrayRecord.cs#L46C49-L46C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArrayRecord.cs#L46C49-L46C61" } ], "DocsId": "T:System.Formats.Nrbf.ArrayRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArrayRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ArrayRecord.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Nrbf.ClassRecord.HasMember(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L51C49-L51C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L51C49-L51C94" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetClassRecord(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L60C62-L60C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L60C62-L60C96" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L63C52-L63C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L63C52-L63C81" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetBoolean(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L65C50-L65C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L65C50-L65C77" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetByte(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L67C47-L67C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L67C47-L67C74" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetSByte(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L69C49-L69C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L69C49-L69C77" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetInt16(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L71C49-L71C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L71C49-L71C77" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetUInt16(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L73C51-L73C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L73C51-L73C80" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetChar(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L75C47-L75C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L75C47-L75C74" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetInt32(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L77C47-L77C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L77C47-L77C73" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetUInt32(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L79C49-L79C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L79C49-L79C76" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetSingle(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L81C50-L81C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L81C50-L81C78" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetInt64(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L83C48-L83C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L83C48-L83C75" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetUInt64(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L85C50-L85C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L85C50-L85C78" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetDouble(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L87C51-L87C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L87C51-L87C80" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetDecimal(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L89C53-L89C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L89C53-L89C83" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetTimeSpan(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L91C55-L91C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L91C55-L91C86" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetDateTime(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L93C55-L93C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L93C55-L93C86" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetRawValue(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L103C54-L103C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L103C54-L103C83" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetArrayRecord(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L106C62-L106C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L106C62-L106C96" }, { "DocsId": "M:System.Formats.Nrbf.ClassRecord.GetSerializationRecord(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L118C12-L123C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L118C12-L123C122" }, { "DocsId": "P:System.Formats.Nrbf.ClassRecord.TypeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L23C42-L23C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L23C42-L23C60" }, { "DocsId": "P:System.Formats.Nrbf.ClassRecord.MemberNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L29C47-L29C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L29C47-L29C73" }, { "DocsId": "P:System.Formats.Nrbf.ClassRecord.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L32C49-L32C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs#L32C49-L32C61" } ], "DocsId": "T:System.Formats.Nrbf.ClassRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/ClassRecord.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Nrbf.NrbfDecoder.StartsWithPayloadHeader(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs#L38C12-L40C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs#L42C12-L44C129" }, { "DocsId": "M:System.Formats.Nrbf.NrbfDecoder.StartsWithPayloadHeader(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs#L55C9-L88C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs#L59C9-L92C23" }, { "DocsId": "M:System.Formats.Nrbf.NrbfDecoder.Decode(System.IO.Stream,System.Formats.Nrbf.PayloadOptions,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs#L117C12-L117C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs#L121C12-L121C54" }, { "DocsId": "M:System.Formats.Nrbf.NrbfDecoder.Decode(System.IO.Stream,System.Collections.Generic.IReadOnlyDictionary{System.Formats.Nrbf.SerializationRecordId,System.Formats.Nrbf.SerializationRecord}@,System.Formats.Nrbf.PayloadOptions,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs#L133C9-L150C6" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs#L137C9-L154C6" }, { "DocsId": "M:System.Formats.Nrbf.NrbfDecoder.DecodeClassRecord(System.IO.Stream,System.Formats.Nrbf.PayloadOptions,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs#L158C12-L158C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs#L162C12-L162C60" } ], "DocsId": "T:System.Formats.Nrbf.NrbfDecoder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/NrbfDecoder.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Nrbf.PayloadOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PayloadOptions.cs#L16C5-L16C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PayloadOptions.cs#L16C5-L16C32" }, { "DocsId": "P:System.Formats.Nrbf.PayloadOptions.TypeNameParseOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PayloadOptions.cs#L21C57-L21C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PayloadOptions.cs#L21C57-L21C61" }, { "DocsId": "P:System.Formats.Nrbf.PayloadOptions.UndoTruncatedTypeNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PayloadOptions.cs#L39C42-L39C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PayloadOptions.cs#L39C42-L39C46" } ], "DocsId": "T:System.Formats.Nrbf.PayloadOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PayloadOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PayloadOptions.cs" }, { "Members": [ { "DocsId": "P:System.Formats.Nrbf.PrimitiveTypeRecord.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PrimitiveTypeRecord.cs#L33C28-L33C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PrimitiveTypeRecord.cs#L33C28-L33C39" } ], "DocsId": "T:System.Formats.Nrbf.PrimitiveTypeRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PrimitiveTypeRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PrimitiveTypeRecord.cs" }, { "Members": [ { "DocsId": "P:System.Formats.Nrbf.PrimitiveTypeRecord`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PrimitiveTypeRecordOfT.cs#L34C26-L34C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PrimitiveTypeRecordOfT.cs#L34C26-L34C30" }, { "DocsId": "P:System.Formats.Nrbf.PrimitiveTypeRecord`1.TypeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PrimitiveTypeRecordOfT.cs#L37C42-L37C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PrimitiveTypeRecordOfT.cs#L37C42-L37C117" } ], "DocsId": "T:System.Formats.Nrbf.PrimitiveTypeRecord`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PrimitiveTypeRecordOfT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/PrimitiveTypeRecordOfT.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Nrbf.SerializationRecord.TypeNameMatches(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs#L57C9-L65C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs#L61C9-L69C40" }, { "DocsId": "P:System.Formats.Nrbf.SerializationRecord.RecordType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs" }, { "DocsId": "P:System.Formats.Nrbf.SerializationRecord.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs" }, { "DocsId": "P:System.Formats.Nrbf.SerializationRecord.TypeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs" } ], "DocsId": "T:System.Formats.Nrbf.SerializationRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecord.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Nrbf.SerializationRecordId.Equals(System.Formats.Nrbf.SerializationRecordId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordId.cs#L52C56-L52C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordId.cs#L55C56-L55C72" }, { "DocsId": "M:System.Formats.Nrbf.SerializationRecordId.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordId.cs#L55C49-L55C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordId.cs#L58C49-L58C100" }, { "DocsId": "M:System.Formats.Nrbf.SerializationRecordId.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordId.cs#L58C42-L58C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordId.cs#L61C42-L61C63" } ], "DocsId": "T:System.Formats.Nrbf.SerializationRecordId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordId.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordId.cs" }, { "Members": [ { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.SerializedStreamHeader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.ClassWithId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.SystemClassWithMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.ClassWithMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.SystemClassWithMembersAndTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.ClassWithMembersAndTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.BinaryObjectString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.BinaryArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.MemberPrimitiveTyped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.MemberReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.ObjectNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.MessageEnd", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.BinaryLibrary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.ObjectNullMultiple256", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.ObjectNullMultiple", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.ArraySinglePrimitive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.ArraySingleObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.ArraySingleString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.MethodCall", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "DocsId": "F:System.Formats.Nrbf.SerializationRecordType.MethodReturn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" } ], "DocsId": "T:System.Formats.Nrbf.SerializationRecordType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SerializationRecordType.cs" }, { "Members": [ { "DocsId": "M:System.Formats.Nrbf.SZArrayRecord`1.GetArray(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SZArrayRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SZArrayRecord.cs" }, { "DocsId": "P:System.Formats.Nrbf.SZArrayRecord`1.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SZArrayRecord.cs#L24C26-L24C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SZArrayRecord.cs#L24C26-L24C54" }, { "DocsId": "P:System.Formats.Nrbf.SZArrayRecord`1.Lengths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SZArrayRecord.cs#L27C50-L27C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SZArrayRecord.cs#L27C50-L27C71" } ], "DocsId": "T:System.Formats.Nrbf.SZArrayRecord`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SZArrayRecord.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Formats.Nrbf/src/System/Formats/Nrbf/SZArrayRecord.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.IO.Hashing.json b/xml/SourceLinkInformation/net-9.0-pp/System.IO.Hashing.json index bfeed3b98f1..b94ae4921cf 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.IO.Hashing.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.IO.Hashing.json @@ -1,393 +1,393 @@ { "Assembly": "System.IO.Hashing", - "GUID": "6180465CD2D148B9969B4D3F6541AF88FFFFFFFF", + "GUID": "9CB19CE3D6A94342A62EFAABD6BDEDA4FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.IO.Hashing.Crc32.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L32C9-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L32C9-L40C10" }, { "DocsId": "M:System.IO.Hashing.Crc32.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L49C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L49C13-L50C10" }, { "DocsId": "M:System.IO.Hashing.Crc32.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L57C13-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L57C13-L58C10" }, { "DocsId": "M:System.IO.Hashing.Crc32.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L68C13-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L68C13-L69C10" }, { "DocsId": "M:System.IO.Hashing.Crc32.GetHashAndResetCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L77C13-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L77C13-L79C10" }, { "DocsId": "M:System.IO.Hashing.Crc32.GetCurrentHashAsUInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L84C49-L84C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L84C49-L84C54" }, { "DocsId": "M:System.IO.Hashing.Crc32.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L96C13-L101C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L96C13-L101C57" }, { "DocsId": "M:System.IO.Hashing.Crc32.Hash(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L111C13-L114C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L111C13-L114C24" }, { "DocsId": "M:System.IO.Hashing.Crc32.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L131C13-L140C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L131C13-L140C25" }, { "DocsId": "M:System.IO.Hashing.Crc32.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L153C13-L160C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L153C13-L160C25" }, { "DocsId": "M:System.IO.Hashing.Crc32.HashToUInt32(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L168C13-L168C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L168C13-L168C42" } ], "DocsId": "T:System.IO.Hashing.Crc32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs" }, { "Members": [ { "DocsId": "M:System.IO.Hashing.Crc64.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L37C15-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L37C15-L39C10" }, { "DocsId": "M:System.IO.Hashing.Crc64.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L48C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L48C13-L49C10" }, { "DocsId": "M:System.IO.Hashing.Crc64.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L56C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L56C13-L57C10" }, { "DocsId": "M:System.IO.Hashing.Crc64.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L66C13-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L66C13-L67C10" }, { "DocsId": "M:System.IO.Hashing.Crc64.GetHashAndResetCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L75C13-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L75C13-L77C10" }, { "DocsId": "M:System.IO.Hashing.Crc64.GetCurrentHashAsUInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L82C50-L82C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L82C50-L82C54" }, { "DocsId": "M:System.IO.Hashing.Crc64.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L94C13-L99C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L94C13-L99C57" }, { "DocsId": "M:System.IO.Hashing.Crc64.Hash(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L109C13-L112C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L109C13-L112C24" }, { "DocsId": "M:System.IO.Hashing.Crc64.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L129C13-L138C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L129C13-L138C25" }, { "DocsId": "M:System.IO.Hashing.Crc64.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L151C13-L158C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L151C13-L158C25" }, { "DocsId": "M:System.IO.Hashing.Crc64.HashToUInt64(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L166C13-L166C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L166C13-L166C41" } ], "DocsId": "T:System.IO.Hashing.Crc64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs" }, { "Members": [ { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L35C9-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L35C9-L41C10" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L87C13-L93C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L87C13-L93C10" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L106C13-L112C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L106C13-L112C10" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.AppendAsync(System.IO.Stream,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L132C13-L142C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L132C13-L142C36" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L153C13-L155C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L153C13-L155C24" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.TryGetCurrentHash(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L172C13-L180C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L172C13-L180C25" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHash(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L197C13-L203C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L197C13-L203C38" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndReset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L214C13-L216C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L214C13-L216C24" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.TryGetHashAndReset(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L234C13-L242C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L234C13-L242C25" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndReset(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L259C13-L265C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L259C13-L265C38" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndResetCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L295C13-L297C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L295C13-L297C10" }, { "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L312C13-L312C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L312C13-L312C74" }, { "DocsId": "P:System.IO.Hashing.NonCryptographicHashAlgorithm.HashLengthInBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L23C40-L23C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L23C40-L23C44" } ], "DocsId": "T:System.IO.Hashing.NonCryptographicHashAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" }, { "Members": [ { "DocsId": "M:System.IO.Hashing.XxHash128.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L31C30-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L31C30-L33C10" }, { "DocsId": "M:System.IO.Hashing.XxHash128.#ctor(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L36C39-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L36C39-L39C10" }, { "DocsId": "M:System.IO.Hashing.XxHash128.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L45C53-L45C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L45C53-L45C74" }, { "DocsId": "M:System.IO.Hashing.XxHash128.Hash(System.Byte[],System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L55C13-L63C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L55C13-L63C63" }, { "DocsId": "M:System.IO.Hashing.XxHash128.Hash(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L72C13-L74C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L72C13-L74C27" }, { "DocsId": "M:System.IO.Hashing.XxHash128.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L85C13-L90C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L85C13-L90C33" }, { "DocsId": "M:System.IO.Hashing.XxHash128.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L101C13-L110C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L101C13-L110C26" }, { "DocsId": "M:System.IO.Hashing.XxHash128.HashToUInt128(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L121C13-L122C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L121C13-L122C57" }, { "DocsId": "M:System.IO.Hashing.XxHash128.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L153C13-L154C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L153C13-L154C10" }, { "DocsId": "M:System.IO.Hashing.XxHash128.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L160C13-L161C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L160C13-L161C10" }, { "DocsId": "M:System.IO.Hashing.XxHash128.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L167C13-L169C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L167C13-L169C10" }, { "DocsId": "M:System.IO.Hashing.XxHash128.GetCurrentHashAsUInt128", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L206C13-L207C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L206C13-L207C63" } ], "DocsId": "T:System.IO.Hashing.XxHash128", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs" }, { "Members": [ { "DocsId": "M:System.IO.Hashing.XxHash3.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L30C28-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L30C28-L32C10" }, { "DocsId": "M:System.IO.Hashing.XxHash3.#ctor(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L35C37-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L35C37-L38C10" }, { "DocsId": "M:System.IO.Hashing.XxHash3.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L44C53-L44C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L44C53-L44C74" }, { "DocsId": "M:System.IO.Hashing.XxHash3.Hash(System.Byte[],System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L54C13-L62C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L54C13-L62C63" }, { "DocsId": "M:System.IO.Hashing.XxHash3.Hash(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L71C13-L74C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L71C13-L74C27" }, { "DocsId": "M:System.IO.Hashing.XxHash3.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L85C13-L90C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L85C13-L90C33" }, { "DocsId": "M:System.IO.Hashing.XxHash3.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L101C13-L116C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L101C13-L116C26" }, { "DocsId": "M:System.IO.Hashing.XxHash3.HashToUInt64(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L126C13-L144C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L126C13-L144C74" }, { "DocsId": "M:System.IO.Hashing.XxHash3.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L151C13-L152C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L151C13-L152C10" }, { "DocsId": "M:System.IO.Hashing.XxHash3.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L158C13-L159C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L158C13-L159C10" }, { "DocsId": "M:System.IO.Hashing.XxHash3.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L165C13-L167C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L165C13-L167C10" }, { "DocsId": "M:System.IO.Hashing.XxHash3.GetCurrentHashAsUInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L176C13-L196C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L176C13-L196C28" } ], "DocsId": "T:System.IO.Hashing.XxHash3", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs" }, { "Members": [ { "DocsId": "M:System.IO.Hashing.XxHash32.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L36C15-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L36C15-L38C10" }, { "DocsId": "M:System.IO.Hashing.XxHash32.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L48C15-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L48C15-L52C10" }, { "DocsId": "M:System.IO.Hashing.XxHash32.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L59C13-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L59C13-L61C10" }, { "DocsId": "M:System.IO.Hashing.XxHash32.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L74C13-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L74C13-L109C10" }, { "DocsId": "M:System.IO.Hashing.XxHash32.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L117C13-L119C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L117C13-L119C10" }, { "DocsId": "M:System.IO.Hashing.XxHash32.GetCurrentHashAsUInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L126C13-L134C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L126C13-L134C56" }, { "DocsId": "M:System.IO.Hashing.XxHash32.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L147C13-L152C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L147C13-L152C57" }, { "DocsId": "M:System.IO.Hashing.XxHash32.Hash(System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L166C13-L171C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L166C13-L171C63" }, { "DocsId": "M:System.IO.Hashing.XxHash32.Hash(System.ReadOnlySpan{System.Byte},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L182C13-L185C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L182C13-L185C24" }, { "DocsId": "M:System.IO.Hashing.XxHash32.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L203C13-L212C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L203C13-L212C25" }, { "DocsId": "M:System.IO.Hashing.XxHash32.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L226C13-L233C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L226C13-L233C29" }, { "DocsId": "M:System.IO.Hashing.XxHash32.HashToUInt32(System.ReadOnlySpan{System.Byte},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L243C13-L252C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L243C13-L252C56" } ], "DocsId": "T:System.IO.Hashing.XxHash32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs" }, { "Members": [ { "DocsId": "M:System.IO.Hashing.XxHash64.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L36C15-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L36C15-L38C10" }, { "DocsId": "M:System.IO.Hashing.XxHash64.#ctor(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L48C15-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L48C15-L52C10" }, { "DocsId": "M:System.IO.Hashing.XxHash64.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L59C13-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L59C13-L61C10" }, { "DocsId": "M:System.IO.Hashing.XxHash64.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L74C13-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L74C13-L109C10" }, { "DocsId": "M:System.IO.Hashing.XxHash64.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L117C13-L119C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L117C13-L119C10" }, { "DocsId": "M:System.IO.Hashing.XxHash64.GetCurrentHashAsUInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L126C13-L134C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L126C13-L134C56" }, { "DocsId": "M:System.IO.Hashing.XxHash64.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L147C13-L152C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L147C13-L152C57" }, { "DocsId": "M:System.IO.Hashing.XxHash64.Hash(System.Byte[],System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L166C13-L171C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L166C13-L171C63" }, { "DocsId": "M:System.IO.Hashing.XxHash64.Hash(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L182C13-L185C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L182C13-L185C24" }, { "DocsId": "M:System.IO.Hashing.XxHash64.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L203C13-L212C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L203C13-L212C25" }, { "DocsId": "M:System.IO.Hashing.XxHash64.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L226C13-L233C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L226C13-L233C29" }, { "DocsId": "M:System.IO.Hashing.XxHash64.HashToUInt64(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L243C13-L252C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L243C13-L252C62" } ], "DocsId": "T:System.IO.Hashing.XxHash64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.IO.Packaging.json b/xml/SourceLinkInformation/net-9.0-pp/System.IO.Packaging.json index b7ef5fb7a93..b5f3eb55b14 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.IO.Packaging.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.IO.Packaging.json @@ -1,629 +1,629 @@ { "Assembly": "System.IO.Packaging", - "GUID": "1350BC31CB7A45E0A793C0A11D57AD8AFFFFFFFF", + "GUID": "D9CF1CABA6CF42EEB1D969D96684CFCCFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.IO.FileFormatException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L24C15-L25C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L24C15-L25C12" }, { "DocsId": "M:System.IO.FileFormatException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L33C15-L34C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L33C15-L34C12" }, { "DocsId": "M:System.IO.FileFormatException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L44C15-L45C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L44C15-L45C12" }, { "DocsId": "M:System.IO.FileFormatException.#ctor(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L56C15-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L56C15-L62C10" }, { "DocsId": "M:System.IO.FileFormatException.#ctor(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L74C15-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L74C15-L77C10" }, { "DocsId": "M:System.IO.FileFormatException.#ctor(System.Uri,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L90C15-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L90C15-L97C10" }, { "DocsId": "M:System.IO.FileFormatException.#ctor(System.Uri,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L111C15-L114C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L111C15-L114C10" }, { "DocsId": "M:System.IO.FileFormatException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L120C91-L125C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L120C91-L125C10" }, { "DocsId": "M:System.IO.FileFormatException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L138C13-L140C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L138C13-L140C10" }, { "DocsId": "P:System.IO.FileFormatException.SourceUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L155C17-L155C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L155C17-L155C35" } ], "DocsId": "T:System.IO.FileFormatException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs" }, { "Members": [ { "DocsId": "F:System.IO.Packaging.CompressionOption.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" }, { "DocsId": "F:System.IO.Packaging.CompressionOption.NotCompressed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" }, { "DocsId": "F:System.IO.Packaging.CompressionOption.Normal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" }, { "DocsId": "F:System.IO.Packaging.CompressionOption.Maximum", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" }, { "DocsId": "F:System.IO.Packaging.CompressionOption.Fast", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" }, { "DocsId": "F:System.IO.Packaging.CompressionOption.SuperFast", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" } ], "DocsId": "T:System.IO.Packaging.CompressionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" }, { "Members": [ { "DocsId": "F:System.IO.Packaging.EncryptionOption.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" }, { "DocsId": "F:System.IO.Packaging.EncryptionOption.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" }, { "DocsId": "F:System.IO.Packaging.EncryptionOption.RightsManagement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" } ], "DocsId": "T:System.IO.Packaging.EncryptionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" }, { "Members": [ { "DocsId": "M:System.IO.Packaging.Package.#ctor(System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L29C9-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L29C9-L39C10" }, { "DocsId": "M:System.IO.Packaging.Package.Open(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L94C13-L94C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L94C13-L94C91" }, { "DocsId": "M:System.IO.Packaging.Package.Open(System.String,System.IO.FileMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L110C13-L110C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L110C13-L110C85" }, { "DocsId": "M:System.IO.Packaging.Package.Open(System.String,System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L127C13-L127C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L127C13-L127C79" }, { "DocsId": "M:System.IO.Packaging.Package.Open(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L147C13-L147C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L147C13-L147C77" }, { "DocsId": "M:System.IO.Packaging.Package.Open(System.IO.Stream,System.IO.FileMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L166C13-L166C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L166C13-L166C67" }, { "DocsId": "M:System.IO.Packaging.Package.CreatePart(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L189C13-L189C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L189C13-L189C86" }, { "DocsId": "M:System.IO.Packaging.Package.CreatePart(System.Uri,System.String,System.IO.Packaging.CompressionOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L214C13-L242C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L214C13-L242C30" }, { "DocsId": "M:System.IO.Packaging.Package.GetPart(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L261C13-L265C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L261C13-L265C37" }, { "DocsId": "M:System.IO.Packaging.Package.PartExists(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L284C13-L291C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L284C13-L291C59" }, { "DocsId": "M:System.IO.Packaging.Package.DeletePart(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L309C13-L375C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L309C13-L375C10" }, { "DocsId": "M:System.IO.Packaging.Package.GetParts", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L387C13-L465C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L387C13-L465C36" }, { "DocsId": "M:System.IO.Packaging.Package.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L480C13-L512C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L480C13-L512C10" }, { "DocsId": "M:System.IO.Packaging.Package.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L524C13-L525C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L524C13-L525C10" }, { "DocsId": "M:System.IO.Packaging.Package.Flush", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L535C13-L557C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L535C13-L557C10" }, { "DocsId": "M:System.IO.Packaging.Package.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L580C13-L580C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L580C13-L580C86" }, { "DocsId": "M:System.IO.Packaging.Package.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L604C13-L608C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L604C13-L608C84" }, { "DocsId": "M:System.IO.Packaging.Package.DeleteRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L623C13-L633C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L623C13-L633C10" }, { "DocsId": "M:System.IO.Packaging.Package.GetRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L646C13-L646C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L646C13-L646C49" }, { "DocsId": "M:System.IO.Packaging.Package.GetRelationshipsByType(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L664C13-L672C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L664C13-L672C61" }, { "DocsId": "M:System.IO.Packaging.Package.GetRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L690C13-L694C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L690C13-L694C45" }, { "DocsId": "M:System.IO.Packaging.Package.RelationshipExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L711C13-L711C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L711C13-L711C56" }, { "DocsId": "M:System.IO.Packaging.Package.CreatePartCore(System.Uri,System.String,System.IO.Packaging.CompressionOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" }, { "DocsId": "M:System.IO.Packaging.Package.GetPartCore(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" }, { "DocsId": "M:System.IO.Packaging.Package.DeletePartCore(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" }, { "DocsId": "M:System.IO.Packaging.Package.GetPartsCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" }, { "DocsId": "M:System.IO.Packaging.Package.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L769C13-L786C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L769C13-L786C10" }, { "DocsId": "M:System.IO.Packaging.Package.FlushCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" }, { "DocsId": "M:System.IO.Packaging.Package.Open(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L857C13-L905C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L857C13-L905C28" }, { "DocsId": "M:System.IO.Packaging.Package.Open(System.IO.Stream,System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L921C13-L950C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L921C13-L950C28" }, { "DocsId": "P:System.IO.Packaging.Package.FileOpenAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L55C17-L56C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L55C17-L56C40" }, { "DocsId": "P:System.IO.Packaging.Package.PackageProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L70C17-L72C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L70C17-L72C84" } ], "DocsId": "T:System.IO.Packaging.Package", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" }, { "Members": [ { "DocsId": "M:System.IO.Packaging.PackagePart.#ctor(System.IO.Packaging.Package,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L40C15-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L40C15-L42C10" }, { "DocsId": "M:System.IO.Packaging.PackagePart.#ctor(System.IO.Packaging.Package,System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L68C15-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L68C15-L70C10" }, { "DocsId": "M:System.IO.Packaging.PackagePart.#ctor(System.IO.Packaging.Package,System.Uri,System.String,System.IO.Packaging.CompressionOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L804C9-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L804C9-L127C10" }, { "DocsId": "M:System.IO.Packaging.PackagePart.GetContentTypeCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L252C13-L252C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L252C13-L252C82" }, { "DocsId": "M:System.IO.Packaging.PackagePart.GetStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L273C13-L274C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L273C13-L274C80" }, { "DocsId": "M:System.IO.Packaging.PackagePart.GetStream(System.IO.FileMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L295C13-L296C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L295C13-L296C63" }, { "DocsId": "M:System.IO.Packaging.PackagePart.GetStream(System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L319C13-L351C22" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L319C13-L351C22" }, { "DocsId": "M:System.IO.Packaging.PackagePart.GetStreamCore(System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs" }, { "DocsId": "M:System.IO.Packaging.PackagePart.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L384C13-L384C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L384C13-L384C86" }, { "DocsId": "M:System.IO.Packaging.PackagePart.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L410C13-L414C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L410C13-L414C84" }, { "DocsId": "M:System.IO.Packaging.PackagePart.DeleteRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L430C13-L440C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L430C13-L440C10" }, { "DocsId": "M:System.IO.Packaging.PackagePart.GetRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L455C13-L455C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L455C13-L455C49" }, { "DocsId": "M:System.IO.Packaging.PackagePart.GetRelationshipsByType(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L474C13-L482C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L474C13-L482C61" }, { "DocsId": "M:System.IO.Packaging.PackagePart.GetRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L501C13-L505C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L501C13-L505C45" }, { "DocsId": "M:System.IO.Packaging.PackagePart.RelationshipExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L523C13-L523C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L523C13-L523C56" }, { "DocsId": "P:System.IO.Packaging.PackagePart.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L144C17-L145C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L144C17-L145C29" }, { "DocsId": "P:System.IO.Packaging.PackagePart.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L168C17-L193C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L168C17-L193C48" }, { "DocsId": "P:System.IO.Packaging.PackagePart.Package", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L209C17-L210C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L209C17-L210C35" }, { "DocsId": "P:System.IO.Packaging.PackagePart.CompressionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L224C17-L225C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L224C17-L225C43" } ], "DocsId": "T:System.IO.Packaging.PackagePart", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs" }, { "Members": [ { "DocsId": "M:System.IO.Packaging.PackagePartCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs#L25C13-L25C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs#L25C13-L25C36" }, { "DocsId": "M:System.IO.Packaging.PackagePartCollection.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs#L36C13-L36C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs#L36C13-L36C36" }, { "DocsId": "M:System.IO.Packaging.PackagePartCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs#L46C13-L46C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs#L46C13-L46C53" } ], "DocsId": "T:System.IO.Packaging.PackagePartCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs" }, { "Members": [ { "DocsId": "M:System.IO.Packaging.PackageProperties.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs#L43C13-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs#L43C13-L46C10" }, { "DocsId": "M:System.IO.Packaging.PackageProperties.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs#L54C9-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs#L54C9-L54C10" }, { "DocsId": "M:System.IO.Packaging.PackageProperties.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Subject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Creator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.LastModifiedBy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Revision", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.LastPrinted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Created", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Modified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Identifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "DocsId": "P:System.IO.Packaging.PackageProperties.ContentStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" } ], "DocsId": "T:System.IO.Packaging.PackageProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" }, { "Members": [ { "DocsId": "P:System.IO.Packaging.PackageRelationship.SourceUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L32C17-L35C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L32C17-L35C40" }, { "DocsId": "P:System.IO.Packaging.PackageRelationship.TargetUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L47C17-L47C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L47C17-L47C35" }, { "DocsId": "P:System.IO.Packaging.PackageRelationship.RelationshipType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L59C17-L59C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L59C17-L59C42" }, { "DocsId": "P:System.IO.Packaging.PackageRelationship.TargetMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L71C17-L71C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L71C17-L71C36" }, { "DocsId": "P:System.IO.Packaging.PackageRelationship.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L83C17-L83C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L83C17-L83C28" }, { "DocsId": "P:System.IO.Packaging.PackageRelationship.Package", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L96C17-L96C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L96C17-L96C33" } ], "DocsId": "T:System.IO.Packaging.PackageRelationship", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs" }, { "Members": [ { "DocsId": "M:System.IO.Packaging.PackageRelationshipCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipCollection.cs#L27C13-L27C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipCollection.cs#L27C13-L27C36" }, { "DocsId": "M:System.IO.Packaging.PackageRelationshipCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipCollection.cs#L37C13-L42C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipCollection.cs#L37C13-L42C81" } ], "DocsId": "T:System.IO.Packaging.PackageRelationshipCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipCollection.cs" }, { "Members": [ { "DocsId": "M:System.IO.Packaging.PackageRelationshipSelector.#ctor(System.Uri,System.IO.Packaging.PackageRelationshipSelectorType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L31C9-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L31C9-L59C10" }, { "DocsId": "M:System.IO.Packaging.PackageRelationshipSelector.Select(System.IO.Packaging.Package)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L117C13-L166C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L117C13-L166C34" }, { "DocsId": "P:System.IO.Packaging.PackageRelationshipSelector.SourceUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L73C17-L73C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L73C17-L73C35" }, { "DocsId": "P:System.IO.Packaging.PackageRelationshipSelector.SelectorType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L86C17-L86C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L86C17-L86C38" }, { "DocsId": "P:System.IO.Packaging.PackageRelationshipSelector.SelectionCriteria", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L99C17-L99C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L99C17-L99C43" } ], "DocsId": "T:System.IO.Packaging.PackageRelationshipSelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs" }, { "Members": [ { "DocsId": "F:System.IO.Packaging.PackageRelationshipSelectorType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" }, { "DocsId": "F:System.IO.Packaging.PackageRelationshipSelectorType.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" }, { "DocsId": "F:System.IO.Packaging.PackageRelationshipSelectorType.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" } ], "DocsId": "T:System.IO.Packaging.PackageRelationshipSelectorType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" }, { "Members": [ { "DocsId": "M:System.IO.Packaging.PackUriHelper.CreatePartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L38C13-L59C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L38C13-L59C51" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.ResolvePartUri(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L81C13-L100C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L81C13-L100C72" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.GetRelativeUri(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L113C13-L125C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L113C13-L125C65" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.GetNormalizedPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L137C13-L144C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L137C13-L144C51" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.ComparePartUri(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L160C13-L170C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L160C13-L170C109" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.IsRelationshipPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L185C13-L192C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L185C13-L192C55" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.GetRelationshipPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L210C13-L244C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L210C13-L244C76" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.GetSourcePartUriFromRelationshipPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L266C13-L306C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L266C13-L306C77" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.Create(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L33C13-L33C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L33C13-L33C51" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.Create(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L51C13-L51C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L51C13-L51C54" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.Create(System.Uri,System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L73C13-L118C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L73C13-L118C100" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.GetPackageUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L134C13-L136C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L134C13-L136C31" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.GetPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L157C13-L159C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L157C13-L159C28" }, { "DocsId": "M:System.IO.Packaging.PackUriHelper.ComparePackUri(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L177C13-L203C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L177C13-L203C38" }, { "DocsId": "F:System.IO.Packaging.PackUriHelper.UriSchemePack", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs" } ], "DocsId": "T:System.IO.Packaging.PackUriHelper", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs" }, { "Members": [ { "DocsId": "F:System.IO.Packaging.TargetMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" }, { "DocsId": "F:System.IO.Packaging.TargetMode.Internal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" }, { "DocsId": "F:System.IO.Packaging.TargetMode.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" } ], "DocsId": "T:System.IO.Packaging.TargetMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" }, { "Members": [ { "DocsId": "M:System.IO.Packaging.ZipPackage.CreatePartCore(System.Uri,System.String,System.IO.Packaging.CompressionOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L41C13-L67C179" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L41C13-L67C179" }, { "DocsId": "M:System.IO.Packaging.ZipPackage.GetPartCore(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L97C13-L97C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L97C13-L97C25" }, { "DocsId": "M:System.IO.Packaging.ZipPackage.DeletePartCore(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L111C13-L149C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L111C13-L149C10" }, { "DocsId": "M:System.IO.Packaging.ZipPackage.GetPartsCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L176C13-L249C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L176C13-L249C36" }, { "DocsId": "M:System.IO.Packaging.ZipPackage.FlushCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L262C13-L263C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L262C13-L263C10" }, { "DocsId": "M:System.IO.Packaging.ZipPackage.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L273C17-L291C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L273C17-L291C10" } ], "DocsId": "T:System.IO.Packaging.ZipPackage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs" }, { "Members": [ { "DocsId": "M:System.IO.Packaging.ZipPackagePart.GetStreamCore(System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackagePart.cs#L26C13-L48C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackagePart.cs#L26C13-L48C25" } ], "DocsId": "T:System.IO.Packaging.ZipPackagePart", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackagePart.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackagePart.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.IO.Pipelines.json b/xml/SourceLinkInformation/net-9.0-pp/System.IO.Pipelines.json index bc89e80c10b..a49a50b268e 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.IO.Pipelines.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.IO.Pipelines.json @@ -1,353 +1,353 @@ { "Assembly": "System.IO.Pipelines", - "GUID": "166A16F75AA575BB21D0BC7699A7D57CFFFFFFFF", + "GUID": "B9CC58EF322DF9093881CCAEFDCC5471FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.IO.Pipelines.FlushResult.#ctor(System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs#L16C13-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs#L16C13-L27C10" }, { "DocsId": "P:System.IO.Pipelines.FlushResult.IsCanceled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs#L31C35-L31C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs#L31C35-L31C77" }, { "DocsId": "P:System.IO.Pipelines.FlushResult.IsCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs#L35C36-L35C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs#L35C36-L35C79" } ], "DocsId": "T:System.IO.Pipelines.FlushResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs" }, { "Members": [ { "DocsId": "P:System.IO.Pipelines.IDuplexPipe.Input", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs" }, { "DocsId": "P:System.IO.Pipelines.IDuplexPipe.Output", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs" } ], "DocsId": "T:System.IO.Pipelines.IDuplexPipe", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs" }, { "Members": [ { "DocsId": "M:System.IO.Pipelines.Pipe.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L87C25-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L87C25-L89C10" }, { "DocsId": "M:System.IO.Pipelines.Pipe.#ctor(System.IO.Pipelines.PipeOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L35C9-L111C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L35C9-L111C10" }, { "DocsId": "M:System.IO.Pipelines.Pipe.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L1175C13-L1185C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L1175C13-L1185C10" }, { "DocsId": "P:System.IO.Pipelines.Pipe.Reader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L1166C37-L1166C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L1166C37-L1166C44" }, { "DocsId": "P:System.IO.Pipelines.Pipe.Writer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L1170C37-L1170C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L1170C37-L1170C44" } ], "DocsId": "T:System.IO.Pipelines.Pipe", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs" }, { "Members": [ { "DocsId": "M:System.IO.Pipelines.PipeOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.IO.Pipelines.PipeScheduler,System.IO.Pipelines.PipeScheduler,System.Int64,System.Int64,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L26C9-L86C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L26C9-L86C10" }, { "DocsId": "P:System.IO.Pipelines.PipeOptions.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L16C45-L16C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L16C45-L16C49" }, { "DocsId": "P:System.IO.Pipelines.PipeOptions.UseSynchronizationContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L90C49-L90C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L90C49-L90C53" }, { "DocsId": "P:System.IO.Pipelines.PipeOptions.PauseWriterThreshold", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L94C44-L94C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L94C44-L94C48" }, { "DocsId": "P:System.IO.Pipelines.PipeOptions.ResumeWriterThreshold", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L98C45-L98C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L98C45-L98C49" }, { "DocsId": "P:System.IO.Pipelines.PipeOptions.MinimumSegmentSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L102C41-L102C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L102C41-L102C45" }, { "DocsId": "P:System.IO.Pipelines.PipeOptions.WriterScheduler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L106C48-L106C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L106C48-L106C52" }, { "DocsId": "P:System.IO.Pipelines.PipeOptions.ReaderScheduler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L110C48-L110C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L110C48-L110C52" }, { "DocsId": "P:System.IO.Pipelines.PipeOptions.Pool", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L114C40-L114C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L114C40-L114C44" } ], "DocsId": "T:System.IO.Pipelines.PipeOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs" }, { "Members": [ { "DocsId": "M:System.IO.Pipelines.PipeReader.TryRead(System.IO.Pipelines.ReadResult@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.ReadAtLeastAsync(System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L53C13-L58C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L53C13-L58C73" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.ReadAtLeastAsyncCore(System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.AdvanceTo(System.SequencePosition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.AdvanceTo(System.SequencePosition,System.SequencePosition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.AsStream(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L105C13-L114C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L105C13-L114C28" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.CancelPendingRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.Complete(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.CompleteAsync(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L132C17-L139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L132C17-L139C10" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.OnWriterCompleted(System.Action{System.Exception,System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L152C9-L152C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L152C9-L152C10" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.Create(System.IO.Stream,System.IO.Pipelines.StreamPipeReaderOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L160C13-L160C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L160C13-L160C101" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.Create(System.Buffers.ReadOnlySequence{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L170C13-L170C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L170C13-L170C53" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.CopyToAsync(System.IO.Pipelines.PipeWriter,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L179C13-L192C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L179C13-L192C36" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.CopyToAsync(System.IO.Stream,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L201C13-L229C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L201C13-L229C32" }, { "DocsId": "M:System.IO.Pipelines.PipeReader.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs" } ], "DocsId": "T:System.IO.Pipelines.PipeReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" }, { "Members": [ { "DocsId": "M:System.IO.Pipelines.PipeScheduler.Schedule(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeScheduler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs" }, { "DocsId": "P:System.IO.Pipelines.PipeScheduler.ThreadPool", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs#L16C51-L16C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs#L16C51-L16C72" }, { "DocsId": "P:System.IO.Pipelines.PipeScheduler.Inline", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs#L20C47-L20C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs#L20C47-L20C64" } ], "DocsId": "T:System.IO.Pipelines.PipeScheduler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs" }, { "Members": [ { "DocsId": "M:System.IO.Pipelines.PipeWriter.Complete(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.CompleteAsync(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L26C17-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L26C17-L33C10" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.CancelPendingFlush", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.OnReaderCompleted(System.Action{System.Exception,System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L54C9-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L54C9-L54C10" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.Advance(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.GetMemory(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.GetSpan(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.AsStream(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L88C13-L97C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L88C13-L97C28" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.Create(System.IO.Stream,System.IO.Pipelines.StreamPipeWriterOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L106C13-L106C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L106C13-L106C101" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L115C13-L116C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L115C13-L116C50" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.CopyFromAsync(System.IO.Stream,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" }, { "DocsId": "M:System.IO.Pipelines.PipeWriter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" }, { "DocsId": "P:System.IO.Pipelines.PipeWriter.CanGetUnflushedBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L41C53-L41C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L41C53-L41C58" }, { "DocsId": "P:System.IO.Pipelines.PipeWriter.UnflushedBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L155C47-L155C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L155C47-L155C109" } ], "DocsId": "T:System.IO.Pipelines.PipeWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" }, { "Members": [ { "DocsId": "M:System.IO.Pipelines.ReadResult.#ctor(System.Buffers.ReadOnlySequence{System.Byte},System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L20C13-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L20C13-L31C10" }, { "DocsId": "P:System.IO.Pipelines.ReadResult.Buffer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L35C49-L35C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L35C49-L35C62" }, { "DocsId": "P:System.IO.Pipelines.ReadResult.IsCanceled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L39C35-L39C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L39C35-L39C77" }, { "DocsId": "P:System.IO.Pipelines.ReadResult.IsCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L43C36-L43C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L43C36-L43C79" } ], "DocsId": "T:System.IO.Pipelines.ReadResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs" }, { "Members": [ { "DocsId": "M:System.IO.Pipelines.StreamPipeExtensions.CopyToAsync(System.IO.Stream,System.IO.Pipelines.PipeWriter,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeExtensions.cs#L19C13-L33C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeExtensions.cs#L19C13-L33C73" } ], "DocsId": "T:System.IO.Pipelines.StreamPipeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeExtensions.cs" }, { "Members": [ { "DocsId": "M:System.IO.Pipelines.StreamPipeReaderOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L23C13-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L23C13-L26C10" }, { "DocsId": "M:System.IO.Pipelines.StreamPipeReaderOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Int32,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L61C47-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L61C47-L53C10" }, { "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.BufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L57C33-L57C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L57C33-L57C37" }, { "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.MinimumReadSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L65C38-L65C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L65C38-L65C42" }, { "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.Pool", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L69C40-L69C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L69C40-L69C44" }, { "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.LeaveOpen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L73C33-L73C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L73C33-L73C37" }, { "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.UseZeroByteReads", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L77C40-L77C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L77C40-L77C44" } ], "DocsId": "T:System.IO.Pipelines.StreamPipeReaderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs" }, { "Members": [ { "DocsId": "M:System.IO.Pipelines.StreamPipeWriterOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L19C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L19C9-L29C10" }, { "DocsId": "P:System.IO.Pipelines.StreamPipeWriterOptions.MinimumBufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L33C40-L33C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L33C40-L33C44" }, { "DocsId": "P:System.IO.Pipelines.StreamPipeWriterOptions.Pool", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L37C40-L37C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L37C40-L37C44" }, { "DocsId": "P:System.IO.Pipelines.StreamPipeWriterOptions.LeaveOpen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L41C33-L41C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L41C33-L41C37" } ], "DocsId": "T:System.IO.Pipelines.StreamPipeWriterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.IO.Ports.json b/xml/SourceLinkInformation/net-9.0-pp/System.IO.Ports.json index c966cc84591..1e47843fe7b 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.IO.Ports.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.IO.Ports.json @@ -1,481 +1,481 @@ { "Assembly": "System.IO.Ports", - "GUID": "1D466380103A4F67B3C594744DED8D45FFFFFFFF", + "GUID": "27EF8FC3639C43E0B0450477466293DDFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:System.IO.Ports.Handshake.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" }, { "DocsId": "F:System.IO.Ports.Handshake.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" }, { "DocsId": "F:System.IO.Ports.Handshake.XOnXOff", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" }, { "DocsId": "F:System.IO.Ports.Handshake.RequestToSend", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" }, { "DocsId": "F:System.IO.Ports.Handshake.RequestToSendXOnXOff", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" } ], "DocsId": "T:System.IO.Ports.Handshake", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" }, { "Members": [ { "DocsId": "F:System.IO.Ports.Parity.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" }, { "DocsId": "F:System.IO.Ports.Parity.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" }, { "DocsId": "F:System.IO.Ports.Parity.Odd", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" }, { "DocsId": "F:System.IO.Ports.Parity.Even", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" }, { "DocsId": "F:System.IO.Ports.Parity.Mark", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" }, { "DocsId": "F:System.IO.Ports.Parity.Space", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" } ], "DocsId": "T:System.IO.Ports.Parity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" }, { "Members": [ { "DocsId": "F:System.IO.Ports.SerialData.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" }, { "DocsId": "F:System.IO.Ports.SerialData.Chars", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" }, { "DocsId": "F:System.IO.Ports.SerialData.Eof", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" } ], "DocsId": "T:System.IO.Ports.SerialData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" }, { "Members": [ { "DocsId": "P:System.IO.Ports.SerialDataReceivedEventArgs.EventType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventArgs.cs#L13C39-L13C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventArgs.cs#L13C39-L13C43" } ], "DocsId": "T:System.IO.Ports.SerialDataReceivedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.IO.Ports.SerialDataReceivedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" }, { "DocsId": "M:System.IO.Ports.SerialDataReceivedEventHandler.Invoke(System.Object,System.IO.Ports.SerialDataReceivedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" }, { "DocsId": "M:System.IO.Ports.SerialDataReceivedEventHandler.BeginInvoke(System.Object,System.IO.Ports.SerialDataReceivedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" }, { "DocsId": "M:System.IO.Ports.SerialDataReceivedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" } ], "DocsId": "T:System.IO.Ports.SerialDataReceivedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" }, { "Members": [ { "DocsId": "F:System.IO.Ports.SerialError.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" }, { "DocsId": "F:System.IO.Ports.SerialError.TXFull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" }, { "DocsId": "F:System.IO.Ports.SerialError.RXOver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" }, { "DocsId": "F:System.IO.Ports.SerialError.Overrun", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" }, { "DocsId": "F:System.IO.Ports.SerialError.RXParity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" }, { "DocsId": "F:System.IO.Ports.SerialError.Frame", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" } ], "DocsId": "T:System.IO.Ports.SerialError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" }, { "Members": [ { "DocsId": "P:System.IO.Ports.SerialErrorReceivedEventArgs.EventType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventArgs.cs#L13C40-L13C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventArgs.cs#L13C40-L13C44" } ], "DocsId": "T:System.IO.Ports.SerialErrorReceivedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.IO.Ports.SerialErrorReceivedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" }, { "DocsId": "M:System.IO.Ports.SerialErrorReceivedEventHandler.Invoke(System.Object,System.IO.Ports.SerialErrorReceivedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" }, { "DocsId": "M:System.IO.Ports.SerialErrorReceivedEventHandler.BeginInvoke(System.Object,System.IO.Ports.SerialErrorReceivedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" }, { "DocsId": "M:System.IO.Ports.SerialErrorReceivedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" } ], "DocsId": "T:System.IO.Ports.SerialErrorReceivedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" }, { "Members": [ { "DocsId": "F:System.IO.Ports.SerialPinChange.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" }, { "DocsId": "F:System.IO.Ports.SerialPinChange.CtsChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" }, { "DocsId": "F:System.IO.Ports.SerialPinChange.DsrChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" }, { "DocsId": "F:System.IO.Ports.SerialPinChange.CDChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" }, { "DocsId": "F:System.IO.Ports.SerialPinChange.Ring", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" }, { "DocsId": "F:System.IO.Ports.SerialPinChange.Break", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" } ], "DocsId": "T:System.IO.Ports.SerialPinChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" }, { "Members": [ { "DocsId": "P:System.IO.Ports.SerialPinChangedEventArgs.EventType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventArgs.cs#L13C44-L13C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventArgs.cs#L13C44-L13C48" } ], "DocsId": "T:System.IO.Ports.SerialPinChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.IO.Ports.SerialPinChangedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" }, { "DocsId": "M:System.IO.Ports.SerialPinChangedEventHandler.Invoke(System.Object,System.IO.Ports.SerialPinChangedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" }, { "DocsId": "M:System.IO.Ports.SerialPinChangedEventHandler.BeginInvoke(System.Object,System.IO.Ports.SerialPinChangedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" }, { "DocsId": "M:System.IO.Ports.SerialPinChangedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" } ], "DocsId": "T:System.IO.Ports.SerialPinChangedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" }, { "Members": [ { "DocsId": "M:System.IO.Ports.SerialPort.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L38C9-L546C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L38C9-L546C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.ComponentModel.IContainer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L548C51-L552C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L548C51-L552C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L557C46-L559C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L557C46-L559C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L561C60-L563C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L561C60-L563C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32,System.IO.Ports.Parity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L565C75-L567C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L565C75-L567C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32,System.IO.Ports.Parity,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L569C89-L571C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L569C89-L571C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32,System.IO.Ports.Parity,System.Int32,System.IO.Ports.StopBits)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L576C108-L583C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L576C108-L583C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L588C13-L589C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L588C13-L589C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L593C13-L605C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L593C13-L605C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.DiscardInBuffer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L609C13-L613C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L609C13-L613C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.DiscardOutBuffer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L617C13-L620C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L617C13-L620C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L628C13-L647C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L628C13-L647C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.Read(System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L660C13-L699C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L660C13-L699C38" }, { "DocsId": "M:System.IO.Ports.SerialPort.ReadChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L706C13-L709C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L706C13-L709C46" }, { "DocsId": "M:System.IO.Ports.SerialPort.Read(System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L801C13-L812C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L801C13-L812C77" }, { "DocsId": "M:System.IO.Ports.SerialPort.ReadByte", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L981C13-L987C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L981C13-L987C53" }, { "DocsId": "M:System.IO.Ports.SerialPort.ReadExisting", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L992C13-L1048C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L992C13-L1048C80" }, { "DocsId": "M:System.IO.Ports.SerialPort.ReadLine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1053C13-L1053C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1053C13-L1053C36" }, { "DocsId": "M:System.IO.Ports.SerialPort.ReadTo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1058C13-L1171C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1058C13-L1171C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.Write(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1176C13-L1186C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1176C13-L1186C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.Write(System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1192C13-L1207C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1192C13-L1207C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.Write(System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1212C13-L1225C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1212C13-L1225C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.WriteLine(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1229C13-L1230C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1229C13-L1230C10" }, { "DocsId": "M:System.IO.Ports.SerialPort.GetPortNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.Win32.cs#L22C20-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.Win32.cs#L22C20-L37C10" }, { "DocsId": "E:System.IO.Ports.SerialPort.ErrorReceived", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" }, { "DocsId": "E:System.IO.Ports.SerialPort.DataReceived", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L79C17-L89C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L79C17-L89C14" }, { "DocsId": "E:System.IO.Ports.SerialPort.PinChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L108C17-L118C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L108C17-L118C14" }, { "DocsId": "F:System.IO.Ports.SerialPort.InfiniteTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" }, { "DocsId": "P:System.IO.Ports.SerialPort.BaseStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L145C17-L148C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L145C17-L148C46" }, { "DocsId": "P:System.IO.Ports.SerialPort.BaudRate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L154C19-L154C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L154C19-L154C36" }, { "DocsId": "P:System.IO.Ports.SerialPort.BreakState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L170C17-L173C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L170C17-L173C57" }, { "DocsId": "P:System.IO.Ports.SerialPort.BytesToWrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L189C17-L191C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L189C17-L191C59" }, { "DocsId": "P:System.IO.Ports.SerialPort.BytesToRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L200C17-L202C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L200C17-L202C78" }, { "DocsId": "P:System.IO.Ports.SerialPort.CDHolding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L218C17-L220C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L218C17-L220C56" }, { "DocsId": "P:System.IO.Ports.SerialPort.CtsHolding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L228C17-L230C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L228C17-L230C57" }, { "DocsId": "P:System.IO.Ports.SerialPort.DataBits", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L237C15-L237C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L237C15-L237C32" }, { "DocsId": "P:System.IO.Ports.SerialPort.DiscardNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L253C17-L253C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L253C17-L253C37" }, { "DocsId": "P:System.IO.Ports.SerialPort.DsrHolding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L267C17-L269C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L267C17-L269C57" }, { "DocsId": "P:System.IO.Ports.SerialPort.DtrEnable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L277C17-L280C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L277C17-L280C35" }, { "DocsId": "P:System.IO.Ports.SerialPort.Encoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L297C17-L297C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L297C17-L297C34" }, { "DocsId": "P:System.IO.Ports.SerialPort.Handshake", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L325C17-L325C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L325C17-L325C35" }, { "DocsId": "P:System.IO.Ports.SerialPort.IsOpen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L341C19-L341C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L341C19-L341C90" }, { "DocsId": "P:System.IO.Ports.SerialPort.NewLine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L346C19-L346C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L346C19-L346C35" }, { "DocsId": "P:System.IO.Ports.SerialPort.Parity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L362C17-L362C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L362C17-L362C32" }, { "DocsId": "P:System.IO.Ports.SerialPort.ParityReplace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L377C19-L377C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L377C19-L377C41" }, { "DocsId": "P:System.IO.Ports.SerialPort.PortName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L392C17-L392C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L392C17-L392C34" }, { "DocsId": "P:System.IO.Ports.SerialPort.ReadBufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L411C17-L411C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L411C17-L411C40" }, { "DocsId": "P:System.IO.Ports.SerialPort.ReadTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L430C17-L430C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L430C17-L430C37" }, { "DocsId": "P:System.IO.Ports.SerialPort.ReceivedBytesThreshold", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L450C17-L450C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L450C17-L450C48" }, { "DocsId": "P:System.IO.Ports.SerialPort.RtsEnable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L473C17-L476C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L473C17-L476C35" }, { "DocsId": "P:System.IO.Ports.SerialPort.StopBits", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L491C17-L491C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L491C17-L491C34" }, { "DocsId": "P:System.IO.Ports.SerialPort.WriteBufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L509C17-L509C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L509C17-L509C41" }, { "DocsId": "P:System.IO.Ports.SerialPort.WriteTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L528C17-L528C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L528C17-L528C38" } ], "DocsId": "T:System.IO.Ports.SerialPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" }, { "Members": [ { "DocsId": "F:System.IO.Ports.StopBits.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" }, { "DocsId": "F:System.IO.Ports.StopBits.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" }, { "DocsId": "F:System.IO.Ports.StopBits.One", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" }, { "DocsId": "F:System.IO.Ports.StopBits.Two", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" }, { "DocsId": "F:System.IO.Ports.StopBits.OnePointFive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" } ], "DocsId": "T:System.IO.Ports.StopBits", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Linq.AsyncEnumerable.json b/xml/SourceLinkInformation/net-9.0-pp/System.Linq.AsyncEnumerable.json index 6f211cddefb..ff7deb1f6b4 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Linq.AsyncEnumerable.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Linq.AsyncEnumerable.json @@ -1,767 +1,771 @@ { "Assembly": "System.Linq.AsyncEnumerable", - "GUID": "0ADEC285C974D8DC278FE1F563864AA6FFFFFFFF", + "GUID": "CEFAE0086DE2DE4E94D84DAD4BA97F43FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ + { + "DocsId": "M:System.Linq.AsyncEnumerable.Shuffle``1(System.Collections.Generic.IAsyncEnumerable{``0})", + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Shuffle.cs#L25C13-L29C39" + }, { "DocsId": "M:System.Linq.AsyncEnumerable.SkipLast``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SkipLast.cs#L26C13-L30C144" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SkipLast.cs#L26C13-L31C144" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SkipWhile``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SkipWhile.cs#L31C13-L34C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SkipWhile.cs#L31C13-L36C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SkipWhile``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SkipWhile.cs#L84C13-L87C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SkipWhile.cs#L86C13-L91C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SkipWhile``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SkipWhile.cs#L141C13-L144C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SkipWhile.cs#L145C13-L150C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SkipWhile``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SkipWhile.cs#L199C13-L202C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SkipWhile.cs#L205C13-L210C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Append``1(System.Collections.Generic.IAsyncEnumerable{``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Append.cs#L23C13-L25C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Append.cs#L23C13-L25C51" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Empty``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Empty.cs#L17C69-L17C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Empty.cs#L17C69-L17C107" }, { "DocsId": "M:System.Linq.AsyncEnumerable.MaxByAsync``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MaxByAsync.cs#L31C13-L34C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MaxByAsync.cs#L31C13-L34C101" }, { "DocsId": "M:System.Linq.AsyncEnumerable.MaxByAsync``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MaxByAsync.cs#L147C13-L150C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MaxByAsync.cs#L147C13-L150C101" }, { "DocsId": "M:System.Linq.AsyncEnumerable.MinAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IComparer{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MinAsync.cs#L30C13-L58C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MinAsync.cs#L30C13-L58C62" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Cast``1(System.Collections.Generic.IAsyncEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Cast.cs#L27C13-L31C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Cast.cs#L27C13-L32C39" }, { "DocsId": "M:System.Linq.AsyncEnumerable.TakeLast``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/TakeLast.cs#L19C13-L23C143" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/TakeLast.cs#L19C13-L23C143" }, { "DocsId": "M:System.Linq.AsyncEnumerable.TakeWhile``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/TakeWhile.cs#L27C13-L30C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/TakeWhile.cs#L27C13-L32C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.TakeWhile``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/TakeWhile.cs#L62C13-L65C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/TakeWhile.cs#L64C13-L69C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.TakeWhile``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/TakeWhile.cs#L101C13-L104C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/TakeWhile.cs#L105C13-L110C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.TakeWhile``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/TakeWhile.cs#L141C13-L144C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/TakeWhile.cs#L147C13-L152C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.UnionBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/UnionBy.cs#L29C13-L33C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/UnionBy.cs#L29C13-L35C69" }, { "DocsId": "M:System.Linq.AsyncEnumerable.UnionBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/UnionBy.cs#L78C13-L82C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/UnionBy.cs#L80C13-L86C69" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AggregateAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``0,``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L27C13-L30C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L27C13-L30C58" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AggregateAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``0}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L76C13-L79C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L76C13-L79C58" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AggregateAsync``2(System.Collections.Generic.IAsyncEnumerable{``0},``1,System.Func{``1,``0,``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L127C13-L130C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L127C13-L130C103" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AggregateAsync``2(System.Collections.Generic.IAsyncEnumerable{``0},``1,System.Func{``1,``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L163C13-L166C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L163C13-L166C64" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AggregateAsync``3(System.Collections.Generic.IAsyncEnumerable{``0},``1,System.Func{``1,``0,``1},System.Func{``1,``2},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L208C13-L212C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L208C13-L212C119" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AggregateAsync``3(System.Collections.Generic.IAsyncEnumerable{``0},``1,System.Func{``1,``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Func{``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L255C13-L259C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateAsync.cs#L255C13-L259C80" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AnyAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AnyAsync.cs#L23C13-L25C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AnyAsync.cs#L23C13-L25C52" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AnyAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AnyAsync.cs#L59C13-L62C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AnyAsync.cs#L59C13-L62C102" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AnyAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AnyAsync.cs#L96C13-L99C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AnyAsync.cs#L96C13-L99C63" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AllAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AllAsync.cs#L29C13-L32C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AllAsync.cs#L29C13-L32C102" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AllAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AllAsync.cs#L67C13-L70C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AllAsync.cs#L67C13-L70C63" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Prepend``1(System.Collections.Generic.IAsyncEnumerable{``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Prepend.cs#L23C13-L25C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Prepend.cs#L23C13-L25C51" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AverageAsync(System.Collections.Generic.IAsyncEnumerable{System.Int32},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L24C13-L26C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L24C13-L26C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AverageAsync(System.Collections.Generic.IAsyncEnumerable{System.Int64},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L59C13-L61C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L59C13-L61C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AverageAsync(System.Collections.Generic.IAsyncEnumerable{System.Single},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L92C13-L94C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L92C13-L94C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AverageAsync(System.Collections.Generic.IAsyncEnumerable{System.Double},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L125C13-L127C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L125C13-L127C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AverageAsync(System.Collections.Generic.IAsyncEnumerable{System.Decimal},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L158C13-L160C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L158C13-L160C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AverageAsync(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Int32}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L192C13-L194C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L192C13-L194C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AverageAsync(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Int64}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L224C13-L226C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L224C13-L226C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AverageAsync(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Single}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L255C13-L257C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L255C13-L257C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AverageAsync(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Double}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L286C13-L288C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L286C13-L288C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AverageAsync(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Decimal}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L317C13-L319C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AverageAsync.cs#L317C13-L319C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Chunk``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Chunk.cs#L30C13-L33C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Chunk.cs#L30C13-L35C46" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Concat``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Concat.cs#L23C13-L26C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Concat.cs#L23C13-L29C46" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ContainsAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},``0,System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ContainsAsync.cs#L27C13-L29C145" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ContainsAsync.cs#L27C13-L29C145" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AggregateBy``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},``2,System.Func{``2,``0,``2},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateBy.cs#L41C13-L45C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateBy.cs#L41C13-L47C77" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AggregateBy``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},``2,System.Func{``2,``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateBy.cs#L116C13-L120C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateBy.cs#L118C13-L124C77" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AggregateBy``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``1,``2},System.Func{``2,``0,``2},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateBy.cs#L186C13-L191C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateBy.cs#L190C13-L197C85" }, { "DocsId": "M:System.Linq.AsyncEnumerable.AggregateBy``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Func{``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Func{``2,``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateBy.cs#L262C13-L267C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/AggregateBy.cs#L268C13-L275C85" }, { "DocsId": "M:System.Linq.AsyncEnumerable.CountBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountBy.cs#L28C13-L31C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountBy.cs#L28C13-L33C65" }, { "DocsId": "M:System.Linq.AsyncEnumerable.CountBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountBy.cs#L83C13-L86C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountBy.cs#L85C13-L90C65" }, { "DocsId": "M:System.Linq.AsyncEnumerable.CountAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L24C13-L26C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L24C13-L26C52" }, { "DocsId": "M:System.Linq.AsyncEnumerable.CountAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L63C13-L66C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L63C13-L66C102" }, { "DocsId": "M:System.Linq.AsyncEnumerable.CountAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L98C13-L101C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L98C13-L101C63" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LongCountAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L131C13-L133C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L131C13-L133C52" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LongCountAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L169C13-L172C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L169C13-L172C102" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LongCountAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L203C13-L206C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/CountAsync.cs#L203C13-L206C63" }, { "DocsId": "M:System.Linq.AsyncEnumerable.DefaultIfEmpty``1(System.Collections.Generic.IAsyncEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/DefaultIfEmpty.cs#L22C13-L22C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/DefaultIfEmpty.cs#L22C13-L22C44" }, { "DocsId": "M:System.Linq.AsyncEnumerable.DefaultIfEmpty``1(System.Collections.Generic.IAsyncEnumerable{``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/DefaultIfEmpty.cs#L36C13-L38C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/DefaultIfEmpty.cs#L36C13-L38C56" }, { "DocsId": "M:System.Linq.AsyncEnumerable.DistinctBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/DistinctBy.cs#L32C13-L35C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/DistinctBy.cs#L32C13-L37C62" }, { "DocsId": "M:System.Linq.AsyncEnumerable.DistinctBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/DistinctBy.cs#L86C13-L89C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/DistinctBy.cs#L88C13-L93C62" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Distinct``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Distinct.cs#L22C13-L24C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Distinct.cs#L22C13-L26C49" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ElementAtAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ElementAtAsync.cs#L25C13-L27C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ElementAtAsync.cs#L25C13-L27C102" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ElementAtOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ElementAtAsync.cs#L45C13-L47C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ElementAtAsync.cs#L45C13-L47C102" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ElementAtAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Index,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ElementAtAsync.cs#L69C13-L76C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ElementAtAsync.cs#L69C13-L76C110" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ElementAtOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Index,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ElementAtAsync.cs#L96C13-L103C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ElementAtAsync.cs#L96C13-L103C110" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToAsyncEnumerable``1(System.Collections.Generic.IEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToAsyncEnumerable.cs#L21C13-L28C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToAsyncEnumerable.cs#L21C13-L29C42" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ExceptBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ExceptBy.cs#L32C13-L36C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ExceptBy.cs#L32C13-L38C69" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ExceptBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ExceptBy.cs#L81C13-L85C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ExceptBy.cs#L98C13-L104C69" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Except``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Except.cs#L26C13-L29C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Except.cs#L26C13-L31C56" }, { "DocsId": "M:System.Linq.AsyncEnumerable.FirstAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L24C13-L26C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L24C13-L26C52" }, { "DocsId": "M:System.Linq.AsyncEnumerable.FirstAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L66C13-L69C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L66C13-L69C102" }, { "DocsId": "M:System.Linq.AsyncEnumerable.FirstAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L105C13-L108C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L105C13-L108C63" }, { "DocsId": "M:System.Linq.AsyncEnumerable.FirstOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L137C13-L137C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L137C13-L137C78" }, { "DocsId": "M:System.Linq.AsyncEnumerable.FirstOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L151C13-L153C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L151C13-L153C66" }, { "DocsId": "M:System.Linq.AsyncEnumerable.FirstOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L187C13-L187C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L187C13-L187C80" }, { "DocsId": "M:System.Linq.AsyncEnumerable.FirstOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L204C13-L204C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L204C13-L204C80" }, { "DocsId": "M:System.Linq.AsyncEnumerable.FirstOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L221C13-L224C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L221C13-L224C116" }, { "DocsId": "M:System.Linq.AsyncEnumerable.FirstOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L258C13-L261C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/FirstAsync.cs#L258C13-L261C77" }, { "DocsId": "M:System.Linq.AsyncEnumerable.GroupBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L32C13-L35C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L32C13-L37C62" }, { "DocsId": "M:System.Linq.AsyncEnumerable.GroupBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L67C13-L70C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L69C13-L74C62" }, { "DocsId": "M:System.Linq.AsyncEnumerable.GroupBy``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L110C13-L114C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L114C13-L120C79" }, { "DocsId": "M:System.Linq.AsyncEnumerable.GroupBy``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L155C13-L159C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L161C13-L167C79" }, { "DocsId": "M:System.Linq.AsyncEnumerable.GroupBy``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``1,System.Collections.Generic.IEnumerable{``0},``2},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L199C13-L203C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L207C13-L213C78" }, { "DocsId": "M:System.Linq.AsyncEnumerable.GroupBy``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Func{``1,System.Collections.Generic.IEnumerable{``0},System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L244C13-L248C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L256C13-L262C78" }, { "DocsId": "M:System.Linq.AsyncEnumerable.GroupBy``4(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Func{``1,System.Collections.Generic.IEnumerable{``2},``3},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L292C13-L297C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L308C13-L315C95" }, { "DocsId": "M:System.Linq.AsyncEnumerable.GroupBy``4(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Func{``1,System.Collections.Generic.IEnumerable{``2},System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``3}},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L342C13-L347C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupBy.cs#L362C13-L369C95" }, { "DocsId": "M:System.Linq.AsyncEnumerable.GroupJoin``4(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,System.Collections.Generic.IEnumerable{``1},``3},System.Collections.Generic.IEqualityComparer{``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupJoin.cs#L44C13-L50C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupJoin.cs#L44C13-L52C107" }, { "DocsId": "M:System.Linq.AsyncEnumerable.GroupJoin``4(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Func{``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Func{``0,System.Collections.Generic.IEnumerable{``1},System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``3}},System.Collections.Generic.IEqualityComparer{``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupJoin.cs#L113C13-L119C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/GroupJoin.cs#L115C13-L123C107" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Index``1(System.Collections.Generic.IAsyncEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Index.cs#L21C13-L23C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Index.cs#L21C13-L25C39" }, { "DocsId": "M:System.Linq.AsyncEnumerable.IntersectBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/IntersectBy.cs#L37C13-L41C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/IntersectBy.cs#L37C13-L43C69" }, { "DocsId": "M:System.Linq.AsyncEnumerable.IntersectBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IEqualityComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/IntersectBy.cs#L105C13-L109C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/IntersectBy.cs#L107C13-L113C69" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Intersect``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Intersect.cs#L26C13-L29C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Intersect.cs#L26C13-L31C56" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Join``4(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,``1,``3},System.Collections.Generic.IEqualityComparer{``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Join.cs#L41C13-L47C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Join.cs#L41C13-L49C107" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Join``4(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Func{``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Func{``0,``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``3}},System.Collections.Generic.IEqualityComparer{``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Join.cs#L118C13-L124C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Join.cs#L120C13-L128C107" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LastAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L23C13-L25C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L23C13-L25C52" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LastAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L72C13-L75C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L72C13-L75C63" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LastAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L132C13-L135C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L132C13-L135C63" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LastOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L187C13-L187C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L187C13-L187C76" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LastOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L201C13-L203C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L201C13-L203C66" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LastOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L242C13-L242C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L242C13-L242C79" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LastOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L256C13-L256C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L256C13-L256C79" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LastOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L273C13-L276C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L273C13-L276C77" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LastOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L332C13-L335C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LastAsync.cs#L332C13-L335C77" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LeftJoin``4(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,``1,``3},System.Collections.Generic.IEqualityComparer{``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LeftJoin.cs#L38C13-L44C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LeftJoin.cs#L38C13-L46C107" }, { "DocsId": "M:System.Linq.AsyncEnumerable.LeftJoin``4(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Func{``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Func{``0,``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``3}},System.Collections.Generic.IEqualityComparer{``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LeftJoin.cs#L113C13-L119C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/LeftJoin.cs#L115C13-L123C107" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToArrayAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToArrayAsync.cs#L23C13-L25C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToArrayAsync.cs#L23C13-L25C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToDictionaryAsync``2(System.Collections.Generic.IAsyncEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}},System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L29C13-L31C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L29C13-L31C101" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToDictionaryAsync``2(System.Collections.Generic.IAsyncEnumerable{System.ValueTuple{``0,``1}},System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L60C13-L60C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L60C13-L60C96" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToDictionaryAsync``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L82C13-L85C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L82C13-L85C114" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToDictionaryAsync``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L121C13-L124C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L121C13-L124C75" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToDictionaryAsync``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L165C13-L169C131" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L165C13-L169C131" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToDictionaryAsync``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L211C13-L215C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToDictionaryAsync.cs#L211C13-L215C92" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToListAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToListAsync.cs#L23C13-L25C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToListAsync.cs#L23C13-L25C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToLookupAsync``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToLookupAsync.cs#L34C13-L37C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToLookupAsync.cs#L34C13-L37C114" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToLookupAsync``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToLookupAsync.cs#L73C13-L76C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToLookupAsync.cs#L88C13-L91C75" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToLookupAsync``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Func{``0,``2},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToLookupAsync.cs#L116C13-L120C131" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToLookupAsync.cs#L146C13-L150C131" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToLookupAsync``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Collections.Generic.IEqualityComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToLookupAsync.cs#L160C13-L164C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToLookupAsync.cs#L205C13-L209C92" }, { "DocsId": "M:System.Linq.AsyncEnumerable.MaxAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IComparer{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MaxAsync.cs#L30C13-L58C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MaxAsync.cs#L30C13-L58C62" }, { "DocsId": "M:System.Linq.AsyncEnumerable.MinByAsync``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MinByAsync.cs#L31C13-L34C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MinByAsync.cs#L31C13-L34C101" }, { "DocsId": "M:System.Linq.AsyncEnumerable.MinByAsync``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IComparer{``1},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MinByAsync.cs#L147C13-L150C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MinByAsync.cs#L147C13-L150C101" }, { "DocsId": "M:System.Linq.AsyncEnumerable.OfType``1(System.Collections.Generic.IAsyncEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OfType.cs#L27C13-L29C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OfType.cs#L27C13-L31C39" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Order``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L22C13-L22C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L22C13-L22C72" }, { "DocsId": "M:System.Linq.AsyncEnumerable.OrderBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L37C13-L37C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L38C13-L43C96" }, { "DocsId": "M:System.Linq.AsyncEnumerable.OrderBy``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L52C13-L52C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L60C13-L65C96" }, { "DocsId": "M:System.Linq.AsyncEnumerable.OrderDescending``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L63C13-L63C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L77C13-L77C82" }, { "DocsId": "M:System.Linq.AsyncEnumerable.OrderByDescending``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L78C13-L78C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L93C13-L98C95" }, { "DocsId": "M:System.Linq.AsyncEnumerable.OrderByDescending``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L93C13-L93C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L115C13-L120C95" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ThenBy``2(System.Linq.IOrderedAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L109C13-L111C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L137C13-L139C98" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ThenBy``2(System.Linq.IOrderedAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L128C13-L130C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L156C13-L158C98" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ThenByDescending``2(System.Linq.IOrderedAsyncEnumerable{``0},System.Func{``0,``1},System.Collections.Generic.IComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L147C13-L149C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L175C13-L177C97" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ThenByDescending``2(System.Linq.IOrderedAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}},System.Collections.Generic.IComparer{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L166C13-L168C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OrderBy.cs#L194C13-L196C97" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Range(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Range.cs#L18C13-L28C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Range.cs#L18C13-L28C39" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Repeat``1(``0,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Repeat.cs#L18C13-L25C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Repeat.cs#L18C13-L25C41" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Reverse``1(System.Collections.Generic.IAsyncEnumerable{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Reverse.cs#L20C13-L22C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Reverse.cs#L20C13-L24C39" }, { "DocsId": "M:System.Linq.AsyncEnumerable.RightJoin``4(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,``2},System.Func{``1,``2},System.Func{``0,``1,``3},System.Collections.Generic.IEqualityComparer{``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/RightJoin.cs#L38C13-L44C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/RightJoin.cs#L38C13-L46C107" }, { "DocsId": "M:System.Linq.AsyncEnumerable.RightJoin``4(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Func{``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}},System.Func{``0,``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``3}},System.Collections.Generic.IEqualityComparer{``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/RightJoin.cs#L114C13-L120C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/RightJoin.cs#L116C13-L124C107" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Select``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Select.cs#L28C13-L31C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Select.cs#L28C13-L33C49" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Select``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Select.cs#L60C13-L63C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Select.cs#L62C13-L67C49" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Select``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Select.cs#L95C13-L98C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Select.cs#L99C13-L104C49" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Select``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Select.cs#L131C13-L134C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Select.cs#L137C13-L142C49" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Collections.Generic.IEnumerable{``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L31C13-L34C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L31C13-L36C49" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Collections.Generic.IEnumerable{``1}}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L69C13-L72C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L71C13-L76C49" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Collections.Generic.IAsyncEnumerable{``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L107C13-L110C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L111C13-L116C49" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L146C13-L149C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L152C13-L157C49" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Collections.Generic.IEnumerable{``1}}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L186C13-L189C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L194C13-L199C49" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Collections.Generic.IAsyncEnumerable{``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L226C13-L229C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L236C13-L241C49" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Collections.Generic.IEnumerable{``1}},System.Func{``0,``1,``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L273C13-L277C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L285C13-L291C75" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Collections.Generic.IEnumerable{``1}}},System.Func{``0,``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L321C13-L325C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L335C13-L341C75" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Collections.Generic.IAsyncEnumerable{``1}},System.Func{``0,``1,``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L369C13-L373C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L385C13-L391C75" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Collections.Generic.IAsyncEnumerable{``1}},System.Func{``0,``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L417C13-L421C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L435C13-L441C75" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Collections.Generic.IEnumerable{``1}},System.Func{``0,``1,``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L464C13-L468C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L484C13-L490C75" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Collections.Generic.IEnumerable{``1}}},System.Func{``0,``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L512C13-L516C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L534C13-L540C75" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SelectMany``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Collections.Generic.IAsyncEnumerable{``1}},System.Func{``0,``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L560C13-L564C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SelectMany.cs#L584C13-L590C75" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SequenceEqualAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SequenceEqualAsync.cs#L28C13-L31C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SequenceEqualAsync.cs#L28C13-L31C106" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SingleAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L27C13-L29C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L27C13-L29C52" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SingleAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L76C13-L79C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L76C13-L79C63" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SingleAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L135C13-L138C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L135C13-L138C63" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SingleOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L191C13-L191C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L191C13-L191C78" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SingleOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L206C13-L208C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L206C13-L208C66" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SingleOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L258C13-L258C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L258C13-L258C81" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SingleOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L280C13-L280C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L280C13-L280C81" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SingleOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean},``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L298C13-L301C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L298C13-L301C77" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SingleOrDefaultAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}},``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L354C13-L357C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SingleAsync.cs#L354C13-L357C77" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Skip``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Skip.cs#L22C13-L26C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Skip.cs#L22C13-L27C46" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SumAsync(System.Collections.Generic.IAsyncEnumerable{System.Int32},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L23C13-L25C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L23C13-L25C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SumAsync(System.Collections.Generic.IAsyncEnumerable{System.Int64},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L49C13-L51C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L49C13-L51C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SumAsync(System.Collections.Generic.IAsyncEnumerable{System.Single},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L74C13-L76C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L74C13-L76C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SumAsync(System.Collections.Generic.IAsyncEnumerable{System.Double},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L99C13-L101C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L99C13-L101C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SumAsync(System.Collections.Generic.IAsyncEnumerable{System.Decimal},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L124C13-L126C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L124C13-L126C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SumAsync(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Int32}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L150C13-L152C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L150C13-L152C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SumAsync(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Int64}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L179C13-L181C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L179C13-L181C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SumAsync(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Single}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L207C13-L209C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L207C13-L209C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SumAsync(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Double}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L235C13-L237C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L235C13-L237C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.SumAsync(System.Collections.Generic.IAsyncEnumerable{System.Nullable{System.Decimal}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L263C13-L265C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/SumAsync.cs#L263C13-L265C91" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Take``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Take.cs#L27C13-L31C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Take.cs#L27C13-L31C46" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Take``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Range)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Take.cs#L64C13-L86C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Take.cs#L64C13-L91C124" }, { "DocsId": "M:System.Linq.AsyncEnumerable.ToHashSetAsync``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToHashSetAsync.cs#L25C13-L27C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/ToHashSetAsync.cs#L25C13-L27C101" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Union``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Union.cs#L26C13-L29C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Union.cs#L26C13-L31C56" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Where``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Where.cs#L24C13-L27C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Where.cs#L24C13-L29C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Where``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Where.cs#L55C13-L58C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Where.cs#L57C13-L62C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Where``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Where.cs#L92C13-L95C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Where.cs#L96C13-L101C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Where``1(System.Collections.Generic.IAsyncEnumerable{``0},System.Func{``0,System.Int32,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{System.Boolean}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Where.cs#L130C13-L133C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Where.cs#L136C13-L141C50" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Zip``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,``1,``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Zip.cs#L32C13-L36C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Zip.cs#L32C13-L38C62" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Zip``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Func{``0,``1,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``2}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Zip.cs#L87C13-L91C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Zip.cs#L89C13-L95C62" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Zip``2(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Zip.cs#L135C13-L138C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Zip.cs#L139C13-L144C46" }, { "DocsId": "M:System.Linq.AsyncEnumerable.Zip``3(System.Collections.Generic.IAsyncEnumerable{``0},System.Collections.Generic.IAsyncEnumerable{``1},System.Collections.Generic.IAsyncEnumerable{``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Zip.cs#L185C13-L189C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/Zip.cs#L191C13-L197C53" } ], "DocsId": "T:System.Linq.AsyncEnumerable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MinAsync.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/MinAsync.cs" }, { "Members": [ { "DocsId": "M:System.Linq.IOrderedAsyncEnumerable`1.CreateOrderedAsyncEnumerable``1(System.Func{`0,``0},System.Collections.Generic.IComparer{``0},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OfType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OfType.cs" }, { "DocsId": "M:System.Linq.IOrderedAsyncEnumerable`1.CreateOrderedAsyncEnumerable``1(System.Func{`0,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``0}},System.Collections.Generic.IComparer{``0},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OfType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OfType.cs" } ], "DocsId": "T:System.Linq.IOrderedAsyncEnumerable`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OfType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Linq.AsyncEnumerable/src/System/Linq/OfType.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Management.json b/xml/SourceLinkInformation/net-9.0-pp/System.Management.json index 027bea8d21b..16e952782f1 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Management.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Management.json @@ -1,2769 +1,2769 @@ { "Assembly": "System.Management", - "GUID": "52C87DE59D0944EFAA503FEF88AA1AE4FFFFFFFF", + "GUID": "41C4C89D5C9A42669872A3DE5374CA13FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:System.Management.TextFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.TextFormat.Mof", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.TextFormat.CimDtd20", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.TextFormat.WmiDtd20", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" } ], "DocsId": "T:System.Management.TextFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "Members": [ { "DocsId": "F:System.Management.CimType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.SInt8", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.UInt8", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.SInt16", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.UInt16", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.SInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.UInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.SInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.UInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.Real32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.Real64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.Boolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.String", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.DateTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.Reference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.Char16", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.CimType.Object", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" } ], "DocsId": "T:System.Management.CimType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "Members": [ { "DocsId": "F:System.Management.ComparisonSettings.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.ComparisonSettings.IncludeAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.ComparisonSettings.IgnoreQualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.ComparisonSettings.IgnoreObjectSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.ComparisonSettings.IgnoreDefaultValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.ComparisonSettings.IgnoreClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.ComparisonSettings.IgnoreCase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "DocsId": "F:System.Management.ComparisonSettings.IgnoreFlavor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" } ], "DocsId": "T:System.Management.ComparisonSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementBaseObject.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L230C9-L232C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L230C9-L232C55" }, { "DocsId": "M:System.Management.ManagementBaseObject.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L237C13-L244C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L237C13-L244C10" }, { "DocsId": "M:System.Management.ManagementBaseObject.op_Explicit(System.Management.ManagementBaseObject)~System.IntPtr", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L260C13-L263C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L260C13-L263C56" }, { "DocsId": "M:System.Management.ManagementBaseObject.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L269C13-L269C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L269C13-L269C55" }, { "DocsId": "M:System.Management.ManagementBaseObject.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L274C13-L274C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L274C13-L274C55" }, { "DocsId": "M:System.Management.ManagementBaseObject.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L314C13-L326C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L314C13-L326C55" }, { "DocsId": "M:System.Management.ManagementBaseObject.GetPropertyValue(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L500C13-L507C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L500C13-L507C55" }, { "DocsId": "M:System.Management.ManagementBaseObject.GetQualifierValue(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L522C13-L522C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L522C13-L522C52" }, { "DocsId": "M:System.Management.ManagementBaseObject.SetQualifierValue(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L535C13-L536C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L535C13-L536C10" }, { "DocsId": "M:System.Management.ManagementBaseObject.GetPropertyQualifierValue(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L552C13-L552C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L552C13-L552C77" }, { "DocsId": "M:System.Management.ManagementBaseObject.SetPropertyQualifierValue(System.String,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L567C13-L568C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L567C13-L568C10" }, { "DocsId": "M:System.Management.ManagementBaseObject.GetText(System.Management.TextFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L583C13-L636C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L583C13-L636C33" }, { "DocsId": "M:System.Management.ManagementBaseObject.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L651C13-L688C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L651C13-L688C10" }, { "DocsId": "M:System.Management.ManagementBaseObject.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L702C13-L719C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L702C13-L719C30" }, { "DocsId": "M:System.Management.ManagementBaseObject.CompareTo(System.Management.ManagementBaseObject,System.Management.ComparisonSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L737C13-L758C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L737C13-L758C27" }, { "DocsId": "M:System.Management.ManagementBaseObject.SetPropertyValue(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L821C13-L829C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L821C13-L829C10" }, { "DocsId": "P:System.Management.ManagementBaseObject.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L348C17-L350C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L348C17-L350C79" }, { "DocsId": "P:System.Management.ManagementBaseObject.SystemProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L367C17-L369C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L367C17-L369C84" }, { "DocsId": "P:System.Management.ManagementBaseObject.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L387C17-L389C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L387C17-L389C73" }, { "DocsId": "P:System.Management.ManagementBaseObject.ClassPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L408C17-L451C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L408C17-L451C34" }, { "DocsId": "P:System.Management.ManagementBaseObject.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L473C19-L473C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L473C19-L473C57" } ], "DocsId": "T:System.Management.ManagementBaseObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementClass.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L55C13-L55C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L55C13-L55C55" }, { "DocsId": "M:System.Management.ManagementClass.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L144C36-L144C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L144C36-L144C95" }, { "DocsId": "M:System.Management.ManagementClass.#ctor(System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L164C55-L164C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L164C55-L164C81" }, { "DocsId": "M:System.Management.ManagementClass.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L177C47-L177C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L177C47-L177C93" }, { "DocsId": "M:System.Management.ManagementClass.#ctor(System.Management.ManagementPath,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L197C81-L197C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L197C81-L197C110" }, { "DocsId": "M:System.Management.ManagementClass.#ctor(System.String,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L216C15-L216C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L216C15-L216C64" }, { "DocsId": "M:System.Management.ManagementClass.#ctor(System.Management.ManagementScope,System.Management.ManagementPath,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L243C15-L243C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L243C15-L243C45" }, { "DocsId": "M:System.Management.ManagementClass.#ctor(System.String,System.String,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L268C15-L268C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L268C15-L268C86" }, { "DocsId": "M:System.Management.ManagementClass.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L274C9-L276C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L274C9-L276C55" }, { "DocsId": "M:System.Management.ManagementClass.GetInstances", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L427C13-L427C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L427C13-L427C59" }, { "DocsId": "M:System.Management.ManagementClass.GetInstances(System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L459C13-L492C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L459C13-L492C71" }, { "DocsId": "M:System.Management.ManagementClass.GetInstances(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L567C13-L568C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L567C13-L568C10" }, { "DocsId": "M:System.Management.ManagementClass.GetInstances(System.Management.ManagementOperationObserver,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L579C13-L621C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L579C13-L621C10" }, { "DocsId": "M:System.Management.ManagementClass.GetSubclasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L639C13-L639C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L639C13-L639C60" }, { "DocsId": "M:System.Management.ManagementClass.GetSubclasses(System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L675C13-L708C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L675C13-L708C71" }, { "DocsId": "M:System.Management.ManagementClass.GetSubclasses(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L717C13-L718C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L717C13-L718C10" }, { "DocsId": "M:System.Management.ManagementClass.GetSubclasses(System.Management.ManagementOperationObserver,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L730C13-L773C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L730C13-L773C10" }, { "DocsId": "M:System.Management.ManagementClass.Derive(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L804C13-L852C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L804C13-L852C29" }, { "DocsId": "M:System.Management.ManagementClass.CreateInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L887C13-L908C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L887C13-L908C32" }, { "DocsId": "M:System.Management.ManagementClass.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L924C13-L935C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L924C13-L935C71" }, { "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L977C13-L977C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L977C13-L977C52" }, { "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L991C13-L991C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L991C13-L991C88" }, { "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.String,System.String,System.String,System.String,System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1019C13-L1065C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1019C13-L1065C71" }, { "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1077C13-L1078C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1077C13-L1078C10" }, { "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1090C13-L1091C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1090C13-L1091C10" }, { "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.String,System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1116C13-L1167C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1116C13-L1167C10" }, { "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1185C13-L1185C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1185C13-L1185C57" }, { "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1200C13-L1200C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1200C13-L1200C80" }, { "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.String,System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1222C13-L1262C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1222C13-L1262C71" }, { "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1274C13-L1275C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1274C13-L1275C10" }, { "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1287C13-L1288C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1287C13-L1288C10" }, { "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1307C13-L1353C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1307C13-L1353C10" }, { "DocsId": "M:System.Management.ManagementClass.GetStronglyTypedClassCode(System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1410C13-L1412C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1410C13-L1412C93" }, { "DocsId": "M:System.Management.ManagementClass.GetStronglyTypedClassCode(System.Management.CodeLanguage,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1438C13-L1440C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1438C13-L1440C74" }, { "DocsId": "P:System.Management.ManagementClass.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L305C17-L305C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L305C17-L305C34" }, { "DocsId": "P:System.Management.ManagementClass.Derivation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L344C17-L362C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L344C17-L362C31" }, { "DocsId": "P:System.Management.ManagementClass.Methods", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L389C17-L391C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L389C17-L391C67" } ], "DocsId": "T:System.Management.ManagementClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementClass.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementClass.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementDateTimeConverter.ToDateTime(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L113C13-L203C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L113C13-L203C29" }, { "DocsId": "M:System.Management.ManagementDateTimeConverter.ToDmtfDateTime(System.DateTime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L235C13-L284C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L235C13-L284C33" }, { "DocsId": "M:System.Management.ManagementDateTimeConverter.ToTimeSpan(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L311C13-L374C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L311C13-L374C29" }, { "DocsId": "M:System.Management.ManagementDateTimeConverter.ToDmtfTimeInterval(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L408C13-L439C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L408C13-L439C33" } ], "DocsId": "T:System.Management.ManagementDateTimeConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs" }, { "Members": [ { "DocsId": "P:System.Management.ManagementEventArgs.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L55C19-L55C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L55C19-L55C34" } ], "DocsId": "T:System.Management.ManagementEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Management.ObjectReadyEventArgs.NewObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L88C17-L88C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L88C17-L88C34" } ], "DocsId": "T:System.Management.ObjectReadyEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Management.CompletedEventArgs.StatusObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L127C17-L127C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L127C17-L127C34" }, { "DocsId": "P:System.Management.CompletedEventArgs.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L142C17-L142C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L142C17-L142C49" } ], "DocsId": "T:System.Management.CompletedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Management.ObjectPutEventArgs.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L178C17-L178C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L178C17-L178C32" } ], "DocsId": "T:System.Management.ObjectPutEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Management.ProgressEventArgs.UpperBound", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L223C17-L223C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L223C17-L223C35" }, { "DocsId": "P:System.Management.ProgressEventArgs.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L239C17-L239C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L239C17-L239C32" }, { "DocsId": "P:System.Management.ProgressEventArgs.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L254C17-L254C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L254C17-L254C48" } ], "DocsId": "T:System.Management.ProgressEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Management.EventArrivedEventArgs.NewEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L279C19-L279C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L279C19-L279C43" } ], "DocsId": "T:System.Management.EventArrivedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Management.StoppedEventArgs.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L306C17-L306C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L306C17-L306C49" } ], "DocsId": "T:System.Management.StoppedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Management.EventArrivedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" }, { "DocsId": "M:System.Management.EventArrivedEventHandler.Invoke(System.Object,System.Management.EventArrivedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" }, { "DocsId": "M:System.Management.EventArrivedEventHandler.BeginInvoke(System.Object,System.Management.EventArrivedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" }, { "DocsId": "M:System.Management.EventArrivedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" } ], "DocsId": "T:System.Management.EventArrivedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" }, { "Members": [ { "DocsId": "M:System.Management.StoppedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" }, { "DocsId": "M:System.Management.StoppedEventHandler.Invoke(System.Object,System.Management.StoppedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" }, { "DocsId": "M:System.Management.StoppedEventHandler.BeginInvoke(System.Object,System.Management.StoppedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" }, { "DocsId": "M:System.Management.StoppedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" } ], "DocsId": "T:System.Management.StoppedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementEventWatcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L142C43-L142C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L142C43-L142C86" }, { "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.Management.EventQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L154C33-L154C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L154C33-L154C60" }, { "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L166C29-L166C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L166C29-L166C72" }, { "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.Management.ManagementScope,System.Management.EventQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L176C33-L176C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L176C33-L176C61" }, { "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L187C29-L187C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L187C29-L187C94" }, { "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.String,System.String,System.Management.EventWatcherOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L201C44-L201C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L201C44-L201C112" }, { "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.Management.ManagementScope,System.Management.EventQuery,System.Management.EventWatcherOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L212C9-L239C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L212C9-L239C10" }, { "DocsId": "M:System.Management.ManagementEventWatcher.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L247C13-L257C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L247C13-L257C10" }, { "DocsId": "M:System.Management.ManagementEventWatcher.WaitForNextEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L392C13-L465C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L392C13-L465C24" }, { "DocsId": "M:System.Management.ManagementEventWatcher.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L478C13-L524C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L478C13-L524C10" }, { "DocsId": "M:System.Management.ManagementEventWatcher.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L535C13-L549C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L535C13-L549C10" }, { "DocsId": "E:System.Management.ManagementEventWatcher.EventArrived", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" }, { "DocsId": "E:System.Management.ManagementEventWatcher.Stopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" }, { "DocsId": "P:System.Management.ManagementEventWatcher.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L287C17-L287C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L287C17-L287C30" }, { "DocsId": "P:System.Management.ManagementEventWatcher.Query", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L320C17-L320C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L320C17-L320C30" }, { "DocsId": "P:System.Management.ManagementEventWatcher.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L353C17-L353C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L353C17-L353C32" } ], "DocsId": "T:System.Management.ManagementEventWatcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" }, { "Members": [ { "DocsId": "F:System.Management.ManagementStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.NoError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.False", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ResetToDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.Different", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.Timedout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.NoMoreData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.OperationCanceled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.Pending", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.DuplicateObjects", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.PartialResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.Failed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.NotFound", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.AccessDenied", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ProviderFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.TypeMismatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.OutOfMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.NotAvailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.CriticalError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.NotSupported", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidSuperclass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidNamespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ProviderNotFound", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidProviderRegistration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ProviderLoadFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InitializationFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.TransportFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidQueryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.AlreadyExists", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.OverrideNotAllowed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.PropagatedQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.PropagatedProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.Unexpected", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.IllegalOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.CannotBeKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.IncompleteClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidSyntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.NondecoratedObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ProviderNotCapable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ClassHasChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ClassHasInstances", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.QueryNotImplemented", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.IllegalNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidQualifierType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidPropertyType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ValueOutOfRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.CannotBeSingleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidCimType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidMethodParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.SystemProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.CallCanceled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ShuttingDown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.PropagatedMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.UnsupportedParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.MissingParameterID", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidParameterID", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.NonconsecutiveParameterIDs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ParameterIDOnRetval", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidObjectPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.OutOfDiskSpace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.BufferTooSmall", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.UnsupportedPutExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.UnknownObjectType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.UnknownPacketType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.MarshalVersionMismatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.MarshalInvalidSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidDuplicateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.TooMuchData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ServerTooBusy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidFlavor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.CircularReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.UnsupportedClassUpdate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.CannotChangeKeyInheritance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.CannotChangeIndexInheritance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.TooManyProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.UpdateTypeMismatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.UpdateOverrideNotAllowed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.UpdatePropagatedMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.MethodNotImplemented", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.MethodDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.RefresherBusy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.UnparsableQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.NotEventClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.MissingGroupWithin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.MissingAggregationList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.PropertyNotAnObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.AggregatingByObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.UninterpretableProviderQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.BackupRestoreWinmgmtRunning", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.QueueOverflow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.PrivilegeNotHeld", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.InvalidOperator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.LocalCredentials", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.CannotBeAbstract", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.AmendedObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.ClientTooSlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.RegistrationTooBroad", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "DocsId": "F:System.Management.ManagementStatus.RegistrationTooPrecise", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" } ], "DocsId": "T:System.Management.ManagementStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs#L679C91-L682C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs#L679C91-L682C10" }, { "DocsId": "M:System.Management.ManagementException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs#L686C40-L689C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs#L686C40-L689C10" }, { "DocsId": "M:System.Management.ManagementException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs#L697C54-L700C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs#L697C54-L700C10" }, { "DocsId": "M:System.Management.ManagementException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs#L709C80-L714C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs#L709C80-L714C10" }, { "DocsId": "M:System.Management.ManagementException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs#L729C13-L734C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs#L729C13-L734C10" }, { "DocsId": "P:System.Management.ManagementException.ErrorInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs#L788C15-L788C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs#L788C15-L788C34" }, { "DocsId": "P:System.Management.ManagementException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs#L801C15-L801C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs#L801C15-L801C32" } ], "DocsId": "T:System.Management.ManagementException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementException.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementNamedValueCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L37C9-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L37C9-L39C10" }, { "DocsId": "M:System.Management.ManagementNamedValueCollection.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L53C9-L55C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L53C9-L55C55" }, { "DocsId": "M:System.Management.ManagementNamedValueCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L101C17-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L101C17-L107C10" }, { "DocsId": "M:System.Management.ManagementNamedValueCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L118C13-L120C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L118C13-L120C10" }, { "DocsId": "M:System.Management.ManagementNamedValueCollection.RemoveAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L127C13-L129C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L127C13-L129C10" }, { "DocsId": "M:System.Management.ManagementNamedValueCollection.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L141C13-L175C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L141C13-L175C24" }, { "DocsId": "P:System.Management.ManagementNamedValueCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L190C17-L190C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L190C17-L190C43" } ], "DocsId": "T:System.Management.ManagementNamedValueCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementObject.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L100C13-L100C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L100C13-L100C55" }, { "DocsId": "M:System.Management.ManagementObject.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L105C13-L112C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L105C13-L112C10" }, { "DocsId": "M:System.Management.ManagementObject.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L229C37-L229C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L229C37-L229C80" }, { "DocsId": "M:System.Management.ManagementObject.#ctor(System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L245C56-L245C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L245C56-L245C82" }, { "DocsId": "M:System.Management.ManagementObject.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L273C48-L273C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L273C48-L273C94" }, { "DocsId": "M:System.Management.ManagementObject.#ctor(System.Management.ManagementPath,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L303C82-L303C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L303C82-L303C111" }, { "DocsId": "M:System.Management.ManagementObject.#ctor(System.String,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L331C13-L332C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L331C13-L332C12" }, { "DocsId": "M:System.Management.ManagementObject.#ctor(System.Management.ManagementScope,System.Management.ManagementPath,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L373C15-L376C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L373C15-L376C10" }, { "DocsId": "M:System.Management.ManagementObject.#ctor(System.String,System.String,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L458C15-L458C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L458C15-L458C98" }, { "DocsId": "M:System.Management.ManagementObject.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L469C88-L472C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L469C88-L472C10" }, { "DocsId": "M:System.Management.ManagementObject.Get", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L768C13-L806C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L768C13-L806C10" }, { "DocsId": "M:System.Management.ManagementObject.Get(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L890C13-L933C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L890C13-L933C10" }, { "DocsId": "M:System.Management.ManagementObject.GetRelated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L965C13-L965C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L965C13-L965C45" }, { "DocsId": "M:System.Management.ManagementObject.GetRelated(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L993C13-L993C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L993C13-L993C88" }, { "DocsId": "M:System.Management.ManagementObject.GetRelated(System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1027C13-L1076C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1027C13-L1076C71" }, { "DocsId": "M:System.Management.ManagementObject.GetRelated(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1092C13-L1093C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1092C13-L1093C10" }, { "DocsId": "M:System.Management.ManagementObject.GetRelated(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1110C13-L1111C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1110C13-L1111C10" }, { "DocsId": "M:System.Management.ManagementObject.GetRelated(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1143C13-L1198C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1143C13-L1198C10" }, { "DocsId": "M:System.Management.ManagementObject.GetRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1217C13-L1217C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1217C13-L1217C51" }, { "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1236C13-L1236C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1236C13-L1236C81" }, { "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1264C13-L1308C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1264C13-L1308C71" }, { "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1325C13-L1326C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1325C13-L1326C10" }, { "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1343C13-L1344C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1343C13-L1344C10" }, { "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1370C13-L1421C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1370C13-L1421C10" }, { "DocsId": "M:System.Management.ManagementObject.Put", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1438C13-L1438C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1438C13-L1438C42" }, { "DocsId": "M:System.Management.ManagementObject.Put(System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1454C13-L1538C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1454C13-L1538C28" }, { "DocsId": "M:System.Management.ManagementObject.Put(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1599C13-L1600C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1599C13-L1600C10" }, { "DocsId": "M:System.Management.ManagementObject.Put(System.Management.ManagementOperationObserver,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1610C13-L1668C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1610C13-L1668C10" }, { "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1701C13-L1701C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1701C13-L1701C51" }, { "DocsId": "M:System.Management.ManagementObject.CopyTo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1713C13-L1713C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1713C13-L1713C71" }, { "DocsId": "M:System.Management.ManagementObject.CopyTo(System.String,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1726C13-L1726C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1726C13-L1726C62" }, { "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementPath,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1739C13-L1827C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1739C13-L1827C28" }, { "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1837C13-L1838C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1837C13-L1838C10" }, { "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1847C13-L1848C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1847C13-L1848C10" }, { "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.String,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1858C13-L1859C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1858C13-L1859C10" }, { "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.Management.ManagementPath,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1869C13-L1924C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1869C13-L1924C10" }, { "DocsId": "M:System.Management.ManagementObject.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1937C13-L1938C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1937C13-L1938C10" }, { "DocsId": "M:System.Management.ManagementObject.Delete(System.Management.DeleteOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1946C13-L1990C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1946C13-L1990C10" }, { "DocsId": "M:System.Management.ManagementObject.Delete(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1999C13-L2000C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1999C13-L2000C10" }, { "DocsId": "M:System.Management.ManagementObject.Delete(System.Management.ManagementOperationObserver,System.Management.DeleteOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2009C13-L2057C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2009C13-L2057C10" }, { "DocsId": "M:System.Management.ManagementObject.InvokeMethod(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2130C13-L2156C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2130C13-L2156C27" }, { "DocsId": "M:System.Management.ManagementObject.InvokeMethod(System.Management.ManagementOperationObserver,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2177C13-L2198C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2177C13-L2198C10" }, { "DocsId": "M:System.Management.ManagementObject.InvokeMethod(System.String,System.Management.ManagementBaseObject,System.Management.InvokeMethodOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2276C13-L2323C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2276C13-L2323C34" }, { "DocsId": "M:System.Management.ManagementObject.InvokeMethod(System.Management.ManagementOperationObserver,System.String,System.Management.ManagementBaseObject,System.Management.InvokeMethodOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2343C13-L2390C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2343C13-L2390C10" }, { "DocsId": "M:System.Management.ManagementObject.GetMethodParameters(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2413C13-L2415C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2413C13-L2415C33" }, { "DocsId": "M:System.Management.ManagementObject.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2493C13-L2511C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2493C13-L2511C73" }, { "DocsId": "M:System.Management.ManagementObject.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2527C13-L2530C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2527C13-L2530C27" }, { "DocsId": "P:System.Management.ManagementObject.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L510C17-L510C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L510C17-L510C63" }, { "DocsId": "P:System.Management.ManagementObject.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L562C17-L562C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L562C17-L562C61" }, { "DocsId": "P:System.Management.ManagementObject.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L626C17-L626C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L626C17-L626C66" }, { "DocsId": "P:System.Management.ManagementObject.ClassPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L671C17-L721C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L671C17-L721C34" } ], "DocsId": "T:System.Management.ManagementObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObject.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementObjectCollection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L92C13-L93C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L92C13-L93C10" }, { "DocsId": "M:System.Management.ManagementObjectCollection.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L102C13-L106C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L102C13-L106C10" }, { "DocsId": "M:System.Management.ManagementObjectCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L201C13-L235C20" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L201C13-L235C20" }, { "DocsId": "M:System.Management.ManagementObjectCollection.CopyTo(System.Management.ManagementBaseObject[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L246C13-L247C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L246C13-L247C10" }, { "DocsId": "M:System.Management.ManagementObjectCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L269C13-L329C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L269C13-L329C71" }, { "DocsId": "M:System.Management.ManagementObjectCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L344C13-L344C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L344C13-L344C36" }, { "DocsId": "P:System.Management.ManagementObjectCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L137C17-L152C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L137C17-L152C30" }, { "DocsId": "P:System.Management.ManagementObjectCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L167C17-L170C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L167C17-L170C30" }, { "DocsId": "P:System.Management.ManagementObjectCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L184C17-L187C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L184C17-L187C29" }, { "DocsId": "T:System.Management.ManagementObjectCollection.ManagementObjectEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs" } ], "DocsId": "T:System.Management.ManagementObjectCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L86C45-L86C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L86C45-L86C88" }, { "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L101C63-L101C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L101C63-L101C113" }, { "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.Management.ObjectQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L116C62-L116C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L116C62-L116C89" }, { "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L138C13-L139C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L138C13-L139C12" }, { "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.Management.ManagementScope,System.Management.ObjectQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L161C85-L161C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L161C85-L161C113" }, { "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L183C13-L184C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L183C13-L184C12" }, { "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.Management.ManagementScope,System.Management.ObjectQuery,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L205C9-L218C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L205C9-L218C10" }, { "DocsId": "M:System.Management.ManagementObjectSearcher.Get", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L323C13-L392C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L323C13-L392C71" }, { "DocsId": "M:System.Management.ManagementObjectSearcher.Get(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L405C13-L483C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L405C13-L483C10" }, { "DocsId": "P:System.Management.ManagementObjectSearcher.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L249C17-L249C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L249C17-L249C30" }, { "DocsId": "P:System.Management.ManagementObjectSearcher.Query", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L275C17-L275C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L275C17-L275C30" }, { "DocsId": "P:System.Management.ManagementObjectSearcher.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L296C17-L296C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L296C17-L296C32" } ], "DocsId": "T:System.Management.ManagementObjectSearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs" }, { "Members": [ { "DocsId": "M:System.Management.ObjectReadyEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.ObjectReadyEventHandler.Invoke(System.Object,System.Management.ObjectReadyEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.ObjectReadyEventHandler.BeginInvoke(System.Object,System.Management.ObjectReadyEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.ObjectReadyEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" } ], "DocsId": "T:System.Management.ObjectReadyEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "Members": [ { "DocsId": "M:System.Management.CompletedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.CompletedEventHandler.Invoke(System.Object,System.Management.CompletedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.CompletedEventHandler.BeginInvoke(System.Object,System.Management.CompletedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.CompletedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" } ], "DocsId": "T:System.Management.CompletedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "Members": [ { "DocsId": "M:System.Management.ProgressEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.ProgressEventHandler.Invoke(System.Object,System.Management.ProgressEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.ProgressEventHandler.BeginInvoke(System.Object,System.Management.ProgressEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.ProgressEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" } ], "DocsId": "T:System.Management.ProgressEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "Members": [ { "DocsId": "M:System.Management.ObjectPutEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.ObjectPutEventHandler.Invoke(System.Object,System.Management.ObjectPutEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.ObjectPutEventHandler.BeginInvoke(System.Object,System.Management.ObjectPutEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "M:System.Management.ObjectPutEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" } ], "DocsId": "T:System.Management.ObjectPutEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementOperationObserver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs#L153C9-L158C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs#L153C9-L158C10" }, { "DocsId": "M:System.Management.ManagementOperationObserver.Cancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs#L167C13-L211C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs#L167C13-L211C10" }, { "DocsId": "E:System.Management.ManagementOperationObserver.ObjectReady", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "E:System.Management.ManagementOperationObserver.Completed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "E:System.Management.ManagementOperationObserver.Progress", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "DocsId": "E:System.Management.ManagementOperationObserver.ObjectPut", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" } ], "DocsId": "T:System.Management.ManagementOperationObserver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" }, { "Members": [ { "DocsId": "F:System.Management.AuthenticationLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.AuthenticationLevel.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.AuthenticationLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.AuthenticationLevel.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.AuthenticationLevel.Call", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.AuthenticationLevel.Packet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.AuthenticationLevel.PacketIntegrity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.AuthenticationLevel.PacketPrivacy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.AuthenticationLevel.Unchanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" } ], "DocsId": "T:System.Management.AuthenticationLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "Members": [ { "DocsId": "F:System.Management.ImpersonationLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.ImpersonationLevel.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.ImpersonationLevel.Anonymous", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.ImpersonationLevel.Identify", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.ImpersonationLevel.Impersonate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.ImpersonationLevel.Delegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" } ], "DocsId": "T:System.Management.ImpersonationLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "Members": [ { "DocsId": "F:System.Management.PutType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.PutType.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.PutType.UpdateOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.PutType.CreateOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.PutType.UpdateOrCreate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" } ], "DocsId": "T:System.Management.PutType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "F:System.Management.ManagementOptions.InfiniteTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "DocsId": "P:System.Management.ManagementOptions.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L169C17-L169C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L169C17-L169C73" }, { "DocsId": "P:System.Management.ManagementOptions.Timeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L207C15-L207C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L207C15-L207C30" } ], "DocsId": "T:System.Management.ManagementOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "Members": [ { "DocsId": "M:System.Management.EnumerationOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L514C39-L514C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L514C39-L514C120" }, { "DocsId": "M:System.Management.EnumerationOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L543C35-L553C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L543C35-L553C10" }, { "DocsId": "M:System.Management.EnumerationOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L563C13-L569C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L563C13-L569C129" }, { "DocsId": "P:System.Management.EnumerationOptions.ReturnImmediately", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L329C19-L329C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L329C19-L329C121" }, { "DocsId": "P:System.Management.EnumerationOptions.BlockSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L347C19-L347C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L347C19-L347C36" }, { "DocsId": "P:System.Management.EnumerationOptions.Rewindable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L378C19-L378C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L378C19-L378C115" }, { "DocsId": "P:System.Management.EnumerationOptions.UseAmendedQualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L405C19-L405C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L405C19-L405C125" }, { "DocsId": "P:System.Management.EnumerationOptions.EnsureLocatable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L428C15-L428C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L428C15-L428C115" }, { "DocsId": "P:System.Management.EnumerationOptions.PrototypeOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L451C15-L451C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L451C15-L451C106" }, { "DocsId": "P:System.Management.EnumerationOptions.DirectRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L472C15-L472C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L472C15-L472C110" }, { "DocsId": "P:System.Management.EnumerationOptions.EnumerateDeep", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L495C15-L495C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L495C15-L495C104" } ], "DocsId": "T:System.Management.EnumerationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "Members": [ { "DocsId": "M:System.Management.EventWatcherOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L691C15-L691C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L691C15-L691C49" }, { "DocsId": "M:System.Management.EventWatcherOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L663C9-L705C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L663C9-L705C10" }, { "DocsId": "M:System.Management.EventWatcherOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L715C13-L720C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L715C13-L720C76" }, { "DocsId": "P:System.Management.EventWatcherOptions.BlockSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L674C19-L674C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L674C19-L674C36" } ], "DocsId": "T:System.Management.EventWatcherOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "Members": [ { "DocsId": "M:System.Management.ObjectGetOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L830C37-L830C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L830C37-L830C75" }, { "DocsId": "M:System.Management.ObjectGetOptions.#ctor(System.Management.ManagementNamedValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L837C75-L837C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L837C75-L837C116" }, { "DocsId": "M:System.Management.ObjectGetOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L846C120-L849C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L846C120-L849C10" }, { "DocsId": "M:System.Management.ObjectGetOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L859C13-L864C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L859C13-L864C84" }, { "DocsId": "P:System.Management.ObjectGetOptions.UseAmendedQualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L814C19-L814C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L814C19-L814C125" } ], "DocsId": "T:System.Management.ObjectGetOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "Members": [ { "DocsId": "M:System.Management.PutOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L988C31-L988C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L988C31-L988C93" }, { "DocsId": "M:System.Management.PutOptions.#ctor(System.Management.ManagementNamedValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L995C69-L995C134" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L995C69-L995C134" }, { "DocsId": "M:System.Management.PutOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Boolean,System.Management.PutType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1005C131-L1009C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1005C131-L1009C10" }, { "DocsId": "M:System.Management.PutOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1019C13-L1024C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1019C13-L1024C84" }, { "DocsId": "P:System.Management.PutOptions.UseAmendedQualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L947C19-L947C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L947C19-L947C125" }, { "DocsId": "P:System.Management.PutOptions.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L965C17-L967C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L965C17-L967C103" } ], "DocsId": "T:System.Management.PutOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "Members": [ { "DocsId": "M:System.Management.DeleteOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1088C34-L1088C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1088C34-L1088C44" }, { "DocsId": "M:System.Management.DeleteOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1096C90-L1096C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1096C90-L1096C116" }, { "DocsId": "M:System.Management.DeleteOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1106C13-L1111C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1106C13-L1111C59" } ], "DocsId": "T:System.Management.DeleteOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "Members": [ { "DocsId": "M:System.Management.InvokeMethodOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1175C40-L1175C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1175C40-L1175C50" }, { "DocsId": "M:System.Management.InvokeMethodOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1183C96-L1183C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1183C96-L1183C122" }, { "DocsId": "M:System.Management.InvokeMethodOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1193C13-L1198C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1193C13-L1198C65" } ], "DocsId": "T:System.Management.InvokeMethodOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "Members": [ { "DocsId": "M:System.Management.ConnectionOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1554C13-L1557C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1554C13-L1557C12" }, { "DocsId": "M:System.Management.ConnectionOptions.#ctor(System.String,System.String,System.String,System.String,System.Management.ImpersonationLevel,System.Management.AuthenticationLevel,System.Boolean,System.Management.ManagementNamedValueCollection,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1578C77-L1603C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1578C77-L1603C10" }, { "DocsId": "M:System.Management.ConnectionOptions.#ctor(System.String,System.String,System.Security.SecureString,System.String,System.Management.ImpersonationLevel,System.Management.AuthenticationLevel,System.Boolean,System.Management.ManagementNamedValueCollection,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1622C77-L1643C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1622C77-L1643C10" }, { "DocsId": "M:System.Management.ConnectionOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1653C13-L1658C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1653C13-L1658C102" }, { "DocsId": "P:System.Management.ConnectionOptions.Locale", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1295C19-L1295C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1295C19-L1295C49" }, { "DocsId": "P:System.Management.ConnectionOptions.Username", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1321C19-L1321C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1321C19-L1321C35" }, { "DocsId": "P:System.Management.ConnectionOptions.Password", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1347C17-L1379C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1347C17-L1379C14" }, { "DocsId": "P:System.Management.ConnectionOptions.SecurePassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1396C17-L1418C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1396C17-L1418C14" }, { "DocsId": "P:System.Management.ConnectionOptions.Authority", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1443C19-L1443C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1443C19-L1443C52" }, { "DocsId": "P:System.Management.ConnectionOptions.Impersonation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1475C19-L1475C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1475C19-L1475C40" }, { "DocsId": "P:System.Management.ConnectionOptions.Authentication", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1506C19-L1506C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1506C19-L1506C41" }, { "DocsId": "P:System.Management.ConnectionOptions.EnablePrivileges", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1530C19-L1530C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1530C19-L1530C43" } ], "DocsId": "T:System.Management.ConnectionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementPath.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L184C35-L184C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L184C35-L184C57" }, { "DocsId": "M:System.Management.ManagementPath.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L190C9-L194C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L190C9-L194C10" }, { "DocsId": "M:System.Management.ManagementPath.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L206C13-L206C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L206C13-L206C30" }, { "DocsId": "M:System.Management.ManagementPath.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L217C13-L217C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L217C13-L217C45" }, { "DocsId": "M:System.Management.ManagementPath.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L228C13-L228C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L228C13-L228C28" }, { "DocsId": "M:System.Management.ManagementPath.SetAsClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L408C13-L421C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L408C13-L421C94" }, { "DocsId": "M:System.Management.ManagementPath.SetAsSingleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L430C13-L443C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L430C13-L443C94" }, { "DocsId": "P:System.Management.ManagementPath.DefaultPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L241C19-L241C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L241C19-L241C53" }, { "DocsId": "P:System.Management.ManagementPath.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L462C17-L462C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L462C17-L462C43" }, { "DocsId": "P:System.Management.ManagementPath.RelativePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L502C17-L536C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L502C17-L536C32" }, { "DocsId": "P:System.Management.ManagementPath.Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L605C17-L633C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L605C17-L633C32" }, { "DocsId": "P:System.Management.ManagementPath.NamespacePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L856C17-L856C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L856C17-L856C99" }, { "DocsId": "P:System.Management.ManagementPath.ClassName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L889C17-L889C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L889C17-L889C42" }, { "DocsId": "P:System.Management.ManagementPath.IsClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L976C17-L990C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L976C17-L990C101" }, { "DocsId": "P:System.Management.ManagementPath.IsInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L1005C17-L1019C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L1005C17-L1019C100" }, { "DocsId": "P:System.Management.ManagementPath.IsSingleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L1034C17-L1048C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L1034C17-L1048C101" } ], "DocsId": "T:System.Management.ManagementPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementPath.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementPath.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L60C68-L60C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L60C68-L60C69" }, { "DocsId": "M:System.Management.ManagementQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" }, { "DocsId": "P:System.Management.ManagementQuery.QueryString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L76C19-L76C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L76C19-L76C54" }, { "DocsId": "P:System.Management.ManagementQuery.QueryLanguage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L98C19-L98C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L98C19-L98C56" } ], "DocsId": "T:System.Management.ManagementQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" }, { "Members": [ { "DocsId": "M:System.Management.ObjectQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L221C32-L221C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L221C32-L221C42" }, { "DocsId": "M:System.Management.ObjectQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L228C44-L228C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L228C44-L228C59" }, { "DocsId": "M:System.Management.ObjectQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L236C61-L236C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L236C61-L236C86" }, { "DocsId": "M:System.Management.ObjectQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L247C13-L247C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L247C13-L247C64" } ], "DocsId": "T:System.Management.ObjectQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" }, { "Members": [ { "DocsId": "M:System.Management.EventQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L434C31-L434C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L434C31-L434C41" }, { "DocsId": "M:System.Management.EventQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L440C43-L440C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L440C43-L440C58" }, { "DocsId": "M:System.Management.EventQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L448C60-L448C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L448C60-L448C85" }, { "DocsId": "M:System.Management.EventQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L459C13-L459C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L459C13-L459C63" } ], "DocsId": "T:System.Management.EventQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" }, { "Members": [ { "DocsId": "M:System.Management.WqlObjectQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L523C35-L523C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L523C35-L523C49" }, { "DocsId": "M:System.Management.WqlObjectQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L530C47-L530C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L530C47-L530C62" }, { "DocsId": "M:System.Management.WqlObjectQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L555C13-L555C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L555C13-L555C52" }, { "DocsId": "P:System.Management.WqlObjectQuery.QueryLanguage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L543C15-L543C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L543C15-L543C41" } ], "DocsId": "T:System.Management.WqlObjectQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" }, { "Members": [ { "DocsId": "M:System.Management.SelectQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L626C32-L626C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L626C32-L626C46" }, { "DocsId": "M:System.Management.SelectQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L654C9-L682C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L654C9-L682C10" }, { "DocsId": "M:System.Management.SelectQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L697C66-L697C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L697C66-L697C102" }, { "DocsId": "M:System.Management.SelectQuery.#ctor(System.String,System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L721C95-L732C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L721C95-L732C10" }, { "DocsId": "M:System.Management.SelectQuery.#ctor(System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L747C68-L758C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L747C68-L758C10" }, { "DocsId": "M:System.Management.SelectQuery.BuildQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L913C13-L955C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L913C13-L955C10" }, { "DocsId": "M:System.Management.SelectQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L965C13-L1095C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L965C13-L1095C10" }, { "DocsId": "M:System.Management.SelectQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1105C13-L1121C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1105C13-L1121C57" }, { "DocsId": "P:System.Management.SelectQuery.QueryString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L787C17-L788C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L787C17-L788C41" }, { "DocsId": "P:System.Management.SelectQuery.IsSchemaQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L812C15-L812C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L812C15-L812C36" }, { "DocsId": "P:System.Management.SelectQuery.ClassName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L846C19-L846C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L846C19-L846C52" }, { "DocsId": "P:System.Management.SelectQuery.Condition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L865C19-L865C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L865C19-L865C52" }, { "DocsId": "P:System.Management.SelectQuery.SelectedProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L884C19-L884C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L884C19-L884C45" } ], "DocsId": "T:System.Management.SelectQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" }, { "Members": [ { "DocsId": "M:System.Management.RelatedObjectQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1215C39-L1215C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1215C39-L1215C53" }, { "DocsId": "M:System.Management.RelatedObjectQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1252C9-L1283C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1252C9-L1283C10" }, { "DocsId": "M:System.Management.RelatedObjectQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1291C79-L1293C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1291C79-L1293C12" }, { "DocsId": "M:System.Management.RelatedObjectQuery.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1308C9-L1328C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1308C9-L1328C10" }, { "DocsId": "M:System.Management.RelatedObjectQuery.#ctor(System.Boolean,System.String,System.String,System.String,System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1344C9-L1367C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1344C9-L1367C10" }, { "DocsId": "M:System.Management.RelatedObjectQuery.BuildQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1564C13-L1624C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1564C13-L1624C10" }, { "DocsId": "M:System.Management.RelatedObjectQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1634C13-L1754C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1634C13-L1754C10" }, { "DocsId": "M:System.Management.RelatedObjectQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1766C13-L1773C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1766C13-L1773C55" }, { "DocsId": "P:System.Management.RelatedObjectQuery.IsSchemaQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1385C15-L1385C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1385C15-L1385C36" }, { "DocsId": "P:System.Management.RelatedObjectQuery.SourceObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1405C19-L1405C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1405C19-L1405C55" }, { "DocsId": "P:System.Management.RelatedObjectQuery.RelatedClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1433C19-L1433C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1433C19-L1433C55" }, { "DocsId": "P:System.Management.RelatedObjectQuery.RelationshipClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1461C19-L1461C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1461C19-L1461C60" }, { "DocsId": "P:System.Management.RelatedObjectQuery.RelatedQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1479C19-L1479C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1479C19-L1479C59" }, { "DocsId": "P:System.Management.RelatedObjectQuery.RelationshipQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1497C19-L1497C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1497C19-L1497C64" }, { "DocsId": "P:System.Management.RelatedObjectQuery.RelatedRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1515C19-L1515C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1515C19-L1515C54" }, { "DocsId": "P:System.Management.RelatedObjectQuery.ThisRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1532C19-L1532C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1532C19-L1532C51" }, { "DocsId": "P:System.Management.RelatedObjectQuery.ClassDefinitionsOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1552C19-L1552C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1552C19-L1552C47" } ], "DocsId": "T:System.Management.RelatedObjectQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" }, { "Members": [ { "DocsId": "M:System.Management.RelationshipQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1852C38-L1852C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1852C38-L1852C52" }, { "DocsId": "M:System.Management.RelationshipQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1880C9-L1911C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1880C9-L1911C10" }, { "DocsId": "M:System.Management.RelationshipQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1919C83-L1921C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1919C83-L1921C12" }, { "DocsId": "M:System.Management.RelationshipQuery.#ctor(System.String,System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1933C9-L1946C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1933C9-L1946C10" }, { "DocsId": "M:System.Management.RelationshipQuery.#ctor(System.Boolean,System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1959C9-L1976C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1959C9-L1976C10" }, { "DocsId": "M:System.Management.RelationshipQuery.BuildQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2099C13-L2144C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2099C13-L2144C10" }, { "DocsId": "M:System.Management.RelationshipQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2154C13-L2260C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2154C13-L2260C10" }, { "DocsId": "M:System.Management.RelationshipQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2272C13-L2277C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2272C13-L2277C55" }, { "DocsId": "P:System.Management.RelationshipQuery.IsSchemaQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1995C15-L1995C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1995C15-L1995C36" }, { "DocsId": "P:System.Management.RelationshipQuery.SourceObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2015C19-L2015C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2015C19-L2015C55" }, { "DocsId": "P:System.Management.RelationshipQuery.RelationshipClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2033C19-L2033C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2033C19-L2033C60" }, { "DocsId": "P:System.Management.RelationshipQuery.RelationshipQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2051C19-L2051C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2051C19-L2051C64" }, { "DocsId": "P:System.Management.RelationshipQuery.ThisRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2069C19-L2069C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2069C19-L2069C51" }, { "DocsId": "P:System.Management.RelationshipQuery.ClassDefinitionsOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2087C19-L2087C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2087C19-L2087C47" } ], "DocsId": "T:System.Management.RelationshipQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" }, { "Members": [ { "DocsId": "M:System.Management.WqlEventQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2443C34-L2443C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2443C34-L2443C96" }, { "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2471C9-L2497C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2471C9-L2497C10" }, { "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2518C73-L2518C150" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2518C73-L2518C150" }, { "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2543C41-L2544C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2543C41-L2544C12" }, { "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.TimeSpan,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2575C41-L2576C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2575C41-L2576C12" }, { "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.String,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2607C41-L2608C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2607C41-L2608C12" }, { "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.String,System.TimeSpan,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2646C13-L2647C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2646C13-L2647C12" }, { "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.TimeSpan,System.String,System.TimeSpan,System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2686C9-L2700C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2686C9-L2700C10" }, { "DocsId": "M:System.Management.WqlEventQuery.BuildQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2966C13-L3013C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2966C13-L3013C10" }, { "DocsId": "M:System.Management.WqlEventQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L3022C13-L3134C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L3022C13-L3134C10" }, { "DocsId": "M:System.Management.WqlEventQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L3146C13-L3160C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L3146C13-L3160C104" }, { "DocsId": "P:System.Management.WqlEventQuery.QueryLanguage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2714C15-L2714C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2714C15-L2714C41" }, { "DocsId": "P:System.Management.WqlEventQuery.QueryString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2729C17-L2730C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2729C17-L2730C41" }, { "DocsId": "P:System.Management.WqlEventQuery.EventClassName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2763C19-L2763C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2763C19-L2763C57" }, { "DocsId": "P:System.Management.WqlEventQuery.Condition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2797C19-L2797C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2797C19-L2797C52" }, { "DocsId": "P:System.Management.WqlEventQuery.WithinInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2833C19-L2833C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2833C19-L2833C41" }, { "DocsId": "P:System.Management.WqlEventQuery.GroupWithinInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2869C19-L2869C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2869C19-L2869C46" }, { "DocsId": "P:System.Management.WqlEventQuery.GroupByPropertyList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2906C19-L2906C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2906C19-L2906C46" }, { "DocsId": "P:System.Management.WqlEventQuery.HavingCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2954C19-L2954C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2954C19-L2954C58" } ], "DocsId": "T:System.Management.WqlEventQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementScope.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L691C13-L695C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L691C13-L695C10" }, { "DocsId": "M:System.Management.ManagementScope.#ctor(System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L710C55-L710C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L710C55-L710C94" }, { "DocsId": "M:System.Management.ManagementScope.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L723C47-L723C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L723C47-L723C106" }, { "DocsId": "M:System.Management.ManagementScope.#ctor(System.String,System.Management.ConnectionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L742C74-L742C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L742C74-L742C117" }, { "DocsId": "M:System.Management.ManagementScope.#ctor(System.Management.ManagementPath,System.Management.ConnectionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L766C9-L781C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L766C9-L781C10" }, { "DocsId": "M:System.Management.ManagementScope.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L877C13-L877C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L877C13-L877C49" }, { "DocsId": "M:System.Management.ManagementScope.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L889C13-L889C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L889C13-L889C28" }, { "DocsId": "M:System.Management.ManagementScope.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L921C13-L922C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L921C13-L922C10" }, { "DocsId": "P:System.Management.ManagementScope.IsConnected", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L597C17-L597C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L597C17-L597C47" }, { "DocsId": "P:System.Management.ManagementScope.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L810C17-L810C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L810C17-L810C126" }, { "DocsId": "P:System.Management.ManagementScope.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L848C17-L848C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L848C17-L848C64" } ], "DocsId": "T:System.Management.ManagementScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementScope.cs" }, { "Members": [ { "DocsId": "P:System.Management.MethodData.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Method.cs#L147C19-L147C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Method.cs#L147C19-L147C43" }, { "DocsId": "P:System.Management.MethodData.InParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Method.cs#L171C17-L172C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Method.cs#L171C17-L172C93" }, { "DocsId": "P:System.Management.MethodData.OutParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Method.cs#L198C17-L199C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Method.cs#L198C17-L199C95" }, { "DocsId": "P:System.Management.MethodData.Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Method.cs#L215C17-L228C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Method.cs#L215C17-L228C34" }, { "DocsId": "P:System.Management.MethodData.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Method.cs#L243C54-L243C147" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Method.cs#L243C54-L243C147" } ], "DocsId": "T:System.Management.MethodData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Method.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Method.cs" }, { "Members": [ { "DocsId": "M:System.Management.MethodDataCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L152C38-L154C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L152C38-L154C10" }, { "DocsId": "M:System.Management.MethodDataCollection.CopyTo(System.Management.MethodData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L164C13-L165C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L164C13-L165C10" }, { "DocsId": "M:System.Management.MethodDataCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L172C13-L172C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L172C13-L172C68" }, { "DocsId": "M:System.Management.MethodDataCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L188C13-L188C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L188C13-L188C53" }, { "DocsId": "M:System.Management.MethodDataCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L363C13-L385C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L363C13-L385C10" }, { "DocsId": "M:System.Management.MethodDataCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L403C13-L404C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L403C13-L404C10" }, { "DocsId": "M:System.Management.MethodDataCollection.Add(System.String,System.Management.ManagementBaseObject,System.Management.ManagementBaseObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L423C13-L452C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L423C13-L452C10" }, { "DocsId": "P:System.Management.MethodDataCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L75C17-L114C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L75C17-L114C26" }, { "DocsId": "P:System.Management.MethodDataCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L127C19-L127C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L127C19-L127C32" }, { "DocsId": "P:System.Management.MethodDataCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L138C19-L138C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L138C19-L138C31" }, { "DocsId": "P:System.Management.MethodDataCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L343C17-L346C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L343C17-L346C59" }, { "DocsId": "T:System.Management.MethodDataCollection.MethodDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs" } ], "DocsId": "T:System.Management.MethodDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs" }, { "Members": [ { "DocsId": "P:System.Management.PropertyData.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Property.cs#L124C19-L124C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Property.cs#L124C19-L124C45" }, { "DocsId": "P:System.Management.PropertyData.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Property.cs#L138C17-L141C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Property.cs#L138C17-L141C95" }, { "DocsId": "P:System.Management.PropertyData.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Property.cs#L181C17-L182C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Property.cs#L181C17-L182C95" }, { "DocsId": "P:System.Management.PropertyData.IsLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Property.cs#L197C17-L198C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Property.cs#L197C17-L198C121" }, { "DocsId": "P:System.Management.PropertyData.IsArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Property.cs#L212C17-L213C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Property.cs#L212C17-L213C92" }, { "DocsId": "P:System.Management.PropertyData.Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Property.cs#L228C17-L241C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Property.cs#L228C17-L241C34" }, { "DocsId": "P:System.Management.PropertyData.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Property.cs#L253C54-L253C151" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Property.cs#L253C54-L253C151" } ], "DocsId": "T:System.Management.PropertyData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Property.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Property.cs" }, { "Members": [ { "DocsId": "M:System.Management.PropertyDataCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L131C13-L168C20" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L131C13-L168C20" }, { "DocsId": "M:System.Management.PropertyDataCollection.CopyTo(System.Management.PropertyData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L179C13-L180C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L179C13-L180C10" }, { "DocsId": "M:System.Management.PropertyDataCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L186C13-L186C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L186C13-L186C80" }, { "DocsId": "M:System.Management.PropertyDataCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L198C13-L198C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L198C13-L198C65" }, { "DocsId": "M:System.Management.PropertyDataCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L377C13-L394C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L377C13-L394C10" }, { "DocsId": "M:System.Management.PropertyDataCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L413C13-L436C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L413C13-L436C10" }, { "DocsId": "M:System.Management.PropertyDataCollection.Add(System.String,System.Object,System.Management.CimType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L452C13-L478C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L452C13-L478C10" }, { "DocsId": "M:System.Management.PropertyDataCollection.Add(System.String,System.Management.CimType,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L494C13-L516C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L494C13-L516C10" }, { "DocsId": "P:System.Management.PropertyDataCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L75C17-L94C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L75C17-L94C45" }, { "DocsId": "P:System.Management.PropertyDataCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L107C19-L107C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L107C19-L107C32" }, { "DocsId": "P:System.Management.PropertyDataCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L118C19-L118C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L118C19-L118C31" }, { "DocsId": "P:System.Management.PropertyDataCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L350C17-L353C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L350C17-L353C63" }, { "DocsId": "T:System.Management.PropertyDataCollection.PropertyDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs" } ], "DocsId": "T:System.Management.PropertyDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs" }, { "Members": [ { "DocsId": "P:System.Management.QualifierData.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Qualifier.cs#L151C19-L151C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Qualifier.cs#L151C19-L151C46" }, { "DocsId": "P:System.Management.QualifierData.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Qualifier.cs#L172C17-L173C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Qualifier.cs#L172C17-L173C70" }, { "DocsId": "P:System.Management.QualifierData.IsAmended", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Qualifier.cs#L209C17-L211C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Qualifier.cs#L209C17-L211C88" }, { "DocsId": "P:System.Management.QualifierData.IsLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Qualifier.cs#L247C17-L249C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Qualifier.cs#L247C17-L249C92" }, { "DocsId": "P:System.Management.QualifierData.PropagatesToInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Qualifier.cs#L265C17-L267C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Qualifier.cs#L265C17-L267C107" }, { "DocsId": "P:System.Management.QualifierData.PropagatesToSubclass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Qualifier.cs#L303C17-L305C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Qualifier.cs#L303C17-L305C112" }, { "DocsId": "P:System.Management.QualifierData.IsOverridable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Qualifier.cs#L341C17-L343C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Qualifier.cs#L341C17-L343C97" } ], "DocsId": "T:System.Management.QualifierData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/Qualifier.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/Qualifier.cs" }, { "Members": [ { "DocsId": "M:System.Management.QualifierDataCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L180C13-L218C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L180C13-L218C10" }, { "DocsId": "M:System.Management.QualifierDataCollection.CopyTo(System.Management.QualifierData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L230C13-L231C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L230C13-L231C10" }, { "DocsId": "M:System.Management.QualifierDataCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L238C13-L238C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L238C13-L238C111" }, { "DocsId": "M:System.Management.QualifierDataCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L250C13-L250C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L250C13-L250C96" }, { "DocsId": "M:System.Management.QualifierDataCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L426C13-L435C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L426C13-L435C10" }, { "DocsId": "M:System.Management.QualifierDataCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L447C13-L448C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L447C13-L448C10" }, { "DocsId": "M:System.Management.QualifierDataCollection.Add(System.String,System.Object,System.Boolean,System.Boolean,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L466C13-L484C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L466C13-L484C10" }, { "DocsId": "P:System.Management.QualifierDataCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L119C17-L144C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L119C17-L144C14" }, { "DocsId": "P:System.Management.QualifierDataCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L156C19-L156C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L156C19-L156C32" }, { "DocsId": "P:System.Management.QualifierDataCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L167C19-L167C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L167C19-L167C31" }, { "DocsId": "P:System.Management.QualifierDataCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L413C17-L416C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L413C17-L416C105" }, { "DocsId": "T:System.Management.QualifierDataCollection.QualifierDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs" } ], "DocsId": "T:System.Management.QualifierDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs" }, { "Members": [ { "DocsId": "F:System.Management.CodeLanguage.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" }, { "DocsId": "F:System.Management.CodeLanguage.CSharp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" }, { "DocsId": "F:System.Management.CodeLanguage.JScript", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" }, { "DocsId": "F:System.Management.CodeLanguage.VB", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" }, { "DocsId": "F:System.Management.CodeLanguage.VJSharp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" }, { "DocsId": "F:System.Management.CodeLanguage.Mcpp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" } ], "DocsId": "T:System.Management.CodeLanguage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" }, { "Members": [ { "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L430C17-L431C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L430C17-L431C14" }, { "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L441C17-L461C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L441C17-L461C14" }, { "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L497C21-L497C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L497C21-L497C36" }, { "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L515C17-L589C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L515C17-L589C29" }, { "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L600C17-L642C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L600C17-L642C14" }, { "DocsId": "P:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L475C21-L482C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L475C21-L482C49" }, { "DocsId": "P:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L497C21-L497C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L497C21-L497C36" } ], "DocsId": "T:System.Management.ManagementObjectCollection.ManagementObjectEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs" }, { "Members": [ { "DocsId": "M:System.Management.MethodDataCollection.MethodDataEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L295C48-L295C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L295C48-L295C76" }, { "DocsId": "M:System.Management.MethodDataCollection.MethodDataEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L316C17-L316C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L316C17-L316C38" }, { "DocsId": "M:System.Management.MethodDataCollection.MethodDataEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L324C17-L325C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L324C17-L325C14" }, { "DocsId": "P:System.Management.MethodDataCollection.MethodDataEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L295C48-L295C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L295C48-L295C76" }, { "DocsId": "P:System.Management.MethodDataCollection.MethodDataEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs#L306C21-L306C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs#L306C21-L306C71" } ], "DocsId": "T:System.Management.MethodDataCollection.MethodDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/MethodSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/MethodSet.cs" }, { "Members": [ { "DocsId": "M:System.Management.PropertyDataCollection.PropertyDataEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L276C48-L276C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L276C48-L276C76" }, { "DocsId": "M:System.Management.PropertyDataCollection.PropertyDataEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L306C17-L310C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L306C17-L310C71" }, { "DocsId": "M:System.Management.PropertyDataCollection.PropertyDataEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L319C17-L320C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L319C17-L320C14" }, { "DocsId": "P:System.Management.PropertyDataCollection.PropertyDataEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L276C48-L276C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L276C48-L276C76" }, { "DocsId": "P:System.Management.PropertyDataCollection.PropertyDataEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs#L289C21-L292C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs#L289C21-L292C79" } ], "DocsId": "T:System.Management.PropertyDataCollection.PropertyDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/PropertySet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/PropertySet.cs" }, { "Members": [ { "DocsId": "M:System.Management.QualifierDataCollection.QualifierDataEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L350C48-L350C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L350C48-L350C76" }, { "DocsId": "M:System.Management.QualifierDataCollection.QualifierDataEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L380C17-L384C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L380C17-L384C72" }, { "DocsId": "M:System.Management.QualifierDataCollection.QualifierDataEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L392C17-L393C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L392C17-L393C14" }, { "DocsId": "P:System.Management.QualifierDataCollection.QualifierDataEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L350C48-L350C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L350C48-L350C76" }, { "DocsId": "P:System.Management.QualifierDataCollection.QualifierDataEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L362C21-L366C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L362C21-L366C87" } ], "DocsId": "T:System.Management.QualifierDataCollection.QualifierDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Management/src/System/Management/QualifierSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Management/src/System/Management/QualifierSet.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Memory.Data.json b/xml/SourceLinkInformation/net-9.0-pp/System.Memory.Data.json index 2b16dd0387f..b30e9bf3d99 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Memory.Data.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Memory.Data.json @@ -1,187 +1,187 @@ { "Assembly": "System.Memory.Data", - "GUID": "0C1F82340187412FB3153FD254D5E7D9FFFFFFFF", + "GUID": "208A15C7053948428CDDB6531DC9DBF8FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.BinaryData.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L60C9-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L60C9-L63C10" }, { "DocsId": "M:System.BinaryData.#ctor(System.Byte[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L72C61-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L72C61-L75C10" }, { "DocsId": "M:System.BinaryData.#ctor(System.Object,System.Text.Json.JsonSerializerOptions,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L90C119-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L90C119-L94C10" }, { "DocsId": "M:System.BinaryData.#ctor(System.Object,System.Text.Json.Serialization.JsonSerializerContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L107C108-L111C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L107C108-L111C10" }, { "DocsId": "M:System.BinaryData.#ctor(System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L118C9-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L118C9-L121C10" }, { "DocsId": "M:System.BinaryData.#ctor(System.ReadOnlyMemory{System.Byte},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L130C75-L133C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L130C75-L133C10" }, { "DocsId": "M:System.BinaryData.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L140C9-L148C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L140C9-L148C10" }, { "DocsId": "M:System.BinaryData.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L158C61-L161C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L158C61-L161C10" }, { "DocsId": "M:System.BinaryData.FromBytes(System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L169C74-L169C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L169C74-L169C94" }, { "DocsId": "M:System.BinaryData.FromBytes(System.ReadOnlyMemory{System.Byte},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L181C16-L181C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L181C16-L181C47" }, { "DocsId": "M:System.BinaryData.FromBytes(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L189C60-L189C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L189C60-L189C80" }, { "DocsId": "M:System.BinaryData.FromBytes(System.Byte[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L200C16-L200C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L200C16-L200C47" }, { "DocsId": "M:System.BinaryData.FromString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L208C61-L208C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L208C61-L208C81" }, { "DocsId": "M:System.BinaryData.FromString(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L220C16-L220C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L220C16-L220C47" }, { "DocsId": "M:System.BinaryData.FromStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L228C63-L228C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L228C63-L228C98" }, { "DocsId": "M:System.BinaryData.FromStream(System.IO.Stream,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L241C13-L246C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L241C13-L246C97" }, { "DocsId": "M:System.BinaryData.FromStreamAsync(System.IO.Stream,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L257C16-L257C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L257C16-L257C75" }, { "DocsId": "M:System.BinaryData.FromStreamAsync(System.IO.Stream,System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L272C13-L277C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L272C13-L277C90" }, { "DocsId": "M:System.BinaryData.FromFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L323C59-L323C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L323C59-L323C90" }, { "DocsId": "M:System.BinaryData.FromFile(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L335C13-L340C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L335C13-L340C71" }, { "DocsId": "M:System.BinaryData.FromFileAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L350C16-L350C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L350C16-L350C71" }, { "DocsId": "M:System.BinaryData.FromFileAsync(System.String,System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L364C13-L369C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L364C13-L369C27" }, { "DocsId": "M:System.BinaryData.FromObjectAsJson``1(``0,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L397C16-L397C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L397C16-L397C120" }, { "DocsId": "M:System.BinaryData.FromObjectAsJson``1(``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L410C16-L410C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L410C16-L410C125" }, { "DocsId": "M:System.BinaryData.WithMediaType(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L419C16-L419C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L419C16-L419C49" }, { "DocsId": "M:System.BinaryData.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L436C13-L445C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L436C13-L445C66" }, { "DocsId": "M:System.BinaryData.ToStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L453C37-L453C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L453C37-L453C69" }, { "DocsId": "M:System.BinaryData.ToMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L459C51-L459C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L459C51-L459C57" }, { "DocsId": "M:System.BinaryData.ToArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L465C36-L465C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L465C36-L465C52" }, { "DocsId": "M:System.BinaryData.ToObjectFromJson``1(System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L478C16-L478C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L478C16-L478C80" }, { "DocsId": "M:System.BinaryData.ToObjectFromJson``1(System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L489C16-L489C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L489C16-L489C82" }, { "DocsId": "M:System.BinaryData.op_Implicit(System.BinaryData)~System.ReadOnlyMemory{System.Byte}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L506C83-L506C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L506C83-L506C106" }, { "DocsId": "M:System.BinaryData.op_Implicit(System.BinaryData)~System.ReadOnlySpan{System.Byte}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L514C13-L518C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L514C13-L518C37" }, { "DocsId": "M:System.BinaryData.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L529C73-L529C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L529C73-L529C99" }, { "DocsId": "M:System.BinaryData.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L533C46-L533C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L533C46-L533C64" }, { "DocsId": "P:System.BinaryData.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L35C42-L35C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L35C42-L35C46" }, { "DocsId": "P:System.BinaryData.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L41C30-L41C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L41C30-L41C43" }, { "DocsId": "P:System.BinaryData.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L47C32-L47C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L47C32-L47C46" }, { "DocsId": "P:System.BinaryData.MediaType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L53C36-L53C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L53C36-L53C40" } ], "DocsId": "T:System.BinaryData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryData.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.BinaryDataJsonConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs#L14C9-L15C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs#L14C9-L15C12" }, { "DocsId": "M:System.Text.Json.Serialization.BinaryDataJsonConverter.Read(System.Text.Json.Utf8JsonReader@,System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs#L20C13-L20C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs#L20C13-L20C70" }, { "DocsId": "M:System.Text.Json.Serialization.BinaryDataJsonConverter.Write(System.Text.Json.Utf8JsonWriter,System.BinaryData,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs#L26C13-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs#L26C13-L27C10" } ], "DocsId": "T:System.Text.Json.Serialization.BinaryDataJsonConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Net.Http.Json.json b/xml/SourceLinkInformation/net-9.0-pp/System.Net.Http.Json.json index dbe946cc254..aa9a030efc9 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Net.Http.Json.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Net.Http.Json.json @@ -1,293 +1,293 @@ { "Assembly": "System.Net.Http.Json", - "GUID": "8C98ACE780B55A3A3C7078C6C68E2E5EFFFFFFFF", + "GUID": "B9EFA94BDE9939005F47C549234F78FBFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L36C13-L36C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L36C13-L36C108" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L56C13-L56C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L56C13-L56C92" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L74C13-L74C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L74C13-L74C105" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L92C13-L92C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L92C13-L92C89" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L110C13-L110C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L110C13-L110C103" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpClient,System.Uri,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L128C13-L128C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.AsyncEnumerable.cs#L128C13-L128C103" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L34C13-L34C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L34C13-L34C97" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L49C13-L49C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L49C13-L49C99" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L64C13-L64C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L64C13-L64C99" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L79C13-L79C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L79C13-L79C101" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L92C13-L92C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L92C13-L92C97" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L105C13-L105C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L105C13-L105C99" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L118C13-L118C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L118C13-L118C96" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L131C13-L131C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L131C13-L131C98" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L145C13-L145C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L145C13-L145C92" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L159C13-L159C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L159C13-L159C92" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L173C13-L173C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L173C13-L173C94" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.DeleteFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L187C13-L187C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Delete.cs#L187C13-L187C94" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L24C13-L24C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L24C13-L24C94" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L29C13-L29C200" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L29C13-L29C200" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L34C13-L34C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L34C13-L34C96" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L39C13-L39C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L39C13-L39C98" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L42C13-L42C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L42C13-L42C94" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L45C13-L45C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L45C13-L45C96" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L48C13-L48C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L48C13-L48C93" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L51C13-L51C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L51C13-L51C95" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.String,System.Type,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L56C13-L56C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L56C13-L56C89" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync(System.Net.Http.HttpClient,System.Uri,System.Type,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L61C13-L61C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L61C13-L61C89" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L66C13-L66C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L66C13-L66C91" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync``1(System.Net.Http.HttpClient,System.Uri,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L71C13-L71C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Get.cs#L71C13-L71C91" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L18C13-L24C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L18C13-L24C77" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L31C13-L37C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L31C13-L37C77" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L43C16-L43C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L43C16-L43C91" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L48C16-L48C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L48C16-L48C91" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L52C13-L58C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L52C13-L58C77" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PostAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L63C13-L69C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Post.cs#L63C13-L69C77" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L18C13-L24C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L18C13-L24C76" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L31C13-L37C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L31C13-L37C76" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L43C16-L43C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L43C16-L43C90" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L48C16-L48C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L48C16-L48C90" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L52C13-L58C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L52C13-L58C76" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PutAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L63C13-L69C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Put.cs#L63C13-L69C76" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L29C13-L35C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L29C13-L35C78" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L53C13-L59C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L53C13-L59C78" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L75C16-L75C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L75C16-L75C92" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L90C16-L90C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L90C16-L90C92" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.String,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L105C13-L111C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L105C13-L111C78" }, { "DocsId": "M:System.Net.Http.Json.HttpClientJsonExtensions.PatchAsJsonAsync``1(System.Net.Http.HttpClient,System.Uri,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L127C13-L133C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.Patch.cs#L127C13-L133C78" } ], "DocsId": "T:System.Net.Http.Json.HttpClientJsonExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpClientJsonExtensions.cs" }, { "Members": [ { "DocsId": "M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpContent,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.AsyncEnumerable.cs#L33C13-L33C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.AsyncEnumerable.cs#L33C13-L33C112" }, { "DocsId": "M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpContent,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.AsyncEnumerable.cs#L55C13-L60C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.AsyncEnumerable.cs#L55C13-L60C99" }, { "DocsId": "M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsAsyncEnumerable``1(System.Net.Http.HttpContent,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.AsyncEnumerable.cs#L80C13-L85C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.AsyncEnumerable.cs#L80C13-L85C96" }, { "DocsId": "M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync(System.Net.Http.HttpContent,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L32C13-L37C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L32C13-L37C85" }, { "DocsId": "M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync(System.Net.Http.HttpContent,System.Type,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L51C13-L51C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L51C13-L51C106" }, { "DocsId": "M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync``1(System.Net.Http.HttpContent,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L66C13-L71C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L66C13-L71C82" }, { "DocsId": "M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync``1(System.Net.Http.HttpContent,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L85C13-L85C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L85C13-L85C103" }, { "DocsId": "M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync(System.Net.Http.HttpContent,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L110C13-L115C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L110C13-L115C85" }, { "DocsId": "M:System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync``1(System.Net.Http.HttpContent,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L120C13-L125C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs#L120C13-L125C84" } ], "DocsId": "T:System.Net.Http.Json.HttpContentJsonExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/HttpContentJsonExtensions.cs" }, { "Members": [ { "DocsId": "M:System.Net.Http.Json.JsonContent.Create``1(``0,System.Net.Http.Headers.MediaTypeHeaderValue,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L54C16-L54C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L54C16-L54C94" }, { "DocsId": "M:System.Net.Http.Json.JsonContent.Create(System.Object,System.Type,System.Net.Http.Headers.MediaTypeHeaderValue,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L68C13-L71C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L68C13-L71C108" }, { "DocsId": "M:System.Net.Http.Json.JsonContent.Create``1(``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Net.Http.Headers.MediaTypeHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L84C13-L86C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L84C13-L86C73" }, { "DocsId": "M:System.Net.Http.Json.JsonContent.Create(System.Object,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Net.Http.Headers.MediaTypeHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L98C13-L101C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L98C13-L101C73" }, { "DocsId": "M:System.Net.Http.Json.JsonContent.SerializeToStreamAsync(System.IO.Stream,System.Net.TransportContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L105C16-L105C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L105C16-L105C74" }, { "DocsId": "M:System.Net.Http.Json.JsonContent.TryComputeLength(System.Int64@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L109C13-L110C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L109C13-L110C26" }, { "DocsId": "M:System.Net.Http.Json.JsonContent.SerializeToStream(System.IO.Stream,System.Net.TransportContext,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.netcoreapp.cs#L16C13-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.netcoreapp.cs#L16C13-L24C10" }, { "DocsId": "M:System.Net.Http.Json.JsonContent.SerializeToStreamAsync(System.IO.Stream,System.Net.TransportContext,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.netcoreapp.cs#L27C16-L27C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.netcoreapp.cs#L27C16-L27C69" }, { "DocsId": "P:System.Net.Http.Json.JsonContent.ObjectType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L19C35-L19C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L19C35-L19C49" }, { "DocsId": "P:System.Net.Http.Json.JsonContent.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L20C32-L20C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs#L20C32-L20C36" } ], "DocsId": "T:System.Net.Http.Json.JsonContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.Json/src/System/Net/Http/Json/JsonContent.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Net.Http.WinHttpHandler.json b/xml/SourceLinkInformation/net-9.0-pp/System.Net.Http.WinHttpHandler.json index 61158193daf..ae5c78c05f2 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Net.Http.WinHttpHandler.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Net.Http.WinHttpHandler.json @@ -1,177 +1,177 @@ { "Assembly": "System.Net.Http.WinHttpHandler", - "GUID": "F6EC0D4D67354222B7C81EDCA0B5D2BAFFFFFFFF", + "GUID": "6534D967FED641E7BE9978824BA9D8F1FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" }, { "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.DoNotUseProxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" }, { "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.UseWinHttpProxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" }, { "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.UseWinInetProxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" }, { "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.UseCustomProxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" } ], "DocsId": "T:System.Net.Http.WindowsProxyUsePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" }, { "Members": [ { "DocsId": "F:System.Net.Http.CookieUsePolicy.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" }, { "DocsId": "F:System.Net.Http.CookieUsePolicy.IgnoreCookies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" }, { "DocsId": "F:System.Net.Http.CookieUsePolicy.UseInternalCookieStoreOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" }, { "DocsId": "F:System.Net.Http.CookieUsePolicy.UseSpecifiedCookieContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" } ], "DocsId": "T:System.Net.Http.CookieUsePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" }, { "Members": [ { "DocsId": "M:System.Net.Http.WinHttpHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L53C9-L99C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L53C9-L99C10" }, { "DocsId": "M:System.Net.Http.WinHttpHandler.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L542C13-L553C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L542C13-L551C10" }, { "DocsId": "M:System.Net.Http.WinHttpHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L559C13-L622C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L557C13-L620C29" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.AutomaticRedirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L106C17-L106C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L106C17-L106C46" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.MaxAutomaticRedirections", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L120C17-L120C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L120C17-L120C50" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.AutomaticDecompression", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L142C17-L142C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L142C17-L142C48" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.CookieUsePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L156C17-L156C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L156C17-L156C41" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.CookieContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L177C17-L177C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L177C17-L177C41" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.SslProtocols", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L191C17-L191C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L191C17-L191C38" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.ServerCertificateValidationCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L211C17-L211C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L211C17-L211C61" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.CheckCertificateRevocationList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L226C17-L226C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L226C17-L226C56" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.ClientCertificateOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L240C17-L240C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L240C17-L240C49" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.ClientCertificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L260C17-L265C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L260C17-L265C81" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.PreAuthenticate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L273C17-L273C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L273C17-L273C41" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.ServerCredentials", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L286C17-L286C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L286C17-L286C43" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.WindowsProxyUsePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L299C17-L299C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L299C17-L299C47" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.DefaultProxyCredentials", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L321C17-L321C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L321C17-L321C49" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.Proxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L335C17-L335C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L335C17-L335C31" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.MaxConnectionsPerServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L349C17-L349C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L349C17-L349C49" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.SendTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L373C17-L373C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L373C17-L373C37" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.ReceiveHeadersTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L389C17-L389C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L389C17-L389C47" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.ReceiveDataTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L404C17-L404C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L404C17-L404C44" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.TcpKeepAliveEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L427C17-L427C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L427C17-L427C45" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.TcpKeepAliveTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L448C17-L448C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L448C17-L448C42" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.TcpKeepAliveInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L470C17-L470C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L470C17-L470C46" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.MaxResponseHeadersLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L484C17-L484C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L484C17-L484C50" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.MaxResponseDrainSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L506C17-L506C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L506C17-L506C46" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.EnableMultipleHttp2Connections", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L528C17-L528C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L528C17-L528C56" }, { "DocsId": "P:System.Net.Http.WinHttpHandler.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L537C58-L537C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L537C58-L537C106" } ], "DocsId": "T:System.Net.Http.WinHttpHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Net.ServerSentEvents.json b/xml/SourceLinkInformation/net-9.0-pp/System.Net.ServerSentEvents.json index 67d87f91767..7f524579612 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Net.ServerSentEvents.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Net.ServerSentEvents.json @@ -1,109 +1,109 @@ { "Assembly": "System.Net.ServerSentEvents", - "GUID": "7426CCA9821C498680B1CBB320ECC8DAFFFFFFFF", + "GUID": "2764269BEC734D79834A02BD3F7DF010FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Net.ServerSentEvents.SseFormatter.WriteAsync(System.Collections.Generic.IAsyncEnumerable{System.Net.ServerSentEvents.SseItem{System.String}},System.IO.Stream,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseFormatter.cs#L29C13-L39C135" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseFormatter.cs#L29C13-L39C135" }, { "DocsId": "M:System.Net.ServerSentEvents.SseFormatter.WriteAsync``1(System.Collections.Generic.IAsyncEnumerable{System.Net.ServerSentEvents.SseItem{``0}},System.IO.Stream,System.Action{System.Net.ServerSentEvents.SseItem{``0},System.Buffers.IBufferWriter{System.Byte}},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseFormatter.cs#L53C13-L68C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseFormatter.cs#L53C13-L68C90" } ], "DocsId": "T:System.Net.ServerSentEvents.SseFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseFormatter.cs" }, { "Members": [ { "DocsId": "M:System.Net.ServerSentEvents.SseParser`1.Enumerate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser_1.cs" }, { "DocsId": "M:System.Net.ServerSentEvents.SseParser`1.EnumerateAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser_1.cs" }, { "DocsId": "P:System.Net.ServerSentEvents.SseParser`1.LastEventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser_1.cs#L451C37-L451C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser_1.cs#L451C37-L451C41" }, { "DocsId": "P:System.Net.ServerSentEvents.SseParser`1.ReconnectionInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser_1.cs#L460C48-L460C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser_1.cs#L460C48-L460C52" } ], "DocsId": "T:System.Net.ServerSentEvents.SseParser`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser_1.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser_1.cs" }, { "Members": [ { "DocsId": "M:System.Net.ServerSentEvents.SseItem`1.#ctor(`0,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs#L23C13-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs#L23C13-L30C10" }, { "DocsId": "P:System.Net.ServerSentEvents.SseItem`1.Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs#L33C25-L33C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs#L33C25-L33C29" }, { "DocsId": "P:System.Net.ServerSentEvents.SseItem`1.EventType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs#L36C36-L36C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs#L36C36-L36C76" }, { "DocsId": "P:System.Net.ServerSentEvents.SseItem`1.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs#L42C20-L42C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs#L42C20-L42C28" }, { "DocsId": "P:System.Net.ServerSentEvents.SseItem`1.ReconnectionInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs#L60C20-L60C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs#L60C20-L60C41" } ], "DocsId": "T:System.Net.ServerSentEvents.SseItem`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItem.cs" }, { "Members": [ { "DocsId": "M:System.Net.ServerSentEvents.SseItemParser`1.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItemParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItemParser.cs" }, { "DocsId": "M:System.Net.ServerSentEvents.SseItemParser`1.Invoke(System.String,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItemParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItemParser.cs" }, { "DocsId": "M:System.Net.ServerSentEvents.SseItemParser`1.BeginInvoke(System.String,System.ReadOnlySpan{System.Byte},System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItemParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItemParser.cs" }, { "DocsId": "M:System.Net.ServerSentEvents.SseItemParser`1.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItemParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItemParser.cs" } ], "DocsId": "T:System.Net.ServerSentEvents.SseItemParser`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItemParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseItemParser.cs" }, { "Members": [ { "DocsId": "M:System.Net.ServerSentEvents.SseParser.Create(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser.cs#L29C13-L29C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser.cs#L29C13-L29C73" }, { "DocsId": "M:System.Net.ServerSentEvents.SseParser.Create``1(System.IO.Stream,System.Net.ServerSentEvents.SseItemParser{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser.cs#L39C13-L49C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser.cs#L39C13-L49C60" }, { "DocsId": "F:System.Net.ServerSentEvents.SseParser.EventTypeDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser.cs" } ], "DocsId": "T:System.Net.ServerSentEvents.SseParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Net.ServerSentEvents/src/System/Net/ServerSentEvents/SseParser.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Net.WebSockets.WebSocketProtocol.json b/xml/SourceLinkInformation/net-9.0-pp/System.Net.WebSockets.WebSocketProtocol.json index e68c987ee30..adf4860d446 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Net.WebSockets.WebSocketProtocol.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Net.WebSockets.WebSocketProtocol.json @@ -1,17 +1,17 @@ { "Assembly": "System.Net.WebSockets.WebSocketProtocol", - "GUID": "8E2036DC7B354A0E9A7EF723405B9AFFFFFFFFFF", + "GUID": "35DB53650AB44573B1FDB902DDDFC557FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Net.WebSockets.WebSocketProtocol.CreateFromStream(System.IO.Stream,System.Boolean,System.String,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/maintenance-packages/blob/d0c2a5a83211e271826172a6b0510c25a52dbd53/src/System.Net.WebSockets.WebSocketProtocol/src/System/Net/WebSockets/WebSocketProtocol.cs#L17C13-L39C113" + "SourceLink": "https://github.com/dotnet/maintenance-packages/blob/ab95a1f103b49919ba02577a99f3173405bb50ca/src/System.Net.WebSockets.WebSocketProtocol/src/System/Net/WebSockets/WebSocketProtocol.cs#L17C13-L39C113" } ], "DocsId": "T:System.Net.WebSockets.WebSocketProtocol", - "SourceLink": "https://github.com/dotnet/maintenance-packages/blob/d0c2a5a83211e271826172a6b0510c25a52dbd53/src/System.Net.WebSockets.WebSocketProtocol/src/System/Net/WebSockets/WebSocketProtocol.cs" + "SourceLink": "https://github.com/dotnet/maintenance-packages/blob/ab95a1f103b49919ba02577a99f3173405bb50ca/src/System.Net.WebSockets.WebSocketProtocol/src/System/Net/WebSockets/WebSocketProtocol.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Numerics.Tensors.json b/xml/SourceLinkInformation/net-9.0-pp/System.Numerics.Tensors.json index c4c3e622e24..bea9ec5be1d 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Numerics.Tensors.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Numerics.Tensors.json @@ -1,3137 +1,3137 @@ { "Assembly": "System.Numerics.Tensors", - "GUID": "EF763674758342E98DBA8382FE8A8F1BFFFFFFFF", + "GUID": "95275215AF4C473B875E071C13A974DCFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Buffers.NIndex.#ctor(System.IntPtr,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L31C13-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L31C13-L40C10" }, { "DocsId": "M:System.Buffers.NIndex.#ctor(System.Index)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L50C13-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L50C13-L54C10" }, { "DocsId": "M:System.Buffers.NIndex.FromStart(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L73C13-L78C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L73C13-L78C38" }, { "DocsId": "M:System.Buffers.NIndex.FromEnd(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L86C13-L91C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L86C13-L91C39" }, { "DocsId": "M:System.Buffers.NIndex.ToIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L98C35-L98C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L98C35-L98C55" }, { "DocsId": "M:System.Buffers.NIndex.ToIndexUnchecked", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L104C44-L104C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L104C44-L104C55" }, { "DocsId": "M:System.Buffers.NIndex.GetOffset(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L132C13-L141C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L132C13-L141C27" }, { "DocsId": "M:System.Buffers.NIndex.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L146C75-L146C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L146C75-L146C122" }, { "DocsId": "M:System.Buffers.NIndex.Equals(System.Buffers.NIndex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L150C45-L150C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L150C45-L150C67" }, { "DocsId": "M:System.Buffers.NIndex.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L153C46-L153C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L153C46-L153C66" }, { "DocsId": "M:System.Buffers.NIndex.op_Implicit(System.IntPtr)~System.Buffers.NIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L156C63-L156C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L156C63-L156C79" }, { "DocsId": "M:System.Buffers.NIndex.op_Implicit(System.Index)~System.Buffers.NIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L159C64-L159C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L159C64-L159C81" }, { "DocsId": "M:System.Buffers.NIndex.op_Explicit(System.Buffers.NIndex)~System.Index", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L162C64-L162C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L162C64-L162C108" }, { "DocsId": "M:System.Buffers.NIndex.op_CheckedExplicit(System.Buffers.NIndex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L165C72-L165C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L165C72-L165C125" }, { "DocsId": "M:System.Buffers.NIndex.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L170C13-L173C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L170C13-L173C37" }, { "DocsId": "P:System.Buffers.NIndex.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L63C39-L63C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L63C39-L63C58" }, { "DocsId": "P:System.Buffers.NIndex.End", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L66C37-L66C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L66C37-L66C57" }, { "DocsId": "P:System.Buffers.NIndex.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L111C17-L114C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L111C17-L114C35" }, { "DocsId": "P:System.Buffers.NIndex.IsFromEnd", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L119C34-L119C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs#L119C34-L119C44" } ], "DocsId": "T:System.Buffers.NIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NIndex.cs" }, { "Members": [ { "DocsId": "M:System.Buffers.NRange.#ctor(System.Buffers.NIndex,System.Buffers.NIndex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L32C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L32C13-L34C10" }, { "DocsId": "M:System.Buffers.NRange.#ctor(System.Range)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L42C13-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L42C13-L44C10" }, { "DocsId": "M:System.Buffers.NRange.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L49C13-L51C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L49C13-L51C30" }, { "DocsId": "M:System.Buffers.NRange.Equals(System.Buffers.NRange)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L55C45-L55C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L55C45-L55C95" }, { "DocsId": "M:System.Buffers.NRange.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L60C13-L60C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L60C13-L60C77" }, { "DocsId": "M:System.Buffers.NRange.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L66C13-L89C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L66C13-L89C51" }, { "DocsId": "M:System.Buffers.NRange.StartAt(System.Buffers.NIndex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L93C55-L93C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L93C55-L93C84" }, { "DocsId": "M:System.Buffers.NRange.EndAt(System.Buffers.NIndex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L96C51-L96C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L96C51-L96C80" }, { "DocsId": "M:System.Buffers.NRange.GetOffsetAndLength(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L111C13-L119C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L111C13-L119C41" }, { "DocsId": "M:System.Buffers.NRange.op_Implicit(System.Range)~System.Buffers.NRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L128C64-L128C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L128C64-L128C98" }, { "DocsId": "M:System.Buffers.NRange.op_Explicit(System.Buffers.NRange)~System.Range", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L134C64-L134C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L134C64-L134C111" }, { "DocsId": "M:System.Buffers.NRange.op_CheckedExplicit(System.Buffers.NRange)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L140C72-L140C137" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L140C72-L140C137" }, { "DocsId": "M:System.Buffers.NRange.ToRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L146C35-L146C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L146C35-L146C88" }, { "DocsId": "M:System.Buffers.NRange.ToRangeUnchecked", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L152C44-L152C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L152C44-L152C79" }, { "DocsId": "P:System.Buffers.NRange.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L22C31-L22C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L22C31-L22C35" }, { "DocsId": "P:System.Buffers.NRange.End", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L25C29-L25C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L25C29-L25C33" }, { "DocsId": "P:System.Buffers.NRange.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L99C37-L99C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs#L99C37-L99C73" } ], "DocsId": "T:System.Buffers.NRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/NRange.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/NRange.cs" }, { "Members": [ { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Abs(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L30C13-L30C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L30C13-L30C72" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Add(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L49C13-L49C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L49C13-L49C74" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Add(System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L66C13-L66C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L66C13-L66C76" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AddMultiply(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L87C13-L87C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L87C13-L87C98" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AddMultiply(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L107C13-L107C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L107C13-L107C100" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AddMultiply(System.ReadOnlySpan{System.Single},System.Single,System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L127C13-L127C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L127C13-L127C100" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Cosh(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L151C13-L151C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L151C13-L151C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.CosineSimilarity(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L173C13-L173C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L173C13-L173C39" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Distance(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L201C13-L206C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L201C13-L206C100" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Divide(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L226C13-L226C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L226C13-L226C77" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Divide(System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L243C13-L243C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L243C13-L243C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Dot(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L269C13-L269C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L269C13-L269C73" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Exp(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L290C13-L290C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L290C13-L290C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMax(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L306C13-L306C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L306C13-L306C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMaxMagnitude(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L323C13-L323C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L323C13-L323C76" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMin(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L339C13-L339C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L339C13-L339C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMinMagnitude(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L356C13-L356C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L356C13-L356C76" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L379C13-L379C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L379C13-L379C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log2(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L402C13-L402C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L402C13-L402C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Max(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L419C13-L419C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L419C13-L419C46" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Max(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L443C13-L443C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L443C13-L443C74" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitude(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L461C13-L461C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L461C13-L461C55" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitude(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L479C13-L479C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L479C13-L479C83" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Min(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L496C13-L496C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L496C13-L496C46" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Min(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L520C13-L520C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L520C13-L520C74" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitude(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L538C13-L538C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L538C13-L538C55" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitude(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L561C13-L561C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L561C13-L561C83" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Multiply(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L580C13-L580C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L580C13-L580C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Multiply(System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L598C13-L598C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L598C13-L598C81" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAdd(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L619C13-L619C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L619C13-L619C94" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAdd(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L640C13-L640C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L640C13-L640C96" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAdd(System.ReadOnlySpan{System.Single},System.Single,System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L660C13-L660C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L660C13-L660C96" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Negate(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L676C13-L676C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L676C13-L676C70" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Norm(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L696C13-L696C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L696C13-L696C40" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Product(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L713C13-L718C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L713C13-L718C83" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ProductOfDifferences(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L744C13-L749C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L744C13-L749C86" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ProductOfSums(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L775C13-L780C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L775C13-L780C81" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sigmoid(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L800C13-L806C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L800C13-L806C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sinh(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L830C13-L830C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L830C13-L830C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SoftMax(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L850C13-L865C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L850C13-L865C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Subtract(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L884C13-L884C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L884C13-L884C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Subtract(System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L901C13-L901C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L901C13-L901C81" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sum(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L916C13-L916C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L916C13-L916C70" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SumOfMagnitudes(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L937C13-L937C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L937C13-L937C70" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SumOfSquares(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L958C13-L958C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L958C13-L958C69" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Tanh(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L983C13-L983C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L983C13-L983C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Abs``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Abs.cs#L31C13-L31C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Abs.cs#L31C13-L31C71" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Acos``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Acos.cs#L26C13-L26C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Acos.cs#L26C13-L26C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Acosh``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Acosh.cs#L26C13-L26C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Acosh.cs#L26C13-L26C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AcosPi``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AcosPi.cs#L26C13-L26C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AcosPi.cs#L26C13-L26C69" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Add``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Add.cs#L28C13-L28C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Add.cs#L28C13-L28C73" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Add``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Add.cs#L46C13-L46C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Add.cs#L46C13-L46C75" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AddMultiply``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AddMultiply.cs#L30C13-L30C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AddMultiply.cs#L30C13-L30C97" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AddMultiply``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AddMultiply.cs#L51C13-L51C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AddMultiply.cs#L51C13-L51C99" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AddMultiply``1(System.ReadOnlySpan{``0},``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AddMultiply.cs#L72C13-L72C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AddMultiply.cs#L72C13-L72C99" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Asin``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Asin.cs#L26C13-L26C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Asin.cs#L26C13-L26C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Asinh``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Asinh.cs#L26C13-L26C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Asinh.cs#L26C13-L26C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AsinPi``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AsinPi.cs#L26C13-L26C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AsinPi.cs#L26C13-L26C69" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atan``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan.cs#L26C13-L26C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan.cs#L26C13-L26C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atan2``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2.cs#L29C13-L29C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2.cs#L29C13-L29C75" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atan2``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2.cs#L48C13-L48C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2.cs#L48C13-L48C77" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atan2``1(``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2.cs#L67C13-L67C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2.cs#L67C13-L67C77" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atan2Pi``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2Pi.cs#L29C13-L29C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2Pi.cs#L29C13-L29C77" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atan2Pi``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2Pi.cs#L48C13-L48C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2Pi.cs#L48C13-L48C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atan2Pi``1(``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2Pi.cs#L67C13-L67C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2Pi.cs#L67C13-L67C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atanh``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atanh.cs#L26C13-L26C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atanh.cs#L26C13-L26C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AtanPi``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AtanPi.cs#L26C13-L26C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AtanPi.cs#L26C13-L26C69" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.BitwiseAnd``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.BitwiseAnd.cs#L25C13-L25C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.BitwiseAnd.cs#L25C13-L25C80" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.BitwiseAnd``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.BitwiseAnd.cs#L40C13-L40C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.BitwiseAnd.cs#L40C13-L40C82" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.BitwiseOr``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.BitwiseOr.cs#L25C13-L25C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.BitwiseOr.cs#L25C13-L25C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.BitwiseOr``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.BitwiseOr.cs#L40C13-L40C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.BitwiseOr.cs#L40C13-L40C81" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Cbrt``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Cbrt.cs#L23C13-L23C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Cbrt.cs#L23C13-L23C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Ceiling``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Ceiling.cs#L23C13-L23C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Ceiling.cs#L23C13-L23C70" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ConvertChecked``2(System.ReadOnlySpan{``0},System.Span{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ConvertChecked.cs#L26C13-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ConvertChecked.cs#L26C13-L30C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ConvertSaturating``2(System.ReadOnlySpan{``0},System.Span{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ConvertSaturating.cs#L26C13-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ConvertSaturating.cs#L26C13-L30C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ConvertTruncating``2(System.ReadOnlySpan{``0},System.Span{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ConvertTruncating.cs#L26C13-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ConvertTruncating.cs#L26C13-L101C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.CopySign``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.CopySign.cs#L25C13-L25C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.CopySign.cs#L25C13-L25C81" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.CopySign``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.CopySign.cs#L40C13-L40C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.CopySign.cs#L40C13-L40C83" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Cos``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Cos.cs#L30C13-L30C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Cos.cs#L30C13-L30C66" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Cosh``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Cosh.cs#L34C13-L34C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Cosh.cs#L34C13-L34C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.CosineSimilarity``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.CosineSimilarity.cs#L32C13-L32C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.CosineSimilarity.cs#L32C13-L32C39" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.CosPi``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.CosPi.cs#L30C13-L30C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.CosPi.cs#L30C13-L30C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.DegreesToRadians``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.DegreesToRadians.cs#L23C13-L23C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.DegreesToRadians.cs#L23C13-L23C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Distance``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Distance.cs#L37C13-L42C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Distance.cs#L37C13-L42C91" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Divide``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Divide.cs#L29C13-L29C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Divide.cs#L29C13-L29C76" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Divide``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Divide.cs#L48C13-L48C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Divide.cs#L48C13-L48C78" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Divide``1(``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Divide.cs#L67C13-L67C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Divide.cs#L67C13-L67C78" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Dot``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Dot.cs#L33C13-L33C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Dot.cs#L33C13-L33C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Exp``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp.cs#L31C13-L31C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp.cs#L31C13-L31C66" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Exp10``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp10.cs#L26C13-L26C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp10.cs#L26C13-L26C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Exp10M1``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp10M1.cs#L26C13-L26C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp10M1.cs#L26C13-L26C70" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Exp2``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp2.cs#L26C13-L26C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp2.cs#L26C13-L26C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Exp2M1``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp2M1.cs#L26C13-L26C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp2M1.cs#L26C13-L26C69" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ExpM1``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ExpM1.cs#L26C13-L26C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ExpM1.cs#L26C13-L26C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Floor``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Floor.cs#L23C13-L23C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Floor.cs#L23C13-L23C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.FusedMultiplyAdd``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.FusedMultiplyAdd.cs#L39C13-L39C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.FusedMultiplyAdd.cs#L39C13-L39C98" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.FusedMultiplyAdd``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.FusedMultiplyAdd.cs#L67C13-L67C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.FusedMultiplyAdd.cs#L67C13-L67C100" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.FusedMultiplyAdd``1(System.ReadOnlySpan{``0},``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.FusedMultiplyAdd.cs#L94C13-L94C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.FusedMultiplyAdd.cs#L94C13-L94C100" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ConvertToHalf(System.ReadOnlySpan{System.Single},System.Span{System.Half})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Half.cs#L24C13-L24C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Half.cs#L24C13-L24C51" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ConvertToSingle(System.ReadOnlySpan{System.Half},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Half.cs#L42C13-L42C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Half.cs#L42C13-L42C51" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.HammingBitDistance``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.HammingDistance.cs#L22C13-L33C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.HammingDistance.cs#L22C13-L33C26" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.HammingDistance``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.HammingDistance.cs#L50C13-L59C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.HammingDistance.cs#L50C13-L59C47" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Hypot``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Hypot.cs#L26C13-L26C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Hypot.cs#L26C13-L26C75" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Ieee754Remainder``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Ieee754Remainder.cs#L25C13-L25C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Ieee754Remainder.cs#L25C13-L25C86" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Ieee754Remainder``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Ieee754Remainder.cs#L41C13-L41C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Ieee754Remainder.cs#L41C13-L41C88" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Ieee754Remainder``1(``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Ieee754Remainder.cs#L56C13-L56C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Ieee754Remainder.cs#L56C13-L56C88" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ILogB``1(System.ReadOnlySpan{``0},System.Span{System.Int32})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ILogB.cs#L23C13-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ILogB.cs#L23C13-L32C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMax``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.IndexOfMax.cs#L29C13-L29C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.IndexOfMax.cs#L29C13-L29C59" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMaxMagnitude``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.IndexOfMaxMagnitude.cs#L27C13-L27C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.IndexOfMaxMagnitude.cs#L27C13-L27C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMin``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.IndexOfMin.cs#L26C13-L26C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.IndexOfMin.cs#L26C13-L26C59" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMinMagnitude``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.IndexOfMinMagnitude.cs#L27C13-L27C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.IndexOfMinMagnitude.cs#L27C13-L27C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.LeadingZeroCount``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.LeadingZeroCount.cs#L26C13-L26C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.LeadingZeroCount.cs#L26C13-L26C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Lerp``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Lerp.cs#L31C13-L31C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Lerp.cs#L31C13-L31C86" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Lerp``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Lerp.cs#L52C13-L52C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Lerp.cs#L52C13-L52C88" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Lerp``1(System.ReadOnlySpan{``0},``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Lerp.cs#L73C13-L73C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Lerp.cs#L73C13-L73C88" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log.cs#L33C13-L33C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log.cs#L33C13-L33C66" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log.cs#L54C13-L54C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log.cs#L54C13-L54C77" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log.cs#L73C13-L73C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log.cs#L73C13-L73C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log10``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log10.cs#L32C13-L32C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log10.cs#L32C13-L32C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log10P1``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log10P1.cs#L32C13-L32C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log10P1.cs#L32C13-L32C70" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log2``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log2.cs#L33C13-L33C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log2.cs#L33C13-L33C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log2P1``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log2P1.cs#L32C13-L32C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log2P1.cs#L32C13-L32C69" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.LogP1``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.LogP1.cs#L32C13-L32C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.LogP1.cs#L32C13-L32C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Max``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Max.cs#L30C13-L30C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Max.cs#L30C13-L30C45" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Max``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Max.cs#L55C13-L55C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Max.cs#L55C13-L55C73" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Max``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Max.cs#L78C13-L78C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Max.cs#L78C13-L78C75" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitude``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitude.cs#L28C13-L28C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitude.cs#L28C13-L28C54" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitude``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitude.cs#L47C13-L47C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitude.cs#L47C13-L47C82" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitude``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitude.cs#L64C13-L64C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitude.cs#L64C13-L64C84" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitudeNumber``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitudeNumber.cs#L29C13-L29C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitudeNumber.cs#L29C13-L29C60" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitudeNumber``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitudeNumber.cs#L55C13-L55C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitudeNumber.cs#L55C13-L55C88" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitudeNumber``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitudeNumber.cs#L79C13-L79C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitudeNumber.cs#L79C13-L79C90" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxNumber``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxNumber.cs#L29C13-L29C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxNumber.cs#L29C13-L29C51" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxNumber``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxNumber.cs#L54C13-L54C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxNumber.cs#L54C13-L54C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxNumber``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxNumber.cs#L77C13-L77C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxNumber.cs#L77C13-L77C81" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Min``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Min.cs#L28C13-L28C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Min.cs#L28C13-L28C45" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Min``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Min.cs#L53C13-L53C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Min.cs#L53C13-L53C73" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Min``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Min.cs#L76C13-L76C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Min.cs#L76C13-L76C75" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitude``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitude.cs#L28C13-L28C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitude.cs#L28C13-L28C54" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitude``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitude.cs#L52C13-L52C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitude.cs#L52C13-L52C82" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitude``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitude.cs#L74C13-L74C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitude.cs#L74C13-L74C84" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitudeNumber``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitudeNumber.cs#L29C13-L29C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitudeNumber.cs#L29C13-L29C60" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitudeNumber``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitudeNumber.cs#L55C13-L55C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitudeNumber.cs#L55C13-L55C88" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitudeNumber``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitudeNumber.cs#L79C13-L79C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitudeNumber.cs#L79C13-L79C90" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinNumber``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinNumber.cs#L29C13-L29C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinNumber.cs#L29C13-L29C51" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinNumber``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinNumber.cs#L54C13-L54C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinNumber.cs#L54C13-L54C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinNumber``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinNumber.cs#L77C13-L77C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinNumber.cs#L77C13-L77C81" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Multiply``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Multiply.cs#L28C13-L28C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Multiply.cs#L28C13-L28C78" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Multiply``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Multiply.cs#L47C13-L47C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Multiply.cs#L47C13-L47C80" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAdd``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAdd.cs#L30C13-L30C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAdd.cs#L30C13-L30C93" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAdd``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAdd.cs#L52C13-L52C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAdd.cs#L52C13-L52C95" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAdd``1(System.ReadOnlySpan{``0},``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAdd.cs#L73C13-L73C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAdd.cs#L73C13-L73C95" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAddEstimate``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAddEstimate.cs#L38C13-L38C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAddEstimate.cs#L38C13-L38C101" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAddEstimate``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAddEstimate.cs#L64C13-L64C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAddEstimate.cs#L64C13-L64C103" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAddEstimate``1(System.ReadOnlySpan{``0},``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAddEstimate.cs#L89C13-L89C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAddEstimate.cs#L89C13-L89C103" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Negate``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Negate.cs#L25C13-L25C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Negate.cs#L25C13-L25C69" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Norm``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Norm.cs#L27C13-L27C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Norm.cs#L27C13-L27C36" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.OnesComplement``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.OnesComplement.cs#L22C13-L22C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.OnesComplement.cs#L22C13-L22C77" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.PopCount``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.PopCount.cs#L19C13-L25C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.PopCount.cs#L19C13-L25C26" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.PopCount``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.PopCount.cs#L40C13-L40C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.PopCount.cs#L40C13-L40C71" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Pow``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Pow.cs#L26C13-L26C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Pow.cs#L26C13-L26C73" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Pow``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Pow.cs#L41C13-L41C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Pow.cs#L41C13-L41C75" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Pow``1(``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Pow.cs#L56C13-L56C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Pow.cs#L56C13-L56C75" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Product``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Product.cs#L24C13-L29C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Product.cs#L24C13-L29C78" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ProductOfDifferences``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Product.cs#L56C13-L61C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Product.cs#L56C13-L61C81" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ProductOfSums``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Product.cs#L88C13-L93C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Product.cs#L88C13-L93C76" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.RadiansToDegrees``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.RadiansToDegrees.cs#L23C13-L23C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.RadiansToDegrees.cs#L23C13-L23C79" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Reciprocal``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Reciprocal.cs#L25C13-L25C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Reciprocal.cs#L25C13-L25C73" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ReciprocalEstimate``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Reciprocal.cs#L40C13-L40C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Reciprocal.cs#L40C13-L40C81" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ReciprocalSqrt``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Reciprocal.cs#L55C13-L55C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Reciprocal.cs#L55C13-L55C77" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ReciprocalSqrtEstimate``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Reciprocal.cs#L70C13-L70C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Reciprocal.cs#L70C13-L70C85" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.RootN``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.RootN.cs#L24C13-L24C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.RootN.cs#L24C13-L24C72" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.RotateLeft``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Rotate.cs#L23C13-L23C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Rotate.cs#L23C13-L23C88" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.RotateRight``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Rotate.cs#L38C13-L38C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Rotate.cs#L38C13-L38C89" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Round``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Round.cs#L26C13-L26C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Round.cs#L26C13-L26C74" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Round``1(System.ReadOnlySpan{``0},System.MidpointRounding,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Round.cs#L45C21-L65C136" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Round.cs#L45C21-L65C136" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Round``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Round.cs#L81C13-L81C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Round.cs#L81C13-L81C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Round``1(System.ReadOnlySpan{``0},System.Int32,System.MidpointRounding,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Round.cs#L100C13-L157C136" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Round.cs#L100C13-L157C136" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ScaleB``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ScaleB.cs#L23C13-L23C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ScaleB.cs#L23C13-L23C73" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ShiftLeft``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ShiftLeft.cs#L23C13-L23C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ShiftLeft.cs#L23C13-L23C86" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ShiftRightArithmetic``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ShiftLeft.cs#L38C13-L38C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ShiftLeft.cs#L38C13-L38C97" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ShiftRightLogical``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ShiftLeft.cs#L53C13-L53C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ShiftLeft.cs#L53C13-L53C94" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sigmoid``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sigmoid.cs#L28C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sigmoid.cs#L28C13-L34C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sin``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sin.cs#L30C13-L30C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sin.cs#L30C13-L30C66" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SinCos``1(System.ReadOnlySpan{``0},System.Span{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.SinCos.cs#L27C13-L27C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.SinCos.cs#L27C13-L27C99" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SinCosPi``1(System.ReadOnlySpan{``0},System.Span{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.SinCosPi.cs#L27C13-L27C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.SinCosPi.cs#L27C13-L27C105" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sinh``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sinh.cs#L34C13-L34C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sinh.cs#L34C13-L34C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SinPi``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.SinPi.cs#L30C13-L30C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.SinPi.cs#L30C13-L30C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SoftMax``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.SoftMax.cs#L27C13-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.SoftMax.cs#L27C13-L42C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sqrt``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sqrt.cs#L22C13-L22C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sqrt.cs#L22C13-L22C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Subtract``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Subtract.cs#L28C13-L28C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Subtract.cs#L28C13-L28C78" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Subtract``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Subtract.cs#L46C13-L46C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Subtract.cs#L46C13-L46C80" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Subtract``1(``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Subtract.cs#L64C13-L64C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Subtract.cs#L64C13-L64C80" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sum``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sum.cs#L24C13-L24C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sum.cs#L24C13-L24C65" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SumOfMagnitudes``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sum.cs#L47C13-L47C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sum.cs#L47C13-L47C65" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SumOfSquares``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sum.cs#L69C13-L69C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sum.cs#L69C13-L69C64" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Tan``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Tan.cs#L30C13-L30C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Tan.cs#L30C13-L30C66" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Tanh``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Tanh.cs#L34C13-L34C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Tanh.cs#L34C13-L34C67" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.TanPi``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.TanPi.cs#L29C13-L29C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.TanPi.cs#L29C13-L29C68" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.TrailingZeroCount``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.TrailingZeroCount.cs#L25C13-L25C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.TrailingZeroCount.cs#L25C13-L25C80" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Truncate``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Truncate.cs#L25C13-L25C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Truncate.cs#L25C13-L25C71" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Xor``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Xor.cs#L25C13-L25C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Xor.cs#L25C13-L25C73" }, { "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Xor``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Xor.cs#L40C13-L40C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Xor.cs#L40C13-L40C75" } ], "DocsId": "T:System.Numerics.Tensors.TensorPrimitives", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs" }, { "Members": [ { "DocsId": "M:System.Numerics.Tensors.Tensor.AsReadOnlyTensorSpan``1(``0[],System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L34C131-L34C162" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L34C131-L34C162" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.AsTensorSpan``1(``0[],System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L45C115-L45C146" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L45C115-L45C146" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Average``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L57C13-L58C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L57C13-L58C78" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Broadcast``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L70C13-L70C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L70C13-L70C61" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Broadcast``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L82C13-L87C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L82C13-L87C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.BroadcastTo``1(System.Numerics.Tensors.Tensor{``0},System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L99C13-L105C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L99C13-L105C10" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.BroadcastTo``1(System.Numerics.Tensors.TensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L114C13-L120C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L114C13-L120C10" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.BroadcastTo``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L129C13-L135C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L129C13-L135C10" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Concatenate``1(System.ReadOnlySpan{System.Numerics.Tensors.Tensor{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L274C13-L274C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L274C13-L274C55" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ConcatenateOnDimension``1(System.Int32,System.ReadOnlySpan{System.Numerics.Tensors.Tensor{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L284C13-L330C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L284C13-L330C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Concatenate``1(System.ReadOnlySpan{System.Numerics.Tensors.Tensor{``0}},System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L340C13-L340C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L340C13-L340C72" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ConcatenateOnDimension``1(System.Int32,System.ReadOnlySpan{System.Numerics.Tensors.Tensor{``0}},System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L352C13-L428C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L352C13-L428C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Equals``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L457C13-L468C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L457C13-L468C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Equals``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L484C13-L524C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L484C13-L524C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Equals``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L537C13-L539C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L537C13-L539C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Equals``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L553C13-L580C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L553C13-L580C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.EqualsAll``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L597C13-L626C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L597C13-L626C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.EqualsAll``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L643C13-L665C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L643C13-L665C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.EqualsAny``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L681C13-L710C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L681C13-L710C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.EqualsAny``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L727C13-L749C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L727C13-L749C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.FilteredUpdate``1(System.Numerics.Tensors.TensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{System.Boolean}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L762C13-L776C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L762C13-L776C31" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.FilteredUpdate``1(System.Numerics.Tensors.TensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{System.Boolean}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L788C13-L806C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L788C13-L806C31" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L825C13-L836C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L825C13-L836C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L855C13-L895C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L855C13-L895C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L910C13-L912C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L910C13-L912C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L928C13-L955C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L928C13-L955C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThan``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L970C13-L972C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L970C13-L972C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThan``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L988C13-L1015C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L988C13-L1015C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqual``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1034C13-L1045C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1034C13-L1045C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqual``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1064C13-L1104C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1064C13-L1104C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqual``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1119C13-L1121C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1119C13-L1121C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqual``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1137C13-L1164C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1137C13-L1164C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqual``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1179C13-L1181C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1179C13-L1181C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqual``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1197C13-L1224C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1197C13-L1224C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanAny``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1240C13-L1269C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1240C13-L1269C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanAny``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1286C13-L1308C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1286C13-L1308C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanAny``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1325C13-L1347C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1325C13-L1347C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqualAny``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1363C13-L1392C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1363C13-L1392C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqualAny``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1409C13-L1431C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1409C13-L1431C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqualAny``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1448C13-L1470C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1448C13-L1470C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanAll``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1487C13-L1516C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1487C13-L1516C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanAll``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1533C13-L1555C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1533C13-L1555C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanAll``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1572C13-L1594C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1572C13-L1594C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqualAll``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1611C13-L1640C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1611C13-L1640C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqualAll``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1657C13-L1679C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1657C13-L1679C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GreaterThanOrEqualAll``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1696C13-L1718C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1696C13-L1718C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1737C13-L1748C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1737C13-L1748C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1767C13-L1807C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1767C13-L1807C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1822C13-L1824C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1822C13-L1824C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1840C13-L1867C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1840C13-L1867C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThan``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1882C13-L1884C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1882C13-L1884C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThan``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1900C13-L1927C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1900C13-L1927C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqual``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1946C13-L1957C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1946C13-L1957C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqual``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1976C13-L2016C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L1976C13-L2016C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqual``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2031C13-L2033C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2031C13-L2033C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqual``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2049C13-L2076C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2049C13-L2076C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqual``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2091C13-L2093C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2091C13-L2093C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqual``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{System.Boolean}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2109C13-L2136C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2109C13-L2136C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanAny``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2153C13-L2182C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2153C13-L2182C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanAny``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2199C13-L2221C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2199C13-L2221C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanAny``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2238C13-L2260C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2238C13-L2260C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqualAny``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2277C13-L2306C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2277C13-L2306C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqualAny``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2323C13-L2345C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2323C13-L2345C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqualAny``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2362C13-L2384C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2362C13-L2384C26" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanAll``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2400C13-L2429C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2400C13-L2429C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanAll``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2446C13-L2468C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2446C13-L2468C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanAll``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2485C13-L2507C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2485C13-L2507C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqualAll``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2523C13-L2552C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2523C13-L2552C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqualAll``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2569C13-L2591C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2569C13-L2591C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LessThanOrEqualAll``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2608C13-L2630C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2608C13-L2630C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.PermuteDimensions``1(System.Numerics.Tensors.Tensor{``0},System.ReadOnlySpan{System.Int32})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2645C13-L2717C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2645C13-L2717C34" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Reshape``1(System.Numerics.Tensors.Tensor{``0},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2732C13-L2788C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2732C13-L2788C71" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Reshape``1(System.Numerics.Tensors.TensorSpan{``0}@,System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2800C13-L2859C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2800C13-L2859C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Reshape``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2871C13-L2928C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2871C13-L2928C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Resize``1(System.Numerics.Tensors.Tensor{``0},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2941C13-L2951C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2941C13-L2951C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ResizeTo``1(System.Numerics.Tensors.Tensor{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2962C13-L2968C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2962C13-L2968C10" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ResizeTo``1(System.Numerics.Tensors.TensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2978C13-L2984C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2978C13-L2984C10" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ResizeTo``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2994C13-L3000C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L2994C13-L3000C10" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Reverse``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3010C13-L3013C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3010C13-L3013C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ReverseDimension``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3024C13-L3027C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3024C13-L3027C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Reverse``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3037C13-L3037C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3037C13-L3037C66" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ReverseDimension``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3049C13-L3110C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3049C13-L3110C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.SequenceEqual``1(System.Numerics.Tensors.TensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3121C13-L3124C235" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3121C13-L3124C235" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.SequenceEqual``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3133C13-L3136C235" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3133C13-L3136C235" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.SetSlice``1(System.Numerics.Tensors.Tensor{``0},System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3149C13-L3151C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3149C13-L3151C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.SetSlice``1(System.Numerics.Tensors.TensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3163C13-L3180C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3163C13-L3180C31" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Split``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3194C13-L3258C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3194C13-L3258C28" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Squeeze``1(System.Numerics.Tensors.Tensor{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3269C13-L3269C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3269C13-L3269C49" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.SqueezeDimension``1(System.Numerics.Tensors.Tensor{``0},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3280C13-L3316C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3280C13-L3316C68" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Squeeze``1(System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3325C13-L3325C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3325C13-L3325C49" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.SqueezeDimension``1(System.Numerics.Tensors.TensorSpan{``0}@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3336C13-L3372C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3336C13-L3372C108" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Squeeze``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3381C13-L3381C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3381C13-L3381C49" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.SqueezeDimension``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3392C13-L3428C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3392C13-L3428C116" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Stack``1(System.ReadOnlySpan{System.Numerics.Tensors.Tensor{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3439C13-L3439C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3439C13-L3439C52" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.StackAlongDimension``1(System.Int32,System.ReadOnlySpan{System.Numerics.Tensors.Tensor{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3449C13-L3466C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3449C13-L3466C73" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Stack``1(System.ReadOnlySpan{System.Numerics.Tensors.Tensor{``0}}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3476C13-L3476C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3476C13-L3476C69" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.StackAlongDimension``1(System.ReadOnlySpan{System.Numerics.Tensors.Tensor{``0}},System.Numerics.Tensors.TensorSpan{``0}@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3487C13-L3504C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3487C13-L3504C90" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.StdDev``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3517C13-L3534C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3517C13-L3523C37" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ToString``1(System.Numerics.Tensors.TensorSpan{``0}@,System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3546C13-L3546C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3535C13-L3535C69" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ToString``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3556C13-L3558C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3545C13-L3547C34" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ToString``1(System.Numerics.Tensors.Tensor{``0},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3605C110-L3605C166" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3594C110-L3594C166" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Transpose``1(System.Numerics.Tensors.Tensor{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3616C13-L3626C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3605C13-L3615C57" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.TryBroadcastTo``1(System.Numerics.Tensors.Tensor{``0},System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3639C13-L3639C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3628C13-L3628C79" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.TryBroadcastTo``1(System.Numerics.Tensors.TensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3650C13-L3650C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3639C13-L3639C79" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.TryBroadcastTo``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3661C13-L3669C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3650C13-L3658C25" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Unsqueeze``1(System.Numerics.Tensors.Tensor{``0},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3681C13-L3708C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3670C13-L3697C68" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Unsqueeze``1(System.Numerics.Tensors.TensorSpan{``0}@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3718C13-L3745C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3707C13-L3734C108" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Unsqueeze``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3755C13-L3782C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3744C13-L3771C116" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Abs``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3795C13-L3797C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3784C13-L3786C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Abs``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3808C13-L3808C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3797C13-L3797C98" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Acos``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3820C13-L3822C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3809C13-L3811C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Acos``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3833C13-L3833C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3822C13-L3822C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Acosh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3845C13-L3847C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3834C13-L3836C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Acosh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3858C13-L3858C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3847C13-L3847C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.AcosPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3870C13-L3872C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3859C13-L3861C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.AcosPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3883C13-L3883C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3872C13-L3872C101" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Add``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3897C13-L3907C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3886C13-L3896C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Add``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3918C13-L3920C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3907C13-L3909C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Add``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3932C13-L3932C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3921C13-L3921C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Add``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3944C13-L3944C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3933C13-L3933C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Asin``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3956C13-L3958C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3945C13-L3947C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Asin``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3969C13-L3969C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3958C13-L3958C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Asinh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3981C13-L3983C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3970C13-L3972C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Asinh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3994C13-L3994C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3983C13-L3983C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.AsinPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4006C13-L4008C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L3995C13-L3997C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.AsinPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4019C13-L4019C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4008C13-L4008C101" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4031C13-L4033C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4020C13-L4022C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4044C13-L4044C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4033C13-L4033C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4058C13-L4068C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4047C13-L4057C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4080C13-L4080C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4069C13-L4069C106" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4091C13-L4094C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4080C13-L4083C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4106C13-L4106C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4095C13-L4095C106" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4117C13-L4120C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4106C13-L4109C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4132C13-L4132C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4121C13-L4121C106" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2Pi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4146C13-L4156C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4135C13-L4145C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2Pi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4168C13-L4168C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4157C13-L4157C108" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2Pi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4179C13-L4182C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4168C13-L4171C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2Pi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4194C13-L4194C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4183C13-L4183C108" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2Pi``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4205C13-L4208C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4194C13-L4197C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atan2Pi``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4220C13-L4220C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4209C13-L4209C108" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atanh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4233C13-L4235C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4222C13-L4224C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Atanh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4246C13-L4246C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4235C13-L4235C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.AtanPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4258C13-L4260C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4247C13-L4249C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.AtanPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4271C13-L4271C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4260C13-L4260C101" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.BitwiseAnd``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4285C13-L4295C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4274C13-L4284C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.BitwiseAnd``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4307C13-L4307C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4296C13-L4296C111" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.BitwiseAnd``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4318C13-L4321C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4307C13-L4310C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.BitwiseAnd``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4333C13-L4333C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4322C13-L4322C111" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.BitwiseOr``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4347C13-L4357C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4336C13-L4346C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.BitwiseOr``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4369C13-L4369C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4358C13-L4358C110" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.BitwiseOr``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4380C13-L4383C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4369C13-L4372C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.BitwiseOr``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4395C13-L4395C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4384C13-L4384C110" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Cbrt``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4407C13-L4409C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4396C13-L4398C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Cbrt``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4420C13-L4420C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4409C13-L4409C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Ceiling``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4432C13-L4434C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4421C13-L4423C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Ceiling``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4445C13-L4445C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4434C13-L4434C102" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ConvertChecked``2(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4459C13-L4462C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4448C13-L4451C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ConvertChecked``2(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``1}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4475C13-L4475C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4464C13-L4464C114" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ConvertSaturating``2(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4489C13-L4492C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4478C13-L4481C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ConvertSaturating``2(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``1}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4505C13-L4505C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4494C13-L4494C117" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ConvertTruncating``2(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4519C13-L4522C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4508C13-L4511C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ConvertTruncating``2(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``1}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4535C13-L4535C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4524C13-L4524C117" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CopySign``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4548C13-L4551C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4537C13-L4540C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CopySign``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4563C13-L4573C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4552C13-L4562C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CopySign``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4585C13-L4585C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4574C13-L4574C112" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CopySign``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4597C13-L4597C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4586C13-L4586C112" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Cos``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4609C13-L4611C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4598C13-L4600C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Cos``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4622C13-L4622C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4611C13-L4611C98" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Cosh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4634C13-L4636C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4623C13-L4625C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Cosh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4647C13-L4647C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4636C13-L4636C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CosineSimilarity``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4660C13-L4678C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4649C13-L4667C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CosineSimilarity``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4690C13-L4728C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4679C13-L4717C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CosPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4751C13-L4753C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4740C13-L4742C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CosPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4774C13-L4774C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4763C13-L4763C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.DegreesToRadians``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4786C13-L4788C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4775C13-L4777C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.DegreesToRadians``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4799C13-L4799C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4788C13-L4788C111" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Distance``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4812C13-L4812C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4801C13-L4801C89" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Divide``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4825C13-L4827C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4814C13-L4816C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Divide``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4838C13-L4840C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4827C13-L4829C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Divide``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4853C13-L4863C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4842C13-L4852C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Divide``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4875C13-L4875C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4864C13-L4864C107" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Divide``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4887C13-L4887C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4876C13-L4876C107" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Divide``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4900C13-L4900C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4889C13-L4889C107" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Dot``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4913C13-L4913C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4902C13-L4902C84" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Exp``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4925C13-L4927C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4914C13-L4916C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Exp``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4938C13-L4938C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4927C13-L4927C98" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Exp10``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4950C13-L4952C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4939C13-L4941C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Exp10``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4963C13-L4963C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4952C13-L4952C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Exp10M1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4973C13-L4975C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4962C13-L4964C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Exp10M1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4984C13-L4984C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4973C13-L4973C102" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Exp2``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4994C13-L4996C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4983C13-L4985C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Exp2``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5005C13-L5005C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L4994C13-L4994C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Exp2M1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5015C13-L5017C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5004C13-L5006C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Exp2M1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5026C13-L5026C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5015C13-L5015C101" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ExpM1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5036C13-L5038C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5025C13-L5027C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ExpM1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5047C13-L5047C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5036C13-L5036C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Floor``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5057C13-L5059C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5046C13-L5048C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Floor``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5068C13-L5068C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5057C13-L5057C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Hypot``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5083C13-L5093C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5072C13-L5082C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Hypot``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5106C13-L5106C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5095C13-L5095C106" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Ieee754Remainder``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5119C13-L5129C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5108C13-L5118C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Ieee754Remainder``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5140C13-L5140C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5129C13-L5129C117" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Ieee754Remainder``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5149C13-L5152C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5138C13-L5141C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Ieee754Remainder``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5162C13-L5162C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5151C13-L5151C117" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Ieee754Remainder``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5171C13-L5174C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5160C13-L5163C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Ieee754Remainder``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5184C13-L5184C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5173C13-L5173C117" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ILogB``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5194C13-L5196C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5183C13-L5185C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.ILogB``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{System.Int32}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5205C13-L5205C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5194C13-L5194C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.IndexOfMax``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5215C13-L5216C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5204C13-L5205C54" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.IndexOfMaxMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5226C13-L5227C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5215C13-L5216C63" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.IndexOfMin``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5237C13-L5238C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5226C13-L5227C54" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.IndexOfMinMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5250C13-L5251C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5239C13-L5240C63" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LeadingZeroCount``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5263C13-L5265C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5252C13-L5254C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LeadingZeroCount``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5276C13-L5276C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5265C13-L5265C111" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5288C13-L5290C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5277C13-L5279C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5301C13-L5301C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5290C13-L5290C98" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5311C13-L5321C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5300C13-L5310C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5331C13-L5331C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5320C13-L5320C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5340C13-L5343C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5329C13-L5332C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5353C13-L5353C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5342C13-L5342C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log10``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5365C13-L5367C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5354C13-L5356C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log10``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5378C13-L5378C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5367C13-L5367C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log10P1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5390C13-L5392C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5379C13-L5381C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log10P1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5403C13-L5403C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5392C13-L5392C102" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log2``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5415C13-L5417C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5404C13-L5406C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log2``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5428C13-L5428C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5417C13-L5417C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log2P1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5440C13-L5442C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5429C13-L5431C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Log2P1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5453C13-L5453C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5442C13-L5442C101" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LogP1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5465C13-L5467C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5454C13-L5456C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.LogP1``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5478C13-L5478C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5467C13-L5467C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Max``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5488C13-L5488C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5477C13-L5477C78" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Max``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5498C13-L5508C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5487C13-L5497C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Max``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5518C13-L5518C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5507C13-L5507C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Max``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5527C13-L5529C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5516C13-L5518C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Max``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5539C13-L5539C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5528C13-L5528C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5549C13-L5549C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5538C13-L5538C87" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5559C13-L5569C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5548C13-L5558C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5579C13-L5579C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5568C13-L5568C113" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5588C13-L5590C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5577C13-L5579C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5600C13-L5600C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5589C13-L5589C113" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxMagnitudeNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5610C13-L5610C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5599C13-L5599C93" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxMagnitudeNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5620C13-L5630C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5609C13-L5619C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxMagnitudeNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5640C13-L5640C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5629C13-L5629C119" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxMagnitudeNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5649C13-L5651C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5638C13-L5640C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxMagnitudeNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5661C13-L5661C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5650C13-L5650C119" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5671C13-L5671C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5660C13-L5660C84" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5681C13-L5691C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5670C13-L5680C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5701C13-L5701C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5690C13-L5690C110" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5710C13-L5712C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5699C13-L5701C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MaxNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5722C13-L5722C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5711C13-L5711C110" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Min``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5732C13-L5732C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5721C13-L5721C78" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Min``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5742C13-L5752C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5731C13-L5741C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Min``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5762C13-L5762C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5751C13-L5751C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Min``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5771C13-L5773C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5760C13-L5762C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Min``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5783C13-L5783C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5772C13-L5772C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5793C13-L5793C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5782C13-L5782C87" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5803C13-L5813C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5792C13-L5802C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5823C13-L5823C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5812C13-L5812C113" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5832C13-L5834C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5821C13-L5823C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinMagnitude``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5844C13-L5844C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5833C13-L5833C113" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinMagnitudeNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5854C13-L5854C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5843C13-L5843C93" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinMagnitudeNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5864C13-L5874C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5853C13-L5863C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinMagnitudeNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5884C13-L5884C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5873C13-L5873C119" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinMagnitudeNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5893C13-L5895C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5882C13-L5884C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinMagnitudeNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5905C13-L5905C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5894C13-L5894C119" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5915C13-L5915C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5904C13-L5904C84" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5925C13-L5935C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5914C13-L5924C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5945C13-L5945C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5934C13-L5934C110" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5954C13-L5956C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5943C13-L5945C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.MinNumber``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5966C13-L5966C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5955C13-L5955C110" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Multiply``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5979C13-L5981C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5968C13-L5970C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Multiply``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5994C13-L6004C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L5983C13-L5993C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Multiply``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6016C13-L6019C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6005C13-L6008C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Multiply``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6032C13-L6032C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6021C13-L6021C109" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Negate``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6042C13-L6044C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6031C13-L6033C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Negate``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6053C13-L6053C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6042C13-L6042C101" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Norm``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6065C13-L6065C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6054C13-L6054C79" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.OnesComplement``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6075C13-L6077C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6064C13-L6066C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.OnesComplement``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6086C13-L6086C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6075C13-L6075C109" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.PopCount``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6096C13-L6098C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6085C13-L6087C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.PopCount``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6107C13-L6107C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6096C13-L6096C103" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Pow``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6119C13-L6129C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6108C13-L6118C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Pow``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6139C13-L6139C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6128C13-L6128C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Pow``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6148C13-L6151C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6137C13-L6140C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Pow``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6161C13-L6161C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6150C13-L6150C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Pow``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6170C13-L6173C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6159C13-L6162C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Pow``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6183C13-L6183C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6172C13-L6172C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Product``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6193C13-L6193C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6182C13-L6182C82" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.RadiansToDegrees``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6203C13-L6205C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6192C13-L6194C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.RadiansToDegrees``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6214C13-L6214C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6203C13-L6203C111" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Reciprocal``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6224C13-L6226C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6213C13-L6215C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Reciprocal``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6235C13-L6235C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6224C13-L6224C105" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.RootN``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6246C13-L6248C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6235C13-L6237C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.RootN``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6258C13-L6264C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6247C13-L6253C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.RotateLeft``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6276C13-L6278C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6265C13-L6267C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.RotateLeft``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6289C13-L6295C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6278C13-L6284C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.RotateRight``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6307C13-L6309C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6296C13-L6298C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.RotateRight``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6320C13-L6326C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6309C13-L6315C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Round``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6336C13-L6338C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6325C13-L6327C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Round``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6347C13-L6347C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6336C13-L6336C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Round``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32,System.MidpointRounding)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6357C13-L6359C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6346C13-L6348C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Round``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32,System.MidpointRounding,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6370C13-L6376C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6359C13-L6365C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Round``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6385C13-L6387C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6374C13-L6376C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Round``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Int32,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6397C13-L6403C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6386C13-L6392C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Round``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.MidpointRounding)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6412C13-L6414C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6401C13-L6403C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Round``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.MidpointRounding,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6424C13-L6430C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6413C13-L6419C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Sigmoid``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6440C13-L6442C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6429C13-L6431C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Sigmoid``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6451C13-L6451C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6440C13-L6440C102" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Sin``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6463C13-L6465C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6452C13-L6454C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Sin``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6476C13-L6476C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6465C13-L6465C98" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Sinh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6486C13-L6488C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6475C13-L6477C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Sinh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6497C13-L6497C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6486C13-L6486C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.SinPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6507C13-L6509C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6496C13-L6498C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.SinPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6518C13-L6518C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6507C13-L6507C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.SoftMax``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6528C13-L6530C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6517C13-L6519C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.SoftMax``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6539C13-L6539C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6528C13-L6528C102" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Sqrt``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6551C13-L6553C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6540C13-L6542C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Sqrt``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6564C13-L6564C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6553C13-L6553C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Subtract``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6577C13-L6579C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6566C13-L6568C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Subtract``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6590C13-L6592C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6579C13-L6581C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Subtract``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6604C13-L6614C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6593C13-L6603C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Subtract``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6626C13-L6626C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6615C13-L6615C109" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Subtract``1(``0,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6638C13-L6638C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6627C13-L6627C109" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Subtract``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6650C13-L6650C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6639C13-L6639C109" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Sum``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6663C13-L6663C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6652C13-L6652C78" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Tan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6673C13-L6675C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6675C13-L6677C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Tan``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6684C13-L6684C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6686C13-L6686C98" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Tanh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6694C13-L6696C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6696C13-L6698C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Tanh``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6705C13-L6705C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6707C13-L6707C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.TanPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6715C13-L6717C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6717C13-L6719C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.TanPi``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6726C13-L6726C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6728C13-L6728C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.TrailingZeroCount``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6736C13-L6738C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6738C13-L6740C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.TrailingZeroCount``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6747C13-L6747C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6749C13-L6749C112" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Truncate``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6757C13-L6759C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6759C13-L6761C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Truncate``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6768C13-L6768C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6770C13-L6770C103" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Xor``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6780C13-L6790C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6782C13-L6792C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Xor``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6800C13-L6800C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6802C13-L6802C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Xor``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6811C13-L6813C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6813C13-L6815C27" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Xor``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0}@,``0,System.Numerics.Tensors.TensorSpan{``0}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6825C13-L6825C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6827C13-L6827C104" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.GetSmallestBroadcastableLengths(System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6838C13-L6851C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs#L6840C13-L6853C38" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Create``1(System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L27C13-L29C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L27C13-L29C56" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Create``1(System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L40C13-L42C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L40C13-L42C61" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Create``1(``0[],System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L54C16-L54C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L54C16-L54C51" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Create``1(``0[],System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L67C13-L67C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L67C13-L67C68" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Create``1(System.Collections.Generic.IEnumerable{``0},System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L79C13-L80C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L79C13-L80C91" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.Create``1(System.Collections.Generic.IEnumerable{``0},System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L92C13-L93C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L92C13-L93C100" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CreateAndFillGaussianNormalDistribution``1(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L104C13-L104C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L104C13-L104C87" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CreateAndFillGaussianNormalDistribution``1(System.Random,System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L115C13-L118C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L115C13-L118C58" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CreateAndFillUniformDistribution``1(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L141C13-L141C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L141C13-L141C80" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CreateAndFillUniformDistribution``1(System.Random,System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L152C13-L157C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L152C13-L157C58" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CreateUninitialized``1(System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L166C16-L166C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L166C16-L166C59" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.CreateUninitialized``1(System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L176C13-L178C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L176C13-L178C68" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.FillGaussianNormalDistribution``1(System.Numerics.Tensors.TensorSpan{``0}@,System.Random)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L191C13-L195C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L191C13-L195C36" }, { "DocsId": "M:System.Numerics.Tensors.Tensor.FillUniformDistribution``1(System.Numerics.Tensors.TensorSpan{``0}@,System.Random)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L208C13-L213C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.Factory.cs#L208C13-L213C36" } ], "DocsId": "T:System.Numerics.Tensors.Tensor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorExtensions.cs" }, { "Members": [ { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#Create(System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L96C13-L98C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L96C13-L98C69" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#Create(System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L109C13-L111C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L109C13-L111C88" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#CreateUninitialized(System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L121C13-L123C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L121C13-L123C69" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#CreateUninitialized(System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L134C13-L136C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L134C13-L136C88" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#IReadOnlyTensor,T>#get_Lengths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L179C69-L179C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L179C69-L179C77" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#IReadOnlyTensor,T>#get_Strides", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L192C69-L192C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L192C69-L192C77" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L194C50-L194C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L194C50-L194C55" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#get_Item(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L264C17-L264C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L264C17-L264C38" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#set_Item(System.ReadOnlySpan{System.IntPtr},`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L268C17-L269C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L268C17-L269C14" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#get_Item(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L284C17-L284C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L284C17-L284C38" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#set_Item(System.ReadOnlySpan{System.Buffers.NIndex},`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L288C17-L289C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L288C17-L289C14" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#IReadOnlyTensor,T>#get_Item(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L300C84-L300C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L300C84-L300C115" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#IReadOnlyTensor,T>#get_Item(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L310C86-L310C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L310C86-L310C117" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#IReadOnlyTensor,T>#get_Item(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L324C17-L327C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L324C17-L327C38" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.op_Implicit(`0[])~System.Numerics.Tensors.Tensor{`0}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L373C65-L373C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L373C65-L373C101" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.op_Implicit(System.Numerics.Tensors.Tensor{`0})~System.Numerics.Tensors.TensorSpan{`0}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L378C75-L378C204" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L378C75-L378C204" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.op_Implicit(System.Numerics.Tensors.Tensor{`0})~System.Numerics.Tensors.ReadOnlyTensorSpan{`0}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L383C83-L383C219" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L383C83-L383C219" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.AsTensorSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L389C48-L389C153" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L389C48-L389C153" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.AsTensorSpan(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L396C88-L396C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L396C88-L396C115" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.AsTensorSpan(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L403C86-L403C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L403C86-L403C98" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.AsTensorSpan(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L410C93-L410C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L410C93-L410C125" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.AsReadOnlyTensorSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L416C64-L416C177" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L416C64-L416C177" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.AsReadOnlyTensorSpan(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L423C104-L423C131" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L423C104-L423C131" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.AsReadOnlyTensorSpan(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L430C102-L430C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L430C102-L430C114" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.AsReadOnlyTensorSpan(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L437C109-L437C141" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L437C109-L437C141" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.GetPinnableReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L444C52-L444C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L444C52-L444C89" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#IReadOnlyTensor,T>#GetPinnableReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L451C84-L451C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L451C84-L451C129" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.Slice(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L461C13-L468C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L461C13-L468C30" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.Slice(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L479C13-L484C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L479C13-L484C34" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.Slice(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L495C13-L500C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L495C13-L500C34" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L507C39-L507C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L507C39-L507C61" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.CopyTo(System.Numerics.Tensors.TensorSpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L519C65-L519C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L519C65-L519C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.Fill(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L525C38-L525C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L525C38-L525C64" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.TryCopyTo(System.Numerics.Tensors.TensorSpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L535C68-L535C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L535C68-L535C105" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.FlattenTo(System.Span{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L541C62-L541C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L541C62-L541C99" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.TryFlattenTo(System.Span{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L547C65-L547C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L547C65-L547C105" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L554C58-L554C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L554C58-L554C73" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L561C50-L561C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L561C50-L561C70" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L567C52-L567C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L567C52-L567C67" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L635C13-L635C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L635C13-L635C49" }, { "DocsId": "M:System.Numerics.Tensors.Tensor`1.ToString(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L662C13-L672C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L662C13-L672C34" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L143C41-L143C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L143C41-L143C45" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L149C32-L149C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L149C32-L149C52" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.IsPinned", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L155C33-L155C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L155C33-L155C42" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.Rank", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L161C28-L161C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L161C28-L161C43" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.FlattenedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L167C40-L167C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L167C40-L167C56" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.Lengths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L173C46-L173C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L173C46-L173C54" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#IReadOnlyTensor,T>#Lengths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L179C69-L179C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L179C69-L179C77" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.Strides", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L186C46-L186C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L186C46-L186C54" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#IReadOnlyTensor,T>#Strides", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L192C69-L192C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L192C69-L192C77" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L194C50-L194C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L194C50-L194C55" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.Item(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L204C76-L204C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L204C76-L204C99" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.Item(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L214C78-L214C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L214C78-L214C101" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.Item(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L228C17-L231C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L228C17-L231C38" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#Item(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L264C17-L264C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L264C17-L264C38" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#ITensor,T>#Item(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L284C17-L284C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L284C17-L284C38" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#IReadOnlyTensor,T>#Item(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L300C84-L300C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L300C84-L300C115" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#IReadOnlyTensor,T>#Item(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L310C86-L310C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L310C86-L310C117" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.System#Numerics#Tensors#IReadOnlyTensor,T>#Item(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L324C17-L327C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L324C17-L327C38" }, { "DocsId": "P:System.Numerics.Tensors.Tensor`1.Item(System.Numerics.Tensors.Tensor{System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L342C17-L366C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs#L342C17-L366C73" } ], "DocsId": "T:System.Numerics.Tensors.Tensor`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/Tensor.cs" }, { "Members": [ { "DocsId": "M:System.Numerics.Tensors.ITensor`2.Create(System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.ITensor`2.Create(System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.ITensor`2.CreateUninitialized(System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.ITensor`2.CreateUninitialized(System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.ITensor`2.AsTensorSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.ITensor`2.AsTensorSpan(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.ITensor`2.AsTensorSpan(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.ITensor`2.AsTensorSpan(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.ITensor`2.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.ITensor`2.Fill(`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.ITensor`2.GetPinnableReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.ITensor`2.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.ITensor`2.Item(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.ITensor`2.Item(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.ITensor`2.Item(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" } ], "DocsId": "T:System.Numerics.Tensors.ITensor`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ITensor.cs" }, { "Members": [ { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.AsReadOnlyTensorSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.AsReadOnlyTensorSpan(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.AsReadOnlyTensorSpan(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.AsReadOnlyTensorSpan(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.FlattenTo(System.Span{`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.GetPinnableReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.Slice(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.Slice(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.Slice(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "M:System.Numerics.Tensors.IReadOnlyTensor`2.TryFlattenTo(System.Span{`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.IReadOnlyTensor`2.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.IReadOnlyTensor`2.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.IReadOnlyTensor`2.IsPinned", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.IReadOnlyTensor`2.FlattenedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.IReadOnlyTensor`2.Rank", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.IReadOnlyTensor`2.Item(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.IReadOnlyTensor`2.Item(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.IReadOnlyTensor`2.Item(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.IReadOnlyTensor`2.Lengths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "DocsId": "P:System.Numerics.Tensors.IReadOnlyTensor`2.Strides", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" } ], "DocsId": "T:System.Numerics.Tensors.IReadOnlyTensor`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/IReadOnlyTensor.cs" }, { "Members": [ { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.#ctor(`0[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L36C49-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L36C49-L38C10" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.#ctor(`0[],System.Index,System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L53C15-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L53C15-L55C10" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.#ctor(`0[],System.Int32,System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L73C13-L106C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L73C13-L106C10" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.#ctor(System.ReadOnlySpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L113C59-L113C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L113C59-L113C92" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.#ctor(System.ReadOnlySpan{`0},System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L123C13-L136C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L123C13-L136C10" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.#ctor(System.Array)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L144C13-L153C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L144C13-L153C10" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.#ctor(System.Array,System.ReadOnlySpan{System.Int32},System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L164C13-L201C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L164C13-L201C10" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.#ctor(System.Array,System.ReadOnlySpan{System.Buffers.NIndex},System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L212C13-L249C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L212C13-L249C10" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.#ctor(`0*,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L261C70-L261C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L261C70-L261C114" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.#ctor(`0*,System.IntPtr,System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L284C13-L303C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L284C13-L303C10" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.op_Inequality(System.Numerics.Tensors.ReadOnlyTensorSpan{`0},System.Numerics.Tensors.ReadOnlyTensorSpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L413C100-L413C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L413C100-L413C116" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.op_Equality(System.Numerics.Tensors.ReadOnlyTensorSpan{`0},System.Numerics.Tensors.ReadOnlyTensorSpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L420C13-L423C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L420C13-L423C70" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L435C13-L435C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L435C13-L435C84" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L446C13-L446C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L446C13-L446C89" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.CastUp``1(System.Numerics.Tensors.ReadOnlyTensorSpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L463C13-L463C168" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L463C13-L463C168" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L467C46-L467C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L467C46-L467C66" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.GetPinnableReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L520C13-L522C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L520C13-L522C28" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.CopyTo(System.Numerics.Tensors.TensorSpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L540C13-L581C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L540C13-L581C10" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.TryCopyTo(System.Numerics.Tensors.TensorSpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L594C13-L635C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L594C13-L635C27" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.op_Implicit(`0[])~System.Numerics.Tensors.ReadOnlyTensorSpan{`0}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L641C78-L641C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L641C78-L641C110" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L646C46-L646C135" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L646C46-L646C135" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Slice(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L657C13-L662C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L657C13-L662C34" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Slice(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L688C13-L742C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L688C13-L742C29" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.TryFlattenTo(System.Span{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L751C13-L780C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L751C13-L780C27" }, { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.FlattenTo(System.Span{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L789C13-L826C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L789C13-L826C10" }, { "DocsId": "P:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Item(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L328C17-L335C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L328C17-L335C89" }, { "DocsId": "P:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Item(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L351C17-L358C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L351C17-L358C89" }, { "DocsId": "P:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Item(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L374C17-L377C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L374C17-L377C38" }, { "DocsId": "P:System.Numerics.Tensors.ReadOnlyTensorSpan`1.FlattenedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L384C40-L384C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L384C40-L384C62" }, { "DocsId": "P:System.Numerics.Tensors.ReadOnlyTensorSpan`1.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L390C32-L390C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L390C32-L390C46" }, { "DocsId": "P:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Lengths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L396C46-L396C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L396C46-L396C60" }, { "DocsId": "P:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Rank", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L401C28-L401C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L401C28-L401C42" }, { "DocsId": "P:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Strides", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L407C46-L407C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L407C46-L407C60" }, { "DocsId": "P:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L452C54-L452C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L452C54-L452C61" }, { "DocsId": "T:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs" } ], "DocsId": "T:System.Numerics.Tensors.ReadOnlyTensorSpan`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs" }, { "Members": [ { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.#ctor(`0[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L37C41-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L37C41-L39C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.#ctor(`0[],System.Index,System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L55C15-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L55C15-L57C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.#ctor(`0[],System.Int32,System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L75C13-L108C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L75C13-L108C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.#ctor(System.Span{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L115C43-L115C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L115C43-L115C76" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.#ctor(System.Span{`0},System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L125C13-L139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L125C13-L139C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.#ctor(System.Array)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L147C13-L154C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L147C13-L154C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.#ctor(System.Array,System.ReadOnlySpan{System.Int32},System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L165C13-L203C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L165C13-L203C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.#ctor(System.Array,System.ReadOnlySpan{System.Buffers.NIndex},System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L214C13-L250C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L214C13-L250C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.#ctor(`0*,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L262C62-L262C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L262C62-L262C106" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.#ctor(`0*,System.IntPtr,System.ReadOnlySpan{System.IntPtr},System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L285C13-L305C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L285C13-L305C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.op_Inequality(System.Numerics.Tensors.TensorSpan{`0},System.Numerics.Tensors.TensorSpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L419C84-L419C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L419C84-L419C100" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.op_Equality(System.Numerics.Tensors.TensorSpan{`0},System.Numerics.Tensors.TensorSpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L426C13-L430C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L426C13-L430C70" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L441C13-L441C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L441C13-L441C84" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L452C13-L452C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L452C13-L452C89" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L460C46-L460C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L460C46-L460C66" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.GetPinnableReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L512C13-L514C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L512C13-L514C28" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L525C13-L544C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L525C13-L544C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.Fill(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L552C13-L553C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L552C13-L553C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.CopyTo(System.Numerics.Tensors.TensorSpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L570C13-L610C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L570C13-L610C10" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.TryCopyTo(System.Numerics.Tensors.TensorSpan{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L622C13-L661C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L622C13-L661C27" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.op_Implicit(`0[])~System.Numerics.Tensors.TensorSpan{`0}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L667C70-L667C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L667C70-L667C94" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.op_Implicit(System.Numerics.Tensors.TensorSpan{`0})~System.Numerics.Tensors.ReadOnlyTensorSpan{`0}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L673C13-L673C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L673C13-L673C128" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L679C46-L679C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L679C46-L679C127" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.Slice(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L691C13-L696C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L691C13-L696C34" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.Slice(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L722C13-L777C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L722C13-L777C29" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.TryFlattenTo(System.Span{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L786C13-L792C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L786C13-L792C27" }, { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.FlattenTo(System.Span{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L801C13-L831C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L801C13-L831C10" }, { "DocsId": "P:System.Numerics.Tensors.TensorSpan`1.Item(System.ReadOnlySpan{System.IntPtr})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L330C17-L337C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L330C17-L337C89" }, { "DocsId": "P:System.Numerics.Tensors.TensorSpan`1.Item(System.ReadOnlySpan{System.Buffers.NIndex})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L355C17-L362C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L355C17-L362C89" }, { "DocsId": "P:System.Numerics.Tensors.TensorSpan`1.Item(System.ReadOnlySpan{System.Buffers.NRange})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L379C17-L379C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L379C17-L379C38" }, { "DocsId": "P:System.Numerics.Tensors.TensorSpan`1.FlattenedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L390C40-L390C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L390C40-L390C62" }, { "DocsId": "P:System.Numerics.Tensors.TensorSpan`1.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L396C32-L396C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L396C32-L396C46" }, { "DocsId": "P:System.Numerics.Tensors.TensorSpan`1.Lengths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L402C46-L402C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L402C46-L402C60" }, { "DocsId": "P:System.Numerics.Tensors.TensorSpan`1.Rank", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L407C28-L407C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L407C28-L407C42" }, { "DocsId": "P:System.Numerics.Tensors.TensorSpan`1.Strides", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L413C46-L413C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L413C46-L413C60" }, { "DocsId": "P:System.Numerics.Tensors.TensorSpan`1.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L457C46-L457C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L457C46-L457C53" }, { "DocsId": "T:System.Numerics.Tensors.TensorSpan`1.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs" } ], "DocsId": "T:System.Numerics.Tensors.TensorSpan`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs" }, { "Members": [ { "DocsId": "M:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L494C17-L499C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L494C17-L499C55" }, { "DocsId": "P:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L506C28-L506C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs#L506C28-L506C46" } ], "DocsId": "T:System.Numerics.Tensors.ReadOnlyTensorSpan`1.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/ReadOnlyTensorSpan.cs" }, { "Members": [ { "DocsId": "M:System.Numerics.Tensors.TensorSpan`1.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L488C17-L493C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L488C17-L493C55" }, { "DocsId": "P:System.Numerics.Tensors.TensorSpan`1.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L500C28-L500C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs#L500C28-L500C46" } ], "DocsId": "T:System.Numerics.Tensors.TensorSpan`1.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorSpan.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Reflection.Context.json b/xml/SourceLinkInformation/net-9.0-pp/System.Reflection.Context.json index a8cf6fffa65..375427d7685 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Reflection.Context.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Reflection.Context.json @@ -1,49 +1,49 @@ { "Assembly": "System.Reflection.Context", - "GUID": "948151588580427E887014067734DC7FFFFFFFFF", + "GUID": "C20F1D0CC829406C8A5C84B4B405F62BFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Reflection.Context.CustomReflectionContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L21C47-L21C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L21C47-L21C88" }, { "DocsId": "M:System.Reflection.Context.CustomReflectionContext.#ctor(System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L23C9-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L23C9-L32C10" }, { "DocsId": "M:System.Reflection.Context.CustomReflectionContext.MapAssembly(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L36C13-L41C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L36C13-L41C65" }, { "DocsId": "M:System.Reflection.Context.CustomReflectionContext.MapType(System.Reflection.TypeInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L46C13-L51C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L46C13-L51C57" }, { "DocsId": "M:System.Reflection.Context.CustomReflectionContext.GetCustomAttributes(System.Reflection.MemberInfo,System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L56C13-L56C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L56C13-L56C39" }, { "DocsId": "M:System.Reflection.Context.CustomReflectionContext.GetCustomAttributes(System.Reflection.ParameterInfo,System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L61C13-L61C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L61C13-L61C39" }, { "DocsId": "M:System.Reflection.Context.CustomReflectionContext.AddProperties(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs" }, { "DocsId": "M:System.Reflection.Context.CustomReflectionContext.CreateProperty(System.Type,System.String,System.Func{System.Object,System.Object},System.Action{System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L77C13-L85C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L77C13-L85C23" }, { "DocsId": "M:System.Reflection.Context.CustomReflectionContext.CreateProperty(System.Type,System.String,System.Func{System.Object,System.Object},System.Action{System.Object,System.Object},System.Collections.Generic.IEnumerable{System.Attribute},System.Collections.Generic.IEnumerable{System.Attribute},System.Collections.Generic.IEnumerable{System.Attribute})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L97C13-L105C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L97C13-L105C23" } ], "DocsId": "T:System.Reflection.Context.CustomReflectionContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Reflection.MetadataLoadContext.json b/xml/SourceLinkInformation/net-9.0-pp/System.Reflection.MetadataLoadContext.json index 4e84dacce58..4dade126948 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Reflection.MetadataLoadContext.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Reflection.MetadataLoadContext.json @@ -1,77 +1,77 @@ { "Assembly": "System.Reflection.MetadataLoadContext", - "GUID": "5F2061EEC9054D64AD7D48FEEE33ED97FFFFFFFF", + "GUID": "934F5FD29AD84856B6549B0E04A5CBC3FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Reflection.MetadataAssemblyResolver.Resolve(System.Reflection.MetadataLoadContext,System.Reflection.AssemblyName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataAssemblyResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataAssemblyResolver.cs" }, { "DocsId": "M:System.Reflection.MetadataAssemblyResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataAssemblyResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataAssemblyResolver.cs" } ], "DocsId": "T:System.Reflection.MetadataAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataAssemblyResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataAssemblyResolver.cs" }, { "Members": [ { "DocsId": "M:System.Reflection.MetadataLoadContext.#ctor(System.Reflection.MetadataAssemblyResolver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Disposing.cs#L11C9-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Disposing.cs#L11C9-L121C10" }, { "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromAssemblyPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L130C13-L135C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L130C13-L135C68" }, { "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromByteArray(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L145C13-L150C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L145C13-L150C67" }, { "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L163C13-L169C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L163C13-L169C49" }, { "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromAssemblyName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L181C13-L188C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L181C13-L188C45" }, { "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromAssemblyName(System.Reflection.AssemblyName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L200C13-L206C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L200C13-L206C45" }, { "DocsId": "M:System.Reflection.MetadataLoadContext.GetAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L265C13-L268C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L265C13-L268C45" }, { "DocsId": "M:System.Reflection.MetadataLoadContext.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L280C13-L282C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L280C13-L282C10" }, { "DocsId": "P:System.Reflection.MetadataLoadContext.CoreAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L253C17-L256C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L253C17-L256C38" } ], "DocsId": "T:System.Reflection.MetadataLoadContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Disposing.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Disposing.cs" }, { "Members": [ { "DocsId": "M:System.Reflection.PathAssemblyResolver.#ctor(System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/PathAssemblyResolver.cs#L25C9-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/PathAssemblyResolver.cs#L25C9-L53C10" }, { "DocsId": "M:System.Reflection.PathAssemblyResolver.Resolve(System.Reflection.MetadataLoadContext,System.Reflection.AssemblyName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/PathAssemblyResolver.cs#L58C13-L96C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/PathAssemblyResolver.cs#L58C13-L96C65" } ], "DocsId": "T:System.Reflection.PathAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/PathAssemblyResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/PathAssemblyResolver.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Resources.Extensions.json b/xml/SourceLinkInformation/net-9.0-pp/System.Resources.Extensions.json index 03ad6ef4f35..174d22d08cd 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Resources.Extensions.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Resources.Extensions.json @@ -1,95 +1,95 @@ { "Assembly": "System.Resources.Extensions", - "GUID": "23DF751012B642D18324B2ADA3479C1AFFFFFFFF", + "GUID": "B8C9EF05172E479285261EAECA508DCAFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L44C9-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L44C9-L59C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L61C9-L81C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L61C9-L81C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L88C13-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L88C13-L101C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L108C13-L129C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L108C13-L129C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.IO.Stream,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L137C13-L148C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L137C13-L148C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L177C13-L190C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L177C13-L190C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L233C13-L234C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L233C13-L234C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L253C13-L254C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L253C13-L254C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.Generate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L263C13-L434C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L263C13-L434C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L73C13-L119C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L73C13-L119C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddTypeConverterResource(System.String,System.Byte[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L130C13-L146C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L130C13-L146C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddBinaryFormattedResource(System.String,System.Byte[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L158C13-L179C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L158C13-L179C10" }, { "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddActivatorResource(System.String,System.IO.Stream,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L191C13-L210C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L191C13-L210C10" } ], "DocsId": "T:System.Resources.Extensions.PreserializedResourceWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs" }, { "Members": [ { "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L93C9-L112C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L93C9-L112C10" }, { "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L114C9-L141C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L114C9-L141C10" }, { "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L148C13-L149C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L148C13-L149C10" }, { "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L153C13-L154C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L153C13-L154C10" }, { "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L236C13-L236C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L236C13-L236C36" }, { "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L241C13-L243C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L241C13-L243C49" } ], "DocsId": "T:System.Resources.Extensions.DeserializingResourceReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/DeserializingResourceReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/DeserializingResourceReader.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Runtime.Caching.json b/xml/SourceLinkInformation/net-9.0-pp/System.Runtime.Caching.json index e427a3b6bc5..dbf49216498 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Runtime.Caching.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Runtime.Caching.json @@ -1,669 +1,669 @@ { "Assembly": "System.Runtime.Caching", - "GUID": "A5D060691DD843A1B30A7699B062872AFFFFFFFF", + "GUID": "34304C923EFB431AB78939580754EBF7FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Runtime.Caching.CacheEntryChangeMonitor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryChangeMonitor.CacheKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryChangeMonitor.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryChangeMonitor.RegionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" } ], "DocsId": "T:System.Runtime.Caching.CacheEntryChangeMonitor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedArguments.#ctor(System.Runtime.Caching.ObjectCache,System.Runtime.Caching.CacheEntryRemovedReason,System.Runtime.Caching.CacheItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L27C9-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L27C9-L41C10" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryRemovedArguments.CacheItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L14C19-L14C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L14C19-L14C37" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryRemovedArguments.RemovedReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L19C19-L19C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L19C19-L19C34" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryRemovedArguments.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L24C19-L24C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L24C19-L24C34" } ], "DocsId": "T:System.Runtime.Caching.CacheEntryRemovedArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" }, { "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedCallback.Invoke(System.Runtime.Caching.CacheEntryRemovedArguments)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" }, { "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedCallback.BeginInvoke(System.Runtime.Caching.CacheEntryRemovedArguments,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" }, { "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" } ], "DocsId": "T:System.Runtime.Caching.CacheEntryRemovedCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" }, { "Members": [ { "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" }, { "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.Removed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" }, { "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.Expired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" }, { "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.Evicted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" }, { "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.ChangeMonitorChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" }, { "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.CacheSpecificEviction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" } ], "DocsId": "T:System.Runtime.Caching.CacheEntryRemovedReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateArguments.#ctor(System.Runtime.Caching.ObjectCache,System.Runtime.Caching.CacheEntryRemovedReason,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L49C9-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L49C9-L64C10" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L19C19-L19C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L19C19-L19C31" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.RemovedReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L24C19-L24C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L24C19-L24C34" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.RegionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L29C19-L29C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L29C19-L29C38" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L34C19-L34C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L34C19-L34C34" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.UpdatedCacheItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L39C19-L39C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L39C19-L39C44" }, { "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.UpdatedCacheItemPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L45C19-L45C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L45C19-L45C50" } ], "DocsId": "T:System.Runtime.Caching.CacheEntryUpdateArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" }, { "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateCallback.Invoke(System.Runtime.Caching.CacheEntryUpdateArguments)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" }, { "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateCallback.BeginInvoke(System.Runtime.Caching.CacheEntryUpdateArguments,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" }, { "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" } ], "DocsId": "T:System.Runtime.Caching.CacheEntryUpdateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.CacheItem.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L16C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L16C9-L19C10" }, { "DocsId": "M:System.Runtime.Caching.CacheItem.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L21C54-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L21C54-L24C10" }, { "DocsId": "M:System.Runtime.Caching.CacheItem.#ctor(System.String,System.Object,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L26C73-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L26C73-L29C10" }, { "DocsId": "P:System.Runtime.Caching.CacheItem.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L10C29-L10C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L10C29-L10C33" }, { "DocsId": "P:System.Runtime.Caching.CacheItem.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L11C31-L11C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L11C31-L11C35" }, { "DocsId": "P:System.Runtime.Caching.CacheItem.RegionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L12C36-L12C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L12C36-L12C40" } ], "DocsId": "T:System.Runtime.Caching.CacheItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.CacheItemPolicy.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L50C9-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L50C9-L55C10" }, { "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.AbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L20C19-L20C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L20C19-L20C37" }, { "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.ChangeMonitors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L24C60-L24C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L24C60-L24C111" }, { "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L28C19-L28C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L28C19-L28C36" }, { "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.RemovedCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L34C19-L34C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L34C19-L34C43" }, { "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.SlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L40C19-L40C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L40C19-L40C37" }, { "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.UpdateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L46C19-L46C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L46C19-L46C42" } ], "DocsId": "T:System.Runtime.Caching.CacheItemPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs" }, { "Members": [ { "DocsId": "F:System.Runtime.Caching.CacheItemPriority.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" }, { "DocsId": "F:System.Runtime.Caching.CacheItemPriority.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" }, { "DocsId": "F:System.Runtime.Caching.CacheItemPriority.NotRemovable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" } ], "DocsId": "T:System.Runtime.Caching.CacheItemPriority", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.ChangeMonitor.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs" }, { "DocsId": "M:System.Runtime.Caching.ChangeMonitor.InitializationComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L142C13-L150C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L142C13-L150C10" }, { "DocsId": "M:System.Runtime.Caching.ChangeMonitor.OnChanged(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L159C13-L167C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L159C13-L167C10" }, { "DocsId": "M:System.Runtime.Caching.ChangeMonitor.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L205C13-L215C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L205C13-L215C10" }, { "DocsId": "M:System.Runtime.Caching.ChangeMonitor.NotifyOnChanged(System.Runtime.Caching.OnChangedCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L224C13-L239C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L224C13-L239C10" }, { "DocsId": "M:System.Runtime.Caching.ChangeMonitor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L90C9-L90C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L90C9-L90C52" }, { "DocsId": "P:System.Runtime.Caching.ChangeMonitor.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L174C40-L174C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L174C40-L174C63" }, { "DocsId": "P:System.Runtime.Caching.ChangeMonitor.IsDisposed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L178C40-L178C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L178C40-L178C64" }, { "DocsId": "P:System.Runtime.Caching.ChangeMonitor.UniqueId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs" } ], "DocsId": "T:System.Runtime.Caching.ChangeMonitor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs" }, { "Members": [ { "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" }, { "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" }, { "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.InMemoryProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" }, { "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.OutOfProcessProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" }, { "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.CacheEntryChangeMonitors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" }, { "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.AbsoluteExpirations", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" }, { "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.SlidingExpirations", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" }, { "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.CacheEntryUpdateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" }, { "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.CacheEntryRemovedCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" }, { "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.CacheRegions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" } ], "DocsId": "T:System.Runtime.Caching.DefaultCacheCapabilities", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.FileChangeMonitor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" }, { "DocsId": "P:System.Runtime.Caching.FileChangeMonitor.FilePaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" }, { "DocsId": "P:System.Runtime.Caching.FileChangeMonitor.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" } ], "DocsId": "T:System.Runtime.Caching.FileChangeMonitor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.HostFileChangeMonitor.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L121C13-L150C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L121C13-L150C10" }, { "DocsId": "M:System.Runtime.Caching.HostFileChangeMonitor.#ctor(System.Collections.Generic.IList{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L160C9-L176C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L160C9-L176C10" }, { "DocsId": "P:System.Runtime.Caching.HostFileChangeMonitor.FilePaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L156C70-L156C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L156C70-L156C88" }, { "DocsId": "P:System.Runtime.Caching.HostFileChangeMonitor.UniqueId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L157C49-L157C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L157C49-L157C66" }, { "DocsId": "P:System.Runtime.Caching.HostFileChangeMonitor.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L158C61-L158C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L158C61-L158C82" } ], "DocsId": "T:System.Runtime.Caching.HostFileChangeMonitor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.MemoryCache.#ctor(System.String,System.Collections.Specialized.NameValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L39C9-L339C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L39C9-L339C10" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.#ctor(System.String,System.Collections.Specialized.NameValueCollection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L39C9-L361C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L39C9-L361C10" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.CreateCacheEntryChangeMonitor(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L422C13-L444C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L422C13-L444C96" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L449C13-L469C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L449C13-L469C10" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L498C13-L507C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L498C13-L507C38" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L512C13-L521C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L512C13-L521C38" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.Trim(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L533C13-L546C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L533C13-L546C28" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.Contains(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L565C13-L565C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L565C13-L565C59" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.Add(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L570C13-L571C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L570C13-L571C75" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.AddOrGetExisting(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L576C13-L582C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L576C13-L582C65" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.AddOrGetExisting(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L587C13-L592C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L587C13-L592C100" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.AddOrGetExisting(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L597C13-L601C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L597C13-L601C65" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.Get(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L606C13-L606C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L606C13-L606C49" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.GetCacheItem(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L611C13-L612C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L611C13-L612C71" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.Set(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L617C13-L624C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L617C13-L624C10" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.Set(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L628C13-L634C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L628C13-L634C10" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.Set(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L638C13-L682C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L638C13-L682C10" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.Remove(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L756C13-L756C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L756C13-L756C77" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.Remove(System.String,System.Runtime.Caching.CacheEntryRemovedReason,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L761C13-L774C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L761C13-L774C33" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.GetCount(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L779C13-L793C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L779C13-L793C26" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.GetLastSize(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L798C13-L803C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L798C13-L803C41" }, { "DocsId": "M:System.Runtime.Caching.MemoryCache.GetValues(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L808C13-L835C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L808C13-L835C27" }, { "DocsId": "P:System.Runtime.Caching.MemoryCache.CacheMemoryLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L258C17-L258C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L258C17-L258C48" }, { "DocsId": "P:System.Runtime.Caching.MemoryCache.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L266C17-L273C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L266C17-L273C39" }, { "DocsId": "P:System.Runtime.Caching.MemoryCache.DefaultCacheCapabilities", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L281C17-L281C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L281C17-L281C37" }, { "DocsId": "P:System.Runtime.Caching.MemoryCache.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L287C19-L287C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L287C19-L287C32" }, { "DocsId": "P:System.Runtime.Caching.MemoryCache.PhysicalMemoryLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L301C17-L301C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L301C17-L301C51" }, { "DocsId": "P:System.Runtime.Caching.MemoryCache.PollingInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L311C17-L311C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L311C17-L311C47" }, { "DocsId": "P:System.Runtime.Caching.MemoryCache.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L554C17-L554C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L554C17-L554C47" } ], "DocsId": "T:System.Runtime.Caching.MemoryCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.ObjectCache.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L52C13-L52C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L52C13-L52C86" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.CreateCacheEntryChangeMonitor(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.System#Collections#Generic#IEnumerable>#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L59C13-L59C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L59C13-L59C36" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.Contains(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.Add(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L70C13-L70C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L70C13-L70C91" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.Add(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L75C13-L75C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L75C13-L75C61" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.Add(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L80C13-L80C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L80C13-L80C79" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.AddOrGetExisting(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.AddOrGetExisting(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.AddOrGetExisting(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.Get(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.GetCacheItem(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.Set(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.Set(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.Set(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.GetValues(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.GetValues(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L103C13-L103C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L103C13-L103C48" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.Remove(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.GetCount(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "M:System.Runtime.Caching.ObjectCache.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "F:System.Runtime.Caching.ObjectCache.InfiniteAbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "F:System.Runtime.Caching.ObjectCache.NoSlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "P:System.Runtime.Caching.ObjectCache.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L27C17-L27C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L27C17-L27C31" }, { "DocsId": "P:System.Runtime.Caching.ObjectCache.DefaultCacheCapabilities", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "P:System.Runtime.Caching.ObjectCache.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "DocsId": "P:System.Runtime.Caching.ObjectCache.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" } ], "DocsId": "T:System.Runtime.Caching.ObjectCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.OnChangedCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" }, { "DocsId": "M:System.Runtime.Caching.OnChangedCallback.Invoke(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" }, { "DocsId": "M:System.Runtime.Caching.OnChangedCallback.BeginInvoke(System.Object,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" }, { "DocsId": "M:System.Runtime.Caching.OnChangedCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" } ], "DocsId": "T:System.Runtime.Caching.OnChangedCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.Hosting.IApplicationIdentifier.GetApplicationId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IApplicationIdentifier.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IApplicationIdentifier.cs" } ], "DocsId": "T:System.Runtime.Caching.Hosting.IApplicationIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IApplicationIdentifier.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IApplicationIdentifier.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.Hosting.IFileChangeNotificationSystem.StartMonitoring(System.String,System.Runtime.Caching.OnChangedCallback,System.Object@,System.DateTimeOffset@,System.Int64@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IFileChangeNotificationSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IFileChangeNotificationSystem.cs" }, { "DocsId": "M:System.Runtime.Caching.Hosting.IFileChangeNotificationSystem.StopMonitoring(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IFileChangeNotificationSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IFileChangeNotificationSystem.cs" } ], "DocsId": "T:System.Runtime.Caching.Hosting.IFileChangeNotificationSystem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IFileChangeNotificationSystem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IFileChangeNotificationSystem.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Caching.Hosting.IMemoryCacheManager.UpdateCacheSize(System.Int64,System.Runtime.Caching.MemoryCache)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IMemoryCacheManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IMemoryCacheManager.cs" }, { "DocsId": "M:System.Runtime.Caching.Hosting.IMemoryCacheManager.ReleaseCache(System.Runtime.Caching.MemoryCache)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IMemoryCacheManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IMemoryCacheManager.cs" } ], "DocsId": "T:System.Runtime.Caching.Hosting.IMemoryCacheManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IMemoryCacheManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IMemoryCacheManager.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Runtime.Serialization.Formatters.json b/xml/SourceLinkInformation/net-9.0-pp/System.Runtime.Serialization.Formatters.json index d19912e83e1..d9c007bb177 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Runtime.Serialization.Formatters.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Runtime.Serialization.Formatters.json @@ -1,594 +1,594 @@ { "Assembly": "System.Runtime.Serialization.Formatters", - "GUID": "CCBD917A0534871B999993C47650825BFFFFFFFF", + "GUID": "A63F78224D74149CC38DF1089FA00800FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Runtime.Serialization.SerializationEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" }, { "DocsId": "M:System.Runtime.Serialization.SerializationEventHandler.Invoke(System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" }, { "DocsId": "M:System.Runtime.Serialization.SerializationEventHandler.BeginInvoke(System.Runtime.Serialization.StreamingContext,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" }, { "DocsId": "M:System.Runtime.Serialization.SerializationEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" } ], "DocsId": "T:System.Runtime.Serialization.SerializationEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.Formatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs#L18C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs#L18C9-L22C10" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.Deserialize(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.GetNext(System.Int64@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs#L30C13-L45C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs#L30C13-L45C24" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.Schedule(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs#L50C13-L62C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs#L50C13-L62C23" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.Serialize(System.IO.Stream,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteArray(System.Object,System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteBoolean(System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteByte(System.Byte,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteChar(System.Char,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteDateTime(System.DateTime,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteDecimal(System.Decimal,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteDouble(System.Double,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteInt16(System.Int16,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteInt32(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteInt64(System.Int64,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteObjectRef(System.Object,System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteMember(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs#L92C13-L168C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs#L92C13-L168C10" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteSByte(System.SByte,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteSingle(System.Single,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteTimeSpan(System.TimeSpan,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteUInt16(System.UInt16,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteUInt32(System.UInt32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteUInt64(System.UInt64,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.Formatter.WriteValueType(System.Object,System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "F:System.Runtime.Serialization.Formatter.m_idGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "F:System.Runtime.Serialization.Formatter.m_objectQueue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "P:System.Runtime.Serialization.Formatter.SurrogateSelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" }, { "DocsId": "P:System.Runtime.Serialization.Formatter.Binder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" }, { "DocsId": "P:System.Runtime.Serialization.Formatter.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/LocalAppContextSwitches.Common.cs" } ], "DocsId": "T:System.Runtime.Serialization.Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.Convert(System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L13C13-L15C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L13C13-L15C89" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.Convert(System.Object,System.TypeCode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L20C13-L22C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L20C13-L22C93" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToBoolean(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L27C13-L29C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L27C13-L29C82" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToChar(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L34C13-L36C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L34C13-L36C79" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToSByte(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L42C13-L44C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L42C13-L44C80" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToByte(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L49C13-L51C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L49C13-L51C79" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToInt16(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L56C13-L58C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L56C13-L58C80" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToUInt16(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L64C13-L66C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L64C13-L66C81" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToInt32(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L71C13-L73C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L71C13-L73C80" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToUInt32(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L79C13-L81C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L79C13-L81C81" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToInt64(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L86C13-L88C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L86C13-L88C80" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToUInt64(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L94C13-L96C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L94C13-L96C81" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToSingle(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L101C13-L103C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L101C13-L103C81" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToDouble(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L108C13-L110C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L108C13-L110C81" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToDecimal(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L115C13-L117C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L115C13-L117C82" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToDateTime(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L122C13-L124C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L122C13-L124C83" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.ToString(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L129C13-L131C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs#L129C13-L131C81" }, { "DocsId": "M:System.Runtime.Serialization.FormatterConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" } ], "DocsId": "T:System.Runtime.Serialization.FormatterConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.FormatterServices.GetSerializableMembers(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L169C13-L169C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L169C13-L169C99" }, { "DocsId": "M:System.Runtime.Serialization.FormatterServices.GetSerializableMembers(System.Type,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L176C13-L182C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L176C13-L182C71" }, { "DocsId": "M:System.Runtime.Serialization.FormatterServices.CheckTypeSecurity(System.Type,System.Runtime.Serialization.Formatters.TypeFilterLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L188C9-L188C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L188C9-L188C10" }, { "DocsId": "M:System.Runtime.Serialization.FormatterServices.GetUninitializedObject(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L197C27-L197C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L197C27-L197C70" }, { "DocsId": "M:System.Runtime.Serialization.FormatterServices.GetSafeUninitializedObject(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L201C27-L201C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L201C27-L201C70" }, { "DocsId": "M:System.Runtime.Serialization.FormatterServices.PopulateObjectMembers(System.Object,System.Reflection.MemberInfo[],System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L218C13-L255C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L218C13-L255C24" }, { "DocsId": "M:System.Runtime.Serialization.FormatterServices.GetObjectData(System.Object,System.Reflection.MemberInfo[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L260C13-L280C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L260C13-L280C25" }, { "DocsId": "M:System.Runtime.Serialization.FormatterServices.GetSurrogateForCyclicalReference(System.Runtime.Serialization.ISerializationSurrogate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L285C13-L287C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L285C13-L287C70" }, { "DocsId": "M:System.Runtime.Serialization.FormatterServices.GetTypeFromAssembly(System.Reflection.Assembly,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L293C13-L295C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs#L293C13-L295C80" } ], "DocsId": "T:System.Runtime.Serialization.FormatterServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterServices.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.IFormatter.Deserialize(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" }, { "DocsId": "M:System.Runtime.Serialization.IFormatter.Serialize(System.IO.Stream,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" }, { "DocsId": "P:System.Runtime.Serialization.IFormatter.SurrogateSelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" }, { "DocsId": "P:System.Runtime.Serialization.IFormatter.Binder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" }, { "DocsId": "P:System.Runtime.Serialization.IFormatter.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" } ], "DocsId": "T:System.Runtime.Serialization.IFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Private.CoreLib/src/System/Collections/HashHelpers.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.ISerializationSurrogate.GetObjectData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "DocsId": "M:System.Runtime.Serialization.ISerializationSurrogate.SetObjectData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" } ], "DocsId": "T:System.Runtime.Serialization.ISerializationSurrogate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatter.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.ISurrogateSelector.ChainSelector(System.Runtime.Serialization.ISurrogateSelector)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" }, { "DocsId": "M:System.Runtime.Serialization.ISurrogateSelector.GetSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" }, { "DocsId": "M:System.Runtime.Serialization.ISurrogateSelector.GetNextSelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" } ], "DocsId": "T:System.Runtime.Serialization.ISurrogateSelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/FormatterConverter.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.ObjectIDGenerator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectIDGenerator.cs#L20C9-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectIDGenerator.cs#L20C9-L26C10" }, { "DocsId": "M:System.Runtime.Serialization.ObjectIDGenerator.GetId(System.Object,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectIDGenerator.cs#L67C13-L92C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectIDGenerator.cs#L67C13-L92C28" }, { "DocsId": "M:System.Runtime.Serialization.ObjectIDGenerator.HasId(System.Object,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectIDGenerator.cs#L99C13-L110C22" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectIDGenerator.cs#L99C13-L110C22" } ], "DocsId": "T:System.Runtime.Serialization.ObjectIDGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectIDGenerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectIDGenerator.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.ObjectManager.#ctor(System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L32C9-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L32C9-L37C10" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.GetObject(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L617C13-L630C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L617C13-L630C39" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L636C13-L637C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L636C13-L637C10" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L642C13-L643C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L642C13-L643C10" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L648C13-L649C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L648C13-L649C10" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.RegisterObject(System.Object,System.Int64,System.Runtime.Serialization.SerializationInfo,System.Int64,System.Reflection.MemberInfo,System.Int32[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L666C13-L763C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L666C13-L763C10" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.DoFixups", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L817C13-L891C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L817C13-L891C88" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.RecordFixup(System.Int64,System.Reflection.MemberInfo,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L927C13-L940C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L927C13-L940C10" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.RecordDelayedFixup(System.Int64,System.String,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L945C13-L954C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L945C13-L954C10" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.RecordArrayElementFixup(System.Int64,System.Int32,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L958C13-L961C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L958C13-L961C10" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.RecordArrayElementFixup(System.Int64,System.Int32[],System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L966C13-L974C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L966C13-L974C10" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.RaiseDeserializationEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L979C13-L981C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L979C13-L981C10" }, { "DocsId": "M:System.Runtime.Serialization.ObjectManager.RaiseOnDeserializingEvent(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L1006C13-L1008C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs#L1006C13-L1008C10" } ], "DocsId": "T:System.Runtime.Serialization.ObjectManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs" }, { "Members": [], "DocsId": "T:System.Runtime.Serialization.TypeLoadExceptionHolder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ObjectManager.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.SerializationBinder.BindToName(System.Type,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationBinder.cs#L10C13-L12C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationBinder.cs#L10C13-L12C10" }, { "DocsId": "M:System.Runtime.Serialization.SerializationBinder.BindToType(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationBinder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationBinder.cs" }, { "DocsId": "M:System.Runtime.Serialization.SerializationBinder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationBinder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationBinder.cs" } ], "DocsId": "T:System.Runtime.Serialization.SerializationBinder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationBinder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationBinder.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.SerializationObjectManager.#ctor(System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationObjectManager.cs#L18C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationObjectManager.cs#L18C9-L22C10" }, { "DocsId": "M:System.Runtime.Serialization.SerializationObjectManager.RegisterObject(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationObjectManager.cs#L28C13-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationObjectManager.cs#L28C13-L42C10" }, { "DocsId": "M:System.Runtime.Serialization.SerializationObjectManager.RaiseOnSerializedEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationObjectManager.cs#L44C49-L44C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationObjectManager.cs#L44C49-L44C87" } ], "DocsId": "T:System.Runtime.Serialization.SerializationObjectManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationObjectManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SerializationObjectManager.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.SurrogateSelector.AddSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISerializationSurrogate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L17C13-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L17C13-L22C10" }, { "DocsId": "M:System.Runtime.Serialization.SurrogateSelector.ChainSelector(System.Runtime.Serialization.ISurrogateSelector)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L56C13-L138C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L56C13-L138C10" }, { "DocsId": "M:System.Runtime.Serialization.SurrogateSelector.GetNextSelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L141C65-L141C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L141C65-L141C78" }, { "DocsId": "M:System.Runtime.Serialization.SurrogateSelector.GetSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L147C13-L161C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L147C13-L161C25" }, { "DocsId": "M:System.Runtime.Serialization.SurrogateSelector.RemoveSurrogate(System.Type,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L168C13-L172C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L168C13-L172C10" }, { "DocsId": "M:System.Runtime.Serialization.SurrogateSelector.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L12C9-L12C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs#L12C9-L12C87" } ], "DocsId": "T:System.Runtime.Serialization.SurrogateSelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/SurrogateSelector.cs" }, { "Members": [ { "DocsId": "F:System.Runtime.Serialization.Formatters.FormatterTypeStyle.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" }, { "DocsId": "F:System.Runtime.Serialization.Formatters.FormatterTypeStyle.TypesWhenNeeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" }, { "DocsId": "F:System.Runtime.Serialization.Formatters.FormatterTypeStyle.TypesAlways", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" }, { "DocsId": "F:System.Runtime.Serialization.Formatters.FormatterTypeStyle.XsdString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" } ], "DocsId": "T:System.Runtime.Serialization.Formatters.FormatterTypeStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" }, { "Members": [ { "DocsId": "F:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" }, { "DocsId": "F:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.Simple", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" }, { "DocsId": "F:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.Full", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" } ], "DocsId": "T:System.Runtime.Serialization.Formatters.FormatterAssemblyStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" }, { "Members": [ { "DocsId": "F:System.Runtime.Serialization.Formatters.TypeFilterLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" }, { "DocsId": "F:System.Runtime.Serialization.Formatters.TypeFilterLevel.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" }, { "DocsId": "F:System.Runtime.Serialization.Formatters.TypeFilterLevel.Full", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" } ], "DocsId": "T:System.Runtime.Serialization.Formatters.TypeFilterLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/ValueTypeFixupInfo.cs" }, { "Members": [ { "DocsId": "P:System.Runtime.Serialization.Formatters.IFieldInfo.FieldNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs" }, { "DocsId": "P:System.Runtime.Serialization.Formatters.IFieldInfo.FieldTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs" } ], "DocsId": "T:System.Runtime.Serialization.Formatters.IFieldInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L23C36-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L23C36-L25C10" }, { "DocsId": "M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.#ctor(System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L12C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L12C9-L31C10" }, { "DocsId": "M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.Core.cs#L21C13-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.Core.cs#L21C13-L63C10" }, { "DocsId": "M:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(System.IO.Stream,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.Core.cs#L69C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.Core.cs#L69C13-L95C10" }, { "DocsId": "P:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.TypeFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L16C54-L16C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L16C54-L16C73" }, { "DocsId": "P:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.AssemblyFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L17C62-L17C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L17C62-L17C85" }, { "DocsId": "P:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.FilterLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L18C52-L18C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L18C52-L18C74" }, { "DocsId": "P:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.SurrogateSelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L19C62-L19C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L19C62-L19C81" }, { "DocsId": "P:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Binder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L20C52-L20C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L20C52-L20C67" }, { "DocsId": "P:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L21C49-L21C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs#L21C49-L21C65" } ], "DocsId": "T:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Runtime.Serialization.Schema.json b/xml/SourceLinkInformation/net-9.0-pp/System.Runtime.Serialization.Schema.json index b7d7a08ec05..604a7eb7608 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Runtime.Serialization.Schema.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Runtime.Serialization.Schema.json @@ -1,129 +1,129 @@ { "Assembly": "System.Runtime.Serialization.Schema", - "GUID": "A4BAAF06665F4E7480DD9F2966C92A68FFFFFFFF", + "GUID": "715C1FCE724644CCB387236D01A56A45FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Runtime.Serialization.ISerializationCodeDomSurrogateProvider.ProcessImportedType(System.CodeDom.CodeTypeDeclaration,System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ISerializationCodeDomSurrogateProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ISerializationCodeDomSurrogateProvider.cs" } ], "DocsId": "T:System.Runtime.Serialization.ISerializationCodeDomSurrogateProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ISerializationCodeDomSurrogateProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ISerializationCodeDomSurrogateProvider.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.ImportOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs" }, { "DocsId": "P:System.Runtime.Serialization.ImportOptions.CodeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L26C48-L26C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L26C48-L26C52" }, { "DocsId": "P:System.Runtime.Serialization.ImportOptions.EnableDataBinding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L31C41-L31C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L31C41-L31C45" }, { "DocsId": "P:System.Runtime.Serialization.ImportOptions.DataContractSurrogate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L40C73-L40C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L40C73-L40C77" }, { "DocsId": "P:System.Runtime.Serialization.ImportOptions.GenerateInternal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L45C40-L45C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L45C40-L45C44" }, { "DocsId": "P:System.Runtime.Serialization.ImportOptions.GenerateSerializable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L50C44-L50C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L50C44-L50C48" }, { "DocsId": "P:System.Runtime.Serialization.ImportOptions.ImportXmlType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L55C37-L55C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L55C37-L55C41" }, { "DocsId": "P:System.Runtime.Serialization.ImportOptions.Namespaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L60C58-L60C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L60C58-L60C106" }, { "DocsId": "P:System.Runtime.Serialization.ImportOptions.ReferencedCollectionTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L65C63-L65C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L65C63-L65C110" }, { "DocsId": "P:System.Runtime.Serialization.ImportOptions.ReferencedTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L70C53-L70C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs#L70C53-L70C90" } ], "DocsId": "T:System.Runtime.Serialization.ImportOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/ImportOptions.cs" }, { "Members": [ { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L42C9-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L42C9-L44C10" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.#ctor(System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L50C9-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L50C9-L53C10" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.Import(System.Xml.Schema.XmlSchemaSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L81C13-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L81C13-L85C10" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.Import(System.Xml.Schema.XmlSchemaSet,System.Collections.Generic.ICollection{System.Xml.XmlQualifiedName})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L95C13-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L95C13-L102C10" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.Import(System.Xml.Schema.XmlSchemaSet,System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L112C13-L120C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L112C13-L120C10" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.Import(System.Xml.Schema.XmlSchemaSet,System.Xml.Schema.XmlSchemaElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L132C13-L141C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L132C13-L141C36" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.CanImport(System.Xml.Schema.XmlSchemaSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L152C13-L155C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L152C13-L155C59" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.CanImport(System.Xml.Schema.XmlSchemaSet,System.Collections.Generic.ICollection{System.Xml.XmlQualifiedName})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L167C13-L173C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L167C13-L173C64" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.CanImport(System.Xml.Schema.XmlSchemaSet,System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L185C13-L191C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L185C13-L191C90" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.CanImport(System.Xml.Schema.XmlSchemaSet,System.Xml.Schema.XmlSchemaElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L203C13-L210C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L203C13-L210C89" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.GetCodeTypeReference(System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L221C13-L223C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L221C13-L223C68" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.GetCodeTypeReference(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L235C13-L241C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L235C13-L241C91" }, { "DocsId": "M:System.Runtime.Serialization.XsdDataContractImporter.GetKnownTypeReferences(System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L268C13-L280C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L268C13-L280C70" }, { "DocsId": "P:System.Runtime.Serialization.XsdDataContractImporter.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L58C41-L58C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L58C41-L58C45" }, { "DocsId": "P:System.Runtime.Serialization.XsdDataContractImporter.CodeCompileUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L63C51-L63C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs#L63C51-L63C93" } ], "DocsId": "T:System.Runtime.Serialization.XsdDataContractImporter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Runtime.Serialization.Schema/src/System/Runtime/Serialization/Schema/XsdDataContractImporter.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Security.Cryptography.Cose.json b/xml/SourceLinkInformation/net-9.0-pp/System.Security.Cryptography.Cose.json index a8b6192288c..03611e1ab8b 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Security.Cryptography.Cose.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Security.Cryptography.Cose.json @@ -1,539 +1,539 @@ { "Assembly": "System.Security.Cryptography.Cose", - "GUID": "5EDA358982DB49068324E55A59D4F5AEFFFFFFFF", + "GUID": "1638BC4EBABE4641B6CA8DC49A9C1746FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L50C13-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L50C13-L53C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L62C13-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L62C13-L70C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.Equals(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L79C13-L79C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L79C13-L79C95" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L87C73-L87C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L87C73-L87C124" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L99C13-L104C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L99C13-L104C57" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.op_Equality(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L113C88-L113C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L113C88-L113C106" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.op_Inequality(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L121C88-L121C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L121C88-L121C107" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderLabel.Algorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L23C52-L23C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L23C52-L23C89" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderLabel.CriticalHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L28C58-L28C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L28C58-L28C96" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderLabel.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L33C54-L33C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L33C54-L33C99" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderLabel.KeyIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L38C56-L38C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L38C56-L38C93" } ], "DocsId": "T:System.Security.Cryptography.Cose.CoseHeaderLabel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L30C34-L30C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L30C34-L30C61" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#Generic#IReadOnlyDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L58C100-L58C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L58C100-L58C122" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#Generic#IReadOnlyDictionary#get_Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L61C102-L61C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L61C102-L61C126" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetValueAsInt32(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L89C62-L89C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L89C62-L89C104" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetValueAsString(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L98C66-L98C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L98C66-L98C109" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetValueAsBytes(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L106C65-L106C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L106C65-L106C107" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetValueAsBytes(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L117C86-L117C139" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L117C86-L117C139" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L128C13-L131C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L128C13-L131C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Collections.Generic.KeyValuePair{System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L139C81-L139C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L139C81-L139C106" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L147C62-L147C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L147C62-L147C106" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L155C65-L155C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L155C65-L155C110" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L167C65-L167C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L167C65-L167C109" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L179C77-L179C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L179C77-L179C121" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.ContainsKey(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L182C57-L182C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L182C57-L182C91" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.TryGetValue(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L185C84-L185C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L185C84-L185C129" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L193C13-L195C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L193C13-L195C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Contains(System.Collections.Generic.KeyValuePair{System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L199C16-L199C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L199C16-L199C59" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.CopyTo(System.Collections.Generic.KeyValuePair{System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L203C16-L203C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L203C16-L203C70" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L207C16-L207C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L207C16-L207C49" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L211C16-L211C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L211C16-L211C49" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Remove(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L221C13-L222C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L221C13-L222C52" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Remove(System.Collections.Generic.KeyValuePair{System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L233C13-L234C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L233C13-L234C62" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L25C34-L25C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L25C34-L25C38" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L43C53-L43C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L43C53-L43C75" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L49C55-L49C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L49C55-L49C79" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L55C29-L55C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L55C29-L55C52" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#Generic#IReadOnlyDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L58C100-L58C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L58C100-L58C122" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#Generic#IReadOnlyDictionary#Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L61C102-L61C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L61C102-L61C126" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.Item(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L73C20-L73C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L73C20-L73C42" } ], "DocsId": "T:System.Security.Cryptography.Cose.CoseHeaderMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromEncodedValue(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L39C13-L40C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L39C13-L40C55" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromEncodedValue(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L51C13-L56C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L51C13-L56C60" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromInt32(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L74C13-L77C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L74C13-L77C53" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L88C13-L96C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L88C13-L96C53" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromBytes(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L107C13-L110C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L107C13-L110C53" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromBytes(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L122C13-L127C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L122C13-L127C46" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetValueAsInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L137C13-L154C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L137C13-L154C27" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetValueAsString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L164C13-L181C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L164C13-L181C27" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetValueAsBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L191C13-L208C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L191C13-L208C27" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetValueAsBytes(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L220C13-L240C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L220C13-L240C33" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L248C73-L248C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L248C73-L248C124" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.Equals(System.Security.Cryptography.Cose.CoseHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L255C54-L255C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L255C54-L255C110" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L263C13-L272C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L263C13-L272C42" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.op_Equality(System.Security.Cryptography.Cose.CoseHeaderValue,System.Security.Cryptography.Cose.CoseHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L281C88-L281C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L281C88-L281C106" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.op_Inequality(System.Security.Cryptography.Cose.CoseHeaderValue,System.Security.Cryptography.Cose.CoseHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L289C88-L289C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L289C88-L289C107" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderValue.EncodedValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L18C61-L18C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L18C61-L18C65" } ], "DocsId": "T:System.Security.Cryptography.Cose.CoseHeaderValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.DecodeSign1(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L95C13-L98C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L95C13-L98C69" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.DecodeSign1(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L110C13-L119C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L110C13-L119C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.DecodeMultiSign(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L181C13-L184C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L181C13-L184C73" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.DecodeMultiSign(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L196C13-L205C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L196C13-L205C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L597C13-L601C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L597C13-L601C27" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.Encode(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L615C13-L620C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L615C13-L620C33" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.GetEncodedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseMessage.ProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L41C50-L41C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L41C50-L41C67" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseMessage.UnprotectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L47C52-L47C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L47C52-L47C71" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseMessage.RawProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L53C60-L53C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L53C60-L53C82" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseMessage.Content", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L74C17-L79C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L74C17-L79C33" } ], "DocsId": "T:System.Security.Cryptography.Cose.CoseMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignDetached(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L69C13-L72C132" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L69C13-L72C132" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignEmbedded(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L100C13-L103C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L100C13-L103C133" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignDetached(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L130C16-L130C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L130C16-L130C127" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignEmbedded(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L157C16-L157C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L157C16-L157C128" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignDetached(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L189C13-L198C135" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L189C13-L198C135" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignDetachedAsync(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L260C13-L275C146" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L260C13-L275C146" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.TrySignDetached(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Int32@,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L320C16-L320C151" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L320C16-L320C151" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.TrySignEmbedded(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Int32@,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L348C16-L348C152" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L348C16-L348C152" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.GetEncodedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L543C13-L554C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L543C13-L554C34" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L576C13-L630C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L576C13-L630C25" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForEmbedded(System.Security.Cryptography.Cose.CoseSigner,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L650C16-L650C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L650C16-L650C72" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForEmbedded(System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L670C13-L681C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L670C13-L681C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForDetached(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L702C13-L708C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L702C13-L708C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForDetached(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L729C13-L740C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L729C13-L740C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForDetached(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L765C13-L776C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L765C13-L776C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForDetachedAsync(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L841C13-L851C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L841C13-L851C102" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.RemoveSignature(System.Security.Cryptography.Cose.CoseSignature)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L894C13-L900C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L894C13-L900C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.RemoveSignature(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L917C16-L917C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L917C16-L917C43" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseMultiSignMessage.Signatures", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L30C63-L30C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L30C63-L30C67" } ], "DocsId": "T:System.Security.Cryptography.Cose.CoseMultiSignMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignDetached(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L53C13-L59C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L53C13-L59C103" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignEmbedded(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L81C13-L87C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L81C13-L87C104" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignDetached(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L109C13-L112C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L109C13-L112C94" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignEmbedded(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L134C13-L137C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L134C13-L137C95" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignDetached(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L163C13-L175C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L163C13-L175C97" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignDetachedAsync(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L217C13-L232C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L217C13-L232C108" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.TrySignDetached(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Int32@,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L264C16-L264C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L264C16-L264C113" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.TrySignEmbedded(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Int32@,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L286C16-L286C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L286C16-L286C114" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyEmbedded(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L396C13-L406C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L396C13-L406C97" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyEmbedded(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L438C13-L448C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L438C13-L448C97" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[],System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L482C13-L496C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L482C13-L496C104" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L530C13-L540C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L530C13-L540C104" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L582C13-L606C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L582C13-L606C107" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyDetachedAsync(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L683C13-L707C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L683C13-L707C122" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.GetEncodedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L790C13-L791C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L790C13-L791C68" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L804C13-L836C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L804C13-L836C25" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseSign1Message.Signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L26C50-L26C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L26C50-L26C60" } ], "DocsId": "T:System.Security.Cryptography.Cose.CoseSign1Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyEmbedded(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L102C13-L112C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L102C13-L112C115" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyEmbedded(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L145C13-L155C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L145C13-L155C115" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[],System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L189C13-L204C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L189C13-L204C104" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L238C13-L248C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L238C13-L248C104" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L290C13-L315C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L290C13-L315C107" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyDetachedAsync(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L358C13-L382C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L358C13-L382C122" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseSignature.ProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L25C49-L25C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L25C49-L25C53" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseSignature.UnprotectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L31C51-L31C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L31C51-L31C55" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseSignature.RawProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L37C60-L37C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L37C60-L37C88" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseSignature.Signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L43C50-L43C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L43C50-L43C60" } ], "DocsId": "T:System.Security.Cryptography.Cose.CoseSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Cose.CoseSigner.#ctor(System.Security.Cryptography.AsymmetricAlgorithm,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L65C9-L80C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L65C9-L80C10" }, { "DocsId": "M:System.Security.Cryptography.Cose.CoseSigner.#ctor(System.Security.Cryptography.RSA,System.Security.Cryptography.RSASignaturePadding,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L104C9-L120C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L104C9-L120C10" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L22C42-L22C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L22C42-L22C46" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.HashAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L28C50-L28C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L28C50-L28C54" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.RSASignaturePadding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L34C59-L34C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L34C59-L34C63" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.ProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L126C50-L126C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L126C50-L126C91" }, { "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.UnprotectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L132C52-L132C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L132C52-L132C95" } ], "DocsId": "T:System.Security.Cryptography.Cose.CoseSigner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Security.Cryptography.Pkcs.json b/xml/SourceLinkInformation/net-9.0-pp/System.Security.Cryptography.Pkcs.json index b6f2835eec2..c5ea7d786aa 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Security.Cryptography.Pkcs.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Security.Cryptography.Pkcs.json @@ -1,1691 +1,1691 @@ { "Assembly": "System.Security.Cryptography.Pkcs", - "GUID": "03AFF5C59DBC4A4E820AF722D5FA1720FFFFFFFF", + "GUID": "50B2192E2FA4487681F0C5D726D59F95FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObject.#ctor(System.Security.Cryptography.Oid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L22C15-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L22C15-L24C10" }, { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObject.#ctor(System.Security.Cryptography.Oid,System.Security.Cryptography.AsnEncodedDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L26C9-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L26C9-L50C10" }, { "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObject.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L56C27-L56C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L56C27-L56C41" }, { "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObject.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L58C50-L58C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L58C50-L58C54" } ], "DocsId": "T:System.Security.Cryptography.CryptographicAttributeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObject.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L21C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L21C9-L24C10" }, { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.#ctor(System.Security.Cryptography.CryptographicAttributeObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L26C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L26C9-L30C10" }, { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.Add(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L34C13-L39C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L34C13-L39C125" }, { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.Add(System.Security.Cryptography.CryptographicAttributeObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L44C13-L81C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L44C13-L81C35" }, { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.Remove(System.Security.Cryptography.CryptographicAttributeObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L92C13-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L92C13-L98C10" }, { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L134C13-L134C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L134C13-L134C69" }, { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L139C13-L139C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L139C13-L139C69" }, { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L144C13-L161C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L144C13-L161C10" }, { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.CopyTo(System.Security.Cryptography.CryptographicAttributeObject[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L165C13-L176C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L165C13-L176C10" }, { "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L104C17-L104C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L104C17-L104C37" }, { "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L112C17-L112C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L112C17-L112C36" }, { "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L120C17-L120C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L120C17-L120C30" }, { "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L128C17-L128C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L128C17-L128C29" } ], "DocsId": "T:System.Security.Cryptography.CryptographicAttributeObjectCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L36C17-L36C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L36C17-L36C46" }, { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L42C13-L45C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L42C13-L45C25" }, { "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L50C13-L51C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L50C13-L51C10" }, { "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L28C17-L28C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L28C17-L28C46" }, { "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L36C17-L36C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L36C17-L36C46" } ], "DocsId": "T:System.Security.Cryptography.CryptographicAttributeObjectEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs" }, { "Members": [ { "DocsId": "P:System.Security.Cryptography.Xml.X509IssuerSerial.IssuerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Xml/X509IssuerSerial.cs#L21C36-L21C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Xml/X509IssuerSerial.cs#L21C36-L21C40" }, { "DocsId": "P:System.Security.Cryptography.Xml.X509IssuerSerial.SerialNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Xml/X509IssuerSerial.cs#L22C38-L22C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Xml/X509IssuerSerial.cs#L22C38-L22C42" } ], "DocsId": "T:System.Security.Cryptography.Xml.X509IssuerSerial", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Xml/X509IssuerSerial.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Xml/X509IssuerSerial.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L22C15-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L22C15-L24C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.#ctor(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L27C15-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L27C15-L29C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.#ctor(System.Security.Cryptography.Oid,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L32C15-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L32C15-L34C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.#ctor(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L37C15-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L37C15-L46C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L76C13-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L76C13-L85C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L70C17-L70C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L70C17-L70C33" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9ContentType.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs#L24C15-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs#L24C15-L26C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9ContentType.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs#L47C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs#L47C13-L49C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9ContentType.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs#L41C17-L41C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs#L41C17-L41C61" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L24C15-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L24C15-L26C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L29C15-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L29C15-L32C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L35C15-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L35C15-L37C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L58C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L58C13-L60C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.DocumentDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L52C17-L52C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L52C17-L52C69" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L24C15-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L24C15-L26C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L29C15-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L29C15-L32C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L35C15-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L35C15-L37C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L58C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L58C13-L60C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.DocumentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L52C17-L52C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L52C17-L52C62" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9DocumentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9MessageDigest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs#L23C15-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs#L23C15-L25C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9MessageDigest.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs#L46C13-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs#L46C13-L48C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9MessageDigest.MessageDigest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs#L40C17-L40C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs#L40C17-L40C63" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9MessageDigest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L25C15-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L25C15-L27C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.#ctor(System.DateTime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L30C15-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L30C15-L33C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L36C15-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L36C15-L38C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L64C13-L66C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L64C13-L66C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.SigningTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L53C17-L58C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L53C17-L58C47" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9SigningTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L14C15-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L14C15-L16C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.#ctor(System.Security.Cryptography.Oid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L19C15-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L19C15-L21C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.#ctor(System.Security.Cryptography.Oid,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L33C50-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L33C50-L27C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L29C26-L29C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L29C26-L29C30" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.KeyLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L31C32-L31C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L31C32-L31C36" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L33C36-L33C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L33C36-L33C40" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.AlgorithmIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipient.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L13C15-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L13C15-L15C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipient.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.RSAEncryptionPadding)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L23C15-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L23C15-L32C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipient.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.RSAEncryptionPadding)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L40C15-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L40C15-L49C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipient.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L51C9-L73C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L51C9-L73C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipient.RSAEncryptionPadding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L80C54-L80C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L80C54-L80C58" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipient.RecipientIdentifierType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L81C64-L81C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L81C64-L81C68" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipient.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L82C47-L82C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L82C47-L82C51" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.CmsRecipient", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L14C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L14C9-L17C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.#ctor(System.Security.Cryptography.Pkcs.CmsRecipient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L19C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L19C9-L23C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L25C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L25C9-L35C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.Add(System.Security.Cryptography.Pkcs.CmsRecipient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L58C13-L65C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L58C13-L65C35" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.Remove(System.Security.Cryptography.Pkcs.CmsRecipient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L70C13-L76C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L70C13-L76C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L80C13-L80C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L80C13-L80C53" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L85C13-L85C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L85C13-L85C53" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L90C13-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L90C13-L107C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.CopyTo(System.Security.Cryptography.Pkcs.CmsRecipient[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L111C13-L122C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L111C13-L122C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L41C17-L44C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L41C17-L44C43" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L52C17-L52C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L52C17-L52C42" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L128C17-L128C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L128C17-L128C30" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L136C17-L136C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L136C17-L136C29" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.CmsRecipientCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L30C17-L30C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L30C17-L30C46" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L36C13-L39C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L36C13-L39C25" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L44C13-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L44C13-L45C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L22C17-L22C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L22C17-L22C46" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L30C17-L30C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L30C17-L30C46" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.ContentInfo.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L18C15-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L18C15-L20C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.ContentInfo.#ctor(System.Security.Cryptography.Oid,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L22C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L22C9-L35C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.ContentInfo.GetContentType(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L43C13-L48C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L43C13-L48C75" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.ContentInfo.GetContentType(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L53C13-L53C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L54C13-L54C75" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.ContentInfo.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L37C34-L37C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L37C34-L37C38" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.ContentInfo.Content", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L39C33-L39C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L39C33-L39C37" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.ContentInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L19C15-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L19C15-L21C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.#ctor(System.Security.Cryptography.Pkcs.ContentInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L24C15-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L24C15-L26C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.#ctor(System.Security.Cryptography.Pkcs.ContentInfo,System.Security.Cryptography.Pkcs.AlgorithmIdentifier)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L28C9-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L28C9-L46C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Encrypt(System.Security.Cryptography.Pkcs.CmsRecipient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L93C13-L99C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L93C13-L99C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Encrypt(System.Security.Cryptography.Pkcs.CmsRecipientCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L103C13-L119C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L103C13-L119C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L126C13-L129C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L126C13-L129C53" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decode(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L137C13-L143C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L137C13-L143C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decode(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L156C13-L178C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L161C13-L183C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L185C13-L186C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L190C13-L191C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L190C13-L196C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L195C13-L201C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L200C13-L210C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L205C13-L215C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L214C13-L220C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L219C13-L225C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo,System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L224C13-L244C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L234C13-L254C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L54C30-L54C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L54C30-L54C34" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.ContentInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L55C42-L55C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L55C42-L55C46" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.ContentEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L56C65-L56C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L56C65-L56C69" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L57C58-L57C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L57C58-L57C62" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.UnprotectedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L58C79-L58C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L58C79-L58C83" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.RecipientInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L68C17-L83C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L68C17-L83C63" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.EnvelopedCms", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs" }, { "Members": [ { "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L23C17-L23C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L23C17-L23C36" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.RecipientIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L31C17-L31C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L31C17-L31C77" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.KeyEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L39C17-L39C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L39C17-L39C83" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L47C17-L47C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L47C17-L47C63" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.OriginatorIdentifierOrKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L55C17-L55C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L55C17-L55C87" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.Date", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L63C17-L68C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L63C17-L68C40" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.OtherKeyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L76C17-L76C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L76C17-L76C73" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs" }, { "Members": [ { "DocsId": "P:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L22C17-L22C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L22C17-L22C36" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo.RecipientIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L30C17-L30C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L30C17-L30C77" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo.KeyEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L38C17-L38C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L38C17-L38C83" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L46C17-L46C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L46C17-L46C63" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs" }, { "Members": [ { "DocsId": "P:System.Security.Cryptography.Pkcs.PublicKeyInfo.Algorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/PublicKeyInfo.cs#L20C48-L20C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/PublicKeyInfo.cs#L20C48-L20C52" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.PublicKeyInfo.KeyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/PublicKeyInfo.cs#L22C34-L22C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/PublicKeyInfo.cs#L22C34-L22C38" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.PublicKeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/PublicKeyInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/PublicKeyInfo.cs" }, { "Members": [ { "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs#L36C41-L36C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs#L36C41-L36C45" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.RecipientIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.KeyEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.RecipientInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L49C13-L49C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L49C13-L49C54" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L54C13-L54C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L54C13-L54C68" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L59C13-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L59C13-L75C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoCollection.CopyTo(System.Security.Cryptography.Pkcs.RecipientInfo[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L79C13-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L79C13-L87C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L33C17-L35C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L33C17-L35C47" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L43C17-L43C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L43C17-L43C47" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L93C17-L93C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L93C17-L93C30" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L101C17-L101C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L101C17-L101C29" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.RecipientInfoCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L30C17-L30C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L30C17-L30C50" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L36C13-L41C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L36C13-L41C25" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L46C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L46C13-L47C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L22C17-L22C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L22C17-L22C50" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L30C17-L30C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L30C17-L30C50" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs" }, { "Members": [ { "DocsId": "F:System.Security.Cryptography.Pkcs.RecipientInfoType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.RecipientInfoType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.RecipientInfoType.KeyTransport", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.RecipientInfoType.KeyAgreement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.RecipientInfoType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.SubjectIdentifier.MatchesCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs#L102C13-L126C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs#L107C13-L131C56" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SubjectIdentifier.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs#L97C45-L97C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs#L97C45-L97C49" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SubjectIdentifier.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs#L98C32-L98C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs#L98C32-L98C36" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.SubjectIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs" }, { "Members": [ { "DocsId": "P:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKey.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKey.cs#L40C50-L40C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKey.cs#L40C50-L40C54" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKey.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKey.cs#L42C31-L42C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKey.cs#L42C31-L42C35" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKey.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKey.cs" }, { "Members": [ { "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.IssuerAndSerialNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.SubjectKeyIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.PublicKeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" }, { "Members": [ { "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.IssuerAndSerialNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.SubjectKeyIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.NoSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.SubjectIdentifierType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L62C15-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L71C15-L73C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L67C15-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L76C15-L78C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L72C15-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L81C15-L83C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.CspParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L25C67-L80C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L29C67-L89C96" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L82C103-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L91C103-L93C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L87C15-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L101C15-L103C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.RSA,System.Security.Cryptography.RSASignaturePadding)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L113C15-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L132C15-L134C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L23C48-L23C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L23C48-L23C52" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.PrivateKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L24C50-L24C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L25C50-L25C54" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L25C58-L25C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L29C58-L29C62" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.DigestAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L26C38-L26C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L30C38-L30C42" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.IncludeOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L27C50-L27C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L31C50-L31C54" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.SignedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L28C74-L28C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L32C74-L32C78" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.UnsignedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L29C76-L29C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L33C76-L33C80" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.SignaturePadding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L37C20-L37C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L46C20-L46C37" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.SignerIdentifierType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L52C19-L52C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L61C19-L61C48" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.CmsSigner", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.Pkcs.ContentInfo,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L44C9-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L44C9-L74C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L121C13-L157C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L121C13-L157C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.Decode(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L161C13-L167C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L161C13-L167C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.Decode(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L172C13-L239C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L177C13-L244C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.ComputeSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L298C43-L298C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L303C43-L303C103" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.ComputeSignature(System.Security.Cryptography.Pkcs.CmsSigner)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L300C59-L300C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L305C59-L305C89" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.ComputeSignature(System.Security.Cryptography.Pkcs.CmsSigner,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L304C13-L390C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L309C13-L395C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.RemoveSignature(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L394C13-L409C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L399C13-L414C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.RemoveSignature(System.Security.Cryptography.Pkcs.SignerInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L413C13-L426C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L418C13-L431C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.CheckSignature(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L609C13-L609C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L614C13-L614C82" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L613C13-L619C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L618C13-L624C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.CheckHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L648C13-L666C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L653C13-L671C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L675C13-L705C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L685C13-L715C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.RemoveCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L709C13-L729C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L724C13-L744C86" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L14C15-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L14C15-L16C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L19C15-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L19C15-L21C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.ContentInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L24C15-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L24C15-L26C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.Pkcs.ContentInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L29C15-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L29C15-L31C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.ContentInfo,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L34C15-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L34C15-L36C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L40C30-L40C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L40C30-L40C34" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.ContentInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L41C42-L41C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L41C42-L41C46" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.Detached", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L42C32-L42C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L42C32-L42C36" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L80C17-L102C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L80C17-L102C29" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.SignerInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L110C17-L115C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L110C17-L115C80" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.SignedCms", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.GetSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L69C41-L69C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L70C41-L70C61" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.AddUnsignedAttribute(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L172C13-L176C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L184C13-L188C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.RemoveUnsignedAttribute(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L213C13-L217C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L230C13-L234C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.ComputeCounterSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L271C13-L271C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L288C13-L288C87" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.ComputeCounterSignature(System.Security.Cryptography.Pkcs.CmsSigner)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L276C13-L326C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L293C13-L343C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.RemoveCounterSignature(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L330C13-L406C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L347C13-L423C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.RemoveCounterSignature(System.Security.Cryptography.Pkcs.SignerInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L410C13-L432C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L427C13-L449C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.CheckSignature(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L435C13-L435C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L452C13-L452C82" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L439C13-L457C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L456C13-L474C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.CheckHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L461C13-L470C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L478C13-L487C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L20C30-L20C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L20C30-L20C34" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.SignerIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L21C53-L21C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L21C53-L21C57" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.SignedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L62C13-L62C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L62C13-L62C90" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.UnsignedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L65C13-L65C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L65C13-L65C94" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L72C13-L72C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L74C13-L74C59" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.CounterSignerInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L79C17-L86C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L81C17-L88C63" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.DigestAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L90C39-L90C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L92C39-L92C70" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.SignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L92C42-L92C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L99C35-L99C69" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.SignerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L51C56-L51C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L51C56-L51C86" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L52C52-L52C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L52C52-L52C82" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L56C13-L72C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L56C13-L72C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoCollection.CopyTo(System.Security.Cryptography.Pkcs.SignerInfo[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L76C62-L76C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L76C62-L76C102" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L43C17-L45C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L43C17-L45C44" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L49C29-L49C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L49C29-L49C48" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L78C39-L78C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L78C39-L78C44" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L79C35-L79C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L79C35-L79C39" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.SignerInfoCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L23C39-L23C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L23C39-L23C62" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L27C13-L33C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L27C13-L33C25" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L38C13-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L38C13-L39C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L22C38-L22C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L22C38-L22C61" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L23C39-L23C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L23C39-L23C62" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.SignerInfoEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.Byte[],System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L31C13-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L31C13-L36C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L43C13-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L43C13-L74C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.String,System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L81C13-L86C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L81C13-L86C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L93C13-L124C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L93C13-L124C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsUnencrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L128C13-L139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L128C13-L139C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L143C13-L148C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L143C13-L148C42" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.SealWithMac(System.String,System.Security.Cryptography.HashAlgorithmName,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L156C13-L161C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L156C13-L161C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.SealWithMac(System.ReadOnlySpan{System.Char},System.Security.Cryptography.HashAlgorithmName,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L168C13-L317C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L168C13-L317C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.SealWithoutIntegrity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L321C13-L362C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L321C13-L362C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L366C13-L379C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L366C13-L379C25" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12Builder.IsSealed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L24C33-L24C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L24C33-L24C53" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12Builder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12CertBag.#ctor(System.Security.Cryptography.Oid,System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L44C15-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L45C15-L55C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12CertBag.GetCertificateType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L71C13-L73C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L72C13-L74C43" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12CertBag.GetCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L80C13-L85C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L82C13-L87C109" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12CertBag.IsX509Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L22C41-L22C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L23C41-L23C45" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12CertBag.EncodedCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L76C59-L76C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L77C59-L77C77" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12CertBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs" }, { "Members": [ { "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.Password", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Info.VerifyMac(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L29C13-L29C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L29C13-L29C49" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Info.VerifyMac(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L34C13-L43C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L34C13-L43C73" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Info.Decode(System.ReadOnlyMemory{System.Byte},System.Int32@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L52C13-L147C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L52C13-L147C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12Info.AuthenticatedSafe", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L19C75-L19C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L19C75-L19C79" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12Info.IntegrityMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L20C52-L20C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L20C52-L20C56" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12Info", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs" }, { "Members": [ { "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.Password", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" }, { "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12KeyBag.#ctor(System.ReadOnlyMemory{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs#L15C15-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs#L15C15-L17C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12KeyBag.Pkcs8PrivateKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs#L19C56-L19C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs#L19C56-L19C71" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12KeyBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.#ctor(System.String,System.ReadOnlyMemory{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L42C9-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L42C9-L52C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L56C13-L57C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L56C13-L57C36" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.GetBagId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L62C13-L64C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L62C13-L64C38" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L69C13-L70C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L69C13-L70C68" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.EncodedBagValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L24C55-L24C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L24C55-L24C59" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L30C17-L32C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L30C17-L32C36" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12SafeBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L28C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L28C9-L31C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddSafeBag(System.Security.Cryptography.Pkcs.Pkcs12SafeBag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L65C13-L76C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L65C13-L76C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L80C13-L90C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L80C13-L90C24" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddKeyUnencrypted(System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L95C13-L106C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L95C13-L106C24" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddNestedContents(System.Security.Cryptography.Pkcs.Pkcs12SafeContents)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L111C13-L123C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L111C13-L123C24" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[],System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L131C13-L135C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L131C13-L135C32" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L143C13-L154C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L143C13-L154C24" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.String,System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L162C13-L166C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L162C13-L166C32" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L174C13-L185C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L174C13-L185C24" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddSecret(System.Security.Cryptography.Oid,System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L190C13-L200C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L190C13-L200C24" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L206C13-L207C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L206C13-L207C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L211C13-L212C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L211C13-L212C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L217C13-L218C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L217C13-L218C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L222C13-L223C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L222C13-L223C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.GetBags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L288C13-L298C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L288C13-L298C39" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.ConfidentialityMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L25C64-L25C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L25C64-L25C68" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L26C34-L26C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L26C34-L26C38" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12SafeContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs" }, { "Members": [ { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeContentsBag.SafeContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContentsBag.cs#L17C51-L17C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContentsBag.cs#L17C51-L17C55" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12SafeContentsBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContentsBag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContentsBag.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SecretBag.GetSecretType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs#L45C13-L47C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs#L45C13-L47C45" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SecretBag.SecretValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs#L22C52-L22C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs#L22C52-L22C72" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12SecretBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12ShroudedKeyBag.#ctor(System.ReadOnlyMemory{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs#L15C15-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs#L15C15-L17C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12ShroudedKeyBag.EncryptedPkcs8PrivateKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs#L19C65-L19C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs#L19C65-L19C80" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12ShroudedKeyBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.#ctor(System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.ReadOnlyMemory{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L19C9-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L19C9-L40C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Create(System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L58C13-L64C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L58C13-L64C57" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Decode(System.ReadOnlyMemory{System.Byte},System.Int32@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L74C17-L93C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L74C17-L93C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L97C13-L98C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L97C13-L98C36" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Encrypt(System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L103C13-L116C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L103C13-L116C40" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Encrypt(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L122C13-L134C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L122C13-L134C36" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L139C13-L140C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L139C13-L140C68" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.TryEncrypt(System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters,System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L149C13-L161C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L149C13-L161C68" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.TryEncrypt(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters,System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L170C13-L182C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L170C13-L182C68" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.DecryptAndDecode(System.ReadOnlySpan{System.Char},System.ReadOnlyMemory{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L190C13-L214C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L190C13-L214C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.DecryptAndDecode(System.ReadOnlySpan{System.Byte},System.ReadOnlyMemory{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L221C13-L245C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L221C13-L245C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.AlgorithmId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L14C34-L14C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L14C34-L14C38" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.AlgorithmParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L15C60-L15C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L15C60-L15C64" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L16C68-L16C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L16C68-L16C72" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.PrivateKeyBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L17C55-L17C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L17C55-L17C59" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L21C13-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L21C13-L23C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L27C15-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L27C15-L29C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.#ctor(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L32C15-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L32C15-L37C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L44C13-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L44C13-L46C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.KeyId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L40C13-L40C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L40C13-L40C43" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.GetMessageHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L26C57-L26C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L26C57-L26C97" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.GetNonce", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L30C52-L30C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L30C52-L30C69" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.GetExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L35C13-L57C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L35C13-L57C25" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.ProcessResponse(System.ReadOnlyMemory{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L62C13-L70C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L62C13-L70C48" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L148C13-L148C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L148C13-L148C51" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L153C13-L161C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L153C13-L161C25" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromSignerInfo(System.Security.Cryptography.Pkcs.SignerInfo,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L172C13-L188C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L172C13-L188C29" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromData(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L199C20-L212C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L199C20-L212C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromHash(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L222C13-L230C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L222C13-L230C29" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromHash(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Oid,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L267C13-L341C15" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L267C13-L341C15" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.TryDecode(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L359C17-L383C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L359C17-L383C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L25C31-L25C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L25C31-L25C50" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.HashAlgorithmId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L27C39-L27C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L27C39-L27C127" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.RequestedPolicyId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L28C42-L28C142" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L28C42-L28C142" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.RequestSignerCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L29C49-L29C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L29C49-L29C68" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.HasExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L31C38-L31C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L31C38-L31C72" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.AsSignedCms", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L40C43-L40C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L40C43-L40C58" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForData(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L79C13-L94C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L79C13-L94C26" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForHash(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L103C13-L118C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L103C13-L118C26" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForHash(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Oid,System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L127C13-L151C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L127C13-L151C26" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForSignerInfo(System.Security.Cryptography.Pkcs.SignerInfo,System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L159C13-L167C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L159C13-L167C34" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.TryDecode(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Pkcs.Rfc3161TimestampToken@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L298C13-L428C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L298C13-L428C10" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.TokenInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L23C54-L23C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L23C54-L23C58" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.#ctor(System.Security.Cryptography.Oid,System.Security.Cryptography.Oid,System.ReadOnlyMemory{System.Byte},System.ReadOnlyMemory{System.Byte},System.DateTimeOffset,System.Nullable{System.Int64},System.Boolean,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L40C9-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L40C9-L69C10" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetMessageHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L99C57-L99C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L99C57-L99C97" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetSerialNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L105C58-L105C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L105C58-L105C82" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetNonce", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L130C52-L130C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L130C52-L130C69" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetTimestampAuthorityName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L149C13-L164C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L149C13-L164C40" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L173C13-L195C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L173C13-L195C25" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L204C13-L204C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L204C13-L204C51" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L215C13-L223C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L215C13-L223C25" }, { "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.TryDecode(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L238C13-L246C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L238C13-L246C26" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L81C31-L81C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L81C31-L81C50" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.PolicyId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L87C32-L87C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L87C32-L87C82" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.HashAlgorithmId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L93C39-L93C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L93C39-L93C127" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.Timestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L111C44-L111C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L111C44-L111C63" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.AccuracyInMicroseconds", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L118C48-L118C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L118C48-L118C81" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.IsOrdering", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L124C35-L124C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L124C35-L124C55" }, { "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.HasExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L136C38-L136C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L136C38-L136C72" } ], "DocsId": "T:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Security.Cryptography.ProtectedData.json b/xml/SourceLinkInformation/net-9.0-pp/System.Security.Cryptography.ProtectedData.json index 644dd5b00c2..11c8bbe7679 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Security.Cryptography.ProtectedData.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Security.Cryptography.ProtectedData.json @@ -1,63 +1,63 @@ { "Assembly": "System.Security.Cryptography.ProtectedData", - "GUID": "73794DB34E7E479282ADA50BE04E7EC2FFFFFFFF", + "GUID": "6D167FCBE40F47D793C6958D92F26B62FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:System.Security.Cryptography.DataProtectionScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" }, { "DocsId": "F:System.Security.Cryptography.DataProtectionScope.CurrentUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" }, { "DocsId": "F:System.Security.Cryptography.DataProtectionScope.LocalMachine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" } ], "DocsId": "T:System.Security.Cryptography.DataProtectionScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.ProtectedData.Protect(System.Byte[],System.Byte[],System.Security.Cryptography.DataProtectionScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L18C13-L34C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L18C13-L34C31" }, { "DocsId": "M:System.Security.Cryptography.ProtectedData.Protect(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.DataProtectionScope,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L59C13-L72C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L59C13-L72C31" }, { "DocsId": "M:System.Security.Cryptography.ProtectedData.TryProtect(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.DataProtectionScope,System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L109C13-L119C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L109C13-L119C36" }, { "DocsId": "M:System.Security.Cryptography.ProtectedData.Protect(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.DataProtectionScope,System.Span{System.Byte},System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L148C13-L164C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L148C13-L164C33" }, { "DocsId": "M:System.Security.Cryptography.ProtectedData.Unprotect(System.Byte[],System.Byte[],System.Security.Cryptography.DataProtectionScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L170C13-L187C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L170C13-L187C31" }, { "DocsId": "M:System.Security.Cryptography.ProtectedData.Unprotect(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.DataProtectionScope,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L212C13-L226C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L212C13-L226C31" }, { "DocsId": "M:System.Security.Cryptography.ProtectedData.TryUnprotect(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.DataProtectionScope,System.Span{System.Byte},System.Int32@,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L263C13-L273C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L263C13-L273C36" }, { "DocsId": "M:System.Security.Cryptography.ProtectedData.Unprotect(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.DataProtectionScope,System.Span{System.Byte},System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L302C13-L318C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L302C13-L318C33" } ], "DocsId": "T:System.Security.Cryptography.ProtectedData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Security.Cryptography.Xml.json b/xml/SourceLinkInformation/net-9.0-pp/System.Security.Cryptography.Xml.json index d86f954e4d1..aa738506f75 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Security.Cryptography.Xml.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Security.Cryptography.Xml.json @@ -1,1925 +1,1925 @@ { "Assembly": "System.Security.Cryptography.Xml", - "GUID": "030D21FB477248769EA83CFA71759A05FFFFFFFF", + "GUID": "CD74DB3562974207AD94F35DF5F69FA2FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.CipherData.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L15C9-L15C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L15C9-L15C32" }, { "DocsId": "M:System.Security.Cryptography.Xml.CipherData.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L17C9-L20C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.CipherData.#ctor(System.Security.Cryptography.Xml.CipherReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L22C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L22C9-L25C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.CipherData.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L70C13-L74C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L70C13-L74C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.CipherData.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L101C13-L129C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L101C13-L129C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.CipherData.CipherReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L39C19-L39C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L39C19-L39C43" }, { "DocsId": "P:System.Security.Cryptography.Xml.CipherData.CipherValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L55C19-L55C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L55C19-L55C39" } ], "DocsId": "T:System.Security.Cryptography.Xml.CipherData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L13C36-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L13C36-L16C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L18C46-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L18C46-L21C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L23C77-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L23C77-L26C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L45C13-L49C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L45C13-L49C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L73C13-L91C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L73C13-L91C10" } ], "DocsId": "T:System.Security.Cryptography.Xml.CipherReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L20C54-L20C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L20C54-L20C64" }, { "DocsId": "M:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L21C68-L21C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L21C68-L21C85" }, { "DocsId": "M:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L22C85-L22C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L22C85-L22C109" }, { "DocsId": "M:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L27C105-L27C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L27C105-L27C128" } ], "DocsId": "T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.DataObject.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L21C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L21C9-L25C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.DataObject.#ctor(System.String,System.String,System.String,System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L27C9-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L27C9-L40C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.DataObject.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L109C13-L113C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L109C13-L113C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.DataObject.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L140C13-L156C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L140C13-L156C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.DataObject.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L48C19-L48C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L48C19-L48C30" }, { "DocsId": "P:System.Security.Cryptography.Xml.DataObject.MimeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L58C19-L58C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L58C19-L58C36" }, { "DocsId": "P:System.Security.Cryptography.Xml.DataObject.Encoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L68C19-L68C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L68C19-L68C36" }, { "DocsId": "P:System.Security.Cryptography.Xml.DataObject.Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L78C19-L78C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L78C19-L78C34" } ], "DocsId": "T:System.Security.Cryptography.Xml.DataObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.DataReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs#L8C34-L11C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs#L8C34-L11C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.DataReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs#L13C44-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs#L13C44-L16C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.DataReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs#L18C75-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs#L18C75-L21C10" } ], "DocsId": "T:System.Security.Cryptography.Xml.DataReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.DSAKeyValue.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L21C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L21C9-L24C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.DSAKeyValue.#ctor(System.Security.Cryptography.DSA)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L26C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L26C9-L34C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.DSAKeyValue.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L69C13-L71C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L69C13-L71C40" }, { "DocsId": "M:System.Security.Cryptography.Xml.DSAKeyValue.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L156C13-L213C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L156C13-L213C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.DSAKeyValue.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L42C20-L42C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L42C20-L42C24" } ], "DocsId": "T:System.Security.Cryptography.Xml.DSAKeyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedData.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs#L15C13-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs#L15C13-L69C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedData.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs#L73C13-L77C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs#L73C13-L77C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedData.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs" } ], "DocsId": "T:System.Security.Cryptography.Xml.EncryptedData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L15C9-L15C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L15C9-L15C34" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.AddReference(System.Security.Cryptography.Xml.DataReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L42C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L42C13-L43C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.AddReference(System.Security.Cryptography.Xml.KeyReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L47C13-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L47C13-L48C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L54C13-L144C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L54C13-L144C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L148C13-L152C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L148C13-L152C37" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedKey.Recipient", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L20C20-L20C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L20C20-L20C47" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedKey.CarriedKeyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L30C19-L30C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L30C19-L30C42" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedKey.ReferenceList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L38C47-L38C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L38C47-L38C85" } ], "DocsId": "T:System.Security.Cryptography.Xml.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L16C42-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L16C42-L18C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L20C52-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L20C52-L22C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L24C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L24C9-L29C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.AddTransform(System.Security.Cryptography.Xml.Transform)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L57C13-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L57C13-L58C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L81C13-L85C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L81C13-L85C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L109C13-L130C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L109C13-L130C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedReference.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L33C19-L33C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L33C19-L33C31" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedReference.TransformChain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L47C20-L47C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L47C20-L47C60" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedReference.ReferenceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L62C19-L62C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L62C19-L62C41" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedReference.CacheValid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L75C17-L75C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L75C17-L75C45" } ], "DocsId": "T:System.Security.Cryptography.Xml.EncryptedReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedType.AddProperty(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L91C13-L92C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L91C13-L92C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedType.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedType.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedType.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L32C19-L32C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L32C19-L32C30" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L42C19-L42C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L42C19-L42C32" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.MimeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L52C19-L52C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L52C19-L52C36" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.Encoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L62C19-L62C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L62C19-L62C36" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.KeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L73C20-L73C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L73C20-L73C46" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.EncryptionMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L79C19-L79C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L79C19-L79C44" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.EncryptionProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L87C77-L87C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L87C77-L87C122" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.CipherData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L96C20-L96C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L96C20-L96C52" } ], "DocsId": "T:System.Security.Cryptography.Xml.EncryptedType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L81C33-L81C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L81C33-L81C60" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.#ctor(System.Xml.XmlDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L85C53-L85C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L85C53-L85C77" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.#ctor(System.Xml.XmlDocument,System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L89C9-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L89C9-L102C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.GetIdElement(System.Xml.XmlDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L266C13-L266C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L266C13-L266C69" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionIV(System.Security.Cryptography.Xml.EncryptedData,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L272C13-L303C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L272C13-L303C23" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(System.Security.Cryptography.Xml.EncryptedData,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L312C13-L393C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L312C13-L393C25" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L401C13-L513C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L401C13-L513C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.AddKeyNameMapping(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L523C13-L535C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L523C13-L535C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.ClearKeyNameMappings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L539C13-L540C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L539C13-L540C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.Encrypt(System.Xml.XmlElement,System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L548C13-L585C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L548C13-L585C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.Encrypt(System.Xml.XmlElement,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L594C13-L668C23" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L594C13-L668C23" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L679C13-L696C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L679C13-L696C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.EncryptData(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L701C13-L742C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L701C13-L742C27" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.EncryptData(System.Xml.XmlElement,System.Security.Cryptography.SymmetricAlgorithm,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L748C13-L758C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L748C13-L758C63" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptData(System.Security.Cryptography.Xml.EncryptedData,System.Security.Cryptography.SymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L764C13-L809C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L764C13-L809C27" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.ReplaceData(System.Xml.XmlElement,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L815C13-L880C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L815C13-L880C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.ReplaceElement(System.Xml.XmlElement,System.Security.Cryptography.Xml.EncryptedData,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L889C13-L914C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L889C13-L914C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.EncryptKey(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L919C13-L941C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L919C13-L941C102" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.EncryptKey(System.Byte[],System.Security.Cryptography.RSA,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L949C13-L966C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L949C13-L966C64" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptKey(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L973C13-L995C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L973C13-L995C102" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptKey(System.Byte[],System.Security.Cryptography.RSA,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L1002C13-L1019C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L1002C13-L1019C67" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncNamespaceUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncElementUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncElementContentUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncEncryptedKeyUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncDESUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncTripleDESUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES128Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES256Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES192Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncRSA15Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncRSAOAEPUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncTripleDESKeyWrapUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES128KeyWrapUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES256KeyWrapUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES192KeyWrapUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncSHA256Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncSHA512Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.XmlDSigSearchDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L125C17-L125C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L125C17-L125C44" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.DocumentEvidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L136C19-L136C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L136C19-L136C36" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Resolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L143C19-L143C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L143C19-L143C39" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Padding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L151C19-L151C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L151C19-L151C35" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Mode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L159C19-L159C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L159C19-L159C32" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Encoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L166C19-L166C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L166C19-L166C36" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Recipient", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L175C20-L175C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L175C20-L175C47" } ], "DocsId": "T:System.Security.Cryptography.Xml.EncryptedXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionMethod.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L15C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L15C9-L18C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionMethod.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L20C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L20C9-L24C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionMethod.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L59C13-L63C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L59C13-L63C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionMethod.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L84C13-L103C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L84C13-L103C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionMethod.KeySize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L37C19-L37C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L37C19-L37C35" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionMethod.KeyAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L49C19-L49C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L49C19-L49C37" } ], "DocsId": "T:System.Security.Cryptography.Xml.EncryptionMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionProperty.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L17C9-L17C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L17C9-L17C40" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionProperty.#ctor(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L19C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L19C9-L31C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionProperty.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L70C13-L74C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L70C13-L74C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionProperty.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L84C13-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L84C13-L97C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionProperty.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L35C19-L35C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L35C19-L35C30" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionProperty.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L40C19-L40C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L40C19-L40C34" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionProperty.PropertyElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L46C19-L46C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L46C19-L46C36" } ], "DocsId": "T:System.Security.Cryptography.Xml.EncryptionProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L12C9-L15C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L19C13-L19C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L19C13-L19C43" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L30C13-L33C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L30C13-L33C38" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Add(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L38C13-L38C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L38C13-L38C38" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L43C13-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L43C13-L44C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L49C13-L52C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L49C13-L52C43" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Contains(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L57C13-L57C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L57C13-L57C43" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L63C13-L66C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L63C13-L66C42" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IndexOf(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L71C13-L71C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L71C13-L71C42" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L77C13-L81C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L77C13-L81C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Insert(System.Int32,System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L85C13-L86C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L85C13-L86C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L91C13-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L91C13-L95C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Remove(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L99C13-L100C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L99C13-L100C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L104C13-L105C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L104C13-L105C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L119C13-L119C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L119C13-L119C55" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L138C19-L138C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L138C19-L138C40" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L141C17-L145C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L141C17-L145C14" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L150C13-L151C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L150C13-L151C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.CopyTo(System.Security.Cryptography.Xml.EncryptionProperty[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L155C13-L156C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L155C13-L156C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L24C19-L24C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L24C19-L24C39" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L109C19-L109C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L109C19-L109C45" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L114C19-L114C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L114C19-L114C44" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.ItemOf(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L127C17-L127C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L127C17-L127C66" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L138C19-L138C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L138C19-L138C40" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L160C19-L160C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L160C19-L160C42" }, { "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L165C19-L165C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L165C19-L165C48" } ], "DocsId": "T:System.Security.Cryptography.Xml.EncryptionPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.IRelDecryptor.Decrypt(System.Security.Cryptography.Xml.EncryptionMethod,System.Security.Cryptography.Xml.KeyInfo,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/IRelDecryptor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/IRelDecryptor.cs" } ], "DocsId": "T:System.Security.Cryptography.Xml.IRelDecryptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/IRelDecryptor.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/IRelDecryptor.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L19C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L19C9-L22C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L36C13-L38C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L36C13-L38C40" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L65C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L65C13-L113C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.AddClause(System.Security.Cryptography.Xml.KeyInfoClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L126C13-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L126C13-L127C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L131C13-L131C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L131C13-L131C52" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.GetEnumerator(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L136C13-L148C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L136C13-L148C50" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfo.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L30C19-L30C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L30C19-L30C30" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfo.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L117C19-L117C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L117C19-L117C48" } ], "DocsId": "T:System.Security.Cryptography.Xml.KeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoClause.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs#L14C9-L14C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs#L14C9-L14C38" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoClause.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoClause.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs" } ], "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoClause", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L15C9-L15C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L15C9-L15C41" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.#ctor(System.Security.Cryptography.Xml.EncryptedKey)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L17C9-L20C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L30C13-L32C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L30C13-L32C43" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L44C13-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L44C13-L46C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L24C19-L24C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L24C19-L24C40" } ], "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoEncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoName.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L16C32-L16C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L16C32-L16C46" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoName.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L18C9-L21C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoName.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L39C13-L41C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L39C13-L41C40" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoName.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L53C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L53C13-L60C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoName.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L29C19-L29C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L29C19-L29C35" } ], "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoNode.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L17C9-L17C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L17C9-L17C33" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoNode.#ctor(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L19C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L19C9-L22C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoNode.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L40C13-L42C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L40C13-L42C40" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoNode.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L52C13-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L52C13-L53C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoNode.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L30C19-L30C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L30C19-L30C32" } ], "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L17C9-L17C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L17C9-L17C44" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L19C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L19C9-L22C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L24C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L24C9-L28C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L48C13-L50C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L48C13-L50C40" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L68C13-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L68C13-L75C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L36C19-L36C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L36C19-L36C31" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L42C19-L42C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L42C19-L42C32" } ], "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L29C9-L29C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L29C9-L29C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L31C9-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L31C9-L43C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L45C9-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L45C9-L48C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509IncludeOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L50C9-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L50C9-L102C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L115C13-L124C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L115C13-L124C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddSubjectKeyId(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L133C13-L135C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L133C13-L135C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddSubjectKeyId(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L139C13-L141C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L139C13-L141C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddSubjectName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L150C13-L152C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L150C13-L152C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddIssuerSerial(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L161C13-L182C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L161C13-L182C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L216C13-L218C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L216C13-L218C40" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L282C13-L331C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L282C13-L331C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L110C19-L110C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L110C19-L110C40" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.SubjectKeyIds", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L128C19-L128C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L128C19-L128C41" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.SubjectNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L145C19-L145C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L145C19-L145C40" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.IssuerSerials", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L156C19-L156C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L156C19-L156C41" }, { "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.CRL", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L193C19-L193C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L193C19-L193C31" } ], "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoX509Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.KeyReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs#L8C33-L11C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs#L8C33-L11C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs#L13C43-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs#L13C43-L16C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.KeyReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs#L18C74-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs#L18C74-L21C10" } ], "DocsId": "T:System.Security.Cryptography.Xml.KeyReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.Reference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L32C9-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L32C9-L39C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.Reference.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L41C9-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L41C9-L48C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.Reference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L50C9-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L50C9-L58C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.Reference.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L160C13-L164C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L160C13-L164C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.Reference.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L211C13-L339C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L211C13-L339C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.Reference.AddTransform(System.Security.Cryptography.Xml.Transform)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L343C13-L350C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L343C13-L350C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.Reference.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L75C19-L75C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L75C19-L75C30" }, { "DocsId": "P:System.Security.Cryptography.Xml.Reference.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L81C19-L81C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L81C19-L81C31" }, { "DocsId": "P:System.Security.Cryptography.Xml.Reference.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L91C19-L91C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L91C19-L91C32" }, { "DocsId": "P:System.Security.Cryptography.Xml.Reference.DigestMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L101C19-L101C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L101C19-L101C40" }, { "DocsId": "P:System.Security.Cryptography.Xml.Reference.DigestValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L111C19-L111C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L111C19-L111C39" }, { "DocsId": "P:System.Security.Cryptography.Xml.Reference.TransformChain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L121C20-L121C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L121C20-L121C60" } ], "DocsId": "T:System.Security.Cryptography.Xml.Reference", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L12C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L12C9-L15C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L19C13-L19C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L19C13-L19C48" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L30C13-L38C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L30C13-L38C43" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L44C13-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L44C13-L45C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L49C13-L49C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L49C13-L49C48" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L54C13-L54C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L54C13-L54C47" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L59C13-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L59C13-L68C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L73C13-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L73C13-L74C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L78C13-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L78C13-L79C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L83C13-L83C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L83C13-L83C60" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L102C19-L102C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L102C19-L102C45" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L105C17-L112C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L105C17-L112C14" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L117C13-L118C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L117C13-L118C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L122C19-L122C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L122C19-L122C50" }, { "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L127C19-L127C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L127C19-L127C49" }, { "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L24C19-L24C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L24C19-L24C44" }, { "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.ItemOf(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L91C17-L91C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L91C17-L91C37" }, { "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L102C19-L102C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L102C19-L102C45" }, { "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L122C19-L122C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L122C19-L122C50" }, { "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L127C19-L127C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L127C19-L127C49" }, { "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L132C19-L132C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L132C19-L132C47" }, { "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L137C19-L137C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L137C19-L137C53" } ], "DocsId": "T:System.Security.Cryptography.Xml.ReferenceList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.RSAKeyValue.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L16C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L16C9-L19C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.RSAKeyValue.#ctor(System.Security.Cryptography.RSA)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L21C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L21C9-L29C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.RSAKeyValue.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L64C13-L66C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L64C13-L66C40" }, { "DocsId": "M:System.Security.Cryptography.Xml.RSAKeyValue.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L111C13-L144C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L111C13-L144C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.RSAKeyValue.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L37C20-L37C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L37C20-L37C24" } ], "DocsId": "T:System.Security.Cryptography.Xml.RSAKeyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.Signature.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L31C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L31C9-L35C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.Signature.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L87C13-L89C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L87C13-L89C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.Signature.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L136C13-L226C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L136C13-L226C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.Signature.AddObject(System.Security.Cryptography.Xml.DataObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L230C13-L231C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L230C13-L231C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.Signature.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L43C19-L43C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L43C19-L43C30" }, { "DocsId": "P:System.Security.Cryptography.Xml.Signature.SignedInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L49C19-L49C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L49C19-L49C38" }, { "DocsId": "P:System.Security.Cryptography.Xml.Signature.SignatureValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L60C19-L60C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L60C19-L60C42" }, { "DocsId": "P:System.Security.Cryptography.Xml.Signature.KeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L66C20-L66C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L66C20-L66C46" }, { "DocsId": "P:System.Security.Cryptography.Xml.Signature.ObjectList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L72C19-L72C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L72C19-L72C43" } ], "DocsId": "T:System.Security.Cryptography.Xml.Signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L29C9-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L29C9-L32C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L36C13-L36C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L36C13-L36C47" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L41C13-L41C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L41C13-L41C47" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L157C13-L161C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L157C13-L161C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L207C13-L282C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L207C13-L282C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.AddReference(System.Security.Cryptography.Xml.Reference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L286C13-L293C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L286C13-L293C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L46C19-L46C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L46C19-L46C53" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L51C19-L51C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L51C19-L51C53" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L56C19-L56C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L56C19-L56C53" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L61C19-L61C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L61C19-L61C53" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L70C19-L70C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L70C19-L70C30" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.CanonicalizationMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L84C17-L86C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L84C17-L86C48" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.CanonicalizationMethodObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L99C17-L107C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L99C17-L107C57" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.SignatureMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L113C19-L113C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L113C19-L113C43" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.SignatureLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L123C19-L123C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L123C19-L123C43" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.References", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L133C19-L133C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L133C19-L133C38" } ], "DocsId": "T:System.Security.Cryptography.Xml.SignedInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L33C9-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L33C9-L95C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.#ctor(System.Xml.XmlDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L33C9-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L33C9-L107C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.#ctor(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L33C9-L119C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L33C9-L119C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L224C13-L227C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L224C13-L227C45" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L234C13-L244C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L234C13-L244C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.AddReference(System.Security.Cryptography.Xml.Reference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L252C13-L253C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L252C13-L253C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.AddObject(System.Security.Cryptography.Xml.DataObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L257C13-L258C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L257C13-L258C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L262C13-L262C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L262C13-L262C54" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignatureReturningKey(System.Security.Cryptography.AsymmetricAlgorithm@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L267C13-L289C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L267C13-L289C25" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignature(System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L294C13-L313C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L294C13-L313C25" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignature(System.Security.Cryptography.KeyedHashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L318C13-L336C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L318C13-L336C25" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L341C13-L387C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L341C13-L387C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.ComputeSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L392C13-L436C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L392C13-L436C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.ComputeSignature(System.Security.Cryptography.KeyedHashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L440C13-L476C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L440C13-L476C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.GetPublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L484C13-L520C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L484C13-L520C25" }, { "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.GetIdElement(System.Xml.XmlDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L554C13-L554C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L554C13-L554C59" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.m_signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.m_strSigningKeyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigNamespaceUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigMinimalCanonicalizationUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigCanonicalizationUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigCanonicalizationWithCommentsUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA1Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigDSAUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA1Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigHMACSHA1Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA256Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA256Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA384Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA384Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA512Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA512Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigC14NTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigC14NWithCommentsTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigExcC14NTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigExcC14NWithCommentsTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigBase64TransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigXPathTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigXsltTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigEnvelopedSignatureTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDecryptionTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlLicenseTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SigningKeyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L144C19-L144C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L144C19-L144C46" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.Resolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L154C17-L156C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L154C17-L156C14" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignatureFormatValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L166C19-L166C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L166C19-L166C52" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SafeCanonicalizationMethods", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L172C19-L172C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L172C19-L172C55" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SigningKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L177C19-L177C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L177C19-L177C38" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.EncryptedXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L186C20-L186C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L186C20-L186C68" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.Signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L192C19-L192C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L192C19-L192C38" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignedInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L197C19-L197C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L197C19-L197C49" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignatureMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L202C19-L202C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L202C19-L202C66" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignatureLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L207C19-L207C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L207C19-L207C66" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignatureValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L212C19-L212C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L212C19-L212C53" }, { "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.KeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L217C19-L217C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L217C19-L217C46" } ], "DocsId": "T:System.Security.Cryptography.Xml.SignedXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.Transform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L56C9-L56C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L56C9-L56C34" }, { "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L118C13-L120C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L118C13-L120C37" }, { "DocsId": "M:System.Security.Cryptography.Xml.Transform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" }, { "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" }, { "DocsId": "M:System.Security.Cryptography.Xml.Transform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" }, { "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" }, { "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" }, { "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetDigestedOutput(System.Security.Cryptography.HashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L156C13-L156C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L156C13-L156C72" }, { "DocsId": "P:System.Security.Cryptography.Xml.Transform.Algorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L64C19-L64C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L64C19-L64C37" }, { "DocsId": "P:System.Security.Cryptography.Xml.Transform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" }, { "DocsId": "P:System.Security.Cryptography.Xml.Transform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" }, { "DocsId": "P:System.Security.Cryptography.Xml.Transform.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L163C17-L171C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L163C17-L171C43" }, { "DocsId": "P:System.Security.Cryptography.Xml.Transform.PropagatedNamespaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L183C17-L218C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L183C17-L218C46" } ], "DocsId": "T:System.Security.Cryptography.Xml.Transform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.TransformChain.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L29C9-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L29C9-L32C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.TransformChain.Add(System.Security.Cryptography.Xml.Transform)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L36C13-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L36C13-L38C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.TransformChain.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L42C13-L42C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L42C13-L42C48" }, { "DocsId": "P:System.Security.Cryptography.Xml.TransformChain.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L47C19-L47C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L47C19-L47C44" }, { "DocsId": "P:System.Security.Cryptography.Xml.TransformChain.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L54C17-L56C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L54C17-L56C55" } ], "DocsId": "T:System.Security.Cryptography.Xml.TransformChain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L18C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L18C9-L35C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.IsTargetElement(System.Xml.XmlElement,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L41C13-L47C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L41C13-L47C26" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.AddExceptUri(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L81C13-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L81C13-L87C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L91C13-L118C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L91C13-L118C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L122C13-L134C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L122C13-L134C39" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L139C13-L147C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L139C13-L147C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L266C13-L270C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L266C13-L270C40" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L275C13-L278C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L275C13-L278C108" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDecryptionTransform.EncryptedXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L54C17-L64C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L54C17-L64C30" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDecryptionTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L71C19-L71C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L71C19-L71C38" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDecryptionTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L76C19-L76C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L76C19-L76C39" } ], "DocsId": "T:System.Security.Cryptography.Xml.XmlDecryptionTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L13C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L13C9-L20C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L34C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L34C9-L34C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L38C13-L38C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L38C13-L38C25" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L43C13-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L43C13-L58C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L121C13-L121C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L121C13-L121C25" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L126C13-L128C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L126C13-L128C25" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigBase64Transform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L24C19-L24C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L24C19-L24C38" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigBase64Transform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L29C19-L29C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L29C19-L29C39" } ], "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigBase64Transform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L11C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L11C9-L19C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L11C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L11C9-L25C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L39C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L39C13-L41C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L45C13-L45C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L45C13-L45C25" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L50C13-L67C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L50C13-L67C99" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L73C13-L73C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L73C13-L73C56" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L78C13-L80C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L78C13-L80C56" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetDigestedOutput(System.Security.Cryptography.HashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L85C13-L85C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L85C13-L85C50" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigC14NTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L29C19-L29C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L29C19-L29C38" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigC14NTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L34C19-L34C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L34C19-L34C39" } ], "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigC14NTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NWithCommentsTransform.cs#L9C15-L12C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NWithCommentsTransform.cs#L9C15-L12C10" } ], "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NWithCommentsTransform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NWithCommentsTransform.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L11C9-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L11C9-L27C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L11C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L11C9-L34C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L49C13-L51C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L49C13-L51C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L56C13-L56C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L56C13-L56C25" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L61C13-L76C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L61C13-L76C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L122C13-L174C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L122C13-L174C44" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L180C13-L192C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L180C13-L192C108" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L38C19-L38C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L38C19-L38C38" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L43C19-L43C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L43C19-L43C39" } ], "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L17C44-L17C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L17C44-L17C65" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L19C64-L19C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L19C64-L19C95" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L21C80-L21C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L21C80-L21C126" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor(System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L11C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L11C9-L28C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L48C13-L73C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L48C13-L73C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L77C13-L91C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L77C13-L91C99" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L96C13-L105C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L96C13-L105C39" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L110C13-L110C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L110C13-L110C67" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L115C13-L117C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L115C13-L117C67" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetDigestedOutput(System.Security.Cryptography.HashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L122C13-L122C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L122C13-L122C61" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.InclusiveNamespacesPrefixList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L32C19-L32C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L32C19-L32C57" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L38C19-L38C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L38C19-L38C38" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L43C19-L43C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L43C19-L43C39" } ], "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NWithCommentsTransform.cs#L12C56-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NWithCommentsTransform.cs#L12C56-L15C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NWithCommentsTransform.cs#L17C92-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NWithCommentsTransform.cs#L17C92-L20C10" } ], "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NWithCommentsTransform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NWithCommentsTransform.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L14C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L14C9-L23C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L38C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L38C13-L84C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L88C13-L115C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L88C13-L115C40" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L120C13-L132C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L120C13-L132C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L161C13-L188C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L161C13-L188C35" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L193C13-L195C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L193C13-L195C45" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigXPathTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L27C19-L27C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L27C19-L27C38" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigXPathTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L32C19-L32C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L32C19-L32C39" } ], "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigXPathTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L15C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L15C9-L25C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L15C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L15C9-L31C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L51C13-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L51C13-L75C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L79C13-L79C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L79C13-L79C30" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L84C13-L108C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L84C13-L108C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L118C13-L141C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L118C13-L141C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L145C13-L147C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L145C13-L147C40" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigXsltTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L37C17-L37C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L37C17-L37C36" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigXsltTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L45C17-L45C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L45C17-L45C37" } ], "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigXsltTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L14C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L14C9-L30C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L106C13-L106C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L106C13-L106C25" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L111C13-L111C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L111C13-L111C30" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L116C13-L119C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L116C13-L119C32" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L125C13-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L125C13-L127C10" }, { "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L132C13-L183C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L132C13-L183C10" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlLicenseTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L34C19-L34C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L34C19-L34C38" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlLicenseTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L39C19-L39C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L39C19-L39C39" }, { "DocsId": "P:System.Security.Cryptography.Xml.XmlLicenseTransform.Decryptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L44C19-L44C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L44C19-L44C40" } ], "DocsId": "T:System.Security.Cryptography.Xml.XmlLicenseTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Security.Permissions.json b/xml/SourceLinkInformation/net-9.0-pp/System.Security.Permissions.json index 3c252350aa4..ad0ee298543 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Security.Permissions.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Security.Permissions.json @@ -1,6613 +1,6613 @@ { "Assembly": "System.Security.Permissions", - "GUID": "6737ABBE6CEB4D6F99DDBC167001C18CFFFFFFFF", + "GUID": "10FE0D85384547D39DA96354C9C28183FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.ApplicationIdentity.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L12C9-L12C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L12C9-L12C75" }, { "DocsId": "M:System.ApplicationIdentity.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L15C45-L15C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L15C45-L15C57" }, { "DocsId": "M:System.ApplicationIdentity.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L18C13-L18C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L18C13-L18C55" }, { "DocsId": "P:System.ApplicationIdentity.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L13C40-L13C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L13C40-L13C52" }, { "DocsId": "P:System.ApplicationIdentity.CodeBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L14C40-L14C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L14C40-L14C52" } ], "DocsId": "T:System.ApplicationIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs" }, { "Members": [ { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C64-L18C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C64-L18C61" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.#ctor(System.Xaml.Permissions.XamlAccessLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C64-L19C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C64-L19C69" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.#ctor(System.Collections.Generic.IEnumerable{System.Xaml.Permissions.XamlAccessLevel})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C64-L20C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C64-L20C82" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L22C51-L22C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L22C51-L22C85" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L24C45-L24C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L24C45-L24C71" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L27C46-L27C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L27C46-L27C106" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L28C62-L28C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L28C62-L28C63" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Includes(System.Xaml.Permissions.XamlAccessLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L29C65-L29C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L29C65-L29C77" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L30C69-L30C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L30C69-L30C129" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L31C63-L31C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L31C63-L31C75" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L32C51-L32C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L32C51-L32C83" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L33C64-L33C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L33C64-L33C124" }, { "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L34C40-L34C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L34C40-L34C52" }, { "DocsId": "P:System.Xaml.Permissions.XamlLoadPermission.AllowedAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C55-L26C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C55-L26C59" } ], "DocsId": "T:System.Xaml.Permissions.XamlLoadPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs" }, { "Members": [ { "DocsId": "M:System.Web.AspNetHostingPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L14C9-L14C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L14C9-L14C66" }, { "DocsId": "M:System.Web.AspNetHostingPermission.#ctor(System.Web.AspNetHostingPermissionLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L15C9-L15C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L15C9-L15C79" }, { "DocsId": "M:System.Web.AspNetHostingPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L17C41-L17C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L17C41-L17C46" }, { "DocsId": "M:System.Web.AspNetHostingPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L18C46-L18C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L18C46-L18C58" }, { "DocsId": "M:System.Web.AspNetHostingPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L19C65-L19C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L19C65-L19C77" }, { "DocsId": "M:System.Web.AspNetHostingPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L20C69-L20C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L20C69-L20C81" }, { "DocsId": "M:System.Web.AspNetHostingPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L21C64-L21C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L21C64-L21C69" }, { "DocsId": "M:System.Web.AspNetHostingPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L22C73-L22C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L22C73-L22C74" }, { "DocsId": "M:System.Web.AspNetHostingPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L23C51-L23C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L23C51-L23C63" }, { "DocsId": "P:System.Web.AspNetHostingPermission.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L16C53-L16C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L16C53-L16C57" } ], "DocsId": "T:System.Web.AspNetHostingPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs" }, { "Members": [ { "DocsId": "M:System.Web.AspNetHostingPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs#L15C74-L15C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs#L15C74-L15C90" }, { "DocsId": "M:System.Web.AspNetHostingPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs#L17C58-L17C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs#L17C58-L17C70" }, { "DocsId": "P:System.Web.AspNetHostingPermissionAttribute.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs#L16C53-L16C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs#L16C53-L16C57" } ], "DocsId": "T:System.Web.AspNetHostingPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Web.AspNetHostingPermissionLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" }, { "DocsId": "F:System.Web.AspNetHostingPermissionLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" }, { "DocsId": "F:System.Web.AspNetHostingPermissionLevel.Minimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" }, { "DocsId": "F:System.Web.AspNetHostingPermissionLevel.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" }, { "DocsId": "F:System.Web.AspNetHostingPermissionLevel.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" }, { "DocsId": "F:System.Web.AspNetHostingPermissionLevel.High", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" }, { "DocsId": "F:System.Web.AspNetHostingPermissionLevel.Unrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" } ], "DocsId": "T:System.Web.AspNetHostingPermissionLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" }, { "Members": [ { "DocsId": "M:System.Transactions.DistributedTransactionPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L14C9-L14C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L14C9-L14C75" }, { "DocsId": "M:System.Transactions.DistributedTransactionPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L15C46-L15C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L15C46-L15C58" }, { "DocsId": "M:System.Transactions.DistributedTransactionPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L16C73-L16C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L16C73-L16C74" }, { "DocsId": "M:System.Transactions.DistributedTransactionPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L17C69-L17C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L17C69-L17C81" }, { "DocsId": "M:System.Transactions.DistributedTransactionPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L18C64-L18C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L18C64-L18C69" }, { "DocsId": "M:System.Transactions.DistributedTransactionPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L19C41-L19C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L19C41-L19C46" }, { "DocsId": "M:System.Transactions.DistributedTransactionPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L20C51-L20C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L20C51-L20C63" }, { "DocsId": "M:System.Transactions.DistributedTransactionPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L21C65-L21C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L21C65-L21C77" } ], "DocsId": "T:System.Transactions.DistributedTransactionPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs" }, { "Members": [ { "DocsId": "M:System.Transactions.DistributedTransactionPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs#L15C83-L15C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs#L15C83-L15C99" }, { "DocsId": "M:System.Transactions.DistributedTransactionPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs#L17C58-L17C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs#L17C58-L17C70" }, { "DocsId": "P:System.Transactions.DistributedTransactionPermissionAttribute.Unrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs#L16C40-L16C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs#L16C40-L16C44" } ], "DocsId": "T:System.Transactions.DistributedTransactionPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ServiceProcess.ServiceControllerPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L13C9-L13C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L13C9-L13C49" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L14C69-L14C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L14C69-L14C84" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermission.#ctor(System.ServiceProcess.ServiceControllerPermissionAccess,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L15C9-L15C139" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L15C9-L15C139" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermission.#ctor(System.ServiceProcess.ServiceControllerPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L16C9-L16C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L16C9-L16C107" }, { "DocsId": "P:System.ServiceProcess.ServiceControllerPermission.PermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L17C86-L17C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L17C86-L17C90" } ], "DocsId": "T:System.ServiceProcess.ServiceControllerPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs" }, { "Members": [ { "DocsId": "F:System.ServiceProcess.ServiceControllerPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceControllerPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceControllerPermissionAccess.Browse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceControllerPermissionAccess.Control", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" } ], "DocsId": "T:System.ServiceProcess.ServiceControllerPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" }, { "Members": [ { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L15C78-L15C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L15C78-L15C94" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L19C58-L19C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L19C58-L19C86" }, { "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionAttribute.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L16C44-L16C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L16C44-L16C48" }, { "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionAttribute.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L17C76-L17C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L17C76-L17C118" }, { "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionAttribute.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L18C44-L18C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L18C44-L18C48" } ], "DocsId": "T:System.ServiceProcess.ServiceControllerPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntry.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L8C9-L8C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L8C9-L8C54" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntry.#ctor(System.ServiceProcess.ServiceControllerPermissionAccess,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L9C9-L9C144" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L9C9-L9C144" }, { "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionEntry.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L10C44-L10C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L10C44-L10C48" }, { "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L11C76-L11C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L11C76-L11C118" }, { "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionEntry.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L12C44-L12C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L12C44-L12C48" } ], "DocsId": "T:System.ServiceProcess.ServiceControllerPermissionEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs" }, { "Members": [ { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Add(System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L12C66-L12C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L12C66-L12C75" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.AddRange(System.ServiceProcess.ServiceControllerPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L13C74-L13C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L13C74-L13C75" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.AddRange(System.ServiceProcess.ServiceControllerPermissionEntryCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L14C82-L14C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L14C82-L14C83" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Contains(System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L15C72-L15C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L15C72-L15C85" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.CopyTo(System.ServiceProcess.ServiceControllerPermissionEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L16C83-L16C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L16C83-L16C84" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.IndexOf(System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L17C70-L17C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L17C70-L17C79" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Insert(System.Int32,System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L18C81-L18C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L18C81-L18C82" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L19C45-L19C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L19C45-L19C46" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L20C69-L20C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L20C69-L20C70" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L21C69-L21C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L21C69-L21C70" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L22C86-L22C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L22C86-L22C87" }, { "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Remove(System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L23C70-L23C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L23C70-L23C71" }, { "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L11C73-L11C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L11C73-L11C85" } ], "DocsId": "T:System.ServiceProcess.ServiceControllerPermissionEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs" }, { "Members": [ { "DocsId": "M:System.Security.CodeAccessPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L11C9-L11C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L11C9-L11C45" }, { "DocsId": "M:System.Security.CodeAccessPermission.Assert", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L12C32-L12C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L12C32-L12C33" }, { "DocsId": "M:System.Security.CodeAccessPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" }, { "DocsId": "M:System.Security.CodeAccessPermission.Demand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L14C32-L14C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L14C32-L14C33" }, { "DocsId": "M:System.Security.CodeAccessPermission.Deny", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L16C30-L16C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L16C30-L16C99" }, { "DocsId": "M:System.Security.CodeAccessPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L17C52-L17C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L17C52-L17C68" }, { "DocsId": "M:System.Security.CodeAccessPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" }, { "DocsId": "M:System.Security.CodeAccessPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L19C46-L19C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L19C46-L19C64" }, { "DocsId": "M:System.Security.CodeAccessPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" }, { "DocsId": "M:System.Security.CodeAccessPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" }, { "DocsId": "M:System.Security.CodeAccessPermission.PermitOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L22C36-L22C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L22C36-L22C105" }, { "DocsId": "M:System.Security.CodeAccessPermission.RevertAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L23C42-L23C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L23C42-L23C43" }, { "DocsId": "M:System.Security.CodeAccessPermission.RevertAssert", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L24C45-L24C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L24C45-L24C46" }, { "DocsId": "M:System.Security.CodeAccessPermission.RevertDeny", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L26C43-L26C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L26C43-L26C44" }, { "DocsId": "M:System.Security.CodeAccessPermission.RevertPermitOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L27C49-L27C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L27C49-L27C50" }, { "DocsId": "M:System.Security.CodeAccessPermission.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L28C46-L28C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L28C46-L28C61" }, { "DocsId": "M:System.Security.CodeAccessPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" }, { "DocsId": "M:System.Security.CodeAccessPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L30C63-L30C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L30C63-L30C91" } ], "DocsId": "T:System.Security.CodeAccessPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.HostProtectionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L22C44-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L22C44-L27C10" }, { "DocsId": "M:System.Security.HostProtectionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L29C58-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L29C58-L34C10" }, { "DocsId": "M:System.Security.HostProtectionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L36C71-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L36C71-L41C10" }, { "DocsId": "M:System.Security.HostProtectionException.#ctor(System.String,System.Security.Permissions.HostProtectionResource,System.Security.Permissions.HostProtectionResource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L44C15-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L44C15-L49C10" }, { "DocsId": "M:System.Security.HostProtectionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L56C15-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L56C15-L60C10" }, { "DocsId": "M:System.Security.HostProtectionException.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L80C13-L85C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L80C13-L85C34" }, { "DocsId": "M:System.Security.HostProtectionException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L94C13-L97C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L94C13-L97C10" }, { "DocsId": "P:System.Security.HostProtectionException.DemandedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L62C59-L62C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L62C59-L62C63" }, { "DocsId": "P:System.Security.HostProtectionException.ProtectedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L64C60-L64C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L64C60-L64C64" } ], "DocsId": "T:System.Security.HostProtectionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs" }, { "Members": [ { "DocsId": "M:System.Security.HostSecurityManager.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L11C9-L11C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L11C9-L11C41" }, { "DocsId": "M:System.Security.HostSecurityManager.DetermineApplicationTrust(System.Security.Policy.Evidence,System.Security.Policy.Evidence,System.Security.Policy.TrustManagerContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L14C156-L14C189" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L14C156-L14C189" }, { "DocsId": "M:System.Security.HostSecurityManager.ProvideAppDomainEvidence(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L15C84-L15C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L15C84-L15C109" }, { "DocsId": "M:System.Security.HostSecurityManager.ProvideAssemblyEvidence(System.Reflection.Assembly,System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L16C126-L16C151" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L16C126-L16C151" }, { "DocsId": "M:System.Security.HostSecurityManager.ResolvePolicy(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L18C73-L18C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L18C73-L18C103" }, { "DocsId": "M:System.Security.HostSecurityManager.GenerateAppDomainEvidence(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L19C84-L19C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L19C84-L19C96" }, { "DocsId": "M:System.Security.HostSecurityManager.GenerateAssemblyEvidence(System.Type,System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L20C102-L20C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L20C102-L20C114" }, { "DocsId": "M:System.Security.HostSecurityManager.GetHostSuppliedAppDomainEvidenceTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L21C73-L21C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L21C73-L21C85" }, { "DocsId": "M:System.Security.HostSecurityManager.GetHostSuppliedAssemblyEvidenceTypes(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L22C89-L22C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L22C89-L22C101" }, { "DocsId": "P:System.Security.HostSecurityManager.DomainPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L12C57-L12C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L12C57-L12C85" }, { "DocsId": "P:System.Security.HostSecurityManager.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L13C65-L13C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L13C65-L13C108" } ], "DocsId": "T:System.Security.HostSecurityManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs" }, { "Members": [ { "DocsId": "F:System.Security.HostSecurityManagerOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" }, { "DocsId": "F:System.Security.HostSecurityManagerOptions.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" }, { "DocsId": "F:System.Security.HostSecurityManagerOptions.HostAppDomainEvidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" }, { "DocsId": "F:System.Security.HostSecurityManagerOptions.HostAssemblyEvidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" }, { "DocsId": "F:System.Security.HostSecurityManagerOptions.HostDetermineApplicationTrust", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" }, { "DocsId": "F:System.Security.HostSecurityManagerOptions.HostPolicyLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" }, { "DocsId": "F:System.Security.HostSecurityManagerOptions.HostResolvePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" }, { "DocsId": "F:System.Security.HostSecurityManagerOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" } ], "DocsId": "T:System.Security.HostSecurityManagerOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" }, { "Members": [ { "DocsId": "P:System.Security.IEvidenceFactory.Evidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/IEvidenceFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/IEvidenceFactory.cs" } ], "DocsId": "T:System.Security.IEvidenceFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/IEvidenceFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/IEvidenceFactory.cs" }, { "Members": [ { "DocsId": "M:System.Security.ISecurityPolicyEncodable.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/ISecurityPolicyEncodable.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/ISecurityPolicyEncodable.cs" }, { "DocsId": "M:System.Security.ISecurityPolicyEncodable.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/ISecurityPolicyEncodable.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/ISecurityPolicyEncodable.cs" } ], "DocsId": "T:System.Security.ISecurityPolicyEncodable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/ISecurityPolicyEncodable.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/ISecurityPolicyEncodable.cs" }, { "Members": [ { "DocsId": "M:System.Security.NamedPermissionSet.#ctor(System.Security.NamedPermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L13C65-L13C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L13C65-L13C99" }, { "DocsId": "M:System.Security.NamedPermissionSet.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L14C50-L14C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L14C50-L14C84" }, { "DocsId": "M:System.Security.NamedPermissionSet.#ctor(System.String,System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L15C73-L15C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L15C73-L15C107" }, { "DocsId": "M:System.Security.NamedPermissionSet.#ctor(System.String,System.Security.PermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L16C73-L16C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L16C73-L16C107" }, { "DocsId": "M:System.Security.NamedPermissionSet.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L19C48-L19C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L19C48-L19C78" }, { "DocsId": "M:System.Security.NamedPermissionSet.Copy(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L20C55-L20C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L20C55-L20C90" }, { "DocsId": "M:System.Security.NamedPermissionSet.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L21C50-L21C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L21C50-L21C64" }, { "DocsId": "M:System.Security.NamedPermissionSet.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L22C60-L22C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L22C60-L22C61" }, { "DocsId": "M:System.Security.NamedPermissionSet.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L23C46-L23C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L23C46-L23C64" }, { "DocsId": "M:System.Security.NamedPermissionSet.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L24C51-L24C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L24C51-L24C83" }, { "DocsId": "P:System.Security.NamedPermissionSet.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L17C37-L17C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L17C37-L17C41" }, { "DocsId": "P:System.Security.NamedPermissionSet.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L18C30-L18C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L18C30-L18C34" } ], "DocsId": "T:System.Security.NamedPermissionSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs" }, { "Members": [ { "DocsId": "F:System.Security.PolicyLevelType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" }, { "DocsId": "F:System.Security.PolicyLevelType.AppDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" }, { "DocsId": "F:System.Security.PolicyLevelType.Enterprise", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" }, { "DocsId": "F:System.Security.PolicyLevelType.Machine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" }, { "DocsId": "F:System.Security.PolicyLevelType.User", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" } ], "DocsId": "T:System.Security.PolicyLevelType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" }, { "Members": [ { "DocsId": "M:System.Security.SecurityContext.Capture", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L14C51-L14C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L14C51-L14C120" }, { "DocsId": "M:System.Security.SecurityContext.CreateCopy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L15C47-L15C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L15C47-L15C116" }, { "DocsId": "M:System.Security.SecurityContext.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L16C33-L16C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L16C33-L16C102" }, { "DocsId": "M:System.Security.SecurityContext.IsFlowSuppressed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L17C49-L17C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L17C49-L17C118" }, { "DocsId": "M:System.Security.SecurityContext.IsWindowsIdentityFlowSuppressed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L18C64-L18C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L18C64-L18C133" }, { "DocsId": "M:System.Security.SecurityContext.RestoreFlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L19C44-L19C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L19C44-L19C113" }, { "DocsId": "M:System.Security.SecurityContext.Run(System.Security.SecurityContext,System.Threading.ContextCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L20C107-L20C176" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L20C107-L20C176" }, { "DocsId": "M:System.Security.SecurityContext.SuppressFlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L21C57-L21C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L21C57-L21C126" }, { "DocsId": "M:System.Security.SecurityContext.SuppressFlowWindowsIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L22C72-L22C141" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L22C72-L22C141" } ], "DocsId": "T:System.Security.SecurityContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs" }, { "Members": [ { "DocsId": "F:System.Security.SecurityContextSource.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" }, { "DocsId": "F:System.Security.SecurityContextSource.CurrentAppDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" }, { "DocsId": "F:System.Security.SecurityContextSource.CurrentAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" } ], "DocsId": "T:System.Security.SecurityContextSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" }, { "Members": [ { "DocsId": "M:System.Security.SecurityManager.CurrentThreadRequiresSecurityContextCapture", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L18C76-L18C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L18C76-L18C89" }, { "DocsId": "M:System.Security.SecurityManager.GetStandardSandbox(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L19C77-L19C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L19C77-L19C107" }, { "DocsId": "M:System.Security.SecurityManager.GetZoneAndOrigin(System.Collections.ArrayList@,System.Collections.ArrayList@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L20C127-L20C222" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L20C127-L20C222" }, { "DocsId": "M:System.Security.SecurityManager.IsGranted(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L22C58-L22C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L22C58-L22C71" }, { "DocsId": "M:System.Security.SecurityManager.LoadPolicyLevelFromFile(System.String,System.Security.PolicyLevelType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L24C96-L24C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L24C96-L24C124" }, { "DocsId": "M:System.Security.SecurityManager.LoadPolicyLevelFromString(System.String,System.Security.PolicyLevelType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L26C97-L26C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L26C97-L26C125" }, { "DocsId": "M:System.Security.SecurityManager.PolicyHierarchy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L28C55-L28C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L28C55-L28C83" }, { "DocsId": "M:System.Security.SecurityManager.ResolvePolicy(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L30C72-L30C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L30C72-L30C102" }, { "DocsId": "M:System.Security.SecurityManager.ResolvePolicy(System.Security.Policy.Evidence,System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L32C192-L32C271" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L32C192-L32C271" }, { "DocsId": "M:System.Security.SecurityManager.ResolvePolicy(System.Security.Policy.Evidence[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L34C98-L34C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L34C98-L34C128" }, { "DocsId": "M:System.Security.SecurityManager.ResolvePolicyGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L36C99-L36C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L36C99-L36C127" }, { "DocsId": "M:System.Security.SecurityManager.ResolveSystemPolicy(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L38C101-L38C131" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L38C101-L38C131" }, { "DocsId": "M:System.Security.SecurityManager.SavePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L40C43-L40C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L40C43-L40C44" }, { "DocsId": "M:System.Security.SecurityManager.SavePolicyLevel(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L42C65-L42C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L42C65-L42C66" }, { "DocsId": "P:System.Security.SecurityManager.CheckExecutionRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L15C51-L15C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L15C51-L15C55" }, { "DocsId": "P:System.Security.SecurityManager.SecurityEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L17C46-L17C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L17C46-L17C50" } ], "DocsId": "T:System.Security.SecurityManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs" }, { "Members": [ { "DocsId": "M:System.Security.SecurityState.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs#L8C9-L8C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs#L8C9-L8C38" }, { "DocsId": "M:System.Security.SecurityState.EnsureState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs" }, { "DocsId": "M:System.Security.SecurityState.IsStateAvailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs#L10C42-L10C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs#L10C42-L10C55" } ], "DocsId": "T:System.Security.SecurityState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs" }, { "Members": [ { "DocsId": "F:System.Security.SecurityZone.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" }, { "DocsId": "F:System.Security.SecurityZone.Internet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" }, { "DocsId": "F:System.Security.SecurityZone.Intranet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" }, { "DocsId": "F:System.Security.SecurityZone.MyComputer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" }, { "DocsId": "F:System.Security.SecurityZone.NoZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" }, { "DocsId": "F:System.Security.SecurityZone.Trusted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" }, { "DocsId": "F:System.Security.SecurityZone.Untrusted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" } ], "DocsId": "T:System.Security.SecurityZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" }, { "Members": [ { "DocsId": "M:System.Security.XmlSyntaxException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L12C9-L12C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L12C9-L12C40" }, { "DocsId": "M:System.Security.XmlSyntaxException.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L13C9-L13C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L13C9-L13C54" }, { "DocsId": "M:System.Security.XmlSyntaxException.#ctor(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L14C9-L14C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L14C9-L14C70" }, { "DocsId": "M:System.Security.XmlSyntaxException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L15C9-L15C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L15C9-L15C54" }, { "DocsId": "M:System.Security.XmlSyntaxException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L16C9-L16C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L16C9-L16C71" } ], "DocsId": "T:System.Security.XmlSyntaxException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.AllMembershipCondition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L8C9-L8C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L8C9-L8C44" }, { "DocsId": "M:System.Security.Policy.AllMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L9C48-L9C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L9C48-L9C61" }, { "DocsId": "M:System.Security.Policy.AllMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L10C46-L10C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L10C46-L10C83" }, { "DocsId": "M:System.Security.Policy.AllMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L11C50-L11C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L11C50-L11C64" }, { "DocsId": "M:System.Security.Policy.AllMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L12C50-L12C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L12C50-L12C51" }, { "DocsId": "M:System.Security.Policy.AllMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L13C69-L13C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L13C69-L13C70" }, { "DocsId": "M:System.Security.Policy.AllMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L14C46-L14C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L14C46-L14C64" }, { "DocsId": "M:System.Security.Policy.AllMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L15C46-L15C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L15C46-L15C61" }, { "DocsId": "M:System.Security.Policy.AllMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L16C42-L16C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L16C42-L16C74" }, { "DocsId": "M:System.Security.Policy.AllMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L17C59-L17C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L17C59-L17C91" } ], "DocsId": "T:System.Security.Policy.AllMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.ApplicationDirectory.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L8C9-L8C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L8C9-L8C53" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectory.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L10C32-L10C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L10C32-L10C44" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectory.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L11C50-L11C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L11C50-L11C64" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectory.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L12C46-L12C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L12C46-L12C64" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectory.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L13C46-L13C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L13C46-L13C61" }, { "DocsId": "P:System.Security.Policy.ApplicationDirectory.Directory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L9C41-L9C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L9C41-L9C53" } ], "DocsId": "T:System.Security.Policy.ApplicationDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L8C9-L8C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L8C9-L8C61" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L9C48-L9C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L9C48-L9C61" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L10C46-L10C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L10C46-L10C83" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L11C50-L11C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L11C50-L11C64" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L12C50-L12C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L12C50-L12C51" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L13C69-L13C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L13C69-L13C70" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L14C46-L14C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L14C46-L14C64" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L15C46-L15C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L15C46-L15C61" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L16C42-L16C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L16C42-L16C74" }, { "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L17C59-L17C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L17C59-L17C91" } ], "DocsId": "T:System.Security.Policy.ApplicationDirectoryMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.ApplicationTrust.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L10C9-L10C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L10C9-L10C38" }, { "DocsId": "M:System.Security.Policy.ApplicationTrust.#ctor(System.ApplicationIdentity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L11C9-L11C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L11C9-L11C66" }, { "DocsId": "M:System.Security.Policy.ApplicationTrust.#ctor(System.Security.PermissionSet,System.Collections.Generic.IEnumerable{System.Security.Policy.StrongName})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L15C9-L15C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L15C9-L15C112" }, { "DocsId": "M:System.Security.Policy.ApplicationTrust.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L25C56-L25C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L25C56-L25C57" }, { "DocsId": "M:System.Security.Policy.ApplicationTrust.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L26C42-L26C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L26C42-L26C74" }, { "DocsId": "P:System.Security.Policy.ApplicationTrust.ApplicationIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L16C58-L16C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L16C58-L16C62" }, { "DocsId": "P:System.Security.Policy.ApplicationTrust.DefaultGrantSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L17C50-L17C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L17C50-L17C54" }, { "DocsId": "P:System.Security.Policy.ApplicationTrust.ExtraInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L18C35-L18C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L18C35-L18C39" }, { "DocsId": "P:System.Security.Policy.ApplicationTrust.FullTrustAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L22C62-L22C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L22C62-L22C96" }, { "DocsId": "P:System.Security.Policy.ApplicationTrust.IsApplicationTrustedToRun", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L23C49-L23C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L23C49-L23C53" }, { "DocsId": "P:System.Security.Policy.ApplicationTrust.Persist", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L24C31-L24C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L24C31-L24C35" } ], "DocsId": "T:System.Security.Policy.ApplicationTrust", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Add(System.Security.Policy.ApplicationTrust)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L16C50-L16C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L16C50-L16C59" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.AddRange(System.Security.Policy.ApplicationTrust[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L17C59-L17C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L17C59-L17C60" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.AddRange(System.Security.Policy.ApplicationTrustCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L18C67-L18C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L18C67-L18C68" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L19C31-L19C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L19C31-L19C32" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.CopyTo(System.Security.Policy.ApplicationTrust[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L20C67-L20C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L20C67-L20C68" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Find(System.ApplicationIdentity,System.Security.Policy.ApplicationVersionMatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L21C129-L21C172" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L21C129-L21C172" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L22C61-L22C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L22C61-L22C101" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Remove(System.Security.Policy.ApplicationTrust)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L23C54-L23C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L23C54-L23C55" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Remove(System.ApplicationIdentity,System.Security.Policy.ApplicationVersionMatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L24C109-L24C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L24C109-L24C110" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.RemoveRange(System.Security.Policy.ApplicationTrust[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L25C62-L25C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L25C62-L25C63" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.RemoveRange(System.Security.Policy.ApplicationTrustCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L26C70-L26C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L26C70-L26C71" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L27C59-L27C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L27C59-L27C60" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L28C51-L28C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L28C51-L28C74" }, { "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L11C34-L11C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L11C34-L11C43" }, { "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L12C44-L12C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L12C44-L12C57" }, { "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L13C57-L13C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L13C57-L13C90" }, { "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L14C66-L14C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L14C66-L14C99" }, { "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L15C40-L15C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L15C40-L15C52" } ], "DocsId": "T:System.Security.Policy.ApplicationTrustCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.ApplicationTrustEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L12C44-L12C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L12C44-L12C56" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L13C34-L13C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L13C34-L13C47" }, { "DocsId": "M:System.Security.Policy.ApplicationTrustEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L14C31-L14C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L14C31-L14C32" }, { "DocsId": "P:System.Security.Policy.ApplicationTrustEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L11C49-L11C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L11C49-L11C82" }, { "DocsId": "P:System.Security.Policy.ApplicationTrustEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L12C44-L12C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L12C44-L12C56" } ], "DocsId": "T:System.Security.Policy.ApplicationTrustEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs" }, { "Members": [ { "DocsId": "F:System.Security.Policy.ApplicationVersionMatch.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" }, { "DocsId": "F:System.Security.Policy.ApplicationVersionMatch.MatchAllVersions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" }, { "DocsId": "F:System.Security.Policy.ApplicationVersionMatch.MatchExactVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" } ], "DocsId": "T:System.Security.Policy.ApplicationVersionMatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.CodeConnectAccess.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L12C9-L12C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L12C9-L12C72" }, { "DocsId": "M:System.Security.Policy.CodeConnectAccess.CreateAnySchemeAccess(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L15C80-L15C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L15C80-L15C114" }, { "DocsId": "M:System.Security.Policy.CodeConnectAccess.CreateOriginSchemeAccess(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L16C83-L16C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L16C83-L16C117" }, { "DocsId": "M:System.Security.Policy.CodeConnectAccess.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L17C50-L17C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L17C50-L17C64" }, { "DocsId": "M:System.Security.Policy.CodeConnectAccess.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L18C46-L18C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L18C46-L18C64" }, { "DocsId": "F:System.Security.Policy.CodeConnectAccess.AnyScheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" }, { "DocsId": "F:System.Security.Policy.CodeConnectAccess.DefaultPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" }, { "DocsId": "F:System.Security.Policy.CodeConnectAccess.OriginPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" }, { "DocsId": "F:System.Security.Policy.CodeConnectAccess.OriginScheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" }, { "DocsId": "P:System.Security.Policy.CodeConnectAccess.Port", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L13C33-L13C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L13C33-L13C42" }, { "DocsId": "P:System.Security.Policy.CodeConnectAccess.Scheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L14C38-L14C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L14C38-L14C50" } ], "DocsId": "T:System.Security.Policy.CodeConnectAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.CodeGroup.#ctor(System.Security.Policy.IMembershipCondition,System.Security.Policy.PolicyStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L10C9-L10C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L10C9-L10C98" }, { "DocsId": "M:System.Security.Policy.CodeGroup.AddChild(System.Security.Policy.CodeGroup)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L19C49-L19C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L19C49-L19C50" }, { "DocsId": "M:System.Security.Policy.CodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" }, { "DocsId": "M:System.Security.Policy.CodeGroup.CreateXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L21C88-L21C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L21C88-L21C89" }, { "DocsId": "M:System.Security.Policy.CodeGroup.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L22C50-L22C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L22C50-L22C64" }, { "DocsId": "M:System.Security.Policy.CodeGroup.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L23C50-L23C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L23C50-L23C51" }, { "DocsId": "M:System.Security.Policy.CodeGroup.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L24C69-L24C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L24C69-L24C70" }, { "DocsId": "M:System.Security.Policy.CodeGroup.Equals(System.Security.Policy.CodeGroup,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L25C66-L25C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L25C66-L25C79" }, { "DocsId": "M:System.Security.Policy.CodeGroup.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L26C46-L26C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L26C46-L26C64" }, { "DocsId": "M:System.Security.Policy.CodeGroup.ParseXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L27C81-L27C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L27C81-L27C82" }, { "DocsId": "M:System.Security.Policy.CodeGroup.RemoveChild(System.Security.Policy.CodeGroup)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L28C52-L28C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L28C52-L28C53" }, { "DocsId": "M:System.Security.Policy.CodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" }, { "DocsId": "M:System.Security.Policy.CodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" }, { "DocsId": "M:System.Security.Policy.CodeGroup.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L31C42-L31C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L31C42-L31C74" }, { "DocsId": "M:System.Security.Policy.CodeGroup.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L32C59-L32C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L32C59-L32C91" }, { "DocsId": "P:System.Security.Policy.CodeGroup.AttributeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L11C55-L11C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L11C55-L11C67" }, { "DocsId": "P:System.Security.Policy.CodeGroup.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L12C33-L12C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L12C33-L12C37" }, { "DocsId": "P:System.Security.Policy.CodeGroup.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L13C37-L13C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L13C37-L13C41" }, { "DocsId": "P:System.Security.Policy.CodeGroup.MembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L14C59-L14C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L14C59-L14C63" }, { "DocsId": "P:System.Security.Policy.CodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" }, { "DocsId": "P:System.Security.Policy.CodeGroup.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L16C30-L16C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L16C30-L16C34" }, { "DocsId": "P:System.Security.Policy.CodeGroup.PermissionSetName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L17C57-L17C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L17C57-L17C69" }, { "DocsId": "P:System.Security.Policy.CodeGroup.PolicyStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L18C50-L18C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L18C50-L18C54" } ], "DocsId": "T:System.Security.Policy.CodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.FileCodeGroup.#ctor(System.Security.Policy.IMembershipCondition,System.Security.Permissions.FileIOPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L11C117-L11C182" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L11C117-L11C182" }, { "DocsId": "M:System.Security.Policy.FileCodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L15C44-L15C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L15C44-L15C70" }, { "DocsId": "M:System.Security.Policy.FileCodeGroup.CreateXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L16C89-L16C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L16C89-L16C90" }, { "DocsId": "M:System.Security.Policy.FileCodeGroup.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L17C50-L17C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L17C50-L17C64" }, { "DocsId": "M:System.Security.Policy.FileCodeGroup.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L18C46-L18C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L18C46-L18C64" }, { "DocsId": "M:System.Security.Policy.FileCodeGroup.ParseXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L19C82-L19C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L19C82-L19C83" }, { "DocsId": "M:System.Security.Policy.FileCodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L20C70-L20C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L20C70-L20C102" }, { "DocsId": "M:System.Security.Policy.FileCodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L21C82-L21C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L21C82-L21C108" }, { "DocsId": "P:System.Security.Policy.FileCodeGroup.AttributeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L12C56-L12C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L12C56-L12C68" }, { "DocsId": "P:System.Security.Policy.FileCodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L13C51-L13C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L13C51-L13C63" }, { "DocsId": "P:System.Security.Policy.FileCodeGroup.PermissionSetName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L14C58-L14C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L14C58-L14C70" } ], "DocsId": "T:System.Security.Policy.FileCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.FirstMatchCodeGroup.#ctor(System.Security.Policy.IMembershipCondition,System.Security.Policy.PolicyStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L9C104-L9C169" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L9C104-L9C169" }, { "DocsId": "M:System.Security.Policy.FirstMatchCodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L11C44-L11C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L11C44-L11C70" }, { "DocsId": "M:System.Security.Policy.FirstMatchCodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L12C70-L12C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L12C70-L12C102" }, { "DocsId": "M:System.Security.Policy.FirstMatchCodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L13C82-L13C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L13C82-L13C108" }, { "DocsId": "P:System.Security.Policy.FirstMatchCodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L10C51-L10C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L10C51-L10C63" } ], "DocsId": "T:System.Security.Policy.FirstMatchCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.GacInstalled.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L11C9-L11C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L11C9-L11C34" }, { "DocsId": "M:System.Security.Policy.GacInstalled.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L12C32-L12C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L12C32-L12C44" }, { "DocsId": "M:System.Security.Policy.GacInstalled.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L13C74-L13C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L13C74-L13C102" }, { "DocsId": "M:System.Security.Policy.GacInstalled.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L14C50-L14C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L14C50-L14C64" }, { "DocsId": "M:System.Security.Policy.GacInstalled.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L15C46-L15C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L15C46-L15C64" }, { "DocsId": "M:System.Security.Policy.GacInstalled.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L16C46-L16C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L16C46-L16C61" } ], "DocsId": "T:System.Security.Policy.GacInstalled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.GacMembershipCondition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L8C9-L8C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L8C9-L8C44" }, { "DocsId": "M:System.Security.Policy.GacMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L9C48-L9C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L9C48-L9C61" }, { "DocsId": "M:System.Security.Policy.GacMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L10C46-L10C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L10C46-L10C83" }, { "DocsId": "M:System.Security.Policy.GacMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L11C50-L11C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L11C50-L11C64" }, { "DocsId": "M:System.Security.Policy.GacMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L12C50-L12C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L12C50-L12C51" }, { "DocsId": "M:System.Security.Policy.GacMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L13C69-L13C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L13C69-L13C70" }, { "DocsId": "M:System.Security.Policy.GacMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L14C46-L14C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L14C46-L14C64" }, { "DocsId": "M:System.Security.Policy.GacMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L15C46-L15C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L15C46-L15C61" }, { "DocsId": "M:System.Security.Policy.GacMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L16C42-L16C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L16C42-L16C74" }, { "DocsId": "M:System.Security.Policy.GacMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L17C59-L17C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L17C59-L17C91" } ], "DocsId": "T:System.Security.Policy.GacMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.Hash.#ctor(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L12C9-L12C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L12C9-L12C61" }, { "DocsId": "M:System.Security.Policy.Hash.CreateMD5(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L16C52-L16C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L16C52-L16C73" }, { "DocsId": "M:System.Security.Policy.Hash.CreateSHA1(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L17C54-L17C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L17C54-L17C75" }, { "DocsId": "M:System.Security.Policy.Hash.CreateSHA256(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L18C58-L18C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L18C58-L18C79" }, { "DocsId": "M:System.Security.Policy.Hash.GenerateHash(System.Security.Cryptography.HashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L19C61-L19C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L19C61-L19C73" }, { "DocsId": "M:System.Security.Policy.Hash.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L26C13-L26C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L26C13-L26C55" }, { "DocsId": "M:System.Security.Policy.Hash.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L29C46-L29C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L29C46-L29C61" }, { "DocsId": "P:System.Security.Policy.Hash.MD5", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L13C35-L13C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L13C35-L13C47" }, { "DocsId": "P:System.Security.Policy.Hash.SHA1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L14C36-L14C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L14C36-L14C48" }, { "DocsId": "P:System.Security.Policy.Hash.SHA256", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L15C38-L15C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L15C38-L15C50" } ], "DocsId": "T:System.Security.Policy.Hash", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.HashMembershipCondition.#ctor(System.Security.Cryptography.HashAlgorithm,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L11C9-L11C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L11C9-L11C80" }, { "DocsId": "M:System.Security.Policy.HashMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L14C48-L14C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L14C48-L14C61" }, { "DocsId": "M:System.Security.Policy.HashMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L15C46-L15C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L15C46-L15C58" }, { "DocsId": "M:System.Security.Policy.HashMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L16C50-L16C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L16C50-L16C64" }, { "DocsId": "M:System.Security.Policy.HashMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L17C50-L17C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L17C50-L17C51" }, { "DocsId": "M:System.Security.Policy.HashMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L18C69-L18C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L18C69-L18C70" }, { "DocsId": "M:System.Security.Policy.HashMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L19C46-L19C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L19C46-L19C64" }, { "DocsId": "M:System.Security.Policy.HashMembershipCondition.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L20C74-L20C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L20C74-L20C75" }, { "DocsId": "M:System.Security.Policy.HashMembershipCondition.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L23C13-L23C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L23C13-L23C55" }, { "DocsId": "M:System.Security.Policy.HashMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L26C46-L26C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L26C46-L26C61" }, { "DocsId": "M:System.Security.Policy.HashMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L27C42-L27C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L27C42-L27C74" }, { "DocsId": "M:System.Security.Policy.HashMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L28C59-L28C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L28C59-L28C91" }, { "DocsId": "P:System.Security.Policy.HashMembershipCondition.HashAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L12C46-L12C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L12C46-L12C50" }, { "DocsId": "P:System.Security.Policy.HashMembershipCondition.HashValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L13C35-L13C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L13C35-L13C39" } ], "DocsId": "T:System.Security.Policy.HashMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.IIdentityPermissionFactory.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/IIdentityPermissionFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/IIdentityPermissionFactory.cs" } ], "DocsId": "T:System.Security.Policy.IIdentityPermissionFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/IIdentityPermissionFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/IIdentityPermissionFactory.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.IMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" }, { "DocsId": "M:System.Security.Policy.IMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" }, { "DocsId": "M:System.Security.Policy.IMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" }, { "DocsId": "M:System.Security.Policy.IMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" } ], "DocsId": "T:System.Security.Policy.IMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.NetCodeGroup.#ctor(System.Security.Policy.IMembershipCondition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L10C73-L10C138" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L10C73-L10C138" }, { "DocsId": "M:System.Security.Policy.NetCodeGroup.AddConnectAccess(System.String,System.Security.Policy.CodeConnectAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L14C94-L14C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L14C94-L14C95" }, { "DocsId": "M:System.Security.Policy.NetCodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L15C44-L15C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L15C44-L15C70" }, { "DocsId": "M:System.Security.Policy.NetCodeGroup.CreateXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L16C89-L16C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L16C89-L16C90" }, { "DocsId": "M:System.Security.Policy.NetCodeGroup.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L17C50-L17C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L17C50-L17C64" }, { "DocsId": "M:System.Security.Policy.NetCodeGroup.GetConnectAccessRules", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L18C79-L18C132" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L18C79-L18C132" }, { "DocsId": "M:System.Security.Policy.NetCodeGroup.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L19C46-L19C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L19C46-L19C64" }, { "DocsId": "M:System.Security.Policy.NetCodeGroup.ParseXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L20C82-L20C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L20C82-L20C83" }, { "DocsId": "M:System.Security.Policy.NetCodeGroup.ResetConnectAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L21C44-L21C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L21C44-L21C45" }, { "DocsId": "M:System.Security.Policy.NetCodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L22C70-L22C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L22C70-L22C102" }, { "DocsId": "M:System.Security.Policy.NetCodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L23C82-L23C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L23C82-L23C108" }, { "DocsId": "F:System.Security.Policy.NetCodeGroup.AbsentOriginScheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs" }, { "DocsId": "F:System.Security.Policy.NetCodeGroup.AnyOtherOriginScheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs" }, { "DocsId": "P:System.Security.Policy.NetCodeGroup.AttributeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L11C56-L11C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L11C56-L11C68" }, { "DocsId": "P:System.Security.Policy.NetCodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L12C51-L12C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L12C51-L12C63" }, { "DocsId": "P:System.Security.Policy.NetCodeGroup.PermissionSetName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L13C58-L13C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L13C58-L13C70" } ], "DocsId": "T:System.Security.Policy.NetCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.PermissionRequestEvidence.#ctor(System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L9C9-L9C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L9C9-L9C114" }, { "DocsId": "M:System.Security.Policy.PermissionRequestEvidence.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L13C51-L13C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L13C51-L13C93" }, { "DocsId": "M:System.Security.Policy.PermissionRequestEvidence.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L14C46-L14C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L14C46-L14C61" }, { "DocsId": "P:System.Security.Policy.PermissionRequestEvidence.DeniedPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L10C56-L10C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L10C56-L10C86" }, { "DocsId": "P:System.Security.Policy.PermissionRequestEvidence.OptionalPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L11C58-L11C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L11C58-L11C88" }, { "DocsId": "P:System.Security.Policy.PermissionRequestEvidence.RequestedPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L12C59-L12C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L12C59-L12C89" } ], "DocsId": "T:System.Security.Policy.PermissionRequestEvidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.PolicyException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L13C9-L13C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L13C9-L13C37" }, { "DocsId": "M:System.Security.Policy.PolicyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L18C87-L18C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L18C87-L18C110" }, { "DocsId": "M:System.Security.Policy.PolicyException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L19C50-L19C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L19C50-L19C67" }, { "DocsId": "M:System.Security.Policy.PolicyException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L20C71-L20C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L20C71-L20C99" } ], "DocsId": "T:System.Security.Policy.PolicyException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.PolicyLevel.AddFullTrustAssembly(System.Security.Policy.StrongName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L18C59-L18C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L18C59-L18C60" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.AddFullTrustAssembly(System.Security.Policy.StrongNameMembershipCondition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L20C80-L20C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L20C80-L20C81" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.AddNamedPermissionSet(System.Security.NamedPermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L24C73-L24C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L24C73-L24C74" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.ChangeNamedPermissionSet(System.String,System.Security.PermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L28C95-L28C130" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L28C95-L28C130" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.CreateAppDomainLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L30C60-L30C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L30C60-L30C88" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L31C50-L31C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L31C50-L31C51" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.GetNamedPermissionSet(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L35C72-L35C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L35C72-L35C107" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.Recover", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L36C33-L36C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L36C33-L36C34" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.RemoveFullTrustAssembly(System.Security.Policy.StrongName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L38C62-L38C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L38C62-L38C63" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.RemoveFullTrustAssembly(System.Security.Policy.StrongNameMembershipCondition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L40C83-L40C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L40C83-L40C84" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.RemoveNamedPermissionSet(System.Security.NamedPermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L44C90-L44C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L44C90-L44C125" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.RemoveNamedPermissionSet(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L48C75-L48C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L48C75-L48C110" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L49C31-L49C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L49C31-L49C32" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L50C61-L50C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L50C61-L50C93" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L51C73-L51C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L51C73-L51C99" }, { "DocsId": "M:System.Security.Policy.PolicyLevel.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L52C42-L52C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L52C42-L52C74" }, { "DocsId": "P:System.Security.Policy.PolicyLevel.FullTrustAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L11C272-L11C294" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L11C272-L11C294" }, { "DocsId": "P:System.Security.Policy.PolicyLevel.Label", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L12C37-L12C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L12C37-L12C49" }, { "DocsId": "P:System.Security.Policy.PolicyLevel.NamedPermissionSets", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L13C50-L13C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L13C50-L13C72" }, { "DocsId": "P:System.Security.Policy.PolicyLevel.RootCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L14C42-L14C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L14C42-L14C46" }, { "DocsId": "P:System.Security.Policy.PolicyLevel.StoreLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L15C45-L15C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L15C45-L15C57" }, { "DocsId": "P:System.Security.Policy.PolicyLevel.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L16C45-L16C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L16C45-L16C77" } ], "DocsId": "T:System.Security.Policy.PolicyLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.PolicyStatement.#ctor(System.Security.PermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L11C9-L11C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L11C9-L11C58" }, { "DocsId": "M:System.Security.Policy.PolicyStatement.#ctor(System.Security.PermissionSet,System.Security.Policy.PolicyStatementAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L15C9-L15C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L15C9-L15C95" }, { "DocsId": "M:System.Security.Policy.PolicyStatement.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L22C41-L22C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L22C41-L22C53" }, { "DocsId": "M:System.Security.Policy.PolicyStatement.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L23C50-L23C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L23C50-L23C64" }, { "DocsId": "M:System.Security.Policy.PolicyStatement.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L24C51-L24C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L24C51-L24C52" }, { "DocsId": "M:System.Security.Policy.PolicyStatement.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L25C70-L25C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L25C70-L25C71" }, { "DocsId": "M:System.Security.Policy.PolicyStatement.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L26C46-L26C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L26C46-L26C64" }, { "DocsId": "M:System.Security.Policy.PolicyStatement.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L27C42-L27C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L27C42-L27C74" }, { "DocsId": "M:System.Security.Policy.PolicyStatement.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L28C59-L28C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L28C59-L28C91" }, { "DocsId": "P:System.Security.Policy.PolicyStatement.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L16C54-L16C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L16C54-L16C58" }, { "DocsId": "P:System.Security.Policy.PolicyStatement.AttributeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L17C47-L17C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L17C47-L17C59" }, { "DocsId": "P:System.Security.Policy.PolicyStatement.PermissionSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L21C46-L21C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L21C46-L21C50" } ], "DocsId": "T:System.Security.Policy.PolicyStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs" }, { "Members": [ { "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" }, { "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" }, { "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.Exclusive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" }, { "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.LevelFinal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" }, { "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.Nothing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" } ], "DocsId": "T:System.Security.Policy.PolicyStatementAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.Publisher.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L13C9-L13C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L13C9-L13C51" }, { "DocsId": "M:System.Security.Policy.Publisher.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L15C32-L15C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L15C32-L15C44" }, { "DocsId": "M:System.Security.Policy.Publisher.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L16C74-L16C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L16C74-L16C102" }, { "DocsId": "M:System.Security.Policy.Publisher.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L17C50-L17C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L17C50-L17C64" }, { "DocsId": "M:System.Security.Policy.Publisher.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L18C46-L18C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L18C46-L18C64" }, { "DocsId": "M:System.Security.Policy.Publisher.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L19C46-L19C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L19C46-L19C61" }, { "DocsId": "P:System.Security.Policy.Publisher.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L14C52-L14C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L14C52-L14C84" } ], "DocsId": "T:System.Security.Policy.Publisher", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L10C9-L10C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L10C9-L10C77" }, { "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L12C48-L12C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L12C48-L12C61" }, { "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L13C46-L13C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L13C46-L13C58" }, { "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L14C50-L14C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L14C50-L14C64" }, { "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L15C50-L15C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L15C50-L15C51" }, { "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L16C69-L16C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L16C69-L16C70" }, { "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L17C46-L17C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L17C46-L17C64" }, { "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L18C46-L18C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L18C46-L18C61" }, { "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L19C42-L19C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L19C42-L19C74" }, { "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L20C59-L20C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L20C59-L20C91" }, { "DocsId": "P:System.Security.Policy.PublisherMembershipCondition.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L11C46-L11C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L11C46-L11C50" } ], "DocsId": "T:System.Security.Policy.PublisherMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.Site.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L11C9-L11C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L11C9-L11C37" }, { "DocsId": "M:System.Security.Policy.Site.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L13C32-L13C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L13C32-L13C44" }, { "DocsId": "M:System.Security.Policy.Site.CreateFromUrl(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L14C56-L14C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L14C56-L14C77" }, { "DocsId": "M:System.Security.Policy.Site.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L15C74-L15C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L15C74-L15C102" }, { "DocsId": "M:System.Security.Policy.Site.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L16C50-L16C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L16C50-L16C64" }, { "DocsId": "M:System.Security.Policy.Site.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L17C46-L17C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L17C46-L17C64" }, { "DocsId": "M:System.Security.Policy.Site.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L18C46-L18C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L18C46-L18C61" }, { "DocsId": "P:System.Security.Policy.Site.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L12C36-L12C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L12C36-L12C48" } ], "DocsId": "T:System.Security.Policy.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.SiteMembershipCondition.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L8C9-L8C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L8C9-L8C56" }, { "DocsId": "M:System.Security.Policy.SiteMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L10C48-L10C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L10C48-L10C61" }, { "DocsId": "M:System.Security.Policy.SiteMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L11C46-L11C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L11C46-L11C83" }, { "DocsId": "M:System.Security.Policy.SiteMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L12C50-L12C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L12C50-L12C64" }, { "DocsId": "M:System.Security.Policy.SiteMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L13C50-L13C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L13C50-L13C51" }, { "DocsId": "M:System.Security.Policy.SiteMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L14C69-L14C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L14C69-L14C70" }, { "DocsId": "M:System.Security.Policy.SiteMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L15C46-L15C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L15C46-L15C64" }, { "DocsId": "M:System.Security.Policy.SiteMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L16C46-L16C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L16C46-L16C61" }, { "DocsId": "M:System.Security.Policy.SiteMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L17C42-L17C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L17C42-L17C74" }, { "DocsId": "M:System.Security.Policy.SiteMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L18C59-L18C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L18C59-L18C91" }, { "DocsId": "P:System.Security.Policy.SiteMembershipCondition.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L9C30-L9C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L9C30-L9C34" } ], "DocsId": "T:System.Security.Policy.SiteMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.StrongName.#ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L13C9-L13C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L13C9-L13C90" }, { "DocsId": "M:System.Security.Policy.StrongName.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L17C32-L17C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L17C32-L17C44" }, { "DocsId": "M:System.Security.Policy.StrongName.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L18C74-L18C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L18C74-L18C102" }, { "DocsId": "M:System.Security.Policy.StrongName.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L19C50-L19C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L19C50-L19C64" }, { "DocsId": "M:System.Security.Policy.StrongName.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L20C46-L20C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L20C46-L20C64" }, { "DocsId": "M:System.Security.Policy.StrongName.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L21C46-L21C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L21C46-L21C61" }, { "DocsId": "P:System.Security.Policy.StrongName.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L14C36-L14C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L14C36-L14C48" }, { "DocsId": "P:System.Security.Policy.StrongName.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L15C58-L15C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L15C58-L15C98" }, { "DocsId": "P:System.Security.Policy.StrongName.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L16C40-L16C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L16C40-L16C64" } ], "DocsId": "T:System.Security.Policy.StrongName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.#ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L13C9-L13C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L13C9-L13C109" }, { "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L17C48-L17C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L17C48-L17C61" }, { "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L18C46-L18C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L18C46-L18C58" }, { "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L19C50-L19C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L19C50-L19C64" }, { "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L20C50-L20C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L20C50-L20C51" }, { "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L21C69-L21C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L21C69-L21C70" }, { "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L22C46-L22C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L22C46-L22C64" }, { "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L23C46-L23C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L23C46-L23C61" }, { "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L24C42-L24C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L24C42-L24C74" }, { "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L25C59-L25C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L25C59-L25C91" }, { "DocsId": "P:System.Security.Policy.StrongNameMembershipCondition.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L14C30-L14C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L14C30-L14C34" }, { "DocsId": "P:System.Security.Policy.StrongNameMembershipCondition.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L15C52-L15C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L15C52-L15C56" }, { "DocsId": "P:System.Security.Policy.StrongNameMembershipCondition.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L16C34-L16C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L16C34-L16C38" } ], "DocsId": "T:System.Security.Policy.StrongNameMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.TrustManagerContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L8C9-L8C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L8C9-L8C41" }, { "DocsId": "M:System.Security.Policy.TrustManagerContext.#ctor(System.Security.Policy.TrustManagerUIContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L9C9-L9C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L9C9-L9C72" }, { "DocsId": "P:System.Security.Policy.TrustManagerContext.IgnorePersistedDecision", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L10C55-L10C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L10C55-L10C59" }, { "DocsId": "P:System.Security.Policy.TrustManagerContext.KeepAlive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L11C41-L11C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L11C41-L11C45" }, { "DocsId": "P:System.Security.Policy.TrustManagerContext.NoPrompt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L12C40-L12C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L12C40-L12C44" }, { "DocsId": "P:System.Security.Policy.TrustManagerContext.Persist", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L13C39-L13C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L13C39-L13C43" }, { "DocsId": "P:System.Security.Policy.TrustManagerContext.UIContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L14C58-L14C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L14C58-L14C62" }, { "DocsId": "P:System.Security.Policy.TrustManagerContext.PreviousApplicationIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L15C74-L15C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L15C74-L15C78" } ], "DocsId": "T:System.Security.Policy.TrustManagerContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" }, { "Members": [ { "DocsId": "F:System.Security.Policy.TrustManagerUIContext.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" }, { "DocsId": "F:System.Security.Policy.TrustManagerUIContext.Install", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" }, { "DocsId": "F:System.Security.Policy.TrustManagerUIContext.Run", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" }, { "DocsId": "F:System.Security.Policy.TrustManagerUIContext.Upgrade", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" } ], "DocsId": "T:System.Security.Policy.TrustManagerUIContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.UnionCodeGroup.#ctor(System.Security.Policy.IMembershipCondition,System.Security.Policy.PolicyStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L9C99-L9C164" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L9C99-L9C164" }, { "DocsId": "M:System.Security.Policy.UnionCodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L11C44-L11C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L11C44-L11C70" }, { "DocsId": "M:System.Security.Policy.UnionCodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L12C70-L12C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L12C70-L12C102" }, { "DocsId": "M:System.Security.Policy.UnionCodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L13C82-L13C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L13C82-L13C108" }, { "DocsId": "P:System.Security.Policy.UnionCodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L10C51-L10C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L10C51-L10C63" } ], "DocsId": "T:System.Security.Policy.UnionCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.Url.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L11C9-L11C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L11C9-L11C36" }, { "DocsId": "M:System.Security.Policy.Url.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L13C32-L13C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L13C32-L13C44" }, { "DocsId": "M:System.Security.Policy.Url.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L14C74-L14C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L14C74-L14C102" }, { "DocsId": "M:System.Security.Policy.Url.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L15C50-L15C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L15C50-L15C64" }, { "DocsId": "M:System.Security.Policy.Url.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L16C46-L16C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L16C46-L16C64" }, { "DocsId": "M:System.Security.Policy.Url.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L17C46-L17C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L17C46-L17C61" }, { "DocsId": "P:System.Security.Policy.Url.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L12C37-L12C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L12C37-L12C49" } ], "DocsId": "T:System.Security.Policy.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.UrlMembershipCondition.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L8C9-L8C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L8C9-L8C54" }, { "DocsId": "M:System.Security.Policy.UrlMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L10C48-L10C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L10C48-L10C61" }, { "DocsId": "M:System.Security.Policy.UrlMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L11C46-L11C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L11C46-L11C83" }, { "DocsId": "M:System.Security.Policy.UrlMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L12C52-L12C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L12C52-L12C68" }, { "DocsId": "M:System.Security.Policy.UrlMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L13C50-L13C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L13C50-L13C51" }, { "DocsId": "M:System.Security.Policy.UrlMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L14C69-L14C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L14C69-L14C70" }, { "DocsId": "M:System.Security.Policy.UrlMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L15C46-L15C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L15C46-L15C64" }, { "DocsId": "M:System.Security.Policy.UrlMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L16C46-L16C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L16C46-L16C61" }, { "DocsId": "M:System.Security.Policy.UrlMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L17C42-L17C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L17C42-L17C74" }, { "DocsId": "M:System.Security.Policy.UrlMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L18C59-L18C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L18C59-L18C91" }, { "DocsId": "P:System.Security.Policy.UrlMembershipCondition.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L9C29-L9C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L9C29-L9C33" } ], "DocsId": "T:System.Security.Policy.UrlMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.Zone.#ctor(System.Security.SecurityZone)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L11C9-L11C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L11C9-L11C43" }, { "DocsId": "M:System.Security.Policy.Zone.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L13C32-L13C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L13C32-L13C44" }, { "DocsId": "M:System.Security.Policy.Zone.CreateFromUrl(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L14C56-L14C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L14C56-L14C77" }, { "DocsId": "M:System.Security.Policy.Zone.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L15C74-L15C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L15C74-L15C102" }, { "DocsId": "M:System.Security.Policy.Zone.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L16C50-L16C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L16C50-L16C64" }, { "DocsId": "M:System.Security.Policy.Zone.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L17C46-L17C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L17C46-L17C64" }, { "DocsId": "M:System.Security.Policy.Zone.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L18C46-L18C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L18C46-L18C61" }, { "DocsId": "P:System.Security.Policy.Zone.SecurityZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L12C50-L12C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L12C50-L12C79" } ], "DocsId": "T:System.Security.Policy.Zone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs" }, { "Members": [ { "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.#ctor(System.Security.SecurityZone)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L8C9-L8C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L8C9-L8C62" }, { "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L10C48-L10C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L10C48-L10C61" }, { "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L11C46-L11C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L11C46-L11C58" }, { "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L12C50-L12C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L12C50-L12C64" }, { "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L13C50-L13C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L13C50-L13C51" }, { "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L14C69-L14C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L14C69-L14C70" }, { "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L15C46-L15C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L15C46-L15C64" }, { "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L16C46-L16C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L16C46-L16C61" }, { "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L17C42-L17C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L17C42-L17C74" }, { "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L18C59-L18C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L18C59-L18C91" }, { "DocsId": "P:System.Security.Policy.ZoneMembershipCondition.SecurityZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L9C44-L9C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L9C44-L9C48" } ], "DocsId": "T:System.Security.Policy.ZoneMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.DataProtectionPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L11C9-L11C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L11C9-L11C67" }, { "DocsId": "M:System.Security.Permissions.DataProtectionPermission.#ctor(System.Security.Permissions.DataProtectionPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L12C9-L12C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L12C9-L12C80" }, { "DocsId": "M:System.Security.Permissions.DataProtectionPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L13C41-L13C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L13C41-L13C46" }, { "DocsId": "M:System.Security.Permissions.DataProtectionPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L15C46-L15C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L15C46-L15C58" }, { "DocsId": "M:System.Security.Permissions.DataProtectionPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L16C65-L16C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L16C65-L16C77" }, { "DocsId": "M:System.Security.Permissions.DataProtectionPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L17C69-L17C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L17C69-L17C81" }, { "DocsId": "M:System.Security.Permissions.DataProtectionPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L18C64-L18C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L18C64-L18C69" }, { "DocsId": "M:System.Security.Permissions.DataProtectionPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L19C73-L19C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L19C73-L19C74" }, { "DocsId": "M:System.Security.Permissions.DataProtectionPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L20C51-L20C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L20C51-L20C63" }, { "DocsId": "P:System.Security.Permissions.DataProtectionPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L14C54-L14C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L14C54-L14C58" } ], "DocsId": "T:System.Security.Permissions.DataProtectionPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.DataProtectionPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L13C75-L13C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L13C75-L13C108" }, { "DocsId": "M:System.Security.Permissions.DataProtectionPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L19C58-L19C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L19C58-L19C86" }, { "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L14C54-L14C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L14C54-L14C58" }, { "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.ProtectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L15C35-L15C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L15C35-L15C39" }, { "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.UnprotectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L16C37-L16C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L16C37-L16C41" }, { "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.ProtectMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L17C37-L17C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L17C37-L17C41" }, { "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.UnprotectMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L18C39-L18C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L18C39-L18C43" } ], "DocsId": "T:System.Security.Permissions.DataProtectionPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.ProtectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.UnprotectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.ProtectMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.UnprotectMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" } ], "DocsId": "T:System.Security.Permissions.DataProtectionPermissionFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.#ctor(System.Security.Permissions.EnvironmentPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L11C9-L11C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L11C9-L11C92" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L12C9-L12C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L12C9-L12C64" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.AddPathList(System.Security.Permissions.EnvironmentPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L13C86-L13C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L13C86-L13C87" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L14C46-L14C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L14C46-L14C74" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L15C61-L15C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L15C61-L15C62" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.GetPathList(System.Security.Permissions.EnvironmentPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L16C71-L16C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L16C71-L16C83" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L17C69-L17C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L17C69-L17C97" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L18C63-L18C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L18C63-L18C76" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L19C40-L19C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L19C40-L19C53" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.SetPathList(System.Security.Permissions.EnvironmentPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L20C86-L20C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L20C86-L20C87" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L21C51-L21C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L21C51-L21C83" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L22C64-L22C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L22C64-L22C92" } ], "DocsId": "T:System.Security.Permissions.EnvironmentPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.AllAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.NoAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" } ], "DocsId": "T:System.Security.Permissions.EnvironmentPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.EnvironmentPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L12C72-L12C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L12C72-L12C105" }, { "DocsId": "M:System.Security.Permissions.EnvironmentPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L16C58-L16C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L16C58-L16C86" }, { "DocsId": "P:System.Security.Permissions.EnvironmentPermissionAttribute.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L13C29-L13C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L13C29-L13C33" }, { "DocsId": "P:System.Security.Permissions.EnvironmentPermissionAttribute.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L14C30-L14C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L14C30-L14C34" }, { "DocsId": "P:System.Security.Permissions.EnvironmentPermissionAttribute.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L15C31-L15C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L15C31-L15C35" } ], "DocsId": "T:System.Security.Permissions.EnvironmentPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.FileDialogPermission.#ctor(System.Security.Permissions.FileDialogPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L11C9-L11C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L11C9-L11C75" }, { "DocsId": "M:System.Security.Permissions.FileDialogPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L12C9-L12C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L12C9-L12C63" }, { "DocsId": "M:System.Security.Permissions.FileDialogPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L14C46-L14C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L14C46-L14C58" }, { "DocsId": "M:System.Security.Permissions.FileDialogPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L15C61-L15C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L15C61-L15C62" }, { "DocsId": "M:System.Security.Permissions.FileDialogPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L16C69-L16C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L16C69-L16C97" }, { "DocsId": "M:System.Security.Permissions.FileDialogPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L17C63-L17C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L17C63-L17C76" }, { "DocsId": "M:System.Security.Permissions.FileDialogPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L18C40-L18C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L18C40-L18C53" }, { "DocsId": "M:System.Security.Permissions.FileDialogPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L19C51-L19C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L19C51-L19C83" }, { "DocsId": "M:System.Security.Permissions.FileDialogPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L20C65-L20C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L20C65-L20C93" }, { "DocsId": "P:System.Security.Permissions.FileDialogPermission.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L13C52-L13C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L13C52-L13C56" } ], "DocsId": "T:System.Security.Permissions.FileDialogPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.OpenSave", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" } ], "DocsId": "T:System.Security.Permissions.FileDialogPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.FileDialogPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L12C71-L12C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L12C71-L12C104" }, { "DocsId": "M:System.Security.Permissions.FileDialogPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L15C58-L15C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L15C58-L15C86" }, { "DocsId": "P:System.Security.Permissions.FileDialogPermissionAttribute.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L13C28-L13C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L13C28-L13C32" }, { "DocsId": "P:System.Security.Permissions.FileDialogPermissionAttribute.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L14C28-L14C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L14C28-L14C32" } ], "DocsId": "T:System.Security.Permissions.FileDialogPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.FileIOPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L11C9-L11C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L11C9-L11C80" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.FileIOPermissionAccess,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L12C9-L12C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L12C9-L12C86" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.FileIOPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L13C9-L13C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L13C9-L13C124" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.FileIOPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L14C9-L14C130" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L14C9-L14C130" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L15C9-L15C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L15C9-L15C59" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.AddPathList(System.Security.Permissions.FileIOPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L18C79-L18C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L18C79-L18C80" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.AddPathList(System.Security.Permissions.FileIOPermissionAccess,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L19C85-L19C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L19C85-L19C86" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L20C46-L20C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L20C46-L20C58" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L21C50-L21C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L21C50-L21C64" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L22C61-L22C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L22C61-L22C62" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L23C46-L23C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L23C46-L23C64" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.GetPathList(System.Security.Permissions.FileIOPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L24C70-L24C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L24C70-L24C82" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L25C69-L25C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L25C69-L25C97" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L26C63-L26C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L26C63-L26C76" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L27C40-L27C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L27C40-L27C53" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.SetPathList(System.Security.Permissions.FileIOPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L28C79-L28C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L28C79-L28C80" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.SetPathList(System.Security.Permissions.FileIOPermissionAccess,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L29C85-L29C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L29C85-L29C86" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L30C51-L30C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L30C51-L30C83" }, { "DocsId": "M:System.Security.Permissions.FileIOPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L31C64-L31C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L31C64-L31C92" }, { "DocsId": "P:System.Security.Permissions.FileIOPermission.AllFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L16C50-L16C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L16C50-L16C54" }, { "DocsId": "P:System.Security.Permissions.FileIOPermission.AllLocalFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L17C55-L17C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L17C55-L17C59" } ], "DocsId": "T:System.Security.Permissions.FileIOPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.AllAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.Append", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.NoAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.PathDiscovery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" } ], "DocsId": "T:System.Security.Permissions.FileIOPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.FileIOPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L12C67-L12C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L12C67-L12C83" }, { "DocsId": "M:System.Security.Permissions.FileIOPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L24C58-L24C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L24C58-L24C70" }, { "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L13C30-L13C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L13C30-L13C34" }, { "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L14C31-L14C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L14C31-L14C35" }, { "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.Append", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L15C32-L15C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L15C32-L15C36" }, { "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.PathDiscovery", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L16C39-L16C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L16C39-L16C43" }, { "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.ViewAccessControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L17C43-L17C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L17C43-L17C47" }, { "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.ChangeAccessControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L18C45-L18C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L18C45-L18C49" }, { "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L20C29-L20C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L20C29-L20C33" }, { "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.ViewAndModify", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L21C39-L21C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L21C39-L21C43" }, { "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.AllFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L22C50-L22C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L22C50-L22C54" }, { "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.AllLocalFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L23C55-L23C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L23C55-L23C59" } ], "DocsId": "T:System.Security.Permissions.FileIOPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.GacIdentityPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L11C9-L11C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L11C9-L11C43" }, { "DocsId": "M:System.Security.Permissions.GacIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L12C9-L12C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L12C9-L12C64" }, { "DocsId": "M:System.Security.Permissions.GacIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L13C46-L13C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L13C46-L13C74" }, { "DocsId": "M:System.Security.Permissions.GacIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L14C73-L14C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L14C73-L14C74" }, { "DocsId": "M:System.Security.Permissions.GacIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L15C69-L15C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L15C69-L15C97" }, { "DocsId": "M:System.Security.Permissions.GacIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L16C63-L16C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L16C63-L16C76" }, { "DocsId": "M:System.Security.Permissions.GacIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L17C51-L17C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L17C51-L17C83" }, { "DocsId": "M:System.Security.Permissions.GacIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L18C65-L18C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L18C65-L18C93" } ], "DocsId": "T:System.Security.Permissions.GacIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.GacIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermissionAttribute.cs#L12C72-L12C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermissionAttribute.cs#L12C72-L12C105" }, { "DocsId": "M:System.Security.Permissions.GacIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermissionAttribute.cs#L13C58-L13C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermissionAttribute.cs#L13C58-L13C86" } ], "DocsId": "T:System.Security.Permissions.GacIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.HostProtectionAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L12C44-L12C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L12C44-L12C77" }, { "DocsId": "M:System.Security.Permissions.HostProtectionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L13C65-L13C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L13C65-L13C98" }, { "DocsId": "M:System.Security.Permissions.HostProtectionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L24C58-L24C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L24C58-L24C86" }, { "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.ExternalProcessMgmt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L14C43-L14C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L14C43-L14C47" }, { "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.ExternalThreading", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L15C41-L15C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L15C41-L15C45" }, { "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.MayLeakOnAbort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L16C38-L16C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L16C38-L16C42" }, { "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.Resources", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L17C51-L17C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L17C51-L17C55" }, { "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.SecurityInfrastructure", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L18C46-L18C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L18C46-L18C50" }, { "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.SelfAffectingProcessMgmt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L19C48-L19C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L19C48-L19C52" }, { "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.SelfAffectingThreading", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L20C46-L20C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L20C46-L20C50" }, { "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.SharedState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L21C35-L21C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L21C35-L21C39" }, { "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.Synchronization", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L22C39-L22C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L22C39-L22C43" }, { "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.UI", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L23C26-L23C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L23C26-L23C30" } ], "DocsId": "T:System.Security.Permissions.HostProtectionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.HostProtectionResource.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "DocsId": "F:System.Security.Permissions.HostProtectionResource.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "DocsId": "F:System.Security.Permissions.HostProtectionResource.ExternalProcessMgmt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "DocsId": "F:System.Security.Permissions.HostProtectionResource.ExternalThreading", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "DocsId": "F:System.Security.Permissions.HostProtectionResource.MayLeakOnAbort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "DocsId": "F:System.Security.Permissions.HostProtectionResource.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "DocsId": "F:System.Security.Permissions.HostProtectionResource.SecurityInfrastructure", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "DocsId": "F:System.Security.Permissions.HostProtectionResource.SelfAffectingProcessMgmt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "DocsId": "F:System.Security.Permissions.HostProtectionResource.SelfAffectingThreading", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "DocsId": "F:System.Security.Permissions.HostProtectionResource.SharedState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "DocsId": "F:System.Security.Permissions.HostProtectionResource.Synchronization", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "DocsId": "F:System.Security.Permissions.HostProtectionResource.UI", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" } ], "DocsId": "T:System.Security.Permissions.HostProtectionResource", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.DomainIsolationByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.ApplicationIsolationByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.AssemblyIsolationByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.DomainIsolationByMachine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.AssemblyIsolationByMachine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.ApplicationIsolationByMachine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.DomainIsolationByRoamingUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.AssemblyIsolationByRoamingUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.ApplicationIsolationByRoamingUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.AdministerIsolatedStorageByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.UnrestrictedIsolatedStorage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" } ], "DocsId": "T:System.Security.Permissions.IsolatedStorageContainment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L11C71-L11C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L11C71-L11C86" }, { "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L12C65-L12C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L12C65-L12C77" }, { "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L13C63-L13C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L13C63-L13C76" }, { "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L14C69-L14C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L14C69-L14C81" }, { "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L15C46-L15C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L15C46-L15C58" }, { "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L16C51-L16C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L16C51-L16C63" } ], "DocsId": "T:System.Security.Permissions.IsolatedStorageFilePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermissionAttribute.cs#L14C80-L14C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermissionAttribute.cs#L14C80-L14C96" }, { "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermissionAttribute.cs#L15C58-L15C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermissionAttribute.cs#L15C58-L15C70" } ], "DocsId": "T:System.Security.Permissions.IsolatedStorageFilePermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.IsolatedStoragePermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L11C9-L11C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L11C9-L11C71" }, { "DocsId": "M:System.Security.Permissions.IsolatedStoragePermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L14C40-L14C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L14C40-L14C53" }, { "DocsId": "M:System.Security.Permissions.IsolatedStoragePermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L15C51-L15C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L15C51-L15C83" }, { "DocsId": "M:System.Security.Permissions.IsolatedStoragePermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L16C61-L16C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L16C61-L16C62" }, { "DocsId": "P:System.Security.Permissions.IsolatedStoragePermission.UserQuota", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L12C33-L12C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L12C33-L12C37" }, { "DocsId": "P:System.Security.Permissions.IsolatedStoragePermission.UsageAllowed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L13C58-L13C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L13C58-L13C62" } ], "DocsId": "T:System.Security.Permissions.IsolatedStoragePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.IsolatedStoragePermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs#L11C79-L11C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs#L11C79-L11C95" }, { "DocsId": "P:System.Security.Permissions.IsolatedStoragePermissionAttribute.UserQuota", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs#L12C33-L12C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs#L12C33-L12C37" }, { "DocsId": "P:System.Security.Permissions.IsolatedStoragePermissionAttribute.UsageAllowed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs#L13C58-L13C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs#L13C58-L13C62" } ], "DocsId": "T:System.Security.Permissions.IsolatedStoragePermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.IUnrestrictedPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IUnrestrictedPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IUnrestrictedPermission.cs" } ], "DocsId": "T:System.Security.Permissions.IUnrestrictedPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IUnrestrictedPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IUnrestrictedPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.KeyContainerPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L11C9-L11C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L11C9-L11C65" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermission.#ctor(System.Security.Permissions.KeyContainerPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L12C9-L12C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L12C9-L12C77" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermission.#ctor(System.Security.Permissions.KeyContainerPermissionFlags,System.Security.Permissions.KeyContainerPermissionAccessEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L13C9-L13C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L13C9-L13C125" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L16C40-L16C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L16C40-L16C53" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L17C63-L17C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L17C63-L17C76" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L18C69-L18C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L18C69-L18C81" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L19C65-L19C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L19C65-L19C77" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L20C46-L20C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L20C46-L20C58" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L21C51-L21C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L21C51-L21C63" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L22C73-L22C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L22C73-L22C74" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L14C52-L14C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L14C52-L14C56" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermission.AccessEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L15C76-L15C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L15C76-L15C80" } ], "DocsId": "T:System.Security.Permissions.KeyContainerPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.#ctor(System.String,System.Security.Permissions.KeyContainerPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L13C9-L13C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L13C9-L13C113" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.#ctor(System.Security.Cryptography.CspParameters,System.Security.Permissions.KeyContainerPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L14C9-L14C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L14C9-L14C114" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.#ctor(System.String,System.String,System.Int32,System.String,System.Int32,System.Security.Permissions.KeyContainerPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L15C9-L17C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L15C9-L17C12" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L24C49-L24C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L24C49-L24C62" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L25C45-L25C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L25C45-L25C54" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.KeyStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L18C34-L18C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L18C34-L18C38" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L19C38-L19C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L19C38-L19C42" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.ProviderType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L20C35-L20C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L20C35-L20C39" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.KeyContainerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L21C42-L21C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L21C42-L21C46" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.KeySpec", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L22C30-L22C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L22C30-L22C34" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L23C52-L23C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L23C52-L23C56" } ], "DocsId": "T:System.Security.Permissions.KeyContainerPermissionAccessEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Add(System.Security.Permissions.KeyContainerPermissionAccessEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L15C73-L15C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L15C73-L15C82" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L16C31-L16C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L16C31-L16C32" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.IndexOf(System.Security.Permissions.KeyContainerPermissionAccessEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L17C77-L17C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L17C77-L17C86" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Remove(System.Security.Permissions.KeyContainerPermissionAccessEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L18C77-L18C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L18C77-L18C78" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L19C78-L19C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L19C78-L19C90" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.CopyTo(System.Security.Permissions.KeyContainerPermissionAccessEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L20C84-L20C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L20C84-L20C85" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L21C54-L21C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L21C54-L21C90" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L22C51-L22C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L22C51-L22C87" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L13C74-L13C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L13C74-L13C86" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L14C28-L14C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L14C28-L14C32" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L23C38-L23C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L23C38-L23C42" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L24C34-L24C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L24C34-L24C38" } ], "DocsId": "T:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L14C38-L14C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L14C38-L14C42" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L15C34-L15C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L15C34-L15C47" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L16C31-L16C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L16C31-L16C32" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L13C60-L13C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L13C60-L13C64" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L14C38-L14C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L14C38-L14C42" } ], "DocsId": "T:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L12C73-L12C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L12C73-L12C89" }, { "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L19C58-L19C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L19C58-L19C70" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.KeyStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L13C34-L13C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L13C34-L13C38" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L14C38-L14C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L14C38-L14C42" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.ProviderType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L15C35-L15C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L15C35-L15C39" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.KeyContainerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L16C42-L16C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L16C42-L16C46" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.KeySpec", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L17C30-L17C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L17C30-L17C34" }, { "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L18C52-L18C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L18C52-L18C56" } ], "DocsId": "T:System.Security.Permissions.KeyContainerPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Create", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Import", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Export", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Sign", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Decrypt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.ViewAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.ChangeAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" } ], "DocsId": "T:System.Security.Permissions.KeyContainerPermissionFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.NoAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.SiteOfOriginAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.SafeAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.AllAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" } ], "DocsId": "T:System.Security.Permissions.MediaPermissionAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.NoVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.SiteOfOriginVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.SafeVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.AllVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" } ], "DocsId": "T:System.Security.Permissions.MediaPermissionVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.MediaPermissionImage.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionImage.NoImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionImage.SiteOfOriginImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionImage.SafeImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "DocsId": "F:System.Security.Permissions.MediaPermissionImage.AllImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" } ], "DocsId": "T:System.Security.Permissions.MediaPermissionImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L43C9-L43C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L43C9-L43C37" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L44C9-L44C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L44C9-L44C58" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionAudio)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L45C9-L45C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L45C9-L45C73" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionVideo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L46C9-L46C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L46C9-L46C73" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionImage)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L47C9-L47C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L47C9-L47C73" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionAudio,System.Security.Permissions.MediaPermissionVideo,System.Security.Permissions.MediaPermissionImage)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L48C9-L51C12" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L48C9-L51C12" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L52C40-L52C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L52C40-L52C52" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L53C63-L53C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L53C63-L53C75" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L54C69-L54C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L54C69-L54C98" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L55C65-L55C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L55C65-L55C94" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L56C46-L56C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L56C46-L56C75" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L57C51-L57C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L57C51-L57C83" }, { "DocsId": "M:System.Security.Permissions.MediaPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L58C73-L58C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L58C73-L58C74" }, { "DocsId": "P:System.Security.Permissions.MediaPermission.Audio", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L59C51-L59C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L59C51-L59C88" }, { "DocsId": "P:System.Security.Permissions.MediaPermission.Video", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L60C51-L60C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L60C51-L60C88" }, { "DocsId": "P:System.Security.Permissions.MediaPermission.Image", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L61C51-L61C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L61C51-L61C88" } ], "DocsId": "T:System.Security.Permissions.MediaPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.MediaPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L70C66-L70C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L70C66-L70C82" }, { "DocsId": "M:System.Security.Permissions.MediaPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L71C58-L71C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L71C58-L71C87" }, { "DocsId": "P:System.Security.Permissions.MediaPermissionAttribute.Audio", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L72C51-L72C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L72C51-L72C88" }, { "DocsId": "P:System.Security.Permissions.MediaPermissionAttribute.Video", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L73C51-L73C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L73C51-L73C88" }, { "DocsId": "P:System.Security.Permissions.MediaPermissionAttribute.Image", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L74C51-L74C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L74C51-L74C88" } ], "DocsId": "T:System.Security.Permissions.MediaPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.PermissionSetAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L12C64-L12C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L12C64-L12C97" }, { "DocsId": "M:System.Security.Permissions.PermissionSetAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L18C58-L18C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L18C58-L18C86" }, { "DocsId": "M:System.Security.Permissions.PermissionSetAttribute.CreatePermissionSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L19C54-L19C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L19C54-L19C84" }, { "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.File", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L13C30-L13C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L13C30-L13C34" }, { "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.Hex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L14C29-L14C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L14C29-L14C33" }, { "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L15C30-L15C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L15C30-L15C34" }, { "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.UnicodeEncoded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L16C38-L16C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L16C38-L16C42" }, { "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.XML", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L17C29-L17C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L17C29-L17C33" } ], "DocsId": "T:System.Security.Permissions.PermissionSetAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.PrincipalPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L18C9-L30C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L18C9-L30C81" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L34C9-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L34C9-L37C10" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L39C9-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L39C9-L42C10" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L67C39-L72C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L67C39-L72C25" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L77C13-L115C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L77C13-L115C25" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L120C13-L171C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L120C13-L171C90" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L176C13-L196C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L176C13-L196C58" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L201C13-L208C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L201C13-L208C25" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L213C13-L216C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L213C13-L216C25" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L221C13-L221C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L221C13-L221C54" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.Demand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L226C13-L248C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L226C13-L248C74" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L253C13-L267C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L253C13-L267C25" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L272C13-L298C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L272C13-L298C10" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermission.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L302C13-L302C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L302C13-L302C39" } ], "DocsId": "T:System.Security.Permissions.PrincipalPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.PrincipalPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L15C70-L15C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L15C70-L15C103" }, { "DocsId": "M:System.Security.Permissions.PrincipalPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L19C58-L19C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L19C58-L19C86" }, { "DocsId": "P:System.Security.Permissions.PrincipalPermissionAttribute.Authenticated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L16C37-L16C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L16C37-L16C41" }, { "DocsId": "P:System.Security.Permissions.PrincipalPermissionAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L17C30-L17C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L17C30-L17C34" }, { "DocsId": "P:System.Security.Permissions.PrincipalPermissionAttribute.Role", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L18C30-L18C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L18C30-L18C34" } ], "DocsId": "T:System.Security.Permissions.PrincipalPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L13C9-L13C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L13C9-L13C76" }, { "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L14C9-L14C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L14C9-L14C70" }, { "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L16C46-L16C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L16C46-L16C58" }, { "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L17C61-L17C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L17C61-L17C62" }, { "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L18C69-L18C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L18C69-L18C97" }, { "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L19C63-L19C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L19C63-L19C76" }, { "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L20C51-L20C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L20C51-L20C83" }, { "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L21C65-L21C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L21C65-L21C93" }, { "DocsId": "P:System.Security.Permissions.PublisherIdentityPermission.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L15C46-L15C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L15C46-L15C50" } ], "DocsId": "T:System.Security.Permissions.PublisherIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.PublisherIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L12C78-L12C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L12C78-L12C111" }, { "DocsId": "M:System.Security.Permissions.PublisherIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L16C58-L16C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L16C58-L16C86" }, { "DocsId": "P:System.Security.Permissions.PublisherIdentityPermissionAttribute.CertFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L13C34-L13C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L13C34-L13C38" }, { "DocsId": "P:System.Security.Permissions.PublisherIdentityPermissionAttribute.SignedFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L14C36-L14C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L14C36-L14C40" }, { "DocsId": "P:System.Security.Permissions.PublisherIdentityPermissionAttribute.X509Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L15C41-L15C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L15C41-L15C45" } ], "DocsId": "T:System.Security.Permissions.PublisherIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.ReflectionPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L11C9-L11C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L11C9-L11C63" }, { "DocsId": "M:System.Security.Permissions.ReflectionPermission.#ctor(System.Security.Permissions.ReflectionPermissionFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L12C9-L12C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L12C9-L12C71" }, { "DocsId": "M:System.Security.Permissions.ReflectionPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L14C46-L14C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L14C46-L14C58" }, { "DocsId": "M:System.Security.Permissions.ReflectionPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L15C61-L15C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L15C61-L15C62" }, { "DocsId": "M:System.Security.Permissions.ReflectionPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L16C69-L16C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L16C69-L16C97" }, { "DocsId": "M:System.Security.Permissions.ReflectionPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L17C63-L17C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L17C63-L17C76" }, { "DocsId": "M:System.Security.Permissions.ReflectionPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L18C40-L18C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L18C40-L18C53" }, { "DocsId": "M:System.Security.Permissions.ReflectionPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L19C51-L19C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L19C51-L19C83" }, { "DocsId": "M:System.Security.Permissions.ReflectionPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L20C64-L20C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L20C64-L20C92" }, { "DocsId": "P:System.Security.Permissions.ReflectionPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L13C49-L13C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L13C49-L13C53" } ], "DocsId": "T:System.Security.Permissions.ReflectionPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.ReflectionPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L12C71-L12C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L12C71-L12C104" }, { "DocsId": "M:System.Security.Permissions.ReflectionPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L20C58-L20C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L20C58-L20C86" }, { "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L13C49-L13C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L13C49-L13C53" }, { "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.MemberAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L14C36-L14C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L14C36-L14C40" }, { "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.ReflectionEmit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L16C38-L16C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L16C38-L16C42" }, { "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.RestrictedMemberAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L17C46-L17C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L17C46-L17C50" }, { "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.TypeInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L19C39-L19C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L19C39-L19C43" } ], "DocsId": "T:System.Security.Permissions.ReflectionPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" }, { "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" }, { "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.MemberAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" }, { "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" }, { "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.ReflectionEmit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" }, { "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.RestrictedMemberAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" }, { "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.TypeInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" } ], "DocsId": "T:System.Security.Permissions.ReflectionPermissionFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.RegistryPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L13C9-L13C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L13C9-L13C61" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.#ctor(System.Security.Permissions.RegistryPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L14C9-L14C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L14C9-L14C118" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.#ctor(System.Security.Permissions.RegistryPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L15C9-L15C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L15C9-L15C88" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.AddPathList(System.Security.Permissions.RegistryPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L16C85-L16C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L16C85-L16C86" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.AddPathList(System.Security.Permissions.RegistryPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L17C115-L17C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L17C115-L17C116" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L18C46-L18C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L18C46-L18C74" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L19C62-L19C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L19C62-L19C63" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.GetPathList(System.Security.Permissions.RegistryPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L20C70-L20C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L20C70-L20C82" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L21C69-L21C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L21C69-L21C97" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L22C63-L22C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L22C63-L22C76" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L23C40-L23C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L23C40-L23C53" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.SetPathList(System.Security.Permissions.RegistryPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L24C85-L24C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L24C85-L24C86" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L25C51-L25C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L25C51-L25C83" }, { "DocsId": "M:System.Security.Permissions.RegistryPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L26C64-L26C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L26C64-L26C92" } ], "DocsId": "T:System.Security.Permissions.RegistryPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.AllAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.Create", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.NoAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" }, { "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" } ], "DocsId": "T:System.Security.Permissions.RegistryPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.RegistryPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L12C69-L12C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L12C69-L12C102" }, { "DocsId": "M:System.Security.Permissions.RegistryPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L21C58-L21C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L21C58-L21C86" }, { "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L14C29-L14C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L14C29-L14C33" }, { "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.ChangeAccessControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L15C45-L15C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L15C45-L15C49" }, { "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.Create", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L16C32-L16C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L16C32-L16C36" }, { "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L17C30-L17C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L17C30-L17C34" }, { "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.ViewAccessControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L18C43-L18C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L18C43-L18C47" }, { "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.ViewAndModify", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L19C39-L19C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L19C39-L19C43" }, { "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L20C31-L20C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L20C31-L20C35" } ], "DocsId": "T:System.Security.Permissions.RegistryPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L15C9-L15C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L15C9-L15C47" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L16C9-L16C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L16C9-L16C68" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.AddPermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L22C81-L22C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L22C81-L22C82" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L23C34-L23C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L23C34-L23C35" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L24C46-L24C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L24C46-L24C58" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.GetPermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L25C74-L25C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L25C74-L25C86" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L26C73-L26C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L26C73-L26C74" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L27C69-L27C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L27C69-L27C81" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L28C63-L28C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L28C63-L28C76" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L29C40-L29C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L29C40-L29C53" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.RemovePermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L30C84-L30C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L30C84-L30C85" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L31C51-L31C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L31C51-L31C63" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L32C65-L32C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L32C65-L32C77" }, { "DocsId": "F:System.Security.Permissions.ResourcePermissionBase.Any", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs" }, { "DocsId": "F:System.Security.Permissions.ResourcePermissionBase.Local", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs" }, { "DocsId": "P:System.Security.Permissions.ResourcePermissionBase.PermissionAccessType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L20C47-L20C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L20C47-L20C51" }, { "DocsId": "P:System.Security.Permissions.ResourcePermissionBase.TagNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L21C39-L21C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L21C39-L21C43" } ], "DocsId": "T:System.Security.Permissions.ResourcePermissionBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.ResourcePermissionBaseEntry.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L11C9-L11C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L11C9-L11C49" }, { "DocsId": "M:System.Security.Permissions.ResourcePermissionBaseEntry.#ctor(System.Int32,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L12C9-L12C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L12C9-L12C100" }, { "DocsId": "P:System.Security.Permissions.ResourcePermissionBaseEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L13C39-L13C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L13C39-L13C43" }, { "DocsId": "P:System.Security.Permissions.ResourcePermissionBaseEntry.PermissionAccessPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L14C48-L14C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L14C48-L14C52" } ], "DocsId": "T:System.Security.Permissions.ResourcePermissionBaseEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.SecurityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L11C9-L11C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L11C9-L11C61" }, { "DocsId": "M:System.Security.Permissions.SecurityPermission.#ctor(System.Security.Permissions.SecurityPermissionFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L12C9-L12C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L12C9-L12C67" }, { "DocsId": "M:System.Security.Permissions.SecurityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L14C46-L14C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L14C46-L14C58" }, { "DocsId": "M:System.Security.Permissions.SecurityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L15C61-L15C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L15C61-L15C62" }, { "DocsId": "M:System.Security.Permissions.SecurityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L16C69-L16C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L16C69-L16C97" }, { "DocsId": "M:System.Security.Permissions.SecurityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L17C63-L17C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L17C63-L17C76" }, { "DocsId": "M:System.Security.Permissions.SecurityPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L18C40-L18C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L18C40-L18C53" }, { "DocsId": "M:System.Security.Permissions.SecurityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L19C51-L19C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L19C51-L19C83" }, { "DocsId": "M:System.Security.Permissions.SecurityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L20C65-L20C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L20C65-L20C93" }, { "DocsId": "P:System.Security.Permissions.SecurityPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L13C47-L13C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L13C47-L13C51" } ], "DocsId": "T:System.Security.Permissions.SecurityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L11C9-L11C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L11C9-L11C65" }, { "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L12C9-L12C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L12C9-L12C55" }, { "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L14C46-L14C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L14C46-L14C74" }, { "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L15C61-L15C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L15C61-L15C62" }, { "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L16C69-L16C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L16C69-L16C97" }, { "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L17C63-L17C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L17C63-L17C76" }, { "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L18C51-L18C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L18C51-L18C83" }, { "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L19C65-L19C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L19C65-L19C93" }, { "DocsId": "P:System.Security.Permissions.SiteIdentityPermission.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L13C30-L13C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L13C30-L13C34" } ], "DocsId": "T:System.Security.Permissions.SiteIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.SiteIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs#L12C73-L12C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs#L12C73-L12C106" }, { "DocsId": "M:System.Security.Permissions.SiteIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs#L14C58-L14C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs#L14C58-L14C86" }, { "DocsId": "P:System.Security.Permissions.SiteIdentityPermissionAttribute.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs#L13C30-L13C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs#L13C30-L13C34" } ], "DocsId": "T:System.Security.Permissions.SiteIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.StorePermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L11C9-L11C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L11C9-L11C58" }, { "DocsId": "M:System.Security.Permissions.StorePermission.#ctor(System.Security.Permissions.StorePermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L12C9-L12C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L12C9-L12C62" }, { "DocsId": "M:System.Security.Permissions.StorePermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L14C40-L14C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L14C40-L14C53" }, { "DocsId": "M:System.Security.Permissions.StorePermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L15C65-L15C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L15C65-L15C77" }, { "DocsId": "M:System.Security.Permissions.StorePermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L16C63-L16C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L16C63-L16C76" }, { "DocsId": "M:System.Security.Permissions.StorePermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L17C69-L17C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L17C69-L17C81" }, { "DocsId": "M:System.Security.Permissions.StorePermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L18C46-L18C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L18C46-L18C58" }, { "DocsId": "M:System.Security.Permissions.StorePermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L19C51-L19C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L19C51-L19C63" }, { "DocsId": "M:System.Security.Permissions.StorePermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L20C73-L20C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L20C73-L20C74" }, { "DocsId": "P:System.Security.Permissions.StorePermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L13C45-L13C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L13C45-L13C49" } ], "DocsId": "T:System.Security.Permissions.StorePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.StorePermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L12C66-L12C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L12C66-L12C82" }, { "DocsId": "M:System.Security.Permissions.StorePermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L21C58-L21C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L21C58-L21C70" }, { "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L13C45-L13C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L13C45-L13C49" }, { "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.CreateStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L14C35-L14C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L14C35-L14C39" }, { "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.DeleteStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L15C35-L15C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L15C35-L15C39" }, { "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.EnumerateStores", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L16C39-L16C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L16C39-L16C43" }, { "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.OpenStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L17C33-L17C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L17C33-L17C37" }, { "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.AddToStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L18C34-L18C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L18C34-L18C38" }, { "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.RemoveFromStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L19C39-L19C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L19C39-L19C43" }, { "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.EnumerateCertificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L20C45-L20C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L20C45-L20C49" } ], "DocsId": "T:System.Security.Permissions.StorePermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.StorePermissionFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.StorePermissionFlags.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.StorePermissionFlags.CreateStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.StorePermissionFlags.DeleteStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.StorePermissionFlags.EnumerateStores", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.StorePermissionFlags.OpenStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.StorePermissionFlags.AddToStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.StorePermissionFlags.RemoveFromStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.StorePermissionFlags.EnumerateCertificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.StorePermissionFlags.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" } ], "DocsId": "T:System.Security.Permissions.StorePermissionFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L11C9-L11C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L11C9-L11C71" }, { "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.#ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L12C9-L12C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L12C9-L12C108" }, { "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L16C46-L16C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L16C46-L16C58" }, { "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L17C59-L17C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L17C59-L17C60" }, { "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L18C69-L18C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L18C69-L18C97" }, { "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L19C63-L19C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L19C63-L19C76" }, { "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L20C51-L20C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L20C51-L20C83" }, { "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L21C65-L21C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L21C65-L21C93" }, { "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermission.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L13C30-L13C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L13C30-L13C34" }, { "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermission.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L14C52-L14C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L14C52-L14C56" }, { "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermission.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L15C34-L15C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L15C34-L15C38" } ], "DocsId": "T:System.Security.Permissions.StrongNameIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L12C79-L12C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L12C79-L12C112" }, { "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L16C58-L16C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L16C58-L16C86" }, { "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermissionAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L13C30-L13C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L13C30-L13C34" }, { "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermissionAttribute.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L14C35-L14C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L14C35-L14C39" }, { "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermissionAttribute.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L15C33-L15C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L15C33-L15C37" } ], "DocsId": "T:System.Security.Permissions.StrongNameIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.StrongNamePublicKeyBlob.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L11C9-L11C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L11C9-L11C61" }, { "DocsId": "M:System.Security.Permissions.StrongNamePublicKeyBlob.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L12C50-L12C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L12C50-L12C64" }, { "DocsId": "M:System.Security.Permissions.StrongNamePublicKeyBlob.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L13C46-L13C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L13C46-L13C64" }, { "DocsId": "M:System.Security.Permissions.StrongNamePublicKeyBlob.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L14C46-L14C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L14C46-L14C61" } ], "DocsId": "T:System.Security.Permissions.StrongNamePublicKeyBlob", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L11C9-L11C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L11C9-L11C67" }, { "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.#ctor(System.Security.Permissions.TypeDescriptorPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L12C9-L12C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L12C9-L12C80" }, { "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L14C46-L14C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L14C46-L14C58" }, { "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L15C73-L15C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L15C73-L15C74" }, { "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L16C69-L16C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L16C69-L16C97" }, { "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L17C63-L17C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L17C63-L17C76" }, { "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L18C40-L18C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L18C40-L18C53" }, { "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L19C51-L19C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L19C51-L19C83" }, { "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L20C65-L20C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L20C65-L20C93" }, { "DocsId": "P:System.Security.Permissions.TypeDescriptorPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L13C54-L13C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L13C54-L13C58" } ], "DocsId": "T:System.Security.Permissions.TypeDescriptorPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.TypeDescriptorPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L12C75-L12C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L12C75-L12C91" }, { "DocsId": "M:System.Security.Permissions.TypeDescriptorPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L15C58-L15C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L15C58-L15C70" }, { "DocsId": "P:System.Security.Permissions.TypeDescriptorPermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L13C54-L13C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L13C54-L13C58" }, { "DocsId": "P:System.Security.Permissions.TypeDescriptorPermissionAttribute.RestrictedRegistrationAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L14C52-L14C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L14C52-L14C56" } ], "DocsId": "T:System.Security.Permissions.TypeDescriptorPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.TypeDescriptorPermissionFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.TypeDescriptorPermissionFlags.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" }, { "DocsId": "F:System.Security.Permissions.TypeDescriptorPermissionFlags.RestrictedRegistrationAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" } ], "DocsId": "T:System.Security.Permissions.TypeDescriptorPermissionFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.UIPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L11C9-L11C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L11C9-L11C55" }, { "DocsId": "M:System.Security.Permissions.UIPermission.#ctor(System.Security.Permissions.UIPermissionClipboard)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L12C9-L12C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L12C9-L12C69" }, { "DocsId": "M:System.Security.Permissions.UIPermission.#ctor(System.Security.Permissions.UIPermissionWindow)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L13C9-L13C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L13C9-L13C63" }, { "DocsId": "M:System.Security.Permissions.UIPermission.#ctor(System.Security.Permissions.UIPermissionWindow,System.Security.Permissions.UIPermissionClipboard)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L14C9-L14C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L14C9-L14C100" }, { "DocsId": "M:System.Security.Permissions.UIPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L17C46-L17C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L17C46-L17C58" }, { "DocsId": "M:System.Security.Permissions.UIPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L18C61-L18C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L18C61-L18C62" }, { "DocsId": "M:System.Security.Permissions.UIPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L19C69-L19C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L19C69-L19C97" }, { "DocsId": "M:System.Security.Permissions.UIPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L20C63-L20C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L20C63-L20C76" }, { "DocsId": "M:System.Security.Permissions.UIPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L21C40-L21C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L21C40-L21C53" }, { "DocsId": "M:System.Security.Permissions.UIPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L22C51-L22C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L22C51-L22C83" }, { "DocsId": "M:System.Security.Permissions.UIPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L23C65-L23C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L23C65-L23C93" }, { "DocsId": "P:System.Security.Permissions.UIPermission.Clipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L15C50-L15C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L15C50-L15C54" }, { "DocsId": "P:System.Security.Permissions.UIPermission.Window", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L16C44-L16C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L16C44-L16C48" } ], "DocsId": "T:System.Security.Permissions.UIPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.UIPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L12C63-L12C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L12C63-L12C96" }, { "DocsId": "M:System.Security.Permissions.UIPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L15C58-L15C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L15C58-L15C86" }, { "DocsId": "P:System.Security.Permissions.UIPermissionAttribute.Clipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L13C50-L13C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L13C50-L13C54" }, { "DocsId": "P:System.Security.Permissions.UIPermissionAttribute.Window", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L14C44-L14C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L14C44-L14C48" } ], "DocsId": "T:System.Security.Permissions.UIPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.UIPermissionClipboard.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" }, { "DocsId": "F:System.Security.Permissions.UIPermissionClipboard.AllClipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" }, { "DocsId": "F:System.Security.Permissions.UIPermissionClipboard.NoClipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" }, { "DocsId": "F:System.Security.Permissions.UIPermissionClipboard.OwnClipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" } ], "DocsId": "T:System.Security.Permissions.UIPermissionClipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.UIPermissionWindow.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" }, { "DocsId": "F:System.Security.Permissions.UIPermissionWindow.AllWindows", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" }, { "DocsId": "F:System.Security.Permissions.UIPermissionWindow.NoWindows", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" }, { "DocsId": "F:System.Security.Permissions.UIPermissionWindow.SafeSubWindows", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" }, { "DocsId": "F:System.Security.Permissions.UIPermissionWindow.SafeTopLevelWindows", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" } ], "DocsId": "T:System.Security.Permissions.UIPermissionWindow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L11C9-L11C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L11C9-L11C64" }, { "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L12C9-L12C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L12C9-L12C54" }, { "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L14C46-L14C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L14C46-L14C74" }, { "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L15C61-L15C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L15C61-L15C62" }, { "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L16C69-L16C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L16C69-L16C97" }, { "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L17C63-L17C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L17C63-L17C76" }, { "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L18C51-L18C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L18C51-L18C83" }, { "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L19C65-L19C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L19C65-L19C93" }, { "DocsId": "P:System.Security.Permissions.UrlIdentityPermission.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L13C29-L13C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L13C29-L13C33" } ], "DocsId": "T:System.Security.Permissions.UrlIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.UrlIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs#L12C72-L12C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs#L12C72-L12C105" }, { "DocsId": "M:System.Security.Permissions.UrlIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs#L14C58-L14C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs#L14C58-L14C86" }, { "DocsId": "P:System.Security.Permissions.UrlIdentityPermissionAttribute.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs#L13C29-L13C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs#L13C29-L13C33" } ], "DocsId": "T:System.Security.Permissions.UrlIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Security.Permissions.WebBrowserPermissionLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" }, { "DocsId": "F:System.Security.Permissions.WebBrowserPermissionLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" }, { "DocsId": "F:System.Security.Permissions.WebBrowserPermissionLevel.Safe", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" }, { "DocsId": "F:System.Security.Permissions.WebBrowserPermissionLevel.Unrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" } ], "DocsId": "T:System.Security.Permissions.WebBrowserPermissionLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.WebBrowserPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L20C9-L20C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L20C9-L20C42" }, { "DocsId": "M:System.Security.Permissions.WebBrowserPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L21C9-L21C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L21C9-L21C63" }, { "DocsId": "M:System.Security.Permissions.WebBrowserPermission.#ctor(System.Security.Permissions.WebBrowserPermissionLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L22C9-L22C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L22C9-L22C93" }, { "DocsId": "M:System.Security.Permissions.WebBrowserPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L23C40-L23C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L23C40-L23C52" }, { "DocsId": "M:System.Security.Permissions.WebBrowserPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L24C63-L24C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L24C63-L24C75" }, { "DocsId": "M:System.Security.Permissions.WebBrowserPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L25C69-L25C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L25C69-L25C103" }, { "DocsId": "M:System.Security.Permissions.WebBrowserPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L26C65-L26C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L26C65-L26C99" }, { "DocsId": "M:System.Security.Permissions.WebBrowserPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L27C46-L27C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L27C46-L27C80" }, { "DocsId": "M:System.Security.Permissions.WebBrowserPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L28C51-L28C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L28C51-L28C83" }, { "DocsId": "M:System.Security.Permissions.WebBrowserPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L29C73-L29C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L29C73-L29C74" }, { "DocsId": "P:System.Security.Permissions.WebBrowserPermission.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L30C56-L30C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L30C56-L30C102" } ], "DocsId": "T:System.Security.Permissions.WebBrowserPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.WebBrowserPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L39C71-L39C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L39C71-L39C87" }, { "DocsId": "M:System.Security.Permissions.WebBrowserPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L40C58-L40C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L40C58-L40C92" }, { "DocsId": "P:System.Security.Permissions.WebBrowserPermissionAttribute.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L41C56-L41C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L41C56-L41C102" } ], "DocsId": "T:System.Security.Permissions.WebBrowserPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L11C9-L11C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L11C9-L11C65" }, { "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.#ctor(System.Security.SecurityZone)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L12C9-L12C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L12C9-L12C61" }, { "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L14C46-L14C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L14C46-L14C58" }, { "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L15C61-L15C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L15C61-L15C62" }, { "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L16C69-L16C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L16C69-L16C97" }, { "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L17C63-L17C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L17C63-L17C76" }, { "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L18C51-L18C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L18C51-L18C83" }, { "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L19C65-L19C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L19C65-L19C93" }, { "DocsId": "P:System.Security.Permissions.ZoneIdentityPermission.SecurityZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L13C44-L13C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L13C44-L13C48" } ], "DocsId": "T:System.Security.Permissions.ZoneIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs" }, { "Members": [ { "DocsId": "M:System.Security.Permissions.ZoneIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs#L12C73-L12C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs#L12C73-L12C106" }, { "DocsId": "M:System.Security.Permissions.ZoneIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs#L14C58-L14C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs#L14C58-L14C86" }, { "DocsId": "P:System.Security.Permissions.ZoneIdentityPermissionAttribute.Zone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs#L13C36-L13C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs#L13C36-L13C40" } ], "DocsId": "T:System.Security.Permissions.ZoneIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Net.DnsPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L14C9-L14C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L14C9-L14C56" }, { "DocsId": "M:System.Net.DnsPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L15C46-L15C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L15C46-L15C58" }, { "DocsId": "M:System.Net.DnsPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L16C73-L16C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L16C73-L16C74" }, { "DocsId": "M:System.Net.DnsPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L17C69-L17C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L17C69-L17C81" }, { "DocsId": "M:System.Net.DnsPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L18C64-L18C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L18C64-L18C69" }, { "DocsId": "M:System.Net.DnsPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L19C41-L19C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L19C41-L19C46" }, { "DocsId": "M:System.Net.DnsPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L20C51-L20C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L20C51-L20C63" }, { "DocsId": "M:System.Net.DnsPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L21C65-L21C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L21C65-L21C77" } ], "DocsId": "T:System.Net.DnsPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs" }, { "Members": [ { "DocsId": "M:System.Net.DnsPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermissionAttribute.cs#L16C64-L16C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermissionAttribute.cs#L16C64-L16C80" }, { "DocsId": "M:System.Net.DnsPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermissionAttribute.cs#L17C58-L17C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermissionAttribute.cs#L17C58-L17C70" } ], "DocsId": "T:System.Net.DnsPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/DnsPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/DnsPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Net.EndpointPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L12C51-L12C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L12C51-L12C64" }, { "DocsId": "M:System.Net.EndpointPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L13C45-L13C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L13C45-L13C54" }, { "DocsId": "P:System.Net.EndpointPermission.Hostname", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L9C40-L9C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L9C40-L9C52" }, { "DocsId": "P:System.Net.EndpointPermission.Port", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L10C33-L10C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L10C33-L10C42" }, { "DocsId": "P:System.Net.EndpointPermission.Transport", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L11C42-L11C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L11C42-L11C46" } ], "DocsId": "T:System.Net.EndpointPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs" }, { "Members": [ { "DocsId": "F:System.Net.NetworkAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" }, { "DocsId": "F:System.Net.NetworkAccess.Accept", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" }, { "DocsId": "F:System.Net.NetworkAccess.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" } ], "DocsId": "T:System.Net.NetworkAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" }, { "Members": [ { "DocsId": "M:System.Net.SocketPermission.#ctor(System.Net.NetworkAccess,System.Net.TransportType,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L15C9-L15C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L15C9-L15C116" }, { "DocsId": "M:System.Net.SocketPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L16C9-L16C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L16C9-L16C59" }, { "DocsId": "M:System.Net.SocketPermission.AddPermission(System.Net.NetworkAccess,System.Net.TransportType,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L19C117-L19C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L19C117-L19C118" }, { "DocsId": "M:System.Net.SocketPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L20C46-L20C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L20C46-L20C58" }, { "DocsId": "M:System.Net.SocketPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L21C73-L21C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L21C73-L21C74" }, { "DocsId": "M:System.Net.SocketPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L22C69-L22C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L22C69-L22C81" }, { "DocsId": "M:System.Net.SocketPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L23C64-L23C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L23C64-L23C69" }, { "DocsId": "M:System.Net.SocketPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L24C41-L24C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L24C41-L24C46" }, { "DocsId": "M:System.Net.SocketPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L25C51-L25C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L25C51-L25C63" }, { "DocsId": "M:System.Net.SocketPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L26C65-L26C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L26C65-L26C77" }, { "DocsId": "F:System.Net.SocketPermission.AllPorts", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs" }, { "DocsId": "P:System.Net.SocketPermission.AcceptList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L17C66-L17C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L17C66-L17C78" }, { "DocsId": "P:System.Net.SocketPermission.ConnectList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L18C67-L18C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L18C67-L18C79" } ], "DocsId": "T:System.Net.SocketPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs" }, { "Members": [ { "DocsId": "M:System.Net.SocketPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L16C67-L16C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L16C67-L16C83" }, { "DocsId": "M:System.Net.SocketPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L21C58-L21C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L21C58-L21C70" }, { "DocsId": "P:System.Net.SocketPermissionAttribute.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L17C38-L17C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L17C38-L17C50" }, { "DocsId": "P:System.Net.SocketPermissionAttribute.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L18C36-L18C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L18C36-L18C48" }, { "DocsId": "P:System.Net.SocketPermissionAttribute.Port", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L19C36-L19C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L19C36-L19C48" }, { "DocsId": "P:System.Net.SocketPermissionAttribute.Transport", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L20C41-L20C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L20C41-L20C53" } ], "DocsId": "T:System.Net.SocketPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Net.TransportType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" }, { "DocsId": "F:System.Net.TransportType.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" }, { "DocsId": "F:System.Net.TransportType.Connectionless", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" }, { "DocsId": "F:System.Net.TransportType.ConnectionOriented", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" }, { "DocsId": "F:System.Net.TransportType.Tcp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" }, { "DocsId": "F:System.Net.TransportType.Udp", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" } ], "DocsId": "T:System.Net.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" }, { "Members": [ { "DocsId": "M:System.Net.WebPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L16C9-L16C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L16C9-L16C35" }, { "DocsId": "M:System.Net.WebPermission.#ctor(System.Net.NetworkAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L17C9-L17C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L17C9-L17C73" }, { "DocsId": "M:System.Net.WebPermission.#ctor(System.Net.NetworkAccess,System.Text.RegularExpressions.Regex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L18C9-L18C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L18C9-L18C71" }, { "DocsId": "M:System.Net.WebPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L19C9-L19C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L19C9-L19C56" }, { "DocsId": "M:System.Net.WebPermission.AddPermission(System.Net.NetworkAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L22C77-L22C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L22C77-L22C78" }, { "DocsId": "M:System.Net.WebPermission.AddPermission(System.Net.NetworkAccess,System.Text.RegularExpressions.Regex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L23C75-L23C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L23C75-L23C76" }, { "DocsId": "M:System.Net.WebPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L24C46-L24C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L24C46-L24C58" }, { "DocsId": "M:System.Net.WebPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L25C73-L25C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L25C73-L25C74" }, { "DocsId": "M:System.Net.WebPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L26C69-L26C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L26C69-L26C81" }, { "DocsId": "M:System.Net.WebPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L27C64-L27C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L27C64-L27C69" }, { "DocsId": "M:System.Net.WebPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L28C41-L28C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L28C41-L28C46" }, { "DocsId": "M:System.Net.WebPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L29C51-L29C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L29C51-L29C63" }, { "DocsId": "M:System.Net.WebPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L30C65-L30C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L30C65-L30C77" }, { "DocsId": "P:System.Net.WebPermission.AcceptList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L20C47-L20C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L20C47-L20C59" }, { "DocsId": "P:System.Net.WebPermission.ConnectList", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L21C48-L21C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L21C48-L21C60" } ], "DocsId": "T:System.Net.WebPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs" }, { "Members": [ { "DocsId": "M:System.Net.WebPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L16C64-L16C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L16C64-L16C80" }, { "DocsId": "M:System.Net.WebPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L21C58-L21C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L21C58-L21C70" }, { "DocsId": "P:System.Net.WebPermissionAttribute.Accept", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L17C38-L17C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L17C38-L17C50" }, { "DocsId": "P:System.Net.WebPermissionAttribute.AcceptPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L18C45-L18C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L18C45-L18C57" }, { "DocsId": "P:System.Net.WebPermissionAttribute.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L19C39-L19C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L19C39-L19C51" }, { "DocsId": "P:System.Net.WebPermissionAttribute.ConnectPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L20C46-L20C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L20C46-L20C58" } ], "DocsId": "T:System.Net.WebPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L14C9-L14C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L14C9-L14C57" }, { "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L15C46-L15C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L15C46-L15C58" }, { "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L16C59-L16C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L16C59-L16C60" }, { "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L17C69-L17C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L17C69-L17C81" }, { "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L18C64-L18C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L18C64-L18C69" }, { "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L19C41-L19C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L19C41-L19C46" }, { "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L20C51-L20C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L20C51-L20C63" }, { "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L21C65-L21C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L21C65-L21C77" } ], "DocsId": "T:System.Net.PeerToPeer.PnrpPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs" }, { "Members": [ { "DocsId": "M:System.Net.PeerToPeer.PnrpPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermissionAttribute.cs#L16C65-L16C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermissionAttribute.cs#L16C65-L16C81" }, { "DocsId": "M:System.Net.PeerToPeer.PnrpPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermissionAttribute.cs#L17C58-L17C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermissionAttribute.cs#L17C58-L17C70" } ], "DocsId": "T:System.Net.PeerToPeer.PnrpPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Net.PeerToPeer.PnrpScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" }, { "DocsId": "F:System.Net.PeerToPeer.PnrpScope.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" }, { "DocsId": "F:System.Net.PeerToPeer.PnrpScope.Global", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" }, { "DocsId": "F:System.Net.PeerToPeer.PnrpScope.LinkLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" }, { "DocsId": "F:System.Net.PeerToPeer.PnrpScope.SiteLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" } ], "DocsId": "T:System.Net.PeerToPeer.PnrpScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" }, { "Members": [ { "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L14C9-L14C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L14C9-L14C70" }, { "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L15C46-L15C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L15C46-L15C58" }, { "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L16C59-L16C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L16C59-L16C60" }, { "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L17C69-L17C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L17C69-L17C81" }, { "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L18C64-L18C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L18C64-L18C69" }, { "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L19C41-L19C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L19C41-L19C46" }, { "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L20C51-L20C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L20C51-L20C63" }, { "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L21C65-L21C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L21C65-L21C77" } ], "DocsId": "T:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs" }, { "Members": [ { "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermissionAttribute.cs#L16C78-L16C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermissionAttribute.cs#L16C78-L16C94" }, { "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermissionAttribute.cs#L17C58-L17C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermissionAttribute.cs#L17C58-L17C70" } ], "DocsId": "T:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Net.NetworkInformation.NetworkInformationAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" }, { "DocsId": "F:System.Net.NetworkInformation.NetworkInformationAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" }, { "DocsId": "F:System.Net.NetworkInformation.NetworkInformationAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" }, { "DocsId": "F:System.Net.NetworkInformation.NetworkInformationAccess.Ping", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" } ], "DocsId": "T:System.Net.NetworkInformation.NetworkInformationAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" }, { "Members": [ { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L14C9-L14C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L14C9-L14C71" }, { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.#ctor(System.Net.NetworkInformation.NetworkInformationAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L15C9-L15C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L15C9-L15C81" }, { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.AddPermission(System.Net.NetworkInformation.NetworkInformationAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L17C70-L17C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L17C70-L17C71" }, { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L18C41-L18C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L18C41-L18C45" }, { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L19C47-L19C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L19C47-L19C51" }, { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L20C66-L20C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L20C66-L20C70" }, { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L21C70-L21C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L21C70-L21C74" }, { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L22C64-L22C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L22C64-L22C69" }, { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L23C73-L23C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L23C73-L23C74" }, { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L24C52-L24C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L24C52-L24C56" }, { "DocsId": "P:System.Net.NetworkInformation.NetworkInformationPermission.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L16C50-L16C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L16C50-L16C54" } ], "DocsId": "T:System.Net.NetworkInformation.NetworkInformationPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs" }, { "Members": [ { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs#L15C79-L15C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs#L15C79-L15C95" }, { "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs#L17C59-L17C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs#L17C59-L17C63" }, { "DocsId": "P:System.Net.NetworkInformation.NetworkInformationPermissionAttribute.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs#L16C32-L16C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs#L16C32-L16C36" } ], "DocsId": "T:System.Net.NetworkInformation.NetworkInformationPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Net.Mail.SmtpAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" }, { "DocsId": "F:System.Net.Mail.SmtpAccess.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" }, { "DocsId": "F:System.Net.Mail.SmtpAccess.ConnectToUnrestrictedPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" }, { "DocsId": "F:System.Net.Mail.SmtpAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" } ], "DocsId": "T:System.Net.Mail.SmtpAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" }, { "Members": [ { "DocsId": "M:System.Net.Mail.SmtpPermission.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L14C9-L14C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L14C9-L14C53" }, { "DocsId": "M:System.Net.Mail.SmtpPermission.#ctor(System.Net.Mail.SmtpAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L15C9-L15C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L15C9-L15C53" }, { "DocsId": "M:System.Net.Mail.SmtpPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L16C9-L16C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L16C9-L16C57" }, { "DocsId": "M:System.Net.Mail.SmtpPermission.AddPermission(System.Net.Mail.SmtpAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L18C56-L18C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L18C56-L18C57" }, { "DocsId": "M:System.Net.Mail.SmtpPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L19C46-L19C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L19C46-L19C58" }, { "DocsId": "M:System.Net.Mail.SmtpPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L20C73-L20C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L20C73-L20C74" }, { "DocsId": "M:System.Net.Mail.SmtpPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L21C69-L21C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L21C69-L21C81" }, { "DocsId": "M:System.Net.Mail.SmtpPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L22C64-L22C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L22C64-L22C69" }, { "DocsId": "M:System.Net.Mail.SmtpPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L23C41-L23C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L23C41-L23C46" }, { "DocsId": "M:System.Net.Mail.SmtpPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L24C51-L24C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L24C51-L24C63" }, { "DocsId": "M:System.Net.Mail.SmtpPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L25C65-L25C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L25C65-L25C77" }, { "DocsId": "P:System.Net.Mail.SmtpPermission.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L17C36-L17C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L17C36-L17C40" } ], "DocsId": "T:System.Net.Mail.SmtpPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs" }, { "Members": [ { "DocsId": "M:System.Net.Mail.SmtpPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs#L16C65-L16C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs#L16C65-L16C81" }, { "DocsId": "M:System.Net.Mail.SmtpPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs#L18C58-L18C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs#L18C58-L18C70" }, { "DocsId": "P:System.Net.Mail.SmtpPermissionAttribute.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs#L17C38-L17C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs#L17C38-L17C50" } ], "DocsId": "T:System.Net.Mail.SmtpPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrintingPermission.#ctor(System.Drawing.Printing.PrintingPermissionLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L14C9-L14C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L14C9-L14C77" }, { "DocsId": "M:System.Drawing.Printing.PrintingPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L15C9-L15C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L15C9-L15C61" }, { "DocsId": "M:System.Drawing.Printing.PrintingPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L17C47-L17C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L17C47-L17C51" }, { "DocsId": "M:System.Drawing.Printing.PrintingPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L18C65-L18C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L18C65-L18C66" }, { "DocsId": "M:System.Drawing.Printing.PrintingPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L19C70-L19C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L19C70-L19C74" }, { "DocsId": "M:System.Drawing.Printing.PrintingPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L20C64-L20C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L20C64-L20C69" }, { "DocsId": "M:System.Drawing.Printing.PrintingPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L21C41-L21C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L21C41-L21C46" }, { "DocsId": "M:System.Drawing.Printing.PrintingPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L22C52-L22C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L22C52-L22C56" }, { "DocsId": "M:System.Drawing.Printing.PrintingPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L23C66-L23C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L23C66-L23C70" }, { "DocsId": "P:System.Drawing.Printing.PrintingPermission.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L16C48-L16C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L16C48-L16C52" } ], "DocsId": "T:System.Drawing.Printing.PrintingPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs" }, { "Members": [ { "DocsId": "M:System.Drawing.Printing.PrintingPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs#L14C69-L14C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs#L14C69-L14C85" }, { "DocsId": "M:System.Drawing.Printing.PrintingPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs#L16C74-L16C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs#L16C74-L16C86" }, { "DocsId": "P:System.Drawing.Printing.PrintingPermissionAttribute.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs#L15C48-L15C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs#L15C48-L15C52" } ], "DocsId": "T:System.Drawing.Printing.PrintingPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" }, { "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.AllPrinting", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" }, { "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.DefaultPrinting", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" }, { "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.NoPrinting", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" }, { "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.SafePrinting", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" } ], "DocsId": "T:System.Drawing.Printing.PrintingPermissionLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L11C9-L11C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L11C9-L11C49" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermission.#ctor(System.DirectoryServices.DirectoryServicesPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L12C9-L12C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L12C9-L12C108" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L13C9-L13C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L13C9-L13C70" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermission.#ctor(System.DirectoryServices.DirectoryServicesPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L14C9-L14C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L14C9-L14C113" }, { "DocsId": "P:System.DirectoryServices.DirectoryServicesPermission.PermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L15C80-L15C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L15C80-L15C84" } ], "DocsId": "T:System.DirectoryServices.DirectoryServicesPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs" }, { "Members": [ { "DocsId": "F:System.DirectoryServices.DirectoryServicesPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" }, { "DocsId": "F:System.DirectoryServices.DirectoryServicesPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" }, { "DocsId": "F:System.DirectoryServices.DirectoryServicesPermissionAccess.Browse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" }, { "DocsId": "F:System.DirectoryServices.DirectoryServicesPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" } ], "DocsId": "T:System.DirectoryServices.DirectoryServicesPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L15C78-L15C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L15C78-L15C111" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L18C59-L18C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L18C59-L18C87" }, { "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionAttribute.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L16C69-L16C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L16C69-L16C73" }, { "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionAttribute.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L17C31-L17C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L17C31-L17C35" } ], "DocsId": "T:System.DirectoryServices.DirectoryServicesPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntry.#ctor(System.DirectoryServices.DirectoryServicesPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs#L8C9-L8C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs#L8C9-L8C118" }, { "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionEntry.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs#L9C31-L9C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs#L9C31-L9C35" }, { "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs#L10C69-L10C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs#L10C69-L10C73" } ], "DocsId": "T:System.DirectoryServices.DirectoryServicesPermissionEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs" }, { "Members": [ { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Add(System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L12C66-L12C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L12C66-L12C75" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.AddRange(System.DirectoryServices.DirectoryServicesPermissionEntryCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L13C82-L13C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L13C82-L13C83" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.AddRange(System.DirectoryServices.DirectoryServicesPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L14C74-L14C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L14C74-L14C75" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Contains(System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L15C72-L15C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L15C72-L15C85" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.CopyTo(System.DirectoryServices.DirectoryServicesPermissionEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L16C83-L16C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L16C83-L16C84" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.IndexOf(System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L17C70-L17C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L17C70-L17C79" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Insert(System.Int32,System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L18C81-L18C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L18C81-L18C82" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L19C45-L19C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L19C45-L19C46" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L20C70-L20C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L20C70-L20C71" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L21C70-L21C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L21C70-L21C71" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L22C88-L22C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L22C88-L22C89" }, { "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Remove(System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L23C71-L23C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L23C71-L23C72" }, { "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L11C74-L11C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L11C74-L11C86" } ], "DocsId": "T:System.DirectoryServices.DirectoryServicesPermissionEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.EventLogPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L13C9-L13C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L13C9-L13C40" }, { "DocsId": "M:System.Diagnostics.EventLogPermission.#ctor(System.Diagnostics.EventLogPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L14C9-L14C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L14C9-L14C101" }, { "DocsId": "M:System.Diagnostics.EventLogPermission.#ctor(System.Diagnostics.EventLogPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L15C9-L15C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L15C9-L15C89" }, { "DocsId": "M:System.Diagnostics.EventLogPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L16C9-L16C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L16C9-L16C61" }, { "DocsId": "P:System.Diagnostics.EventLogPermission.PermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L17C70-L17C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L17C70-L17C74" } ], "DocsId": "T:System.Diagnostics.EventLogPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Administer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Audit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Browse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Instrument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" } ], "DocsId": "T:System.Diagnostics.EventLogPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.EventLogPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L16C69-L16C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L16C69-L16C85" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L19C58-L19C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L19C58-L19C70" }, { "DocsId": "P:System.Diagnostics.EventLogPermissionAttribute.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L17C43-L17C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L17C43-L17C55" }, { "DocsId": "P:System.Diagnostics.EventLogPermissionAttribute.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L18C60-L18C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L18C60-L18C64" } ], "DocsId": "T:System.Diagnostics.EventLogPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.EventLogPermissionEntry.#ctor(System.Diagnostics.EventLogPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs#L8C9-L8C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs#L8C9-L8C106" }, { "DocsId": "P:System.Diagnostics.EventLogPermissionEntry.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs#L9C43-L9C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs#L9C43-L9C55" }, { "DocsId": "P:System.Diagnostics.EventLogPermissionEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs#L10C60-L10C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs#L10C60-L10C64" } ], "DocsId": "T:System.Diagnostics.EventLogPermissionEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.Add(System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L12C57-L12C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L12C57-L12C66" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.AddRange(System.Diagnostics.EventLogPermissionEntryCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L13C73-L13C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L13C73-L13C74" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.AddRange(System.Diagnostics.EventLogPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L14C65-L14C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L14C65-L14C66" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.Contains(System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L15C63-L15C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L15C63-L15C76" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.CopyTo(System.Diagnostics.EventLogPermissionEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L16C74-L16C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L16C74-L16C75" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.IndexOf(System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L17C61-L17C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L17C61-L17C70" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.Insert(System.Int32,System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L18C72-L18C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L18C72-L18C73" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L19C45-L19C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L19C45-L19C46" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L20C69-L20C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L20C69-L20C70" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L21C69-L21C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L21C69-L21C70" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L22C86-L22C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L22C86-L22C87" }, { "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.Remove(System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L23C61-L23C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L23C61-L23C62" }, { "DocsId": "P:System.Diagnostics.EventLogPermissionEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L11C64-L11C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L11C64-L11C76" } ], "DocsId": "T:System.Diagnostics.EventLogPermissionEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.PerformanceCounterPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L13C9-L13C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L13C9-L13C50" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermission.#ctor(System.Diagnostics.PerformanceCounterPermissionAccess,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L14C9-L14C142" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L14C9-L14C142" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermission.#ctor(System.Diagnostics.PerformanceCounterPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L15C9-L15C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L15C9-L15C109" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L16C9-L16C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L16C9-L16C71" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterPermission.PermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L17C86-L17C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L17C86-L17C98" } ], "DocsId": "T:System.Diagnostics.PerformanceCounterPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs" }, { "Members": [ { "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Administer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Browse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Instrument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" }, { "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" } ], "DocsId": "T:System.Diagnostics.PerformanceCounterPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L15C79-L15C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L15C79-L15C95" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L19C58-L19C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L19C58-L19C70" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionAttribute.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L16C44-L16C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L16C44-L16C56" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionAttribute.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L17C43-L17C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L17C43-L17C55" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionAttribute.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L18C70-L18C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L18C70-L18C74" } ], "DocsId": "T:System.Diagnostics.PerformanceCounterPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntry.#ctor(System.Diagnostics.PerformanceCounterPermissionAccess,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L8C9-L8C147" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L8C9-L8C147" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionEntry.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L9C44-L9C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L9C44-L9C56" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionEntry.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L10C43-L10C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L10C43-L10C55" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L11C70-L11C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L11C70-L11C74" } ], "DocsId": "T:System.Diagnostics.PerformanceCounterPermissionEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs" }, { "Members": [ { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Add(System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L12C67-L12C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L12C67-L12C76" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.AddRange(System.Diagnostics.PerformanceCounterPermissionEntryCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L13C83-L13C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L13C83-L13C84" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.AddRange(System.Diagnostics.PerformanceCounterPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L14C75-L14C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L14C75-L14C76" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Contains(System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L15C73-L15C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L15C73-L15C86" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.CopyTo(System.Diagnostics.PerformanceCounterPermissionEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L16C84-L16C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L16C84-L16C85" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.IndexOf(System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L17C71-L17C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L17C71-L17C80" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Insert(System.Int32,System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L18C82-L18C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L18C82-L18C83" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L19C45-L19C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L19C45-L19C46" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L20C69-L20C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L20C69-L20C70" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L21C69-L21C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L21C69-L21C70" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L22C86-L22C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L22C86-L22C87" }, { "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Remove(System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L23C71-L23C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L23C71-L23C72" }, { "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L11C74-L11C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L11C74-L11C86" } ], "DocsId": "T:System.Diagnostics.PerformanceCounterPermissionEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs" }, { "Members": [ { "DocsId": "M:System.Data.SqlClient.SqlClientPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L14C40-L14C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L14C40-L14C74" }, { "DocsId": "M:System.Data.SqlClient.SqlClientPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L15C61-L15C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L15C61-L15C95" }, { "DocsId": "M:System.Data.SqlClient.SqlClientPermission.#ctor(System.Security.Permissions.PermissionState,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L16C86-L16C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L16C86-L16C120" }, { "DocsId": "M:System.Data.SqlClient.SqlClientPermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L17C115-L17C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L17C115-L17C116" }, { "DocsId": "M:System.Data.SqlClient.SqlClientPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L18C62-L18C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L18C62-L18C74" } ], "DocsId": "T:System.Data.SqlClient.SqlClientPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs" }, { "Members": [ { "DocsId": "M:System.Data.SqlClient.SqlClientPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermissionAttribute.cs#L17C70-L17C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermissionAttribute.cs#L17C70-L17C103" }, { "DocsId": "M:System.Data.SqlClient.SqlClientPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermissionAttribute.cs#L18C58-L18C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermissionAttribute.cs#L18C58-L18C70" } ], "DocsId": "T:System.Data.SqlClient.SqlClientPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Data.OracleClient.OraclePermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L14C9-L14C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L14C9-L14C59" }, { "DocsId": "M:System.Data.OracleClient.OraclePermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L16C106-L16C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L16C106-L16C107" }, { "DocsId": "M:System.Data.OracleClient.OraclePermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L17C46-L17C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L17C46-L17C58" }, { "DocsId": "M:System.Data.OracleClient.OraclePermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L18C73-L18C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L18C73-L18C74" }, { "DocsId": "M:System.Data.OracleClient.OraclePermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L19C69-L19C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L19C69-L19C81" }, { "DocsId": "M:System.Data.OracleClient.OraclePermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L20C64-L20C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L20C64-L20C69" }, { "DocsId": "M:System.Data.OracleClient.OraclePermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L21C41-L21C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L21C41-L21C46" }, { "DocsId": "M:System.Data.OracleClient.OraclePermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L22C51-L22C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L22C51-L22C63" }, { "DocsId": "M:System.Data.OracleClient.OraclePermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L23C65-L23C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L23C65-L23C77" }, { "DocsId": "P:System.Data.OracleClient.OraclePermission.AllowBlankPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L15C42-L15C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L15C42-L15C46" } ], "DocsId": "T:System.Data.OracleClient.OraclePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs" }, { "Members": [ { "DocsId": "M:System.Data.OracleClient.OraclePermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L15C67-L15C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L15C67-L15C83" }, { "DocsId": "M:System.Data.OracleClient.OraclePermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L20C67-L20C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L20C67-L20C79" }, { "DocsId": "M:System.Data.OracleClient.OraclePermissionAttribute.ShouldSerializeConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L22C58-L22C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L22C58-L22C63" }, { "DocsId": "M:System.Data.OracleClient.OraclePermissionAttribute.ShouldSerializeKeyRestrictions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L24C57-L24C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L24C57-L24C62" }, { "DocsId": "P:System.Data.OracleClient.OraclePermissionAttribute.AllowBlankPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L16C42-L16C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L16C42-L16C46" }, { "DocsId": "P:System.Data.OracleClient.OraclePermissionAttribute.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L17C48-L17C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L17C48-L17C60" }, { "DocsId": "P:System.Data.OracleClient.OraclePermissionAttribute.KeyRestrictionBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L18C64-L18C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L18C64-L18C68" }, { "DocsId": "P:System.Data.OracleClient.OraclePermissionAttribute.KeyRestrictions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L19C47-L19C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L19C47-L19C59" } ], "DocsId": "T:System.Data.OracleClient.OraclePermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L15C36-L15C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L15C36-L15C70" }, { "DocsId": "M:System.Data.OleDb.OleDbPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L16C57-L16C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L16C57-L16C91" }, { "DocsId": "M:System.Data.OleDb.OleDbPermission.#ctor(System.Security.Permissions.PermissionState,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L17C82-L17C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L17C82-L17C116" }, { "DocsId": "M:System.Data.OleDb.OleDbPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L21C46-L21C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L21C46-L21C58" }, { "DocsId": "P:System.Data.OleDb.OleDbPermission.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L20C40-L20C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L20C40-L20C52" } ], "DocsId": "T:System.Data.OleDb.OleDbPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs" }, { "Members": [ { "DocsId": "M:System.Data.OleDb.OleDbPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs#L17C66-L17C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs#L17C66-L17C99" }, { "DocsId": "M:System.Data.OleDb.OleDbPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs#L21C58-L21C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs#L21C58-L21C70" }, { "DocsId": "P:System.Data.OleDb.OleDbPermissionAttribute.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs#L20C40-L20C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs#L20C40-L20C52" } ], "DocsId": "T:System.Data.OleDb.OleDbPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L15C35-L15C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L15C35-L15C69" }, { "DocsId": "M:System.Data.Odbc.OdbcPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L16C56-L16C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L16C56-L16C90" }, { "DocsId": "M:System.Data.Odbc.OdbcPermission.#ctor(System.Security.Permissions.PermissionState,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L17C81-L17C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L17C81-L17C115" }, { "DocsId": "M:System.Data.Odbc.OdbcPermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L18C115-L18C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L18C115-L18C116" }, { "DocsId": "M:System.Data.Odbc.OdbcPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L19C46-L19C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L19C46-L19C58" } ], "DocsId": "T:System.Data.Odbc.OdbcPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs" }, { "Members": [ { "DocsId": "M:System.Data.Odbc.OdbcPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermissionAttribute.cs#L17C65-L17C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermissionAttribute.cs#L17C65-L17C98" }, { "DocsId": "M:System.Data.Odbc.OdbcPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermissionAttribute.cs#L18C58-L18C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermissionAttribute.cs#L18C58-L18C70" } ], "DocsId": "T:System.Data.Odbc.OdbcPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Data.Common.DBDataPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L14C9-L14C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L14C9-L14C41" }, { "DocsId": "M:System.Data.Common.DBDataPermission.#ctor(System.Data.Common.DBDataPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L15C9-L15C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L15C9-L15C68" }, { "DocsId": "M:System.Data.Common.DBDataPermission.#ctor(System.Data.Common.DBDataPermissionAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L16C9-L16C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L16C9-L16C86" }, { "DocsId": "M:System.Data.Common.DBDataPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L17C9-L17C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L17C9-L17C62" }, { "DocsId": "M:System.Data.Common.DBDataPermission.#ctor(System.Security.Permissions.PermissionState,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L18C9-L18C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L18C9-L18C87" }, { "DocsId": "M:System.Data.Common.DBDataPermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L20C114-L20C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L20C114-L20C115" }, { "DocsId": "M:System.Data.Common.DBDataPermission.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L21C34-L21C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L21C34-L21C35" }, { "DocsId": "M:System.Data.Common.DBDataPermission.CreateInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L22C64-L22C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L22C64-L22C68" }, { "DocsId": "M:System.Data.Common.DBDataPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L23C47-L23C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L23C47-L23C51" }, { "DocsId": "M:System.Data.Common.DBDataPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L24C73-L24C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L24C73-L24C74" }, { "DocsId": "M:System.Data.Common.DBDataPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L25C70-L25C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L25C70-L25C74" }, { "DocsId": "M:System.Data.Common.DBDataPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L26C64-L26C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L26C64-L26C69" }, { "DocsId": "M:System.Data.Common.DBDataPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L27C41-L27C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L27C41-L27C46" }, { "DocsId": "M:System.Data.Common.DBDataPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L28C52-L28C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L28C52-L28C56" }, { "DocsId": "M:System.Data.Common.DBDataPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L29C65-L29C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L29C65-L29C93" }, { "DocsId": "P:System.Data.Common.DBDataPermission.AllowBlankPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L19C42-L19C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L19C42-L19C46" } ], "DocsId": "T:System.Data.Common.DBDataPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs" }, { "Members": [ { "DocsId": "M:System.Data.Common.DBDataPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L15C70-L15C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L15C70-L15C86" }, { "DocsId": "M:System.Data.Common.DBDataPermissionAttribute.ShouldSerializeConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L21C57-L21C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L21C57-L21C70" }, { "DocsId": "M:System.Data.Common.DBDataPermissionAttribute.ShouldSerializeKeyRestrictions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L23C56-L23C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L23C56-L23C69" }, { "DocsId": "P:System.Data.Common.DBDataPermissionAttribute.AllowBlankPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L16C42-L16C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L16C42-L16C46" }, { "DocsId": "P:System.Data.Common.DBDataPermissionAttribute.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L17C42-L17C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L17C42-L17C46" }, { "DocsId": "P:System.Data.Common.DBDataPermissionAttribute.KeyRestrictionBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L18C64-L18C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L18C64-L18C68" }, { "DocsId": "P:System.Data.Common.DBDataPermissionAttribute.KeyRestrictions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L19C41-L19C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L19C41-L19C45" } ], "DocsId": "T:System.Data.Common.DBDataPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L14C9-L14C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L14C9-L14C66" }, { "DocsId": "M:System.Configuration.ConfigurationPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L15C41-L15C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L15C41-L15C46" }, { "DocsId": "M:System.Configuration.ConfigurationPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L16C46-L16C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L16C46-L16C74" }, { "DocsId": "M:System.Configuration.ConfigurationPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L17C65-L17C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L17C65-L17C93" }, { "DocsId": "M:System.Configuration.ConfigurationPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L18C69-L18C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L18C69-L18C97" }, { "DocsId": "M:System.Configuration.ConfigurationPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L19C64-L19C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L19C64-L19C69" }, { "DocsId": "M:System.Configuration.ConfigurationPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L20C73-L20C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L20C73-L20C74" }, { "DocsId": "M:System.Configuration.ConfigurationPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L21C51-L21C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L21C51-L21C83" } ], "DocsId": "T:System.Configuration.ConfigurationPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs" }, { "Members": [ { "DocsId": "M:System.Configuration.ConfigurationPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermissionAttribute.cs#L15C74-L15C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermissionAttribute.cs#L15C74-L15C107" }, { "DocsId": "M:System.Configuration.ConfigurationPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermissionAttribute.cs#L16C58-L16C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermissionAttribute.cs#L16C58-L16C86" } ], "DocsId": "T:System.Configuration.ConfigurationPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermissionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermissionAttribute.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.ServiceModel.Syndication.json b/xml/SourceLinkInformation/net-9.0-pp/System.ServiceModel.Syndication.json index 488655c6ec2..108a1c1c920 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.ServiceModel.Syndication.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.ServiceModel.Syndication.json @@ -1,2357 +1,2357 @@ { "Assembly": "System.ServiceModel.Syndication", - "GUID": "B1F3A1AE6FBE426BA1804BB2E0D19420FFFFFFFF", + "GUID": "A853DC98AC0046A49A801EB52E239B6EFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L34C40-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L34C40-L36C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L66C65-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L66C65-L52C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L66C65-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L66C65-L59C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L76C13-L81C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L76C13-L81C100" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L84C51-L84C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L84C51-L84C55" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L88C13-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L88C13-L94C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L98C13-L104C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L98C13-L104C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L108C13-L114C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L108C13-L114C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L118C13-L126C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L118C13-L126C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L492C68-L492C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L492C68-L492C96" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.ReadItem(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L496C13-L507C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L496C13-L507C25" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.ReadItems(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L512C13-L527C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L512C13-L527C26" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.WriteItem(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L532C13-L535C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L532C13-L535C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.WriteItems(System.Xml.XmlWriter,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem},System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L539C13-L547C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L539C13-L547C10" }, { "DocsId": "P:System.ServiceModel.Syndication.Atom10FeedFormatter.PreserveAttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L66C51-L66C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L66C51-L66C55" }, { "DocsId": "P:System.ServiceModel.Syndication.Atom10FeedFormatter.PreserveElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L68C49-L68C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L68C49-L68C53" }, { "DocsId": "P:System.ServiceModel.Syndication.Atom10FeedFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L70C43-L70C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L70C43-L70C69" }, { "DocsId": "P:System.ServiceModel.Syndication.Atom10FeedFormatter.FeedType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L72C35-L72C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L72C35-L72C39" } ], "DocsId": "T:System.ServiceModel.Syndication.Atom10FeedFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L1225C40-L1227C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L1225C40-L1227C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L1229C68-L1231C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L1229C68-L1231C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter`1.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L1233C68-L1233C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L1233C68-L1233C90" } ], "DocsId": "T:System.ServiceModel.Syndication.Atom10FeedFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L18C40-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L18C40-L20C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L14C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L14C9-L35C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L14C9-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L14C9-L40C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L68C13-L73C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L68C13-L73C101" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L76C51-L76C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L76C51-L76C55" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L80C13-L86C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L80C13-L86C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L90C13-L96C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L90C13-L96C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L100C13-L106C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L100C13-L106C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L110C13-L118C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L110C13-L118C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L120C68-L120C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L120C68-L120C96" }, { "DocsId": "P:System.ServiceModel.Syndication.Atom10ItemFormatter.PreserveAttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L44C20-L44C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L44C20-L44C48" }, { "DocsId": "P:System.ServiceModel.Syndication.Atom10ItemFormatter.PreserveElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L54C20-L54C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L54C20-L54C46" }, { "DocsId": "P:System.ServiceModel.Syndication.Atom10ItemFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L62C43-L62C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L62C43-L62C69" }, { "DocsId": "P:System.ServiceModel.Syndication.Atom10ItemFormatter.ItemType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L64C35-L64C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L64C35-L64C39" } ], "DocsId": "T:System.ServiceModel.Syndication.Atom10ItemFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L143C40-L145C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L143C40-L145C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L147C68-L149C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L147C68-L149C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter`1.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L151C68-L151C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L151C68-L151C90" } ], "DocsId": "T:System.ServiceModel.Syndication.Atom10ItemFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L18C57-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L18C57-L20C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.#ctor(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L22C109-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L22C109-L44C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.#ctor(System.ServiceModel.Syndication.CategoriesDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L46C91-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L46C91-L59C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L65C13-L70C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L65C13-L70C95" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L73C51-L73C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L73C51-L73C55" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L77C13-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L77C13-L83C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L87C13-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L87C13-L98C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L102C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L102C13-L113C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L117C13-L130C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L117C13-L130C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.CreateInlineCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L134C13-L140C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L134C13-L140C96" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.CreateReferencedCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L146C13-L152C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L146C13-L152C104" }, { "DocsId": "P:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L61C43-L61C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L61C43-L61C67" } ], "DocsId": "T:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L21C54-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L21C54-L23C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L25C79-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L25C79-L39C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.#ctor(System.ServiceModel.Syndication.ServiceDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L41C85-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L41C85-L45C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L51C13-L56C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L51C13-L56C92" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L59C51-L59C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L59C51-L59C55" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L63C13-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L63C13-L69C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L73C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L73C13-L84C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L88C13-L100C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L88C13-L100C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L104C13-L117C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L104C13-L117C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.CreateDocumentInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L159C13-L165C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L159C13-L165C81" }, { "DocsId": "P:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L47C43-L47C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L47C43-L47C67" } ], "DocsId": "T:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L638C54-L640C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L638C54-L640C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L642C86-L644C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L642C86-L644C10" }, { "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1.CreateDocumentInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L646C72-L646C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L646C72-L646C94" } ], "DocsId": "T:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Create(System.Collections.ObjectModel.Collection{System.ServiceModel.Syndication.SyndicationCategory})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L30C13-L30C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L30C13-L30C61" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Create(System.Collections.ObjectModel.Collection{System.ServiceModel.Syndication.SyndicationCategory},System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L35C13-L35C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L35C13-L35C78" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Create(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L40C13-L40C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L40C13-L40C79" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Load(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L45C13-L47C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L45C13-L47C39" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.GetFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L50C62-L50C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L50C62-L50C108" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Save(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L54C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L54C13-L55C10" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L59C13-L59C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L59C13-L59C26" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L64C13-L64C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L64C13-L64C26" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L69C13-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L69C13-L70C10" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L74C13-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L74C13-L75C10" }, { "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocument.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L18C76-L18C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L18C76-L18C107" }, { "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocument.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L20C30-L20C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L20C30-L20C34" }, { "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocument.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L22C75-L22C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L22C75-L22C104" }, { "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocument.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L24C34-L24C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L24C34-L24C38" } ], "DocsId": "T:System.ServiceModel.Syndication.CategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L14C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L14C9-L16C10" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.#ctor(System.ServiceModel.Syndication.CategoriesDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L18C9-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L18C9-L26C10" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.CreateInlineCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L38C13-L38C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L38C13-L38C51" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.CreateReferencedCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L43C13-L43C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L43C13-L43C55" }, { "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.SetDocument(System.ServiceModel.Syndication.CategoriesDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L46C76-L46C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L46C76-L46C96" }, { "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocumentFormatter.Document", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L28C47-L28C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L28C47-L28C56" }, { "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocumentFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" } ], "DocsId": "T:System.ServiceModel.Syndication.CategoriesDocumentFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.InlineCategoriesDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L13C9-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L13C9-L15C10" }, { "DocsId": "M:System.ServiceModel.Syndication.InlineCategoriesDocument.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationCategory})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L17C88-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L17C88-L19C10" }, { "DocsId": "M:System.ServiceModel.Syndication.InlineCategoriesDocument.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationCategory},System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L21C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L21C9-L34C10" }, { "DocsId": "M:System.ServiceModel.Syndication.InlineCategoriesDocument.CreateCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L47C76-L47C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L47C76-L47C101" }, { "DocsId": "P:System.ServiceModel.Syndication.InlineCategoriesDocument.Categories", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L38C20-L38C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L38C20-L38C87" }, { "DocsId": "P:System.ServiceModel.Syndication.InlineCategoriesDocument.IsFixed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L41C31-L41C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L41C31-L41C35" }, { "DocsId": "P:System.ServiceModel.Syndication.InlineCategoriesDocument.Scheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L43C32-L43C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L43C32-L43C36" } ], "DocsId": "T:System.ServiceModel.Syndication.InlineCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.ReferencedCategoriesDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs#L8C9-L10C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs#L8C9-L10C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ReferencedCategoriesDocument.#ctor(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs#L12C57-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs#L12C57-L20C10" }, { "DocsId": "P:System.ServiceModel.Syndication.ReferencedCategoriesDocument.Link", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs#L22C27-L22C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs#L22C27-L22C31" } ], "DocsId": "T:System.ServiceModel.Syndication.ReferencedCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L17C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L17C9-L19C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L21C65-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L21C65-L23C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L25C81-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L25C81-L27C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Uri,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.CategoriesDocument},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L30C15-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L30C15-L32C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Uri,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.CategoriesDocument},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L34C9-L65C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L34C9-L65C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.CreateInlineCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L89C13-L89C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L89C13-L89C51" }, { "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.CreateReferencedCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L94C13-L94C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L94C13-L94C55" }, { "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L99C13-L99C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L99C13-L99C26" }, { "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L104C13-L104C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L104C13-L104C26" }, { "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L109C13-L110C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L109C13-L110C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L114C13-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L114C13-L115C10" }, { "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.Accepts", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L69C20-L69C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L69C20-L69C71" }, { "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L72C76-L72C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L72C76-L72C107" }, { "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L74C30-L74C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L74C30-L74C34" }, { "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.Categories", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L78C20-L78C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L78C20-L78C86" }, { "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L81C75-L81C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L81C75-L81C104" }, { "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.Link", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L83C27-L83C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L83C27-L83C31" }, { "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L85C47-L85C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L85C47-L85C51" } ], "DocsId": "T:System.ServiceModel.Syndication.ResourceCollectionInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L27C39-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L27C39-L29C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L64C65-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L64C65-L47C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L49C66-L51C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L49C66-L51C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L64C65-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L64C65-L60C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L76C13-L81C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L76C13-L81C96" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L84C51-L84C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L84C51-L84C55" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L88C13-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L88C13-L94C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L98C13-L104C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L98C13-L104C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L108C13-L114C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L108C13-L114C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L118C13-L126C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L118C13-L126C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.SetFeed(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L130C13-L132C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L130C13-L132C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L144C68-L144C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L144C68-L144C96" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.ReadItem(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L148C13-L159C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L148C13-L159C25" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.ReadItems(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L164C13-L179C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L164C13-L179C26" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.WriteItem(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L184C13-L187C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L184C13-L187C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.WriteItems(System.Xml.XmlWriter,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem},System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L191C13-L200C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L191C13-L200C10" }, { "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.PreserveAttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L64C51-L64C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L64C51-L64C55" }, { "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.PreserveElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L66C49-L66C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L66C49-L66C53" }, { "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.SerializeExtensionsAsAtom", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L68C49-L68C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L68C49-L68C53" }, { "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L70C43-L70C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L70C43-L70C68" }, { "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.FeedType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L72C35-L72C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L72C35-L72C39" } ], "DocsId": "T:System.ServiceModel.Syndication.Rss20FeedFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1202C39-L1204C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1202C39-L1204C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1206C67-L1208C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1206C67-L1208C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.#ctor(`0,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1210C99-L1212C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1210C99-L1212C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1214C68-L1214C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1214C68-L1214C90" } ], "DocsId": "T:System.ServiceModel.Syndication.Rss20FeedFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L19C39-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L19C39-L21C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L15C9-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L15C9-L40C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L42C66-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L42C66-L44C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L15C9-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L15C9-L53C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L91C13-L96C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L91C13-L96C97" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L99C51-L99C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L99C51-L99C55" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L103C13-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L103C13-L109C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L113C13-L119C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L113C13-L119C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L123C13-L129C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L123C13-L129C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L133C13-L141C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L133C13-L141C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L143C68-L143C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L143C68-L143C96" }, { "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.PreserveAttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L57C20-L57C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L57C20-L57C48" }, { "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.PreserveElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L67C20-L67C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L67C20-L67C46" }, { "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.SerializeExtensionsAsAtom", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L77C20-L77C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L77C20-L77C46" }, { "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L85C43-L85C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L85C43-L85C68" }, { "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.ItemType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L87C35-L87C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L87C35-L87C39" } ], "DocsId": "T:System.ServiceModel.Syndication.Rss20ItemFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L166C39-L168C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L166C39-L168C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L170C67-L172C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L170C67-L172C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.#ctor(`0,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L174C99-L176C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L174C99-L176C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L178C68-L178C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L178C68-L178C90" } ], "DocsId": "T:System.ServiceModel.Syndication.Rss20ItemFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L15C36-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L15C36-L17C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.Workspace})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L19C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L19C9-L29C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.Load(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L46C13-L46C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L46C13-L46C50" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.Load``1(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L51C13-L53C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L51C13-L53C57" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.GetFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L58C13-L58C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L58C13-L58C64" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.Save(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L63C13-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L63C13-L64C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.CreateWorkspace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L68C13-L68C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L68C13-L68C36" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L73C13-L73C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L73C13-L73C26" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L78C13-L78C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L78C13-L78C26" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L83C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L83C13-L84C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L88C13-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L88C13-L89C10" }, { "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L31C76-L31C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L31C76-L31C107" }, { "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L33C30-L33C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L33C30-L33C34" }, { "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L35C75-L35C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L35C75-L35C104" }, { "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L37C34-L37C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L37C34-L37C38" }, { "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.Workspaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L41C20-L41C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L41C20-L41C77" } ], "DocsId": "T:System.ServiceModel.Syndication.ServiceDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L15C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L15C9-L17C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.#ctor(System.ServiceModel.Syndication.ServiceDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L19C9-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L19C9-L27C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateCategory(System.ServiceModel.Syndication.InlineCategoriesDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L74C13-L79C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L74C13-L79C54" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateCollection(System.ServiceModel.Syndication.Workspace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L84C13-L89C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L84C13-L89C57" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateInlineCategories(System.ServiceModel.Syndication.ResourceCollectionInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L94C13-L94C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L94C13-L94C64" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateReferencedCategories(System.ServiceModel.Syndication.ResourceCollectionInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L99C13-L99C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L99C13-L99C68" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateWorkspace(System.ServiceModel.Syndication.ServiceDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L104C13-L109C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L104C13-L109C47" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.CategoriesDocument,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L114C13-L120C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L114C13-L120C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.ResourceCollectionInfo,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L124C13-L130C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L124C13-L130C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.Workspace,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L134C13-L140C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L134C13-L140C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.ServiceDocument,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L144C13-L150C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L144C13-L150C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.ServiceDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L154C13-L159C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L154C13-L159C73" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L164C13-L169C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L164C13-L169C75" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.CategoriesDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L174C13-L179C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L174C13-L179C75" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.Workspace,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L184C13-L189C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L184C13-L189C74" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L194C13-L199C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L194C13-L199C64" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.ServiceDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L204C13-L209C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L204C13-L209C62" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.Workspace,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L214C13-L219C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L214C13-L219C63" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.CategoriesDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L224C13-L229C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L224C13-L229C64" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ServiceDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L234C13-L240C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L234C13-L240C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.Workspace,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L244C13-L250C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L244C13-L250C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L254C13-L260C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L254C13-L260C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.CategoriesDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L264C13-L270C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L264C13-L270C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ServiceDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L274C13-L280C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L274C13-L280C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.Workspace,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L284C13-L290C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L284C13-L290C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L294C13-L300C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L294C13-L300C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.CategoriesDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L304C13-L310C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L304C13-L310C10" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateDocumentInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L312C71-L312C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L312C71-L312C92" }, { "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.SetDocument(System.ServiceModel.Syndication.ServiceDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L314C73-L314C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L314C73-L314C93" }, { "DocsId": "P:System.ServiceModel.Syndication.ServiceDocumentFormatter.Document", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L29C44-L29C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L29C44-L29C53" }, { "DocsId": "P:System.ServiceModel.Syndication.ServiceDocumentFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" } ], "DocsId": "T:System.ServiceModel.Syndication.ServiceDocumentFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L14C40-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L14C40-L16C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L18C51-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L18C51-L20C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L22C9-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L22C9-L27C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.#ctor(System.ServiceModel.Syndication.SyndicationCategory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L29C9-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L29C9-L40C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L52C55-L52C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L52C55-L52C84" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L56C13-L56C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L56C13-L56C26" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L61C13-L61C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L61C13-L61C26" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L66C13-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L66C13-L67C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L71C13-L72C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L71C13-L72C10" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L42C76-L42C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L42C76-L42C107" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L44C75-L44C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L44C75-L44C104" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.Label", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L46C31-L46C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L46C31-L46C35" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L48C30-L48C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L48C30-L48C34" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.Scheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L50C32-L50C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L50C32-L50C36" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L15C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L15C9-L17C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.#ctor(System.ServiceModel.Syndication.SyndicationContent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L19C9-L19C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L19C9-L19C99" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateHtmlContent(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L30C13-L30C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L30C13-L30C89" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreatePlaintextContent(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L35C13-L35C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L35C13-L35C56" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateUrlContent(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L40C13-L40C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L40C13-L40C62" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXhtmlContent(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L45C13-L45C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L45C13-L45C90" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L50C13-L50C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L50C13-L50C126" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L55C13-L55C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L55C13-L55C120" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L60C13-L60C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L60C13-L60C57" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Object,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L65C13-L65C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L65C13-L65C109" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.WriteTo(System.Xml.XmlWriter,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L72C13-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L72C13-L98C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.WriteContentsTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationContent.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L23C20-L23C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L23C20-L23C87" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationContent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L22C9-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L22C9-L42C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L44C76-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L44C76-L46C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L49C15-L51C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L49C15-L51C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.String,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L54C15-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L54C15-L56C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L58C9-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L58C9-L75C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Object,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L77C9-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L77C9-L87C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.GetObject``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L123C54-L123C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L123C54-L123C123" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.GetObject``1(System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L127C13-L140C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L127C13-L140C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.GetObject``1(System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L144C13-L157C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L144C13-L157C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.GetReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L161C13-L174C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L161C13-L174C27" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L179C13-L195C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L179C13-L195C10" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationElementExtension.OuterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L101C17-L106C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L101C17-L106C35" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationElementExtension.OuterNamespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L114C17-L119C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L114C17-L119C40" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationElementExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L44C13-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L44C13-L52C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.String,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L56C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L56C13-L57C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Object,System.Runtime.Serialization.DataContractSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L61C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L61C13-L62C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L66C13-L73C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L66C13-L73C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Object,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L77C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L77C13-L84C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L88C13-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L88C13-L94C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.GetReaderAtElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L98C13-L101C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L98C13-L101C27" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ReadElementExtensions``1(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L106C13-L106C137" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L106C13-L106C137" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ReadElementExtensions``1(System.String,System.String,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L111C13-L116C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L111C13-L116C100" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ReadElementExtensions``1(System.String,System.String,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L121C13-L126C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L121C13-L126C100" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ClearItems", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L159C13-L163C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L159C13-L163C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.InsertItem(System.Int32,System.ServiceModel.Syndication.SyndicationElementExtension)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L167C13-L178C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L167C13-L178C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.RemoveItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L182C13-L186C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L182C13-L186C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.SetItem(System.Int32,System.ServiceModel.Syndication.SyndicationElementExtension)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L190C13-L198C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L190C13-L198C10" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationElementExtensionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L28C36-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L28C36-L30C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L32C70-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L32C70-L34C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L37C15-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L37C15-L39C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L42C15-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L42C15-L44C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L47C15-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L47C15-L49C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri,System.String,System.DateTimeOffset,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L51C9-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L51C9-L68C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.ServiceModel.Syndication.SyndicationFeed,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L70C9-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L70C9-L109C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.Load(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L410C65-L410C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L410C65-L410C94" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.Load``1(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L414C13-L432C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L414C13-L432C105" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.Clone(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L437C13-L437C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L437C13-L437C58" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.GetAtom10Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L440C60-L440C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L440C60-L440C89" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.GetRss20Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L442C58-L442C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L442C58-L442C81" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.GetRss20Formatter(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L446C13-L446C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L446C13-L446C76" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.SaveAsAtom10(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L451C13-L452C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L451C13-L452C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.SaveAsRss20(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L456C13-L457C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L456C13-L457C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.CreateCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L461C13-L461C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L461C13-L461C46" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.CreateItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L466C13-L466C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L466C13-L466C42" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.CreateLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L471C13-L471C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L471C13-L471C42" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.CreatePerson", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L476C13-L476C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L476C13-L476C44" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L481C13-L481C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L481C13-L481C26" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L486C13-L486C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L486C13-L486C26" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L491C13-L492C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L491C13-L492C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L496C13-L497C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L496C13-L497C10" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L111C76-L111C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L111C76-L111C107" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Authors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L115C20-L115C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L115C20-L115C82" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L119C30-L119C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L119C30-L119C34" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Categories", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L123C20-L123C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L123C20-L123C87" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Contributors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L128C20-L128C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L128C20-L128C87" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Copyright", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L131C51-L131C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L131C51-L131C55" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L133C53-L133C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L133C53-L133C57" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L135C75-L135C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L135C75-L135C104" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Generator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L137C35-L137C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L137C35-L137C39" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L139C28-L139C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L139C28-L139C32" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.ImageUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L141C31-L141C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L141C31-L141C35" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Items", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L145C20-L145C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L145C20-L145C78" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L149C34-L149C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L149C34-L149C38" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.LastUpdatedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L157C17-L162C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L157C17-L162C41" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Links", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L173C20-L173C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L173C20-L173C78" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L176C47-L176C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L176C47-L176C51" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Documentation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L182C20-L182C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L182C20-L182C98" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.TimeToLive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L190C20-L190C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L190C20-L190C92" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.SkipHours", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L208C17-L215C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L208C17-L215C42" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.SkipDays", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L225C17-L232C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L225C17-L232C41" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.TextInput", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L240C20-L240C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L240C20-L240C90" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationFeed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.TryParseDateTimeCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.TryParseDateTimeCallback.Invoke(System.ServiceModel.Syndication.XmlDateTimeData,System.DateTimeOffset@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.TryParseDateTimeCallback.BeginInvoke(System.ServiceModel.Syndication.XmlDateTimeData,System.DateTimeOffset@,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.TryParseDateTimeCallback.EndInvoke(System.DateTimeOffset@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" } ], "DocsId": "T:System.ServiceModel.Syndication.TryParseDateTimeCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.TryParseUriCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.TryParseUriCallback.Invoke(System.ServiceModel.Syndication.XmlUriData,System.Uri@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.TryParseUriCallback.BeginInvoke(System.ServiceModel.Syndication.XmlUriData,System.Uri@,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.TryParseUriCallback.EndInvoke(System.Uri@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" } ], "DocsId": "T:System.ServiceModel.Syndication.TryParseUriCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L38C62-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L38C62-L23C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L38C62-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L38C62-L34C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L57C46-L57C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L57C46-L57C90" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateCategory(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L63C13-L68C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L63C13-L68C87" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateCategory(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L73C13-L78C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L73C13-L78C87" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateItem(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L83C13-L88C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L83C13-L88C79" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateLink(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L93C13-L98C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L93C13-L98C81" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateLink(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L103C13-L108C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L103C13-L108C81" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreatePerson(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L113C13-L118C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L113C13-L118C83" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreatePerson(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L123C13-L128C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L123C13-L128C83" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L133C13-L139C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L133C13-L139C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L143C13-L149C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L143C13-L149C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L153C13-L159C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L153C13-L159C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L163C13-L169C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L163C13-L169C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L173C13-L179C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L173C13-L179C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationFeed,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L183C13-L192C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L183C13-L192C69" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L197C13-L206C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L197C13-L206C69" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L211C13-L220C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L211C13-L220C73" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L225C13-L234C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L225C13-L234C69" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L239C13-L248C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L239C13-L248C71" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseContent(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String,System.String,System.ServiceModel.Syndication.SyndicationContent@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L253C13-L253C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L253C13-L253C84" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L258C13-L263C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L258C13-L263C58" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L268C13-L273C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L268C13-L273C58" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L278C13-L283C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L278C13-L283C62" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L288C13-L293C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L288C13-L293C58" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L298C13-L303C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L298C13-L303C60" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationFeed,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L308C13-L314C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L308C13-L314C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L318C13-L324C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L318C13-L324C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L328C13-L334C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L328C13-L334C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L338C13-L344C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L338C13-L344C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L348C13-L354C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L348C13-L354C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationFeed,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L358C13-L364C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L358C13-L364C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L368C13-L374C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L368C13-L374C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L378C13-L384C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L378C13-L384C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L388C13-L394C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L388C13-L394C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L398C13-L404C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L398C13-L404C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.SetFeed(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L408C13-L414C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L408C13-L414C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeedFormatter.Feed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L36C40-L36C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L36C40-L36C45" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeedFormatter.UriParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L38C48-L38C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L38C48-L38C52" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeedFormatter.DateTimeParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L41C58-L41C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L41C58-L41C62" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeedFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationFeedFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L22C36-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L22C36-L24C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.String,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L27C15-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L27C15-L29C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.String,System.String,System.Uri,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L32C15-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L32C15-L34C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.String,System.ServiceModel.Syndication.SyndicationContent,System.Uri,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L36C9-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L36C9-L49C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L51C9-L76C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L51C9-L76C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.Load(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L156C65-L156C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L156C65-L156C94" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.Load``1(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L160C13-L178C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L160C13-L178C105" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.AddPermalink(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L184C13-L191C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L184C13-L191C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L193C51-L193C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L193C51-L193C76" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.GetAtom10Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L195C60-L195C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L195C60-L195C89" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.GetRss20Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L197C58-L197C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L197C58-L197C81" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.GetRss20Formatter(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L201C13-L201C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L201C13-L201C76" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.SaveAsAtom10(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L206C13-L207C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L206C13-L207C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.SaveAsRss20(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L211C13-L212C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L211C13-L212C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.CreateCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L216C13-L216C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L216C13-L216C46" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.CreateLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L221C13-L221C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L221C13-L221C42" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.CreatePerson", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L226C13-L226C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L226C13-L226C44" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L231C13-L231C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L231C13-L231C26" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.TryParseContent(System.Xml.XmlReader,System.String,System.String,System.ServiceModel.Syndication.SyndicationContent@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L236C13-L237C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L236C13-L237C26" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L242C13-L242C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L242C13-L242C26" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L247C13-L248C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L247C13-L248C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L252C13-L253C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L252C13-L253C10" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L78C76-L78C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L78C76-L78C107" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Authors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L82C20-L82C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L82C20-L82C82" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L85C30-L85C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L85C30-L85C34" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Categories", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L89C20-L89C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L89C20-L89C87" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Content", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L92C45-L92C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L92C45-L92C49" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Contributors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L96C20-L96C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L96C20-L96C87" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Copyright", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L99C51-L99C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L99C51-L99C55" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L101C75-L101C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L101C75-L101C104" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L103C28-L103C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L103C28-L103C32" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.LastUpdatedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L111C17-L116C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L111C17-L116C41" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Links", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L127C20-L127C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L127C20-L127C78" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.PublishDate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L136C17-L141C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L136C17-L141C37" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.SourceFeed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L150C45-L150C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L150C45-L150C49" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Summary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L152C49-L152C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L152C49-L152C53" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L154C47-L154C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L154C47-L154C51" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L14C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L14C9-L17C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L19C9-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L19C9-L27C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L37C46-L37C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L37C46-L37C90" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.SetItem(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L43C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L43C13-L49C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreateCategory(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L63C86-L63C131" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L63C86-L63C131" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreateLink(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L65C78-L65C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L65C78-L65C119" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreatePerson(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L67C82-L67C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L67C82-L67C125" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L71C13-L72C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L71C13-L72C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L76C13-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L76C13-L77C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L81C13-L82C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L81C13-L82C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L86C13-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L86C13-L87C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L91C13-L91C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L91C13-L91C95" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L96C13-L96C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L96C13-L96C99" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L101C13-L101C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L101C13-L101C95" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L106C13-L106C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L106C13-L106C97" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseContent(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String,System.String,System.ServiceModel.Syndication.SyndicationContent@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L111C13-L111C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L111C13-L111C110" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L116C13-L116C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L116C13-L116C84" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L121C13-L121C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L121C13-L121C88" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L126C13-L126C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L126C13-L126C84" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L131C13-L131C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L131C13-L131C86" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L136C13-L137C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L136C13-L137C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L141C13-L142C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L141C13-L142C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L146C13-L147C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L146C13-L147C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L151C13-L152C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L151C13-L152C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L156C13-L157C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L156C13-L157C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L163C13-L164C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L163C13-L164C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L168C13-L169C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L168C13-L169C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L173C13-L174C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L173C13-L174C10" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItemFormatter.Item", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L29C40-L29C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L29C40-L29C45" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationItemFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationItemFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.#ctor(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L15C43-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L15C43-L17C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.#ctor(System.Uri,System.String,System.String,System.String,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L19C9-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L19C9-L32C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L34C36-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L34C36-L36C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.#ctor(System.ServiceModel.Syndication.SyndicationLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L38C9-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L38C9-L52C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateAlternateLink(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L84C13-L84C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L84C13-L84C51" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateAlternateLink(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L89C13-L89C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L89C13-L89C95" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateMediaEnclosureLink(System.Uri,System.String,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L94C13-L94C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L94C13-L94C99" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateSelfLink(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L99C13-L99C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L99C13-L99C46" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateSelfLink(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L104C13-L104C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L104C13-L104C90" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L107C51-L107C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L107C51-L107C76" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.GetAbsoluteUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L111C13-L128C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L111C13-L128C29" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L134C13-L134C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L134C13-L134C26" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L139C13-L139C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L139C13-L139C26" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L144C13-L145C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L144C13-L145C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L149C13-L150C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L149C13-L150C10" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L54C76-L54C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L54C76-L54C107" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L56C30-L56C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L56C30-L56C34" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L58C75-L58C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L58C75-L58C104" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L62C20-L62C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L62C20-L62C27" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.MediaType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L74C35-L74C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L74C35-L74C39" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.RelationshipType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L76C42-L76C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L76C42-L76C46" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L78C31-L78C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L78C31-L78C35" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L80C26-L80C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L80C26-L80C30" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L15C38-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L15C38-L17C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L19C50-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L19C50-L21C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L23C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L23C9-L28C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.#ctor(System.ServiceModel.Syndication.SyndicationPerson)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L30C9-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L30C9-L41C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L53C53-L53C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L53C53-L53C80" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L57C13-L57C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L57C13-L57C26" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L62C13-L62C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L62C13-L62C26" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L67C13-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L67C13-L68C10" }, { "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L72C13-L73C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L72C13-L73C10" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L43C76-L43C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L43C76-L43C107" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L45C75-L45C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L45C75-L45C104" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.Email", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L47C31-L47C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L47C31-L47C35" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L49C30-L49C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L49C30-L49C34" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L51C29-L51C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L51C29-L51C33" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationPerson", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.SyndicationTextInput.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationTextInput.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L8C37-L8C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L8C37-L8C41" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationTextInput.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L9C31-L9C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L9C31-L9C35" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationTextInput.Link", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L10C39-L10C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L10C39-L10C43" }, { "DocsId": "P:System.ServiceModel.Syndication.SyndicationTextInput.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L11C30-L11C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L11C30-L11C34" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationTextInput", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs" }, { "Members": [ { "DocsId": "F:System.ServiceModel.Syndication.SyndicationVersions.Atom10", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationVersions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationVersions.cs" }, { "DocsId": "F:System.ServiceModel.Syndication.SyndicationVersions.Rss20", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationVersions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationVersions.cs" } ], "DocsId": "T:System.ServiceModel.Syndication.SyndicationVersions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationVersions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationVersions.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L14C54-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L14C54-L16C10" }, { "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.#ctor(System.String,System.ServiceModel.Syndication.TextSyndicationContentKind)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L18C9-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L18C9-L27C10" }, { "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.#ctor(System.ServiceModel.Syndication.TextSyndicationContent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L29C75-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L29C75-L34C10" }, { "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L46C55-L46C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L46C55-L46C87" }, { "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.WriteContentsTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L50C13-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L50C13-L59C10" }, { "DocsId": "P:System.ServiceModel.Syndication.TextSyndicationContent.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L36C30-L36C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L36C30-L36C34" }, { "DocsId": "P:System.ServiceModel.Syndication.TextSyndicationContent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L39C13-L43C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L39C13-L43C51" } ], "DocsId": "T:System.ServiceModel.Syndication.TextSyndicationContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs" }, { "Members": [ { "DocsId": "F:System.ServiceModel.Syndication.TextSyndicationContentKind.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" }, { "DocsId": "F:System.ServiceModel.Syndication.TextSyndicationContentKind.Plaintext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" }, { "DocsId": "F:System.ServiceModel.Syndication.TextSyndicationContentKind.Html", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" }, { "DocsId": "F:System.ServiceModel.Syndication.TextSyndicationContentKind.XHtml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" } ], "DocsId": "T:System.ServiceModel.Syndication.TextSyndicationContentKind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.UrlSyndicationContent.#ctor(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L14C67-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L14C67-L23C10" }, { "DocsId": "M:System.ServiceModel.Syndication.UrlSyndicationContent.#ctor(System.ServiceModel.Syndication.UrlSyndicationContent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L25C73-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L25C73-L30C10" }, { "DocsId": "M:System.ServiceModel.Syndication.UrlSyndicationContent.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L36C55-L36C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L36C55-L36C86" }, { "DocsId": "M:System.ServiceModel.Syndication.UrlSyndicationContent.WriteContentsTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L40C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L40C13-L41C10" }, { "DocsId": "P:System.ServiceModel.Syndication.UrlSyndicationContent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L32C40-L32C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L32C40-L32C50" }, { "DocsId": "P:System.ServiceModel.Syndication.UrlSyndicationContent.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L34C26-L34C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L34C26-L34C30" } ], "DocsId": "T:System.ServiceModel.Syndication.UrlSyndicationContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.Workspace.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L15C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L15C9-L17C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Workspace.#ctor(System.String,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.ResourceCollectionInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L19C91-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L19C91-L21C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Workspace.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.ResourceCollectionInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L23C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L23C9-L34C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Workspace.CreateResourceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L51C13-L51C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L51C13-L51C49" }, { "DocsId": "M:System.ServiceModel.Syndication.Workspace.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L56C13-L56C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L56C13-L56C26" }, { "DocsId": "M:System.ServiceModel.Syndication.Workspace.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L61C13-L61C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L61C13-L61C26" }, { "DocsId": "M:System.ServiceModel.Syndication.Workspace.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L66C13-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L66C13-L67C10" }, { "DocsId": "M:System.ServiceModel.Syndication.Workspace.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L71C13-L72C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L71C13-L72C10" }, { "DocsId": "P:System.ServiceModel.Syndication.Workspace.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L36C76-L36C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L36C76-L36C107" }, { "DocsId": "P:System.ServiceModel.Syndication.Workspace.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L38C30-L38C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L38C30-L38C34" }, { "DocsId": "P:System.ServiceModel.Syndication.Workspace.Collections", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L42C20-L42C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L42C20-L42C91" }, { "DocsId": "P:System.ServiceModel.Syndication.Workspace.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L45C75-L45C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L45C75-L45C104" }, { "DocsId": "P:System.ServiceModel.Syndication.Workspace.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L47C47-L47C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L47C47-L47C51" } ], "DocsId": "T:System.ServiceModel.Syndication.Workspace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.XmlDateTimeData.#ctor(System.String,System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs#L12C13-L14C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs#L12C13-L14C10" }, { "DocsId": "P:System.ServiceModel.Syndication.XmlDateTimeData.DateTimeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs#L16C40-L16C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs#L16C40-L16C44" }, { "DocsId": "P:System.ServiceModel.Syndication.XmlDateTimeData.ElementQualifiedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs#L18C56-L18C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs#L18C56-L18C60" } ], "DocsId": "T:System.ServiceModel.Syndication.XmlDateTimeData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L20C9-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L20C9-L54C10" }, { "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L56C9-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L56C9-L60C10" }, { "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.String,System.Object,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L62C9-L66C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L62C9-L66C10" }, { "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.String,System.ServiceModel.Syndication.SyndicationElementExtension)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L68C9-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L68C9-L77C10" }, { "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.ServiceModel.Syndication.XmlSyndicationContent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L79C73-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L79C73-L85C10" }, { "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L91C55-L91C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L91C55-L91C86" }, { "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.GetReaderAtContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L95C13-L96C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L95C13-L96C48" }, { "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.ReadContent``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L99C52-L99C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L99C52-L99C103" }, { "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.ReadContent``1(System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L103C13-L118C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L103C13-L118C10" }, { "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.ReadContent``1(System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L122C13-L137C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L122C13-L137C10" }, { "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.WriteContentsTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L142C13-L167C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L142C13-L167C10" }, { "DocsId": "P:System.ServiceModel.Syndication.XmlSyndicationContent.Extension", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L87C56-L87C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L87C56-L87C60" }, { "DocsId": "P:System.ServiceModel.Syndication.XmlSyndicationContent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L89C40-L89C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L89C40-L89C45" } ], "DocsId": "T:System.ServiceModel.Syndication.XmlSyndicationContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs" }, { "Members": [ { "DocsId": "M:System.ServiceModel.Syndication.XmlUriData.#ctor(System.String,System.UriKind,System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L12C13-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L12C13-L15C10" }, { "DocsId": "P:System.ServiceModel.Syndication.XmlUriData.ElementQualifiedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L17C56-L17C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L17C56-L17C60" }, { "DocsId": "P:System.ServiceModel.Syndication.XmlUriData.UriKind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L19C34-L19C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L19C34-L19C38" }, { "DocsId": "P:System.ServiceModel.Syndication.XmlUriData.UriString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L21C35-L21C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L21C35-L21C39" } ], "DocsId": "T:System.ServiceModel.Syndication.XmlUriData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.ServiceProcess.ServiceController.json b/xml/SourceLinkInformation/net-9.0-pp/System.ServiceProcess.ServiceController.json index 2e74fa27987..262c77c8003 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.ServiceProcess.ServiceController.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.ServiceProcess.ServiceController.json @@ -1,519 +1,519 @@ { "Assembly": "System.ServiceProcess.ServiceController", - "GUID": "B933A2C427DE4C1AA425D0A508486EF4FFFFFFFF", + "GUID": "4BF65BFAA0C7458FABF1BF9AFCD8BE69FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" }, { "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.BatteryLow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" }, { "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.OemEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" }, { "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.PowerStatusChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" }, { "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.QuerySuspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" }, { "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.QuerySuspendFailed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" }, { "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.ResumeAutomatic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" }, { "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.ResumeCritical", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" }, { "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.ResumeSuspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" }, { "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.Suspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" } ], "DocsId": "T:System.ServiceProcess.PowerBroadcastStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" }, { "Members": [ { "DocsId": "M:System.ServiceProcess.ServiceBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L34C9-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L34C9-L50C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.RequestAdditionalTime(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L59C9-L74C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L59C9-L74C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.RequestAdditionalTime(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L83C61-L83C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L83C61-L83C107" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L304C13-L308C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L304C13-L308C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.OnContinue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L320C9-L320C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L320C9-L320C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.OnPause", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L331C9-L331C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L331C9-L331C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.OnPowerEvent(System.ServiceProcess.PowerBroadcastStatus)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L341C13-L341C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L341C13-L341C25" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.OnSessionChange(System.ServiceProcess.SessionChangeDescription)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L350C9-L350C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L350C9-L350C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.OnShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L361C9-L361C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L361C9-L361C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.OnStart(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L380C9-L380C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L380C9-L380C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.OnStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L391C9-L391C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L391C9-L391C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.OnCustomCommand(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L572C9-L572C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L572C9-L572C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.Run(System.ServiceProcess.ServiceBase[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L581C13-L643C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L581C13-L643C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.Run(System.ServiceProcess.ServiceBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L653C13-L657C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L653C13-L657C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L661C13-L662C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L661C13-L662C10" }, { "DocsId": "M:System.ServiceProcess.ServiceBase.ServiceMainCallback(System.Int32,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L854C9-L947C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L854C9-L947C10" }, { "DocsId": "F:System.ServiceProcess.ServiceBase.MaxNameLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs" }, { "DocsId": "P:System.ServiceProcess.ServiceBase.AutoLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L100C31-L100C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L100C31-L100C35" }, { "DocsId": "P:System.ServiceProcess.ServiceBase.ExitCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L110C17-L110C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L110C17-L110C46" }, { "DocsId": "P:System.ServiceProcess.ServiceBase.CanHandlePowerEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L127C17-L127C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L127C17-L127C83" }, { "DocsId": "P:System.ServiceProcess.ServiceBase.CanHandleSessionChangeEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L153C17-L153C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L153C17-L153C86" }, { "DocsId": "P:System.ServiceProcess.ServiceBase.CanPauseAndContinue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L179C17-L179C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L179C17-L179C87" }, { "DocsId": "P:System.ServiceProcess.ServiceBase.CanShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L205C17-L205C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L205C17-L205C81" }, { "DocsId": "P:System.ServiceProcess.ServiceBase.CanStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L231C17-L231C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L231C17-L231C77" }, { "DocsId": "P:System.ServiceProcess.ServiceBase.EventLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L254C13-L257C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L254C13-L257C14" }, { "DocsId": "P:System.ServiceProcess.ServiceBase.ServiceHandle", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L264C17-L264C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L264C17-L264C38" }, { "DocsId": "P:System.ServiceProcess.ServiceBase.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L275C17-L275C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L275C17-L275C37" } ], "DocsId": "T:System.ServiceProcess.ServiceBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs" }, { "Members": [ { "DocsId": "M:System.ServiceProcess.ServiceController.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L42C9-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L42C9-L46C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L53C15-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L53C15-L55C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L63C9-L80C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L63C9-L80C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L474C13-L483C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L474C13-L483C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L490C13-L493C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L490C13-L493C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.GetDevices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L667C13-L667C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L667C13-L667C51" }, { "DocsId": "M:System.ServiceProcess.ServiceController.GetDevices(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L677C13-L677C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L677C13-L677C103" }, { "DocsId": "M:System.ServiceProcess.ServiceController.GetServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L707C13-L707C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L707C13-L707C52" }, { "DocsId": "M:System.ServiceProcess.ServiceController.GetServices(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L717C13-L717C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L717C13-L717C102" }, { "DocsId": "M:System.ServiceProcess.ServiceController.Pause", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L809C13-L818C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L809C13-L818C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.Continue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L825C13-L833C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L825C13-L833C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.ExecuteCommand(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L841C13-L849C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L841C13-L849C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.Refresh", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L856C13-L860C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L856C13-L860C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L867C13-L868C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L867C13-L868C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.Start(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L875C13-L915C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L875C13-L915C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L924C13-L925C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L924C13-L925C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.Stop(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L944C13-L968C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L944C13-L968C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.WaitForStatus(System.ServiceProcess.ServiceControllerStatus)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L976C13-L977C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L976C13-L977C10" }, { "DocsId": "M:System.ServiceProcess.ServiceController.WaitForStatus(System.ServiceProcess.ServiceControllerStatus,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L986C13-L999C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L986C13-L999C10" }, { "DocsId": "P:System.ServiceProcess.ServiceController.CanPauseAndContinue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L122C17-L123C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L122C17-L123C104" }, { "DocsId": "P:System.ServiceProcess.ServiceController.CanShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L134C17-L135C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L134C17-L135C98" }, { "DocsId": "P:System.ServiceProcess.ServiceController.CanStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L146C17-L147C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L146C17-L147C94" }, { "DocsId": "P:System.ServiceProcess.ServiceController.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L158C17-L160C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L158C17-L160C37" }, { "DocsId": "P:System.ServiceProcess.ServiceController.DependentServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L187C17-L234C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L187C17-L234C14" }, { "DocsId": "P:System.ServiceProcess.ServiceController.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L244C17-L244C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L244C17-L244C37" }, { "DocsId": "P:System.ServiceProcess.ServiceController.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L271C17-L273C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L271C17-L273C30" }, { "DocsId": "P:System.ServiceProcess.ServiceController.ServicesDependedOn", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L304C17-L381C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L304C17-L381C14" }, { "DocsId": "P:System.ServiceProcess.ServiceController.StartType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L388C17-L418C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L388C17-L418C14" }, { "DocsId": "P:System.ServiceProcess.ServiceController.ServiceHandle", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L425C17-L425C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L425C17-L425C93" }, { "DocsId": "P:System.ServiceProcess.ServiceController.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L439C17-L440C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L439C17-L440C32" }, { "DocsId": "P:System.ServiceProcess.ServiceController.ServiceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L454C17-L455C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L454C17-L455C43" } ], "DocsId": "T:System.ServiceProcess.ServiceController", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs" }, { "Members": [ { "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.ContinuePending", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.Paused", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.PausePending", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.Running", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.StartPending", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.Stopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.StopPending", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" } ], "DocsId": "T:System.ServiceProcess.ServiceControllerStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" }, { "Members": [ { "DocsId": "F:System.ServiceProcess.ServiceStartMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceStartMode.Manual", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceStartMode.Automatic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceStartMode.Disabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceStartMode.Boot", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceStartMode.System", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" } ], "DocsId": "T:System.ServiceProcess.ServiceStartMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" }, { "Members": [ { "DocsId": "M:System.ServiceProcess.ServiceProcessDescriptionAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceProcessDescriptionAttribute.cs#L21C73-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceProcessDescriptionAttribute.cs#L21C73-L23C10" }, { "DocsId": "P:System.ServiceProcess.ServiceProcessDescriptionAttribute.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceProcessDescriptionAttribute.cs#L32C17-L37C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceProcessDescriptionAttribute.cs#L32C17-L37C41" } ], "DocsId": "T:System.ServiceProcess.ServiceProcessDescriptionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceProcessDescriptionAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceProcessDescriptionAttribute.cs" }, { "Members": [ { "DocsId": "F:System.ServiceProcess.ServiceType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceType.Adapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceType.FileSystemDriver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceType.InteractiveProcess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceType.KernelDriver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceType.RecognizerDriver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceType.Win32OwnProcess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" }, { "DocsId": "F:System.ServiceProcess.ServiceType.Win32ShareProcess", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" } ], "DocsId": "T:System.ServiceProcess.ServiceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" }, { "Members": [ { "DocsId": "M:System.ServiceProcess.SessionChangeDescription.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L24C13-L24C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L24C13-L24C36" }, { "DocsId": "M:System.ServiceProcess.SessionChangeDescription.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L27C13-L27C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L27C13-L27C67" }, { "DocsId": "M:System.ServiceProcess.SessionChangeDescription.Equals(System.ServiceProcess.SessionChangeDescription)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L30C13-L31C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L30C13-L31C55" }, { "DocsId": "M:System.ServiceProcess.SessionChangeDescription.op_Equality(System.ServiceProcess.SessionChangeDescription,System.ServiceProcess.SessionChangeDescription)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L34C13-L34C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L34C13-L34C24" }, { "DocsId": "M:System.ServiceProcess.SessionChangeDescription.op_Inequality(System.ServiceProcess.SessionChangeDescription,System.ServiceProcess.SessionChangeDescription)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L37C13-L37C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L37C13-L37C25" }, { "DocsId": "P:System.ServiceProcess.SessionChangeDescription.Reason", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L19C45-L19C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L19C45-L19C49" }, { "DocsId": "P:System.ServiceProcess.SessionChangeDescription.SessionId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L21C32-L21C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L21C32-L21C36" } ], "DocsId": "T:System.ServiceProcess.SessionChangeDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs" }, { "Members": [ { "DocsId": "F:System.ServiceProcess.SessionChangeReason.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" }, { "DocsId": "F:System.ServiceProcess.SessionChangeReason.ConsoleConnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" }, { "DocsId": "F:System.ServiceProcess.SessionChangeReason.ConsoleDisconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" }, { "DocsId": "F:System.ServiceProcess.SessionChangeReason.RemoteConnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" }, { "DocsId": "F:System.ServiceProcess.SessionChangeReason.RemoteDisconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" }, { "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionLogon", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" }, { "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionLogoff", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" }, { "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionLock", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" }, { "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionUnlock", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" }, { "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionRemoteControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" } ], "DocsId": "T:System.ServiceProcess.SessionChangeReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" }, { "Members": [ { "DocsId": "M:System.ServiceProcess.TimeoutException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L15C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L15C9-L18C10" }, { "DocsId": "M:System.ServiceProcess.TimeoutException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L20C52-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L20C52-L23C10" }, { "DocsId": "M:System.ServiceProcess.TimeoutException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L26C15-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L26C15-L29C10" }, { "DocsId": "M:System.ServiceProcess.TimeoutException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L36C15-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L36C15-L38C10" } ], "DocsId": "T:System.ServiceProcess.TimeoutException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Speech.json b/xml/SourceLinkInformation/net-9.0-pp/System.Speech.json index c26022fd6ed..c1b4d396024 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Speech.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Speech.json @@ -1,3730 +1,3730 @@ { "Assembly": "System.Speech", - "GUID": "4E394672FA94445783B53574AE4D2AA2FFFFFFFF", + "GUID": "02E4644E694647889D50625A1BD8537FFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "P:System.Speech.Synthesis.BookmarkReachedEventArgs.Bookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/BookmarkEventArgs.cs#L23C17-L23C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/BookmarkEventArgs.cs#L23C17-L23C34" }, { "DocsId": "P:System.Speech.Synthesis.BookmarkReachedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/BookmarkEventArgs.cs#L30C17-L30C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/BookmarkEventArgs.cs#L30C17-L30C39" } ], "DocsId": "T:System.Speech.Synthesis.BookmarkReachedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/BookmarkEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/BookmarkEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.FilePrompt.#ctor(System.String,System.Speech.Synthesis.SynthesisMediaType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/FilePrompt.cs#L13C15-L15C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/FilePrompt.cs#L13C15-L15C10" }, { "DocsId": "M:System.Speech.Synthesis.FilePrompt.#ctor(System.Uri,System.Speech.Synthesis.SynthesisMediaType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/FilePrompt.cs#L17C15-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/FilePrompt.cs#L17C15-L19C10" } ], "DocsId": "T:System.Speech.Synthesis.FilePrompt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/FilePrompt.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/FilePrompt.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.InstalledVoice.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L51C13-L57C190" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L51C13-L57C190" }, { "DocsId": "M:System.Speech.Synthesis.InstalledVoice.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L61C13-L61C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L61C13-L61C49" }, { "DocsId": "P:System.Speech.Synthesis.InstalledVoice.VoiceInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L31C17-L31C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L31C17-L31C31" }, { "DocsId": "P:System.Speech.Synthesis.InstalledVoice.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L38C17-L38C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L38C17-L38C33" } ], "DocsId": "T:System.Speech.Synthesis.InstalledVoice", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Synthesis.PhonemeReachedEventArgs.Phoneme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L23C19-L23C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L23C19-L23C42" }, { "DocsId": "P:System.Speech.Synthesis.PhonemeReachedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L27C19-L27C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L27C19-L27C41" }, { "DocsId": "P:System.Speech.Synthesis.PhonemeReachedEventArgs.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L31C19-L31C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L31C19-L31C36" }, { "DocsId": "P:System.Speech.Synthesis.PhonemeReachedEventArgs.Emphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L35C19-L35C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L35C19-L35C36" }, { "DocsId": "P:System.Speech.Synthesis.PhonemeReachedEventArgs.NextPhoneme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L39C19-L39C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L39C19-L39C39" } ], "DocsId": "T:System.Speech.Synthesis.PhonemeReachedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.Prompt.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L15C15-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L15C15-L17C10" }, { "DocsId": "M:System.Speech.Synthesis.Prompt.#ctor(System.Speech.Synthesis.PromptBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L18C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L18C9-L24C10" }, { "DocsId": "M:System.Speech.Synthesis.Prompt.#ctor(System.String,System.Speech.Synthesis.SynthesisTextFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L27C9-L39C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L27C9-L39C106" }, { "DocsId": "P:System.Speech.Synthesis.Prompt.IsCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L87C17-L87C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L87C17-L87C35" } ], "DocsId": "T:System.Speech.Synthesis.Prompt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.SynthesisMediaType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs" }, { "DocsId": "F:System.Speech.Synthesis.SynthesisMediaType.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs" }, { "DocsId": "F:System.Speech.Synthesis.SynthesisMediaType.Ssml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs" }, { "DocsId": "F:System.Speech.Synthesis.SynthesisMediaType.WaveAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs" } ], "DocsId": "T:System.Speech.Synthesis.SynthesisMediaType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.SynthesisTextFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs" }, { "DocsId": "F:System.Speech.Synthesis.SynthesisTextFormat.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs" }, { "DocsId": "F:System.Speech.Synthesis.SynthesisTextFormat.Ssml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs" } ], "DocsId": "T:System.Speech.Synthesis.SynthesisTextFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/Prompt.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/Prompt.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L20C15-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L20C15-L22C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.#ctor(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L985C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L985C9-L35C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.ClearContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L48C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L48C13-L50C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendText(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L57C13-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L57C13-L63C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendText(System.String,System.Speech.Synthesis.PromptRate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L66C13-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L66C13-L101C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendText(System.String,System.Speech.Synthesis.PromptVolume)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L104C13-L141C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L104C13-L141C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendText(System.String,System.Speech.Synthesis.PromptEmphasis)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L144C13-L162C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L144C13-L162C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartStyle(System.Speech.Synthesis.PromptStyle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L165C13-L249C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L165C13-L249C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.EndStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L252C13-L268C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L252C13-L268C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.Speech.Synthesis.VoiceInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L271C13-L318C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L271C13-L318C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L321C13-L324C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L321C13-L324C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.Speech.Synthesis.VoiceGender)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L327C13-L328C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L327C13-L328C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.Speech.Synthesis.VoiceGender,System.Speech.Synthesis.VoiceAge)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L331C13-L332C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L331C13-L332C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.Speech.Synthesis.VoiceGender,System.Speech.Synthesis.VoiceAge,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L335C13-L336C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L335C13-L336C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L339C13-L340C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L339C13-L340C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.EndVoice", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L343C13-L349C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L343C13-L349C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartParagraph", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L354C13-L355C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L354C13-L355C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartParagraph(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L359C13-L379C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L359C13-L379C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.EndParagraph", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L382C13-L387C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L382C13-L387C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartSentence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L390C13-L391C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L390C13-L391C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartSentence(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L395C13-L416C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L395C13-L416C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.EndSentence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L419C13-L424C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L419C13-L424C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendTextWithHint(System.String,System.Speech.Synthesis.SayAs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L427C13-L543C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L427C13-L543C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendTextWithHint(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L546C13-L557C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L546C13-L557C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendTextWithPronunciation(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L560C13-L574C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L560C13-L574C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendTextWithAlias(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L577C13-L588C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L577C13-L588C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendBreak", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L592C13-L595C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L592C13-L595C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendBreak(System.Speech.Synthesis.PromptBreak)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L599C13-L638C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L599C13-L638C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendBreak(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L642C13-L654C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L642C13-L654C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendAudio(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L659C13-L675C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L659C13-L675C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendAudio(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L678C13-L688C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L678C13-L688C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendAudio(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L691C13-L702C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L691C13-L702C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendBookmark(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L707C13-L717C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L707C13-L717C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendPromptBuilder(System.Speech.Synthesis.PromptBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L720C13-L727C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L720C13-L727C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendSsml(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L730C13-L733C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L730C13-L733C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendSsml(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L736C13-L751C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L736C13-L751C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendSsml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L754C13-L757C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L754C13-L757C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendSsmlMarkup(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L763C13-L766C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L763C13-L766C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptBuilder.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L770C20-L815C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L770C20-L815C10" }, { "DocsId": "P:System.Speech.Synthesis.PromptBuilder.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L824C17-L824C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L824C17-L824C45" }, { "DocsId": "P:System.Speech.Synthesis.PromptBuilder.Culture", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L831C17-L831C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L831C17-L831C33" } ], "DocsId": "T:System.Speech.Synthesis.PromptBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Synthesis.PromptEventArgs.Prompt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptEventArgs.cs#L25C17-L25C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptEventArgs.cs#L25C17-L25C32" } ], "DocsId": "T:System.Speech.Synthesis.PromptEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptEventArgs.cs" }, { "Members": [], "DocsId": "T:System.Speech.Synthesis.SpeakStartedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.PromptStyle.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L10C9-L12C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L10C9-L12C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptStyle.#ctor(System.Speech.Synthesis.PromptRate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L13C9-L16C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L13C9-L16C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptStyle.#ctor(System.Speech.Synthesis.PromptVolume)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L17C9-L20C10" }, { "DocsId": "M:System.Speech.Synthesis.PromptStyle.#ctor(System.Speech.Synthesis.PromptEmphasis)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L21C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L21C9-L24C10" }, { "DocsId": "P:System.Speech.Synthesis.PromptStyle.Rate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L35C17-L35C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L35C17-L35C30" }, { "DocsId": "P:System.Speech.Synthesis.PromptStyle.Volume", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L46C17-L46C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L46C17-L46C32" }, { "DocsId": "P:System.Speech.Synthesis.PromptStyle.Emphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L57C17-L57C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L57C17-L57C34" } ], "DocsId": "T:System.Speech.Synthesis.PromptStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.SayAs.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.SpellOut", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.NumberOrdinal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.NumberCardinal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.Date", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.DayMonthYear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.MonthDayYear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.YearMonthDay", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.YearMonth", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.MonthYear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.MonthDay", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.DayMonth", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.Year", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.Month", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.Day", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.Time", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.Time24", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.Time12", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.Telephone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.SayAs.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" } ], "DocsId": "T:System.Speech.Synthesis.SayAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.VoiceGender.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.VoiceGender.NotSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.VoiceGender.Male", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.VoiceGender.Female", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.VoiceGender.Neutral", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" } ], "DocsId": "T:System.Speech.Synthesis.VoiceGender", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.VoiceAge.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.VoiceAge.NotSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.VoiceAge.Child", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.VoiceAge.Teen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.VoiceAge.Adult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.VoiceAge.Senior", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" } ], "DocsId": "T:System.Speech.Synthesis.VoiceAge", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.PromptRate.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptRate.NotSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptRate.ExtraFast", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptRate.Fast", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptRate.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptRate.Slow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptRate.ExtraSlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" } ], "DocsId": "T:System.Speech.Synthesis.PromptRate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.PromptVolume.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptVolume.NotSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptVolume.Silent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptVolume.ExtraSoft", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptVolume.Soft", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptVolume.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptVolume.Loud", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptVolume.ExtraLoud", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptVolume.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" } ], "DocsId": "T:System.Speech.Synthesis.PromptVolume", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.NotSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.Strong", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.Moderate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.Reduced", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" } ], "DocsId": "T:System.Speech.Synthesis.PromptEmphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.PromptBreak.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptBreak.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptBreak.ExtraSmall", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptBreak.Small", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptBreak.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptBreak.Large", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "DocsId": "F:System.Speech.Synthesis.PromptBreak.ExtraLarge", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" } ], "DocsId": "T:System.Speech.Synthesis.PromptBreak", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" }, { "Members": [], "DocsId": "T:System.Speech.Synthesis.SpeakCompletedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeakCompletedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeakCompletedEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Synthesis.SpeakProgressEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L22C17-L22C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L22C17-L22C39" }, { "DocsId": "P:System.Speech.Synthesis.SpeakProgressEventArgs.CharacterPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L29C17-L29C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L29C17-L29C34" }, { "DocsId": "P:System.Speech.Synthesis.SpeakProgressEventArgs.CharacterCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L36C17-L36C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L36C17-L36C34" }, { "DocsId": "P:System.Speech.Synthesis.SpeakProgressEventArgs.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L47C17-L47C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L47C17-L47C30" } ], "DocsId": "T:System.Speech.Synthesis.SpeakProgressEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L18C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L18C9-L20C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L24C13-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L24C13-L25C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L28C13-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L28C13-L30C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SelectVoice(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L37C13-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L37C13-L46C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SelectVoiceByHints(System.Speech.Synthesis.VoiceGender)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L49C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L49C13-L50C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SelectVoiceByHints(System.Speech.Synthesis.VoiceGender,System.Speech.Synthesis.VoiceAge)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L53C13-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L53C13-L54C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SelectVoiceByHints(System.Speech.Synthesis.VoiceGender,System.Speech.Synthesis.VoiceAge,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L57C13-L58C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L57C13-L58C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SelectVoiceByHints(System.Speech.Synthesis.VoiceGender,System.Speech.Synthesis.VoiceAge,System.Int32,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L61C13-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L61C13-L85C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakAsync(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L88C13-L92C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L88C13-L92C27" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakAsync(System.Speech.Synthesis.Prompt)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L96C13-L100C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L96C13-L100C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakSsmlAsync(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L103C13-L107C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L103C13-L107C27" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakAsync(System.Speech.Synthesis.PromptBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L111C13-L115C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L111C13-L115C27" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Speak(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L119C13-L120C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L119C13-L120C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Speak(System.Speech.Synthesis.Prompt)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L123C13-L134C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L123C13-L134C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Speak(System.Speech.Synthesis.PromptBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L137C13-L138C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L137C13-L138C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakSsml(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L141C13-L142C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L141C13-L142C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Pause", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L150C13-L155C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L150C13-L155C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Resume", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L162C13-L167C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L162C13-L167C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakAsyncCancel(System.Speech.Synthesis.Prompt)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L174C13-L177C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L174C13-L177C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakAsyncCancelAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L184C13-L185C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L184C13-L185C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToWaveFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L189C13-L193C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L189C13-L193C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToWaveFile(System.String,System.Speech.AudioFormat.SpeechAudioFormatInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L197C13-L202C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L197C13-L202C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToWaveStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L205C13-L208C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L205C13-L208C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToAudioStream(System.IO.Stream,System.Speech.AudioFormat.SpeechAudioFormatInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L211C13-L215C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L211C13-L215C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToDefaultAudioDevice", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L218C13-L219C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L218C13-L219C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L224C13-L237C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L224C13-L237C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.GetCurrentlySpokenPrompt", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L241C13-L241C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L241C13-L241C44" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.GetInstalledVoices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L245C13-L245C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L245C13-L245C62" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.GetInstalledVoices(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L249C13-L256C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L249C13-L256C65" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.AddLexicon(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L260C13-L263C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L260C13-L263C10" }, { "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.RemoveLexicon(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L266C13-L269C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L266C13-L269C10" }, { "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.SpeakStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L277C17-L279C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L277C17-L279C14" }, { "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.SpeakCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L292C17-L294C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L292C17-L294C14" }, { "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.SpeakProgress", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L307C17-L309C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L307C17-L309C14" }, { "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.BookmarkReached", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L322C17-L324C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L322C17-L324C14" }, { "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.VoiceChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L337C17-L339C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L337C17-L339C14" }, { "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.PhonemeReached", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L354C17-L356C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L354C17-L356C14" }, { "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.VisemeReached", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L369C17-L371C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L369C17-L371C14" }, { "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.StateChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L386C17-L388C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L386C17-L388C14" }, { "DocsId": "P:System.Speech.Synthesis.SpeechSynthesizer.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L406C17-L406C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L406C17-L406C47" }, { "DocsId": "P:System.Speech.Synthesis.SpeechSynthesizer.Rate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L413C17-L413C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L413C17-L413C46" }, { "DocsId": "P:System.Speech.Synthesis.SpeechSynthesizer.Volume", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L428C17-L428C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L428C17-L428C48" }, { "DocsId": "P:System.Speech.Synthesis.SpeechSynthesizer.Voice", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L444C17-L444C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L444C17-L444C70" } ], "DocsId": "T:System.Speech.Synthesis.SpeechSynthesizer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.SynthesizerState.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" }, { "DocsId": "F:System.Speech.Synthesis.SynthesizerState.Ready", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" }, { "DocsId": "F:System.Speech.Synthesis.SynthesizerState.Speaking", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" }, { "DocsId": "F:System.Speech.Synthesis.SynthesizerState.Paused", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" } ], "DocsId": "T:System.Speech.Synthesis.SynthesizerState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.SynthesizerEmphasis.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" }, { "DocsId": "F:System.Speech.Synthesis.SynthesizerEmphasis.Stressed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" }, { "DocsId": "F:System.Speech.Synthesis.SynthesizerEmphasis.Emphasized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" } ], "DocsId": "T:System.Speech.Synthesis.SynthesizerEmphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Synthesis.StateChangedEventArgs.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SynthesizerStateChangedEventArgs.cs#L24C17-L24C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SynthesizerStateChangedEventArgs.cs#L24C17-L24C31" }, { "DocsId": "P:System.Speech.Synthesis.StateChangedEventArgs.PreviousState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SynthesizerStateChangedEventArgs.cs#L31C17-L31C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SynthesizerStateChangedEventArgs.cs#L31C17-L31C39" } ], "DocsId": "T:System.Speech.Synthesis.StateChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/SynthesizerStateChangedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/SynthesizerStateChangedEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Synthesis.VisemeReachedEventArgs.Viseme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L23C19-L23C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L23C19-L23C41" }, { "DocsId": "P:System.Speech.Synthesis.VisemeReachedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L27C19-L27C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L27C19-L27C41" }, { "DocsId": "P:System.Speech.Synthesis.VisemeReachedEventArgs.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L31C19-L31C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L31C19-L31C36" }, { "DocsId": "P:System.Speech.Synthesis.VisemeReachedEventArgs.Emphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L35C19-L35C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L35C19-L35C36" }, { "DocsId": "P:System.Speech.Synthesis.VisemeReachedEventArgs.NextViseme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L39C19-L39C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L39C19-L39C38" } ], "DocsId": "T:System.Speech.Synthesis.VisemeReachedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Synthesis.VoiceChangeEventArgs.Voice", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceChangeEventArgs.cs#L21C17-L21C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceChangeEventArgs.cs#L21C17-L21C31" } ], "DocsId": "T:System.Speech.Synthesis.VoiceChangeEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceChangeEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceChangeEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.VoiceInfo.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L127C13-L132C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L127C13-L132C100" }, { "DocsId": "M:System.Speech.Synthesis.VoiceInfo.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L141C13-L141C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L141C13-L141C40" }, { "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Gender", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L151C17-L151C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L151C17-L151C32" }, { "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Age", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L158C17-L158C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L158C17-L158C29" }, { "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L165C17-L165C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L165C17-L165C30" }, { "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Culture", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L178C17-L178C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L178C17-L178C33" }, { "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L185C17-L185C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L185C17-L185C28" }, { "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L192C17-L192C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L192C17-L192C53" }, { "DocsId": "P:System.Speech.Synthesis.VoiceInfo.SupportedAudioFormats", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L200C17-L200C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L200C17-L200C38" }, { "DocsId": "P:System.Speech.Synthesis.VoiceInfo.AdditionalInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L204C62-L204C151" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L204C62-L204C151" } ], "DocsId": "T:System.Speech.Synthesis.VoiceInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L22C9-L22C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L22C9-L22C56" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.GetOutputFormat(System.Speech.Synthesis.TtsEngine.SpeakOutputFormat,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.AddLexicon(System.Uri,System.String,System.Speech.Synthesis.TtsEngine.ITtsEngineSite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.RemoveLexicon(System.Uri,System.Speech.Synthesis.TtsEngine.ITtsEngineSite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.Speak(System.Speech.Synthesis.TtsEngine.TextFragment[],System.IntPtr,System.Speech.Synthesis.TtsEngine.ITtsEngineSite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.TtsEngineSsml", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.#ctor(System.Int16,System.Int16,System.Int32,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L80C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L80C13-L84C10" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.op_Equality(System.Speech.Synthesis.TtsEngine.SpeechEventInfo,System.Speech.Synthesis.TtsEngine.SpeechEventInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L87C13-L87C169" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L87C13-L87C169" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.op_Inequality(System.Speech.Synthesis.TtsEngine.SpeechEventInfo,System.Speech.Synthesis.TtsEngine.SpeechEventInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L91C13-L91C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L91C13-L91C40" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.Equals(System.Speech.Synthesis.TtsEngine.SpeechEventInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L95C13-L95C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L95C13-L95C34" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L99C13-L104C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L99C13-L104C49" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L108C13-L108C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L108C13-L108C39" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L62C38-L62C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L62C38-L62C54" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.ParameterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L63C44-L63C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L63C44-L63C66" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.Param1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L68C35-L68C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L68C35-L68C50" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.Param2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L73C38-L73C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L73C38-L73C53" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.SpeechEventInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.AddEvents(System.Speech.Synthesis.TtsEngine.SpeechEventInfo[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.Write(System.IntPtr,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.GetSkipInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.CompleteSkip(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.LoadResource(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.EventInterest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.Actions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.Rate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.Volume", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.ITtsEngineSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.TtsEngine.SkipInfo.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L157C9-L159C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L157C9-L159C10" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.SkipInfo.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L139C17-L139C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L139C17-L139C30" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.SkipInfo.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L150C17-L150C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L150C17-L150C31" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.SkipInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.TtsEngine.TextFragment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L207C9-L174C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L207C9-L174C10" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.TextFragment.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L175C44-L175C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L175C44-L175C58" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.TextFragment.TextToSpeak", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L176C43-L176C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L176C43-L176C63" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.TextFragment.TextOffset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L177C39-L177C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L177C39-L177C58" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.TextFragment.TextLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L178C39-L178C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L178C39-L178C58" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.TextFragment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.#ctor(System.Speech.Synthesis.TtsEngine.TtsEngineAction,System.Int32,System.Int32,System.Int32,System.Speech.Synthesis.TtsEngine.SayAs,System.Speech.Synthesis.TtsEngine.Prosody,System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L230C13-L237C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L230C13-L237C10" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.op_Equality(System.Speech.Synthesis.TtsEngine.FragmentState,System.Speech.Synthesis.TtsEngine.FragmentState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L240C13-L240C277" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L240C13-L240C277" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.op_Inequality(System.Speech.Synthesis.TtsEngine.FragmentState,System.Speech.Synthesis.TtsEngine.FragmentState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L244C13-L244C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L244C13-L244C40" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.Equals(System.Speech.Synthesis.TtsEngine.FragmentState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L248C13-L248C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L248C13-L248C34" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L252C13-L257C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L252C13-L257C47" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L261C13-L261C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L261C13-L261C39" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L215C47-L215C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L215C47-L215C62" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.LangId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L216C35-L216C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L216C35-L216C50" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.Emphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L217C37-L217C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L217C37-L217C54" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L218C37-L218C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L218C37-L218C54" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.SayAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L219C36-L219C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L219C36-L219C50" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.Prosody", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L220C40-L220C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L220C40-L220C56" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.Phoneme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L221C39-L221C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L221C39-L221C55" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.FragmentState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.TtsEngine.Prosody.GetContourPoints", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L280C52-L280C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L280C52-L280C74" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.Prosody.SetContourPoints(System.Speech.Synthesis.TtsEngine.ContourPoint[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L283C13-L286C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L283C13-L286C10" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.Prosody.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L287C9-L293C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L287C9-L293C10" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.Prosody.Pitch", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L275C44-L275C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L275C44-L275C58" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.Prosody.Range", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L276C44-L276C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L276C44-L276C58" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.Prosody.Rate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L277C43-L277C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L277C43-L277C56" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.Prosody.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L278C37-L278C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L278C37-L278C54" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.Prosody.Volume", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L279C45-L279C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L279C45-L279C60" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.Prosody", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.#ctor(System.Single,System.Single,System.Speech.Synthesis.TtsEngine.ContourPointChangeType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L322C13-L325C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L322C13-L325C10" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.op_Equality(System.Speech.Synthesis.TtsEngine.ContourPoint,System.Speech.Synthesis.TtsEngine.ContourPoint)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L328C13-L328C140" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L328C13-L328C140" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.op_Inequality(System.Speech.Synthesis.TtsEngine.ContourPoint,System.Speech.Synthesis.TtsEngine.ContourPoint)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L332C13-L332C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L332C13-L332C40" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.Equals(System.Speech.Synthesis.TtsEngine.ContourPoint)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L336C13-L336C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L336C13-L336C34" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L340C13-L345C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L340C13-L345C46" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L349C13-L349C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L349C13-L349C39" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.ContourPoint.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L317C36-L317C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L317C36-L317C50" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.ContourPoint.Change", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L318C37-L318C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L318C37-L318C52" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.ContourPoint.ChangeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L319C58-L319C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L319C58-L319C77" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.ContourPoint", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L366C13-L370C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L366C13-L370C10" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.#ctor(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L373C13-L377C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L373C13-L377C10" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.op_Equality(System.Speech.Synthesis.TtsEngine.ProsodyNumber,System.Speech.Synthesis.TtsEngine.ProsodyNumber)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L380C13-L380C256" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L380C13-L380C256" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.op_Inequality(System.Speech.Synthesis.TtsEngine.ProsodyNumber,System.Speech.Synthesis.TtsEngine.ProsodyNumber)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L384C13-L384C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L384C13-L384C56" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.Equals(System.Speech.Synthesis.TtsEngine.ProsodyNumber)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L388C13-L388C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L388C13-L388C34" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L392C13-L397C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L392C13-L397C47" }, { "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L401C13-L401C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L401C13-L401C39" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyNumber.AbsoluteNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.ProsodyNumber.SsmlAttributeId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L359C44-L359C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L359C44-L359C68" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.ProsodyNumber.IsNumberPercent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L360C45-L360C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L360C45-L360C63" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.ProsodyNumber.Number", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L361C37-L361C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L361C37-L361C52" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.ProsodyNumber.Unit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L362C41-L362C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L362C41-L362C54" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Synthesis.TtsEngine.SayAs.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.SayAs.InterpretAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L412C43-L412C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L412C43-L412C63" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.SayAs.Format", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L413C38-L413C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L413C38-L413C53" }, { "DocsId": "P:System.Speech.Synthesis.TtsEngine.SayAs.Detail", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L414C38-L414C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L414C38-L414C53" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.SayAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.Speak", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.Silence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.Pronounce", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.Bookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.SpellOut", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.StartSentence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.StartParagraph", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.ParseUnknownTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.TtsEngineAction", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.Strong", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.Moderate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.Reduced", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.EmphasisWord", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.ExtraWeak", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.Weak", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.Strong", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.ExtraStrong", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.EmphasisBreak", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.ExtraLow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.High", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.ExtraHigh", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyPitch", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.ExtraLow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.High", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.ExtraHigh", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.ExtraSlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.Slow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.Fast", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.ExtraFast", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyRate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.Silent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.ExtraSoft", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.Soft", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.Loud", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.ExtraLoud", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyVolume", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyUnit.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyUnit.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyUnit.Hz", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyUnit.Semitone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.StartInputStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.EndInputStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.VoiceChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.Bookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.WordBoundary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.Phoneme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.SentenceBoundary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.Viseme", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.AudioLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.TtsEventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.Undefined", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.Token", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.Object", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.Pointer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.String", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.EventParameterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.SpeakOutputFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.SpeakOutputFormat.WaveFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.SpeakOutputFormat.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.SpeakOutputFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ContourPointChangeType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ContourPointChangeType.Hz", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "DocsId": "F:System.Speech.Synthesis.TtsEngine.ContourPointChangeType.Percentage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" } ], "DocsId": "T:System.Speech.Synthesis.TtsEngine.ContourPointChangeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Recognition.AudioLevelUpdatedEventArgs.AudioLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioLevelUpdatedEventArgs.cs#L22C19-L22C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioLevelUpdatedEventArgs.cs#L22C19-L22C38" } ], "DocsId": "T:System.Speech.Recognition.AudioLevelUpdatedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioLevelUpdatedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioLevelUpdatedEventArgs.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" }, { "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" }, { "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.TooNoisy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" }, { "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.NoSignal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" }, { "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.TooLoud", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" }, { "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.TooSoft", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" }, { "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.TooFast", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" }, { "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.TooSlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" } ], "DocsId": "T:System.Speech.Recognition.AudioSignalProblem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Recognition.AudioSignalProblemOccurredEventArgs.AudioSignalProblem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L25C19-L25C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L25C19-L25C46" }, { "DocsId": "P:System.Speech.Recognition.AudioSignalProblemOccurredEventArgs.AudioLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L29C19-L29C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L29C19-L29C38" }, { "DocsId": "P:System.Speech.Recognition.AudioSignalProblemOccurredEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L33C19-L33C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L33C19-L33C41" }, { "DocsId": "P:System.Speech.Recognition.AudioSignalProblemOccurredEventArgs.RecognizerAudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L37C19-L37C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L37C19-L37C46" } ], "DocsId": "T:System.Speech.Recognition.AudioSignalProblemOccurredEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Recognition.AudioState.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioState.cs" }, { "DocsId": "F:System.Speech.Recognition.AudioState.Stopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioState.cs" }, { "DocsId": "F:System.Speech.Recognition.AudioState.Silence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioState.cs" }, { "DocsId": "F:System.Speech.Recognition.AudioState.Speech", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioState.cs" } ], "DocsId": "T:System.Speech.Recognition.AudioState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioState.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Recognition.AudioStateChangedEventArgs.AudioState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioStateChangedEventArgs.cs#L22C19-L22C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioStateChangedEventArgs.cs#L22C19-L22C38" } ], "DocsId": "T:System.Speech.Recognition.AudioStateChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/AudioStateChangedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/AudioStateChangedEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.Choices.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Choices.cs#L81C9-L17C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Choices.cs#L81C9-L17C10" }, { "DocsId": "M:System.Speech.Recognition.Choices.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Choices.cs#L81C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Choices.cs#L81C9-L24C10" }, { "DocsId": "M:System.Speech.Recognition.Choices.#ctor(System.Speech.Recognition.GrammarBuilder[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Choices.cs#L81C9-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Choices.cs#L81C9-L31C10" }, { "DocsId": "M:System.Speech.Recognition.Choices.Add(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Choices.cs#L39C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Choices.cs#L39C13-L47C10" }, { "DocsId": "M:System.Speech.Recognition.Choices.Add(System.Speech.Recognition.GrammarBuilder[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Choices.cs#L51C13-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Choices.cs#L51C13-L59C10" }, { "DocsId": "M:System.Speech.Recognition.Choices.ToGrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Choices.cs#L62C13-L62C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Choices.cs#L62C13-L62C45" } ], "DocsId": "T:System.Speech.Recognition.Choices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Choices.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Choices.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.DictationGrammar.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs#L20C37-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs#L20C37-L22C10" }, { "DocsId": "M:System.Speech.Recognition.DictationGrammar.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs#L25C49-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs#L25C49-L27C10" }, { "DocsId": "M:System.Speech.Recognition.DictationGrammar.SetDictationContext(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs#L34C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs#L34C13-L43C10" } ], "DocsId": "T:System.Speech.Recognition.DictationGrammar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Recognition.EmulateRecognizeCompletedEventArgs.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/EmulateRecognizeCompletedEventArgs.cs#L23C19-L23C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/EmulateRecognizeCompletedEventArgs.cs#L23C19-L23C34" } ], "DocsId": "T:System.Speech.Recognition.EmulateRecognizeCompletedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/EmulateRecognizeCompletedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/EmulateRecognizeCompletedEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L37C15-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L37C15-L39C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L41C15-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L41C15-L43C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.String,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L56C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L56C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L58C15-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L58C15-L60C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L62C15-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L62C15-L64C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L66C15-L68C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L66C15-L68C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L71C15-L73C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L71C15-L73C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.String,System.Uri,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L83C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L85C15-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L85C15-L87C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.IO.Stream,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L89C15-L91C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L89C15-L91C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.IO.Stream,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L93C15-L95C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L93C15-L95C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.IO.Stream,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L98C15-L100C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L98C15-L100C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.IO.Stream,System.String,System.Uri,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L113C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L121C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L131C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L131C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.StgInit(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L134C13-L136C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L134C13-L136C10" }, { "DocsId": "M:System.Speech.Recognition.Grammar.LoadLocalizedGrammarFromType(System.Type,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L146C13-L189C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L146C13-L189C10" }, { "DocsId": "E:System.Speech.Recognition.Grammar.SpeechRecognized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs" }, { "DocsId": "P:System.Speech.Recognition.Grammar.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L200C19-L200C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L200C19-L200C35" }, { "DocsId": "P:System.Speech.Recognition.Grammar.Weight", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L216C19-L216C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L216C19-L216C34" }, { "DocsId": "P:System.Speech.Recognition.Grammar.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L239C19-L239C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L239C19-L239C36" }, { "DocsId": "P:System.Speech.Recognition.Grammar.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L259C19-L259C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L259C19-L259C39" }, { "DocsId": "P:System.Speech.Recognition.Grammar.RuleName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L264C19-L264C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L264C19-L264C36" }, { "DocsId": "P:System.Speech.Recognition.Grammar.Loaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L268C19-L268C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L268C19-L268C63" }, { "DocsId": "P:System.Speech.Recognition.Grammar.IsStg", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L375C19-L375C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L375C19-L375C33" }, { "DocsId": "P:System.Speech.Recognition.Grammar.ResourceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs#L583C17-L583C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs#L583C17-L583C35" } ], "DocsId": "T:System.Speech.Recognition.Grammar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/Grammar.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/Grammar.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L459C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L459C9-L25C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L28C15-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L28C15-L31C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.String,System.Speech.Recognition.SubsetMatchingMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L34C15-L37C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L34C15-L37C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L40C15-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L40C15-L43C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.Speech.Recognition.GrammarBuilder,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L46C15-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L46C15-L49C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.Speech.Recognition.Choices)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L52C15-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L52C15-L55C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.Speech.Recognition.SemanticResultKey)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L58C15-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L58C15-L61C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.Speech.Recognition.SemanticResultValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L64C15-L67C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L64C15-L67C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L77C13-L80C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L77C13-L80C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.String,System.Speech.Recognition.SubsetMatchingMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L84C13-L88C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L84C13-L88C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L92C13-L105C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L92C13-L105C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L111C13-L134C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L111C13-L134C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.Speech.Recognition.Choices)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L140C13-L143C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L140C13-L143C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.Speech.Recognition.SemanticResultKey)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L147C13-L150C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L147C13-L150C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.Speech.Recognition.SemanticResultValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L154C13-L157C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L154C13-L157C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.Speech.Recognition.GrammarBuilder,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L161C13-L176C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L161C13-L176C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.AppendDictation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L182C13-L183C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L182C13-L183C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.AppendDictation(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L187C13-L190C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L187C13-L190C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.AppendWildcard", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L196C13-L197C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L196C13-L197C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.AppendRuleReference(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L204C13-L217C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L204C13-L217C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.AppendRuleReference(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L224C13-L238C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L224C13-L238C10" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Addition(System.String,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L273C13-L273C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L273C13-L273C41" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Add(System.String,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L278C13-L282C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L278C13-L282C28" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Addition(System.Speech.Recognition.GrammarBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L287C13-L287C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L287C13-L287C41" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Add(System.Speech.Recognition.GrammarBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L292C13-L296C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L292C13-L296C28" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Addition(System.Speech.Recognition.Choices,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L301C13-L301C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L301C13-L301C42" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Add(System.Speech.Recognition.Choices,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L306C13-L311C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L306C13-L311C28" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Addition(System.Speech.Recognition.GrammarBuilder,System.Speech.Recognition.Choices)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L316C13-L316C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L316C13-L316C42" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Add(System.Speech.Recognition.GrammarBuilder,System.Speech.Recognition.Choices)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L321C13-L326C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L321C13-L326C28" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Addition(System.Speech.Recognition.GrammarBuilder,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L331C13-L331C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L331C13-L331C44" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Add(System.Speech.Recognition.GrammarBuilder,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L336C13-L341C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L336C13-L341C28" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Implicit(System.String)~System.Speech.Recognition.GrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L343C73-L343C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L343C73-L343C107" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Implicit(System.Speech.Recognition.Choices)~System.Speech.Recognition.GrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L344C75-L344C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L344C75-L344C110" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Implicit(System.Speech.Recognition.SemanticResultKey)~System.Speech.Recognition.GrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L345C89-L345C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L345C89-L345C128" }, { "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Implicit(System.Speech.Recognition.SemanticResultValue)~System.Speech.Recognition.GrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L346C93-L346C134" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L346C93-L346C134" }, { "DocsId": "P:System.Speech.Recognition.GrammarBuilder.DebugShowPhrases", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L243C17-L243C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L243C17-L243C37" }, { "DocsId": "P:System.Speech.Recognition.GrammarBuilder.Culture", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L254C17-L254C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L254C17-L254C33" } ], "DocsId": "T:System.Speech.Recognition.GrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Recognition.LoadGrammarCompletedEventArgs.Grammar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/LoadGrammarCompletedEventArgs.cs#L25C19-L25C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/LoadGrammarCompletedEventArgs.cs#L25C19-L25C35" } ], "DocsId": "T:System.Speech.Recognition.LoadGrammarCompletedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/LoadGrammarCompletedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/LoadGrammarCompletedEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Recognition.RecognizeCompletedEventArgs.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L29C19-L29C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L29C19-L29C34" }, { "DocsId": "P:System.Speech.Recognition.RecognizeCompletedEventArgs.InitialSilenceTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L33C19-L33C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L33C19-L33C49" }, { "DocsId": "P:System.Speech.Recognition.RecognizeCompletedEventArgs.BabbleTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L37C19-L37C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L37C19-L37C41" }, { "DocsId": "P:System.Speech.Recognition.RecognizeCompletedEventArgs.InputStreamEnded", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L41C19-L41C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L41C19-L41C44" }, { "DocsId": "P:System.Speech.Recognition.RecognizeCompletedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L45C19-L45C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L45C19-L45C41" } ], "DocsId": "T:System.Speech.Recognition.RecognizeCompletedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Recognition.RecognizeMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" }, { "DocsId": "F:System.Speech.Recognition.RecognizeMode.Single", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" }, { "DocsId": "F:System.Speech.Recognition.RecognizeMode.Multiple", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" } ], "DocsId": "T:System.Speech.Recognition.RecognizeMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.RecognizerInfo.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L100C13-L102C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L100C13-L102C10" }, { "DocsId": "P:System.Speech.Recognition.RecognizerInfo.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L109C19-L109C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L109C19-L109C30" }, { "DocsId": "P:System.Speech.Recognition.RecognizerInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L113C19-L113C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L113C19-L113C32" }, { "DocsId": "P:System.Speech.Recognition.RecognizerInfo.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L117C19-L117C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L117C19-L117C39" }, { "DocsId": "P:System.Speech.Recognition.RecognizerInfo.Culture", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L121C19-L121C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L121C19-L121C35" }, { "DocsId": "P:System.Speech.Recognition.RecognizerInfo.SupportedAudioFormats", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L125C19-L125C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L125C19-L125C49" }, { "DocsId": "P:System.Speech.Recognition.RecognizerInfo.AdditionalInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L129C19-L129C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L129C19-L129C38" } ], "DocsId": "T:System.Speech.Recognition.RecognizerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Recognition.RecognizerState.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" }, { "DocsId": "F:System.Speech.Recognition.RecognizerState.Stopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" }, { "DocsId": "F:System.Speech.Recognition.RecognizerState.Listening", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" } ], "DocsId": "T:System.Speech.Recognition.RecognizerState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Recognition.StateChangedEventArgs.RecognizerState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerStateChangedEventArgs.cs#L22C19-L22C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerStateChangedEventArgs.cs#L22C19-L22C43" } ], "DocsId": "T:System.Speech.Recognition.StateChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/RecognizerStateChangedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/RecognizerStateChangedEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SemanticResultKey.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs#L24C15-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs#L24C15-L34C10" }, { "DocsId": "M:System.Speech.Recognition.SemanticResultKey.#ctor(System.String,System.Speech.Recognition.GrammarBuilder[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs#L37C15-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs#L37C15-L47C10" }, { "DocsId": "M:System.Speech.Recognition.SemanticResultKey.ToGrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs#L54C13-L54C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs#L54C13-L54C45" } ], "DocsId": "T:System.Speech.Recognition.SemanticResultKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SemanticResultValue.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L14C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L14C9-L19C10" }, { "DocsId": "M:System.Speech.Recognition.SemanticResultValue.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L20C9-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L20C9-L26C10" }, { "DocsId": "M:System.Speech.Recognition.SemanticResultValue.#ctor(System.Speech.Recognition.GrammarBuilder,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L27C9-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L27C9-L33C10" }, { "DocsId": "M:System.Speech.Recognition.SemanticResultValue.ToGrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L40C13-L40C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L40C13-L40C45" } ], "DocsId": "T:System.Speech.Recognition.SemanticResultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Recognition.SpeechDetectedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechDetectedEventArgs.cs#L22C19-L22C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechDetectedEventArgs.cs#L22C19-L22C41" } ], "DocsId": "T:System.Speech.Recognition.SpeechDetectedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechDetectedEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechDetectedEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L21C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L21C9-L24C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.#ctor(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L25C9-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L25C9-L55C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L56C9-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L56C9-L70C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.#ctor(System.Speech.Recognition.RecognizerInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L71C9-L76C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L71C9-L76C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L79C13-L81C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L79C13-L81C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L84C13-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L84C13-L98C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.InstalledRecognizers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L107C13-L130C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L107C13-L130C72" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.SetInputToWaveFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L227C13-L230C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L227C13-L230C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.SetInputToWaveStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L233C13-L234C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L233C13-L234C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.SetInputToAudioStream(System.IO.Stream,System.Speech.AudioFormat.SpeechAudioFormatInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L237C13-L241C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L237C13-L241C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.SetInputToNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L246C13-L247C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L246C13-L247C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.SetInputToDefaultAudioDevice", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L252C13-L253C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L252C13-L253C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.Recognize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L261C13-L261C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L261C13-L261C71" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.Recognize(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L265C13-L270C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L265C13-L270C62" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RecognizeAsync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L276C13-L277C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L276C13-L277C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RecognizeAsync(System.Speech.Recognition.RecognizeMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L282C13-L288C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L282C13-L288C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RecognizeAsyncCancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L293C13-L294C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L293C13-L294C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RecognizeAsyncStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L299C13-L300C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L299C13-L300C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.QueryRecognizerSetting(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L305C13-L305C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L305C13-L305C65" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.UpdateRecognizerSetting(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L309C13-L310C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L309C13-L310C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.UpdateRecognizerSetting(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L313C13-L314C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L313C13-L314C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.LoadGrammar(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L317C13-L318C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L317C13-L318C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.LoadGrammarAsync(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L321C13-L322C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L321C13-L322C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.UnloadGrammar(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L325C13-L326C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L325C13-L326C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.UnloadAllGrammars", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L329C13-L330C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L329C13-L330C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognize(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L333C13-L333C136" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L333C13-L333C136" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognize(System.String,System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L337C13-L342C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L337C13-L342C73" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognize(System.Speech.Recognition.RecognizedWordUnit[],System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L346C13-L351C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L346C13-L351C73" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognizeAsync(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L355C13-L356C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L355C13-L356C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognizeAsync(System.String,System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L359C13-L365C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L359C13-L365C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognizeAsync(System.Speech.Recognition.RecognizedWordUnit[],System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L368C13-L374C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L368C13-L374C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RequestRecognizerUpdate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L379C13-L380C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L379C13-L380C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RequestRecognizerUpdate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L383C13-L384C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L383C13-L384C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RequestRecognizerUpdate(System.Object,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L387C13-L388C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L387C13-L388C10" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.RecognizeCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognizeCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.LoadGrammarCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.SpeechDetected", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.SpeechRecognized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.SpeechRecognitionRejected", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.RecognizerUpdateReached", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.SpeechHypothesized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L417C17-L423C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L417C17-L423C14" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.AudioSignalProblemOccurred", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L441C17-L447C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L441C17-L447C14" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.AudioLevelUpdated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L465C17-L471C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L465C17-L471C14" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.AudioStateChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L489C17-L495C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L489C17-L495C14" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.InitialSilenceTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L141C19-L141C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L141C19-L141C57" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.BabbleTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L147C19-L147C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L147C19-L147C49" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.EndSilenceTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L153C19-L153C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L153C19-L153C127" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.EndSilenceTimeoutAmbiguous", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L166C19-L166C135" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L166C19-L166C135" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.Grammars", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L180C19-L180C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L180C19-L180C44" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.RecognizerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L186C19-L186C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L186C19-L186C50" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.AudioState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L192C19-L192C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L192C19-L192C46" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.AudioLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L198C19-L198C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L198C19-L198C46" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.RecognizerAudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L204C19-L204C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L204C19-L204C59" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L210C19-L210C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L210C19-L210C49" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.AudioFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L214C19-L214C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L214C19-L214C47" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.MaxAlternates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L218C19-L218C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L218C19-L218C49" } ], "DocsId": "T:System.Speech.Recognition.SpeechRecognitionEngine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L17C9-L20C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L23C13-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L23C13-L25C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L28C13-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L28C13-L42C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.LoadGrammar(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L116C13-L117C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L116C13-L117C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.LoadGrammarAsync(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L120C13-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L120C13-L121C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.UnloadGrammar(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L124C13-L125C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L124C13-L125C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.UnloadAllGrammars", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L128C13-L129C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L128C13-L129C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognize(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L132C13-L138C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L132C13-L138C88" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognize(System.String,System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L143C13-L149C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L143C13-L149C88" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognize(System.Speech.Recognition.RecognizedWordUnit[],System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L154C13-L160C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L154C13-L160C88" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognizeAsync(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L165C13-L171C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L165C13-L171C88" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognizeAsync(System.String,System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L176C13-L182C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L176C13-L182C88" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognizeAsync(System.Speech.Recognition.RecognizedWordUnit[],System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L187C13-L193C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L187C13-L193C88" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.RequestRecognizerUpdate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L200C13-L201C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L200C13-L201C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.RequestRecognizerUpdate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L204C13-L205C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L204C13-L205C10" }, { "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.RequestRecognizerUpdate(System.Object,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L208C13-L209C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L208C13-L209C10" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.StateChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.EmulateRecognizeCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.LoadGrammarCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.SpeechDetected", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.SpeechRecognized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.SpeechRecognitionRejected", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.RecognizerUpdateReached", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.SpeechHypothesized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L236C17-L242C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L236C17-L242C14" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.AudioSignalProblemOccurred", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L260C17-L266C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L260C17-L266C14" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.AudioLevelUpdated", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L284C17-L290C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L284C17-L290C14" }, { "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.AudioStateChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L308C17-L314C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L308C17-L314C14" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L51C19-L51C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L51C19-L51C41" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L57C19-L57C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L57C19-L57C43" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.PauseRecognizerOnRecognition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L62C19-L62C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L62C19-L62C64" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.Grammars", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L69C19-L69C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L69C19-L69C44" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.RecognizerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L75C19-L75C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L75C19-L75C50" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.AudioState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L81C19-L81C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L81C19-L81C46" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.AudioLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L87C19-L87C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L87C19-L87C46" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L93C19-L93C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L93C19-L93C49" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.RecognizerAudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L99C19-L99C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L99C19-L99C59" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.AudioFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L103C19-L103C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L103C19-L103C47" }, { "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.MaxAlternates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L107C19-L107C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L107C19-L107C49" } ], "DocsId": "T:System.Speech.Recognition.SpeechRecognizer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SpeechUI.SendTextFeedback(System.Speech.Recognition.RecognitionResult,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechUI.cs#L15C13-L18C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechUI.cs#L15C13-L18C73" } ], "DocsId": "T:System.Speech.Recognition.SpeechUI", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SpeechUI.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SpeechUI.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Recognition.SubsetMatchingMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" }, { "DocsId": "F:System.Speech.Recognition.SubsetMatchingMode.Subsequence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" }, { "DocsId": "F:System.Speech.Recognition.SubsetMatchingMode.OrderedSubset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" }, { "DocsId": "F:System.Speech.Recognition.SubsetMatchingMode.SubsequenceContentRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" }, { "DocsId": "F:System.Speech.Recognition.SubsetMatchingMode.OrderedSubsetContentRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" } ], "DocsId": "T:System.Speech.Recognition.SubsetMatchingMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Recognition.RecognizerUpdateReachedEventArgs.UserToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/UpdateEventArgs.cs#L25C19-L25C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/UpdateEventArgs.cs#L25C19-L25C37" }, { "DocsId": "P:System.Speech.Recognition.RecognizerUpdateReachedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/UpdateEventArgs.cs#L29C19-L29C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/UpdateEventArgs.cs#L29C19-L29C41" } ], "DocsId": "T:System.Speech.Recognition.RecognizerUpdateReachedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/UpdateEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/UpdateEventArgs.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Recognition.RecognitionEventArgs.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs#L20C19-L20C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs#L20C19-L20C34" } ], "DocsId": "T:System.Speech.Recognition.RecognitionEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" }, { "Members": [], "DocsId": "T:System.Speech.Recognition.SpeechRecognizedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" }, { "Members": [], "DocsId": "T:System.Speech.Recognition.SpeechRecognitionRejectedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" }, { "Members": [], "DocsId": "T:System.Speech.Recognition.SpeechHypothesizedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.RecognitionResult.GetAudioForWordRange(System.Speech.Recognition.RecognizedWordUnit,System.Speech.Recognition.RecognizedWordUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L65C13-L68C139" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L65C13-L68C139" }, { "DocsId": "M:System.Speech.Recognition.RecognitionResult.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L74C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L74C13-L113C10" }, { "DocsId": "P:System.Speech.Recognition.RecognitionResult.Audio", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L150C17-L193C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L150C17-L193C31" }, { "DocsId": "P:System.Speech.Recognition.RecognitionResult.Alternates", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L203C17-L203C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L203C17-L203C82" } ], "DocsId": "T:System.Speech.Recognition.RecognitionResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognitionResult.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognitionResult.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.RecognizedAudio.WriteToWaveStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L48C13-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L48C13-L59C10" }, { "DocsId": "M:System.Speech.Recognition.RecognizedAudio.WriteToAudioStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L64C13-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L64C13-L70C10" }, { "DocsId": "M:System.Speech.Recognition.RecognizedAudio.GetRange(System.TimeSpan,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L75C13-L104C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L75C13-L104C119" }, { "DocsId": "P:System.Speech.Recognition.RecognizedAudio.Format", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L23C19-L23C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L23C19-L23C39" }, { "DocsId": "P:System.Speech.Recognition.RecognizedAudio.StartTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L29C19-L29C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L29C19-L29C37" }, { "DocsId": "P:System.Speech.Recognition.RecognizedAudio.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L36C19-L36C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L36C19-L36C41" }, { "DocsId": "P:System.Speech.Recognition.RecognizedAudio.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L42C19-L42C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L42C19-L42C41" } ], "DocsId": "T:System.Speech.Recognition.RecognizedAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedAudio.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedAudio.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.RecognizedPhrase.ConstructSmlFromSemantics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L37C13-L78C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L37C13-L78C29" }, { "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L88C17-L142C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L88C17-L142C30" }, { "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Confidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L149C17-L149C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L149C17-L149C36" }, { "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Words", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L156C17-L211C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L156C17-L211C31" }, { "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Semantics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L220C17-L233C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L220C17-L233C35" }, { "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Homophones", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L242C17-L260C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L242C17-L260C36" }, { "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Grammar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L268C17-L277C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L268C17-L277C33" }, { "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.ReplacementWordUnits", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L284C17-L308C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L284C17-L308C41" }, { "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.HomophoneGroupId", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L315C17-L315C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L315C17-L315C42" } ], "DocsId": "T:System.Speech.Recognition.RecognizedPhrase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.RecognizedWordUnit.#ctor(System.String,System.Single,System.String,System.String,System.Speech.Recognition.DisplayAttributes,System.TimeSpan,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L19C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L19C9-L35C10" }, { "DocsId": "P:System.Speech.Recognition.RecognizedWordUnit.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L46C19-L46C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L46C19-L46C32" }, { "DocsId": "P:System.Speech.Recognition.RecognizedWordUnit.Confidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L52C19-L52C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L52C19-L52C38" }, { "DocsId": "P:System.Speech.Recognition.RecognizedWordUnit.Pronunciation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L58C17-L58C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L58C17-L58C39" }, { "DocsId": "P:System.Speech.Recognition.RecognizedWordUnit.LexicalForm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L63C19-L63C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L63C19-L63C39" }, { "DocsId": "P:System.Speech.Recognition.RecognizedWordUnit.DisplayAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L67C19-L67C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L67C19-L67C45" } ], "DocsId": "T:System.Speech.Recognition.RecognizedWordUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Recognition.DisplayAttributes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" }, { "DocsId": "F:System.Speech.Recognition.DisplayAttributes.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" }, { "DocsId": "F:System.Speech.Recognition.DisplayAttributes.ZeroTrailingSpaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" }, { "DocsId": "F:System.Speech.Recognition.DisplayAttributes.OneTrailingSpace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" }, { "DocsId": "F:System.Speech.Recognition.DisplayAttributes.TwoTrailingSpaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" }, { "DocsId": "F:System.Speech.Recognition.DisplayAttributes.ConsumeLeadingSpaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" } ], "DocsId": "T:System.Speech.Recognition.DisplayAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" }, { "Members": [ { "DocsId": "P:System.Speech.Recognition.ReplacementText.DisplayAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/ReplacementText.cs#L30C17-L30C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/ReplacementText.cs#L30C17-L30C43" }, { "DocsId": "P:System.Speech.Recognition.ReplacementText.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/ReplacementText.cs#L37C17-L37C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/ReplacementText.cs#L37C17-L37C30" }, { "DocsId": "P:System.Speech.Recognition.ReplacementText.FirstWordIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/ReplacementText.cs#L44C17-L44C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/ReplacementText.cs#L44C17-L44C35" }, { "DocsId": "P:System.Speech.Recognition.ReplacementText.CountOfWords", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/ReplacementText.cs#L51C17-L51C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/ReplacementText.cs#L51C17-L51C38" } ], "DocsId": "T:System.Speech.Recognition.ReplacementText", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/ReplacementText.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/ReplacementText.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SemanticValue.#ctor(System.String,System.Object,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L19C9-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L19C9-L27C10" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L30C15-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L30C15-L32C10" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L39C13-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L39C13-L53C10" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L56C13-L56C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L56C13-L56C26" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.Contains(System.Collections.Generic.KeyValuePair{System.String,System.Speech.Recognition.SemanticValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L97C13-L97C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L97C13-L97C97" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L101C13-L101C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L101C13-L101C49" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#Add(System.Collections.Generic.KeyValuePair{System.String,System.Speech.Recognition.SemanticValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L113C13-L113C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L113C13-L113C78" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#Add(System.String,System.Speech.Recognition.SemanticValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L118C13-L118C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L118C13-L118C78" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L123C13-L123C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L123C13-L123C78" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#Remove(System.Collections.Generic.KeyValuePair{System.String,System.Speech.Recognition.SemanticValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L128C13-L128C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L128C13-L128C78" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L133C13-L133C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L133C13-L133C78" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Speech.Recognition.SemanticValue}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L137C13-L138C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L137C13-L138C10" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IEnumerable>#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L141C13-L141C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L141C13-L141C48" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L146C19-L146C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L146C19-L146C31" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L151C19-L151C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L151C19-L151C43" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#get_Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L156C19-L156C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L156C19-L156C45" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L160C13-L160C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L160C13-L160C93" }, { "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#TryGetValue(System.String,System.Speech.Recognition.SemanticValue@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L165C13-L165C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L165C13-L165C60" }, { "DocsId": "P:System.Speech.Recognition.SemanticValue.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L69C17-L69C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L69C17-L69C31" }, { "DocsId": "P:System.Speech.Recognition.SemanticValue.Confidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L82C17-L82C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L82C17-L82C36" }, { "DocsId": "P:System.Speech.Recognition.SemanticValue.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L92C19-L92C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L92C19-L92C43" }, { "DocsId": "P:System.Speech.Recognition.SemanticValue.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L105C19-L105C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L105C19-L105C44" }, { "DocsId": "P:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L146C19-L146C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L146C19-L146C31" }, { "DocsId": "P:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L151C19-L151C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L151C19-L151C43" }, { "DocsId": "P:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs#L156C19-L156C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs#L156C19-L156C45" } ], "DocsId": "T:System.Speech.Recognition.SemanticValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Result/SemanticValue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Result/SemanticValue.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L26C9-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L26C9-L29C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L31C9-L39C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L31C9-L39C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.#ctor(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L40C9-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L40C9-L45C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.#ctor(System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L46C9-L63C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L46C9-L63C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L65C57-L71C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L65C57-L71C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.WriteSrgs(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L78C13-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L78C13-L85C10" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.XmlBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L98C17-L98C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L98C17-L98C41" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Culture", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L116C17-L116C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L116C17-L116C41" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Root", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L136C17-L136C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L136C17-L136C38" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Mode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L154C17-L154C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L154C17-L154C113" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.PhoneticAlphabet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L169C17-L169C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L169C17-L169C72" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Rules", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L186C17-L186C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L186C17-L186C39" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L197C17-L197C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L197C17-L197C42" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Namespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L215C17-L215C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L215C17-L215C43" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.CodeBehind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L233C17-L233C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L233C17-L233C44" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Debug", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L244C17-L244C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L244C17-L244C39" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Script", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L259C17-L259C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L259C17-L259C40" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.ImportNamespaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L275C17-L275C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L275C17-L275C50" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.AssemblyReferences", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L286C17-L286C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L286C17-L286C52" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode.Voice", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode.Dtmf", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet.Sapi", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet.Ipa", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet.Ups", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsElement.cs#L18C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsElement.cs#L18C9-L20C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsElement.System#Speech#Internal#SrgsParser#IElement#PostParse(System.Speech.Internal.SrgsParser.IElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsElement.cs#L48C9-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsElement.cs#L48C9-L48C10" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsElement.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.Compile(System.String,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L24C13-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L24C13-L31C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.Compile(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L38C13-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L38C13-L42C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.Compile(System.Xml.XmlReader,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L49C13-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L49C13-L53C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.CompileClassLibrary(System.String[],System.String,System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L60C13-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L60C13-L87C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.CompileClassLibrary(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.String,System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L94C13-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L94C13-L98C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.CompileClassLibrary(System.Xml.XmlReader,System.String,System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L105C13-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L105C13-L109C10" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L306C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L306C9-L23C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L25C15-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L25C15-L30C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsElement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L32C15-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L32C15-L44C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L46C15-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L46C15-L49C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L51C15-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L51C15-L54C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.Int32,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L58C15-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L58C15-L61C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.Int32,System.Int32,System.Speech.Recognition.SrgsGrammar.SrgsElement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L63C15-L66C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L63C15-L66C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.SetRepeat(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L74C13-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L74C13-L79C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.SetRepeat(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L83C13-L99C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L83C13-L99C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.Add(System.Speech.Recognition.SrgsGrammar.SrgsElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L102C13-L105C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L102C13-L105C10" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsItem.Elements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L114C17-L114C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L114C17-L114C34" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsItem.RepeatProbability", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L122C17-L122C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L122C17-L122C43" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsItem.MinRepeat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L139C17-L139C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L139C17-L139C62" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsItem.MaxRepeat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L147C17-L147C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L147C17-L147C62" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsItem.Weight", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L154C17-L154C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L154C17-L154C32" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L18C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L18C9-L20C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L21C9-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L21C9-L26C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L28C15-L31C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L28C15-L31C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.System#Speech#Internal#SrgsParser#IPropertyTag#NameValue(System.Speech.Internal.SrgsParser.IElement,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L128C13-L130C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L128C13-L130C10" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L41C17-L41C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L41C17-L41C30" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L54C19-L54C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L54C19-L54C33" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsOneOf.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L126C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L126C9-L21C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsOneOf.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L23C15-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L23C15-L36C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsOneOf.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsItem[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L38C15-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L38C15-L52C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsOneOf.Add(System.Speech.Recognition.SrgsGrammar.SrgsItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L59C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L59C13-L62C10" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsOneOf.Items", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L73C17-L73C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L73C17-L73C31" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsOneOf", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRule.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L26C15-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L26C15-L30C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRule.#ctor(System.String,System.Speech.Recognition.SrgsGrammar.SrgsElement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L32C15-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L32C15-L47C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRule.Add(System.Speech.Recognition.SrgsGrammar.SrgsElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L54C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L54C13-L57C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRule.System#Speech#Internal#SrgsParser#IElement#PostParse(System.Speech.Internal.SrgsParser.IElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L315C13-L316C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L315C13-L316C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRule.System#Speech#Internal#SrgsParser#IRule#CreateScript(System.Speech.Internal.SrgsParser.IGrammar,System.String,System.String,System.Speech.Internal.SrgsParser.RuleMethodScript)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L323C21-L343C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L323C21-L343C10" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.Elements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L66C17-L66C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L66C17-L66C34" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L73C17-L73C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L73C17-L73C28" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L85C17-L85C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L85C17-L85C31" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.BaseClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L101C17-L101C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L101C17-L101C35" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.Script", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L119C17-L119C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L119C17-L119C32" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.OnInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L135C17-L135C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L135C17-L135C32" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.OnParse", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L151C17-L151C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L151C17-L151C33" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.OnError", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L167C17-L167C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L167C17-L167C33" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.OnRecognition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L183C17-L183C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L183C17-L183C39" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" }, { "Members": [ { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleScope.Public", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleScope.Private", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsRuleScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L19C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L19C9-L22C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L23C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L23C9-L28C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Uri,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L29C9-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L29C9-L34C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Uri,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L35C9-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L35C9-L40C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L41C9-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L41C9-L46C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsRule,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L48C15-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L48C15-L53C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsRule,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L55C15-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L55C15-L61C10" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Null", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Void", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Garbage", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Dictation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" }, { "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.MnemonicSpelling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L86C17-L86C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L86C17-L86C29" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.SemanticKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L97C17-L97C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L97C17-L97C37" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Params", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L108C17-L108C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L108C17-L108C32" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRulesCollection.Add(System.Speech.Recognition.SrgsGrammar.SrgsRule[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs#L14C13-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs#L14C13-L24C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRulesCollection.GetKeyForItem(System.Speech.Recognition.SrgsGrammar.SrgsRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs#L27C13-L29C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs#L27C13-L29C28" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRulesCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsRulesCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L98C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L98C9-L19C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L98C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L98C9-L25C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag.System#Speech#Internal#SrgsParser#ISemanticTag#Content(System.Speech.Internal.SrgsParser.IElement,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L91C13-L92C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L91C13-L92C10" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag.Script", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L34C17-L34C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L34C17-L34C32" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsSubset.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L19C15-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L19C15-L21C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsSubset.#ctor(System.String,System.Speech.Recognition.SubsetMatchingMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L22C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L22C9-L35C10" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsSubset.MatchingMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L44C17-L44C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L44C17-L44C35" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsSubset.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L60C17-L60C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L60C17-L60C30" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsSubset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsText.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs#L67C9-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs#L67C9-L18C10" }, { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsText.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs#L67C9-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs#L67C9-L24C10" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsText.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs#L33C17-L33C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs#L33C17-L33C30" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsText", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs" }, { "Members": [ { "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsToken.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L161C9-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L161C9-L23C10" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsToken.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L32C17-L32C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L32C17-L32C30" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsToken.Pronunciation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L51C17-L51C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L51C17-L51C39" }, { "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsToken.Display", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L63C17-L63C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L63C17-L63C33" } ], "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs" }, { "Members": [ { "DocsId": "F:System.Speech.AudioFormat.EncodingFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" }, { "DocsId": "F:System.Speech.AudioFormat.EncodingFormat.Pcm", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" }, { "DocsId": "F:System.Speech.AudioFormat.EncodingFormat.ALaw", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" }, { "DocsId": "F:System.Speech.AudioFormat.EncodingFormat.ULaw", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" } ], "DocsId": "T:System.Speech.AudioFormat.EncodingFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" }, { "Members": [ { "DocsId": "M:System.Speech.AudioFormat.SpeechAudioFormatInfo.#ctor(System.Speech.AudioFormat.EncodingFormat,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L63C15-L76C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L63C15-L76C10" }, { "DocsId": "M:System.Speech.AudioFormat.SpeechAudioFormatInfo.#ctor(System.Int32,System.Speech.AudioFormat.AudioBitsPerSample,System.Speech.AudioFormat.AudioChannel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L78C15-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L78C15-L83C10" }, { "DocsId": "M:System.Speech.AudioFormat.SpeechAudioFormatInfo.FormatSpecificData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L101C46-L101C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L101C46-L101C89" }, { "DocsId": "M:System.Speech.AudioFormat.SpeechAudioFormatInfo.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L104C13-L130C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L104C13-L130C25" }, { "DocsId": "M:System.Speech.AudioFormat.SpeechAudioFormatInfo.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L134C13-L134C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L134C13-L134C57" }, { "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.AverageBytesPerSecond", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L89C50-L89C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L89C50-L89C80" }, { "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.BitsPerSample", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L91C42-L91C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L91C42-L91C64" }, { "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.BlockAlign", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L93C39-L93C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L93C39-L93C58" }, { "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.EncodingFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L94C54-L94C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L94C54-L94C77" }, { "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.ChannelCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L95C41-L95C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L95C41-L95C62" }, { "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.SamplesPerSecond", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L96C45-L96C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L96C45-L96C70" } ], "DocsId": "T:System.Speech.AudioFormat.SpeechAudioFormatInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" }, { "Members": [ { "DocsId": "F:System.Speech.AudioFormat.AudioChannel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" }, { "DocsId": "F:System.Speech.AudioFormat.AudioChannel.Mono", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" }, { "DocsId": "F:System.Speech.AudioFormat.AudioChannel.Stereo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" } ], "DocsId": "T:System.Speech.AudioFormat.AudioChannel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" }, { "Members": [ { "DocsId": "F:System.Speech.AudioFormat.AudioBitsPerSample.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" }, { "DocsId": "F:System.Speech.AudioFormat.AudioBitsPerSample.Eight", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" }, { "DocsId": "F:System.Speech.AudioFormat.AudioBitsPerSample.Sixteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" } ], "DocsId": "T:System.Speech.AudioFormat.AudioBitsPerSample", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Text.Encoding.CodePages.json b/xml/SourceLinkInformation/net-9.0-pp/System.Text.Encoding.CodePages.json index 1b13a1e2a39..d620ea19b32 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Text.Encoding.CodePages.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Text.Encoding.CodePages.json @@ -1,29 +1,29 @@ { "Assembly": "System.Text.Encoding.CodePages", - "GUID": "87012F4E6C6F560B7D372E8F2A159361FFFFFFFF", + "GUID": "39871BDF254D648E8EC4E8F2131EC9BAFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Text.CodePagesEncodingProvider.GetEncoding(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encoding.CodePages/src/System/Text/CodePagesEncodingProvider.cs#L27C17-L83C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encoding.CodePages/src/System/Text/CodePagesEncodingProvider.cs#L27C17-L83C10" }, { "DocsId": "M:System.Text.CodePagesEncodingProvider.GetEncoding(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encoding.CodePages/src/System/Text/CodePagesEncodingProvider.cs#L87C13-L91C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encoding.CodePages/src/System/Text/CodePagesEncodingProvider.cs#L87C13-L91C42" }, { "DocsId": "M:System.Text.CodePagesEncodingProvider.GetEncodings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encoding.CodePages/src/System/Text/CodePagesEncodingProvider.netcoreapp.cs#L10C108-L10C147" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encoding.CodePages/src/System/Text/CodePagesEncodingProvider.netcoreapp.cs#L10C108-L10C147" }, { "DocsId": "P:System.Text.CodePagesEncodingProvider.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encoding.CodePages/src/System/Text/CodePagesEncodingProvider.cs#L21C19-L21C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encoding.CodePages/src/System/Text/CodePagesEncodingProvider.cs#L21C19-L21C38" } ], "DocsId": "T:System.Text.CodePagesEncodingProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encoding.CodePages/src/System/Text/CodePagesEncodingProvider.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encoding.CodePages/src/System/Text/CodePagesEncodingProvider.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Text.Encodings.Web.json b/xml/SourceLinkInformation/net-9.0-pp/System.Text.Encodings.Web.json index 96d70d52c63..f8b8c3c48e9 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Text.Encodings.Web.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Text.Encodings.Web.json @@ -1,869 +1,869 @@ { "Assembly": "System.Text.Encodings.Web", - "GUID": "8C91CF62F817D21868EE88A482AE4364FFFFFFFF", + "GUID": "A2552831B1934A1B4D8B9B8520017637FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Text.Unicode.UnicodeRange.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRange.cs#L21C9-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRange.cs#L21C9-L36C10" }, { "DocsId": "M:System.Text.Unicode.UnicodeRange.Create(System.Char,System.Char)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRange.cs#L56C13-L61C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRange.cs#L56C13-L61C96" }, { "DocsId": "P:System.Text.Unicode.UnicodeRange.FirstCodePoint", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRange.cs#L41C37-L41C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRange.cs#L41C37-L41C41" }, { "DocsId": "P:System.Text.Unicode.UnicodeRange.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRange.cs#L46C29-L46C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRange.cs#L46C29-L46C33" } ], "DocsId": "T:System.Text.Unicode.UnicodeRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRange.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRange.cs" }, { "Members": [ { "DocsId": "P:System.Text.Unicode.UnicodeRanges.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.cs#L19C44-L19C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.cs#L19C44-L19C80" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.cs#L26C43-L26C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.cs#L26C43-L26C92" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.BasicLatin", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L20C50-L20C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L20C50-L20C116" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Latin1Supplement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L29C56-L29C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L29C56-L29C122" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.LatinExtendedA", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L38C54-L38C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L38C54-L38C120" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.LatinExtendedB", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L47C54-L47C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L47C54-L47C120" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.IpaExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L56C53-L56C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L56C53-L56C119" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.SpacingModifierLetters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L65C62-L65C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L65C62-L65C128" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CombiningDiacriticalMarks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L74C65-L74C131" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L74C65-L74C131" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.GreekandCoptic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L83C54-L83C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L83C54-L83C120" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Cyrillic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L92C48-L92C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L92C48-L92C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CyrillicSupplement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L101C58-L101C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L101C58-L101C124" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Armenian", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L110C48-L110C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L110C48-L110C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Hebrew", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L119C46-L119C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L119C46-L119C112" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Arabic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L128C46-L128C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L128C46-L128C112" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Syriac", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L137C46-L137C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L137C46-L137C112" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.ArabicSupplement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L146C56-L146C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L146C56-L146C122" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Thaana", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L155C46-L155C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L155C46-L155C112" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.NKo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L164C43-L164C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L164C43-L164C109" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Samaritan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L173C49-L173C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L173C49-L173C115" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Mandaic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L182C47-L182C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L182C47-L182C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.SyriacSupplement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L191C56-L191C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L191C56-L191C122" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.ArabicExtendedB", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L200C55-L200C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L200C55-L200C121" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.ArabicExtendedA", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L209C55-L209C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L209C55-L209C121" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Devanagari", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L218C50-L218C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L218C50-L218C116" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Bengali", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L227C47-L227C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L227C47-L227C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Gurmukhi", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L236C48-L236C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L236C48-L236C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Gujarati", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L245C48-L245C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L245C48-L245C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Oriya", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L254C45-L254C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L254C45-L254C111" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Tamil", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L263C45-L263C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L263C45-L263C111" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Telugu", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L272C46-L272C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L272C46-L272C112" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Kannada", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L281C47-L281C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L281C47-L281C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Malayalam", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L290C49-L290C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L290C49-L290C115" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Sinhala", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L299C47-L299C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L299C47-L299C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Thai", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L308C44-L308C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L308C44-L308C110" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Lao", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L317C43-L317C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L317C43-L317C109" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Tibetan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L326C47-L326C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L326C47-L326C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Myanmar", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L335C47-L335C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L335C47-L335C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Georgian", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L344C48-L344C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L344C48-L344C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.HangulJamo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L353C50-L353C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L353C50-L353C116" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Ethiopic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L362C48-L362C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L362C48-L362C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.EthiopicSupplement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L371C58-L371C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L371C58-L371C124" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Cherokee", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L380C48-L380C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L380C48-L380C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.UnifiedCanadianAboriginalSyllabics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L389C74-L389C140" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L389C74-L389C140" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Ogham", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L398C45-L398C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L398C45-L398C111" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Runic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L407C45-L407C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L407C45-L407C111" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Tagalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L416C47-L416C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L416C47-L416C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Hanunoo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L425C47-L425C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L425C47-L425C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Buhid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L434C45-L434C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L434C45-L434C111" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Tagbanwa", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L443C48-L443C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L443C48-L443C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Khmer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L452C45-L452C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L452C45-L452C111" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Mongolian", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L461C49-L461C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L461C49-L461C115" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.UnifiedCanadianAboriginalSyllabicsExtended", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L470C82-L470C148" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L470C82-L470C148" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Limbu", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L479C45-L479C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L479C45-L479C111" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.TaiLe", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L488C45-L488C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L488C45-L488C111" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.NewTaiLue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L497C49-L497C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L497C49-L497C115" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.KhmerSymbols", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L506C52-L506C118" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L506C52-L506C118" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Buginese", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L515C48-L515C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L515C48-L515C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.TaiTham", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L524C47-L524C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L524C47-L524C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CombiningDiacriticalMarksExtended", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L533C73-L533C139" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L533C73-L533C139" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Balinese", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L542C48-L542C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L542C48-L542C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Sundanese", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L551C49-L551C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L551C49-L551C115" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Batak", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L560C45-L560C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L560C45-L560C111" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Lepcha", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L569C46-L569C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L569C46-L569C112" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.OlChiki", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L578C47-L578C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L578C47-L578C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CyrillicExtendedC", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L587C57-L587C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L587C57-L587C123" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.GeorgianExtended", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L596C56-L596C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L596C56-L596C122" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.SundaneseSupplement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L605C59-L605C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L605C59-L605C125" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.VedicExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L614C55-L614C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L614C55-L614C121" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.PhoneticExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L623C58-L623C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L623C58-L623C124" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.PhoneticExtensionsSupplement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L632C68-L632C134" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L632C68-L632C134" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CombiningDiacriticalMarksSupplement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L641C75-L641C141" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L641C75-L641C141" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.LatinExtendedAdditional", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L650C63-L650C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L650C63-L650C129" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.GreekExtended", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L659C53-L659C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L659C53-L659C119" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.GeneralPunctuation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L668C58-L668C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L668C58-L668C124" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.SuperscriptsandSubscripts", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L677C65-L677C131" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L677C65-L677C131" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CurrencySymbols", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L686C55-L686C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L686C55-L686C121" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CombiningDiacriticalMarksforSymbols", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L695C75-L695C141" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L695C75-L695C141" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.LetterlikeSymbols", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L704C57-L704C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L704C57-L704C123" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.NumberForms", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L713C51-L713C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L713C51-L713C117" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Arrows", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L722C46-L722C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L722C46-L722C112" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.MathematicalOperators", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L731C61-L731C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L731C61-L731C127" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.MiscellaneousTechnical", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L740C62-L740C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L740C62-L740C128" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.ControlPictures", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L749C55-L749C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L749C55-L749C121" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.OpticalCharacterRecognition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L758C67-L758C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L758C67-L758C133" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.EnclosedAlphanumerics", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L767C61-L767C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L767C61-L767C127" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.BoxDrawing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L776C50-L776C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L776C50-L776C116" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.BlockElements", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L785C53-L785C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L785C53-L785C119" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.GeometricShapes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L794C55-L794C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L794C55-L794C121" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.MiscellaneousSymbols", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L803C60-L803C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L803C60-L803C126" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Dingbats", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L812C48-L812C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L812C48-L812C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.MiscellaneousMathematicalSymbolsA", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L821C73-L821C139" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L821C73-L821C139" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.SupplementalArrowsA", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L830C59-L830C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L830C59-L830C125" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.BraillePatterns", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L839C55-L839C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L839C55-L839C121" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.SupplementalArrowsB", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L848C59-L848C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L848C59-L848C125" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.MiscellaneousMathematicalSymbolsB", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L857C73-L857C139" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L857C73-L857C139" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.SupplementalMathematicalOperators", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L866C73-L866C139" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L866C73-L866C139" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.MiscellaneousSymbolsandArrows", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L875C69-L875C135" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L875C69-L875C135" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Glagolitic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L884C50-L884C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L884C50-L884C116" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.LatinExtendedC", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L893C54-L893C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L893C54-L893C120" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Coptic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L902C46-L902C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L902C46-L902C112" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.GeorgianSupplement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L911C58-L911C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L911C58-L911C124" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Tifinagh", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L920C48-L920C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L920C48-L920C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.EthiopicExtended", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L929C56-L929C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L929C56-L929C122" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CyrillicExtendedA", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L938C57-L938C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L938C57-L938C123" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.SupplementalPunctuation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L947C63-L947C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L947C63-L947C129" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CjkRadicalsSupplement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L956C61-L956C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L956C61-L956C127" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.KangxiRadicals", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L965C54-L965C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L965C54-L965C120" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.IdeographicDescriptionCharacters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L974C72-L974C138" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L974C72-L974C138" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CjkSymbolsandPunctuation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L983C64-L983C130" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L983C64-L983C130" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Hiragana", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L992C48-L992C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L992C48-L992C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Katakana", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1001C48-L1001C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1001C48-L1001C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Bopomofo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1010C48-L1010C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1010C48-L1010C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.HangulCompatibilityJamo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1019C63-L1019C129" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1019C63-L1019C129" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Kanbun", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1028C46-L1028C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1028C46-L1028C112" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.BopomofoExtended", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1037C56-L1037C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1037C56-L1037C122" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CjkStrokes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1046C50-L1046C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1046C50-L1046C116" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.KatakanaPhoneticExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1055C66-L1055C132" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1055C66-L1055C132" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.EnclosedCjkLettersandMonths", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1064C67-L1064C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1064C67-L1064C133" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CjkCompatibility", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1073C56-L1073C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1073C56-L1073C122" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CjkUnifiedIdeographsExtensionA", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1082C70-L1082C136" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1082C70-L1082C136" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.YijingHexagramSymbols", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1091C61-L1091C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1091C61-L1091C127" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CjkUnifiedIdeographs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1100C60-L1100C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1100C60-L1100C126" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.YiSyllables", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1109C51-L1109C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1109C51-L1109C117" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.YiRadicals", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1118C50-L1118C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1118C50-L1118C116" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Lisu", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1127C44-L1127C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1127C44-L1127C110" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Vai", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1136C43-L1136C109" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1136C43-L1136C109" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CyrillicExtendedB", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1145C57-L1145C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1145C57-L1145C123" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Bamum", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1154C45-L1154C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1154C45-L1154C111" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.ModifierToneLetters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1163C59-L1163C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1163C59-L1163C125" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.LatinExtendedD", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1172C54-L1172C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1172C54-L1172C120" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.SylotiNagri", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1181C51-L1181C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1181C51-L1181C117" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CommonIndicNumberForms", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1190C62-L1190C128" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1190C62-L1190C128" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Phagspa", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1199C47-L1199C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1199C47-L1199C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Saurashtra", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1208C50-L1208C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1208C50-L1208C116" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.DevanagariExtended", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1217C58-L1217C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1217C58-L1217C124" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.KayahLi", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1226C47-L1226C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1226C47-L1226C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Rejang", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1235C46-L1235C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1235C46-L1235C112" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.HangulJamoExtendedA", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1244C59-L1244C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1244C59-L1244C125" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Javanese", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1253C48-L1253C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1253C48-L1253C114" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.MyanmarExtendedB", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1262C56-L1262C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1262C56-L1262C122" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Cham", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1271C44-L1271C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1271C44-L1271C110" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.MyanmarExtendedA", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1280C56-L1280C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1280C56-L1280C122" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.TaiViet", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1289C47-L1289C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1289C47-L1289C113" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.MeeteiMayekExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1298C61-L1298C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1298C61-L1298C127" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.EthiopicExtendedA", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1307C57-L1307C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1307C57-L1307C123" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.LatinExtendedE", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1316C54-L1316C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1316C54-L1316C120" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CherokeeSupplement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1325C58-L1325C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1325C58-L1325C124" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.MeeteiMayek", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1334C51-L1334C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1334C51-L1334C117" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.HangulSyllables", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1343C55-L1343C121" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1343C55-L1343C121" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.HangulJamoExtendedB", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1352C59-L1352C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1352C59-L1352C125" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CjkCompatibilityIdeographs", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1361C66-L1361C132" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1361C66-L1361C132" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.AlphabeticPresentationForms", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1370C67-L1370C133" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1370C67-L1370C133" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.ArabicPresentationFormsA", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1379C64-L1379C130" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1379C64-L1379C130" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.VariationSelectors", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1388C58-L1388C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1388C58-L1388C124" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.VerticalForms", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1397C53-L1397C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1397C53-L1397C119" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CombiningHalfMarks", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1406C58-L1406C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1406C58-L1406C124" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.CjkCompatibilityForms", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1415C61-L1415C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1415C61-L1415C127" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.SmallFormVariants", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1424C57-L1424C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1424C57-L1424C123" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.ArabicPresentationFormsB", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1433C64-L1433C130" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1433C64-L1433C130" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.HalfwidthandFullwidthForms", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1442C66-L1442C132" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1442C66-L1442C132" }, { "DocsId": "P:System.Text.Unicode.UnicodeRanges.Specials", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1451C48-L1451C114" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.generated.cs#L1451C48-L1451C114" } ], "DocsId": "T:System.Text.Unicode.UnicodeRanges", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Unicode/UnicodeRanges.cs" }, { "Members": [ { "DocsId": "M:System.Text.Encodings.Web.HtmlEncoder.Create(System.Text.Encodings.Web.TextEncoderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/HtmlEncoder.cs#L25C13-L25C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/HtmlEncoder.cs#L25C13-L25C53" }, { "DocsId": "M:System.Text.Encodings.Web.HtmlEncoder.Create(System.Text.Unicode.UnicodeRange[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/HtmlEncoder.cs#L36C13-L36C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/HtmlEncoder.cs#L36C13-L36C83" }, { "DocsId": "M:System.Text.Encodings.Web.HtmlEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/HtmlEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/HtmlEncoder.cs" }, { "DocsId": "P:System.Text.Encodings.Web.HtmlEncoder.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/HtmlEncoder.cs#L16C46-L16C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/HtmlEncoder.cs#L16C46-L16C84" } ], "DocsId": "T:System.Text.Encodings.Web.HtmlEncoder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/HtmlEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/HtmlEncoder.cs" }, { "Members": [ { "DocsId": "M:System.Text.Encodings.Web.JavaScriptEncoder.Create(System.Text.Encodings.Web.TextEncoderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs#L45C13-L45C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs#L45C13-L45C59" }, { "DocsId": "M:System.Text.Encodings.Web.JavaScriptEncoder.Create(System.Text.Unicode.UnicodeRange[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs#L56C13-L56C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs#L56C13-L56C89" }, { "DocsId": "M:System.Text.Encodings.Web.JavaScriptEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs" }, { "DocsId": "P:System.Text.Encodings.Web.JavaScriptEncoder.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs#L16C52-L16C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs#L16C52-L16C96" }, { "DocsId": "P:System.Text.Encodings.Web.JavaScriptEncoder.UnsafeRelaxedJsonEscaping", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs#L36C70-L36C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs#L36C70-L36C125" } ], "DocsId": "T:System.Text.Encodings.Web.JavaScriptEncoder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/JavaScriptEncoder.cs" }, { "Members": [ { "DocsId": "M:System.Text.Encodings.Web.TextEncoder.TryEncodeUnicodeScalar(System.Int32,System.Char*,System.Int32,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoder.FindFirstCharacterToEncode(System.Char*,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoder.WillEncode(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoder.Encode(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L131C13-L145C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L131C13-L145C80" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoder.Encode(System.IO.TextWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L194C13-L195C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L194C13-L195C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoder.Encode(System.IO.TextWriter,System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L206C13-L230C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L206C13-L230C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoder.Encode(System.IO.TextWriter,System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L241C13-L263C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L241C13-L263C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoder.EncodeUtf8(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int32@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L292C13-L318C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L292C13-L318C27" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoder.Encode(System.ReadOnlySpan{System.Char},System.Span{System.Char},System.Int32@,System.Int32@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L422C13-L448C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L422C13-L448C27" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoder.FindFirstCharacterToEncodeUtf8(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L561C13-L573C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs#L561C13-L573C87" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" }, { "DocsId": "P:System.Text.Encodings.Web.TextEncoder.MaxOutputCharactersPerInputCharacter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" } ], "DocsId": "T:System.Text.Encodings.Web.TextEncoder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoder.cs" }, { "Members": [ { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L20C9-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L20C9-L22C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.#ctor(System.Text.Encodings.Web.TextEncoderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L27C9-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L27C9-L35C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.#ctor(System.Text.Unicode.UnicodeRange[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L41C9-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L41C9-L49C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.AllowCharacter(System.Char)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L56C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L56C13-L57C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.AllowCharacters(System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L64C13-L73C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L64C13-L73C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.AllowCodePoints(System.Collections.Generic.IEnumerable{System.Int32})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L80C13-L93C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L80C13-L93C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.AllowRange(System.Text.Unicode.UnicodeRange)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L100C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L100C13-L113C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.AllowRanges(System.Text.Unicode.UnicodeRange[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L120C13-L129C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L120C13-L129C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L136C13-L137C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L136C13-L137C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.ForbidCharacter(System.Char)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L144C13-L145C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L144C13-L145C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.ForbidCharacters(System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L152C13-L161C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L152C13-L161C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.ForbidRange(System.Text.Unicode.UnicodeRange)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L168C13-L181C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L168C13-L181C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.ForbidRanges(System.Text.Unicode.UnicodeRange[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L188C13-L197C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs#L188C13-L197C10" }, { "DocsId": "M:System.Text.Encodings.Web.TextEncoderSettings.GetAllowedCodePoints", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs" } ], "DocsId": "T:System.Text.Encodings.Web.TextEncoderSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/TextEncoderSettings.cs" }, { "Members": [ { "DocsId": "M:System.Text.Encodings.Web.UrlEncoder.Create(System.Text.Encodings.Web.TextEncoderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UrlEncoder.cs#L25C13-L25C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UrlEncoder.cs#L25C13-L25C52" }, { "DocsId": "M:System.Text.Encodings.Web.UrlEncoder.Create(System.Text.Unicode.UnicodeRange[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UrlEncoder.cs#L36C13-L36C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UrlEncoder.cs#L36C13-L36C82" }, { "DocsId": "M:System.Text.Encodings.Web.UrlEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UrlEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UrlEncoder.cs" }, { "DocsId": "P:System.Text.Encodings.Web.UrlEncoder.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UrlEncoder.cs#L16C45-L16C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UrlEncoder.cs#L16C45-L16C82" } ], "DocsId": "T:System.Text.Encodings.Web.UrlEncoder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UrlEncoder.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Encodings.Web/src/System/Text/Encodings/Web/UrlEncoder.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Text.Json.json b/xml/SourceLinkInformation/net-9.0-pp/System.Text.Json.json index 3e27b4b6d18..13b98b8a834 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Text.Json.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Text.Json.json @@ -1,4523 +1,4523 @@ { "Assembly": "System.Text.Json", - "GUID": "3CCC4842B08E02F58745A6A0014E0CB7FFFFFFFF", + "GUID": "F617F6B1D139B8C8AD1434785CB85A8DFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Runtime.InteropServices.JsonMarshal.GetRawUtf8Value(System.Text.Json.JsonElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Runtime/InteropServices/JsonMarshal.cs#L27C13-L27C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Runtime/InteropServices/JsonMarshal.cs#L27C13-L27C47" }, { "DocsId": "M:System.Runtime.InteropServices.JsonMarshal.GetRawUtf8PropertyName(System.Text.Json.JsonProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Runtime/InteropServices/JsonMarshal.cs#L46C13-L46C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Runtime/InteropServices/JsonMarshal.cs#L46C13-L46C38" } ], "DocsId": "T:System.Runtime.InteropServices.JsonMarshal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Runtime/InteropServices/JsonMarshal.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Runtime/InteropServices/JsonMarshal.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.JsonNamingPolicy.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonNamingPolicy.cs#L19C9-L19C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonNamingPolicy.cs#L19C9-L19C41" }, { "DocsId": "M:System.Text.Json.JsonNamingPolicy.ConvertName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonNamingPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonNamingPolicy.cs" }, { "DocsId": "P:System.Text.Json.JsonNamingPolicy.CamelCase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonNamingPolicy.cs#L24C52-L24C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonNamingPolicy.cs#L24C52-L24C56" }, { "DocsId": "P:System.Text.Json.JsonNamingPolicy.SnakeCaseLower", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonNamingPolicy.cs#L29C57-L29C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonNamingPolicy.cs#L29C57-L29C61" }, { "DocsId": "P:System.Text.Json.JsonNamingPolicy.SnakeCaseUpper", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonNamingPolicy.cs#L34C57-L34C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonNamingPolicy.cs#L34C57-L34C61" }, { "DocsId": "P:System.Text.Json.JsonNamingPolicy.KebabCaseLower", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonNamingPolicy.cs#L39C57-L39C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonNamingPolicy.cs#L39C57-L39C61" }, { "DocsId": "P:System.Text.Json.JsonNamingPolicy.KebabCaseUpper", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonNamingPolicy.cs#L44C57-L44C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonNamingPolicy.cs#L44C57-L44C61" } ], "DocsId": "T:System.Text.Json.JsonNamingPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonNamingPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonNamingPolicy.cs" }, { "Members": [ { "DocsId": "F:System.Text.Json.JsonCommentHandling.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonCamelCaseNamingPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonCamelCaseNamingPolicy.cs" }, { "DocsId": "F:System.Text.Json.JsonCommentHandling.Disallow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonCamelCaseNamingPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonCamelCaseNamingPolicy.cs" }, { "DocsId": "F:System.Text.Json.JsonCommentHandling.Skip", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonCamelCaseNamingPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonCamelCaseNamingPolicy.cs" }, { "DocsId": "F:System.Text.Json.JsonCommentHandling.Allow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonCamelCaseNamingPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonCamelCaseNamingPolicy.cs" } ], "DocsId": "T:System.Text.Json.JsonCommentHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonCamelCaseNamingPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonCamelCaseNamingPolicy.cs" }, { "Members": [ { "DocsId": "F:System.Text.Json.JsonSerializerDefaults.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/ThrowHelper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/ThrowHelper.cs" }, { "DocsId": "F:System.Text.Json.JsonSerializerDefaults.General", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/ThrowHelper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/ThrowHelper.cs" }, { "DocsId": "F:System.Text.Json.JsonSerializerDefaults.Web", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/ThrowHelper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/ThrowHelper.cs" } ], "DocsId": "T:System.Text.Json.JsonSerializerDefaults", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/ThrowHelper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/ThrowHelper.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.JsonDocument.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.cs#L63C13-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.cs#L63C13-L89C10" }, { "DocsId": "M:System.Text.Json.JsonDocument.WriteTo(System.Text.Json.Utf8JsonWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.cs#L106C13-L112C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.cs#L106C13-L112C10" }, { "DocsId": "M:System.Text.Json.JsonDocument.Parse(System.ReadOnlyMemory{System.Byte},System.Text.Json.JsonDocumentOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.Parse.cs#L49C13-L49C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.Parse.cs#L49C13-L49C64" }, { "DocsId": "M:System.Text.Json.JsonDocument.Parse(System.Buffers.ReadOnlySequence{System.Byte},System.Text.Json.JsonDocumentOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.Parse.cs#L79C13-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.Parse.cs#L79C13-L101C10" }, { "DocsId": "M:System.Text.Json.JsonDocument.Parse(System.IO.Stream,System.Text.Json.JsonDocumentOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.Parse.cs#L120C13-L138C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.Parse.cs#L120C13-L138C10" }, { "DocsId": "M:System.Text.Json.JsonDocument.ParseAsync(System.IO.Stream,System.Text.Json.JsonDocumentOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.Parse.cs#L201C13-L206C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.Parse.cs#L201C13-L206C73" }, { "DocsId": "M:System.Text.Json.JsonDocument.Parse(System.ReadOnlyMemory{System.Char},System.Text.Json.JsonDocumentOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.Parse.cs#L268C13-L289C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.Parse.cs#L268C13-L289C10" }, { "DocsId": "M:System.Text.Json.JsonDocument.Parse(System.String,System.Text.Json.JsonDocumentOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.Parse.cs#L332C13-L337C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.Parse.cs#L332C13-L337C52" }, { "DocsId": "M:System.Text.Json.JsonDocument.TryParseValue(System.Text.Json.Utf8JsonReader@,System.Text.Json.JsonDocument@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.Parse.cs#L380C13-L380C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.Parse.cs#L380C13-L380C101" }, { "DocsId": "M:System.Text.Json.JsonDocument.ParseValue(System.Text.Json.Utf8JsonReader@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.Parse.cs#L420C13-L424C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.Parse.cs#L420C13-L424C29" }, { "DocsId": "P:System.Text.Json.JsonDocument.RootElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.cs#L35C43-L35C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.cs#L35C43-L35C67" } ], "DocsId": "T:System.Text.Json.JsonDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.cs" }, { "Members": [ { "DocsId": "P:System.Text.Json.JsonDocumentOptions.CommentHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocumentOptions.cs#L29C29-L29C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocumentOptions.cs#L29C29-L29C45" }, { "DocsId": "P:System.Text.Json.JsonDocumentOptions.MaxDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocumentOptions.cs#L51C29-L51C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocumentOptions.cs#L51C29-L51C38" }, { "DocsId": "P:System.Text.Json.JsonDocumentOptions.AllowTrailingCommas", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocumentOptions.cs#L70C43-L70C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocumentOptions.cs#L70C43-L70C47" } ], "DocsId": "T:System.Text.Json.JsonDocumentOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocumentOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocumentOptions.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.JsonElement.GetArrayLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L84C13-L86C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L84C13-L86C49" }, { "DocsId": "M:System.Text.Json.JsonElement.GetPropertyCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L101C13-L103C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L101C13-L103C51" }, { "DocsId": "M:System.Text.Json.JsonElement.GetProperty(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L135C13-L145C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L135C13-L145C46" }, { "DocsId": "M:System.Text.Json.JsonElement.GetProperty(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L178C13-L183C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L178C13-L183C46" }, { "DocsId": "M:System.Text.Json.JsonElement.GetProperty(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L218C13-L223C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L218C13-L223C46" }, { "DocsId": "M:System.Text.Json.JsonElement.TryGetProperty(System.String,System.Text.Json.JsonElement@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L258C13-L263C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L258C13-L263C69" }, { "DocsId": "M:System.Text.Json.JsonElement.TryGetProperty(System.ReadOnlySpan{System.Char},System.Text.Json.JsonElement@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L295C13-L297C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L295C13-L297C84" }, { "DocsId": "M:System.Text.Json.JsonElement.TryGetProperty(System.ReadOnlySpan{System.Byte},System.Text.Json.JsonElement@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L331C13-L333C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L331C13-L333C88" }, { "DocsId": "M:System.Text.Json.JsonElement.GetBoolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L355C13-L360C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L355C13-L360C58" }, { "DocsId": "M:System.Text.Json.JsonElement.GetString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L384C13-L386C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L384C13-L386C66" }, { "DocsId": "M:System.Text.Json.JsonElement.TryGetBytesFromBase64(System.Byte[]@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L408C13-L410C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L408C13-L410C57" }, { "DocsId": "M:System.Text.Json.JsonElement.GetBytesFromBase64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L432C13-L437C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L432C13-L437C26" }, { "DocsId": "M:System.Text.Json.JsonElement.TryGetSByte(System.SByte@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L460C13-L462C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L460C13-L462C57" }, { "DocsId": "M:System.Text.Json.JsonElement.GetSByte", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L481C13-L486C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L481C13-L486C41" }, { "DocsId": "M:System.Text.Json.JsonElement.TryGetByte(System.Byte@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L508C13-L510C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L508C13-L510C57" }, { "DocsId": "M:System.Text.Json.JsonElement.GetByte", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L531C13-L536C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L531C13-L536C41" }, { "DocsId": "M:System.Text.Json.JsonElement.TryGetInt16(System.Int16@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L558C13-L560C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L558C13-L560C57" }, { "DocsId": "M:System.Text.Json.JsonElement.GetInt16", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L578C13-L583C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L578C13-L583C41" }, { "DocsId": "M:System.Text.Json.JsonElement.TryGetUInt16(System.UInt16@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L606C13-L608C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L606C13-L608C57" }, { "DocsId": "M:System.Text.Json.JsonElement.GetUInt16", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L630C13-L635C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L630C13-L635C41" }, { "DocsId": "M:System.Text.Json.JsonElement.TryGetInt32(System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L657C13-L659C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L657C13-L659C57" }, { "DocsId": "M:System.Text.Json.JsonElement.GetInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L677C13-L682C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L677C13-L682C26" }, { "DocsId": "M:System.Text.Json.JsonElement.TryGetUInt32(System.UInt32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L705C13-L707C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L705C13-L707C57" }, { "DocsId": "M:System.Text.Json.JsonElement.GetUInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L729C13-L734C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L729C13-L734C26" }, { "DocsId": "M:System.Text.Json.JsonElement.TryGetInt64(System.Int64@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L756C13-L758C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L756C13-L758C57" }, { "DocsId": "M:System.Text.Json.JsonElement.GetInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L779C13-L784C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L779C13-L784C26" }, { "DocsId": "M:System.Text.Json.JsonElement.TryGetUInt64(System.UInt64@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L807C13-L809C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L807C13-L809C57" }, { "DocsId": "M:System.Text.Json.JsonElement.GetUInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L831C13-L836C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L831C13-L836C26" }, { "DocsId": "M:System.Text.Json.JsonElement.TryGetDouble(System.Double@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L867C13-L869C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L867C13-L869C57" }, { "DocsId": "M:System.Text.Json.JsonElement.GetDouble", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L898C13-L903C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L898C13-L903C26" }, { "DocsId": "M:System.Text.Json.JsonElement.TryGetSingle(System.Single@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L934C13-L936C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L934C13-L936C57" }, { "DocsId": "M:System.Text.Json.JsonElement.GetSingle", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L965C13-L970C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L965C13-L970C26" }, { "DocsId": "M:System.Text.Json.JsonElement.TryGetDecimal(System.Decimal@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L993C13-L995C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L993C13-L995C57" }, { "DocsId": "M:System.Text.Json.JsonElement.GetDecimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1017C13-L1022C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1017C13-L1022C26" }, { "DocsId": "M:System.Text.Json.JsonElement.TryGetDateTime(System.DateTime@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1044C13-L1046C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1044C13-L1046C57" }, { "DocsId": "M:System.Text.Json.JsonElement.GetDateTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1068C13-L1073C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1068C13-L1073C26" }, { "DocsId": "M:System.Text.Json.JsonElement.TryGetDateTimeOffset(System.DateTimeOffset@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1095C13-L1097C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1095C13-L1097C57" }, { "DocsId": "M:System.Text.Json.JsonElement.GetDateTimeOffset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1119C13-L1124C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1119C13-L1124C26" }, { "DocsId": "M:System.Text.Json.JsonElement.TryGetGuid(System.Guid@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1146C13-L1148C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1146C13-L1148C57" }, { "DocsId": "M:System.Text.Json.JsonElement.GetGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1170C13-L1175C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1170C13-L1175C26" }, { "DocsId": "M:System.Text.Json.JsonElement.GetRawText", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1203C13-L1205C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1203C13-L1205C54" }, { "DocsId": "M:System.Text.Json.JsonElement.DeepEquals(System.Text.Json.JsonElement,System.Text.Json.JsonElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1265C13-L1427C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1265C13-L1427C10" }, { "DocsId": "M:System.Text.Json.JsonElement.ValueEquals(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1448C13-L1453C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1448C13-L1453C75" }, { "DocsId": "M:System.Text.Json.JsonElement.ValueEquals(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1476C13-L1482C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1476C13-L1482C92" }, { "DocsId": "M:System.Text.Json.JsonElement.ValueEquals(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1504C13-L1510C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1504C13-L1510C66" }, { "DocsId": "M:System.Text.Json.JsonElement.WriteTo(System.Text.Json.Utf8JsonWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1549C13-L1557C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1549C13-L1557C10" }, { "DocsId": "M:System.Text.Json.JsonElement.EnumerateArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1580C13-L1589C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1580C13-L1589C46" }, { "DocsId": "M:System.Text.Json.JsonElement.EnumerateObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1606C13-L1615C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1606C13-L1615C47" }, { "DocsId": "M:System.Text.Json.JsonElement.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1654C13-L1678C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1654C13-L1678C41" }, { "DocsId": "M:System.Text.Json.JsonElement.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1699C13-L1706C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L1699C13-L1706C47" }, { "DocsId": "M:System.Text.Json.JsonElement.ParseValue(System.Text.Json.Utf8JsonReader@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.Parse.cs#L49C13-L53C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.Parse.cs#L49C13-L53C41" }, { "DocsId": "M:System.Text.Json.JsonElement.TryParseValue(System.Text.Json.Utf8JsonReader@,System.Nullable{System.Text.Json.JsonElement}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.Parse.cs#L114C13-L116C24" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.Parse.cs#L114C13-L116C24" }, { "DocsId": "P:System.Text.Json.JsonElement.ValueKind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L47C43-L47C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L47C43-L47C66" }, { "DocsId": "P:System.Text.Json.JsonElement.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L66C17-L68C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs#L66C17-L68C66" }, { "DocsId": "T:System.Text.Json.JsonElement.ArrayEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ArrayEnumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ArrayEnumerator.cs" }, { "DocsId": "T:System.Text.Json.JsonElement.ObjectEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.UnsignedNumber.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.UnsignedNumber.cs" } ], "DocsId": "T:System.Text.Json.JsonElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.JsonElement.ArrayEnumerator.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ArrayEnumerator.cs#L55C17-L57C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ArrayEnumerator.cs#L55C17-L57C29" }, { "DocsId": "M:System.Text.Json.JsonElement.ArrayEnumerator.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ArrayEnumerator.cs#L61C56-L61C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ArrayEnumerator.cs#L61C56-L61C71" }, { "DocsId": "M:System.Text.Json.JsonElement.ArrayEnumerator.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ArrayEnumerator.cs#L64C82-L64C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ArrayEnumerator.cs#L64C82-L64C97" }, { "DocsId": "M:System.Text.Json.JsonElement.ArrayEnumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ArrayEnumerator.cs#L69C17-L70C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ArrayEnumerator.cs#L69C17-L70C14" }, { "DocsId": "M:System.Text.Json.JsonElement.ArrayEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ArrayEnumerator.cs#L75C17-L76C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ArrayEnumerator.cs#L75C17-L76C14" }, { "DocsId": "M:System.Text.Json.JsonElement.ArrayEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ArrayEnumerator.cs#L79C43-L79C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ArrayEnumerator.cs#L79C43-L79C50" }, { "DocsId": "M:System.Text.Json.JsonElement.ArrayEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ArrayEnumerator.cs#L84C17-L98C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ArrayEnumerator.cs#L84C17-L98C51" }, { "DocsId": "P:System.Text.Json.JsonElement.ArrayEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ArrayEnumerator.cs#L37C21-L42C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ArrayEnumerator.cs#L37C21-L42C70" }, { "DocsId": "P:System.Text.Json.JsonElement.ArrayEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ArrayEnumerator.cs#L79C43-L79C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ArrayEnumerator.cs#L79C43-L79C50" } ], "DocsId": "T:System.Text.Json.JsonElement.ArrayEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ArrayEnumerator.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ArrayEnumerator.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.JsonElement.ObjectEnumerator.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ObjectEnumerator.cs#L60C17-L62C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ObjectEnumerator.cs#L60C17-L62C29" }, { "DocsId": "M:System.Text.Json.JsonElement.ObjectEnumerator.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ObjectEnumerator.cs#L66C56-L66C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ObjectEnumerator.cs#L66C56-L66C71" }, { "DocsId": "M:System.Text.Json.JsonElement.ObjectEnumerator.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ObjectEnumerator.cs#L69C84-L69C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ObjectEnumerator.cs#L69C84-L69C99" }, { "DocsId": "M:System.Text.Json.JsonElement.ObjectEnumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ObjectEnumerator.cs#L74C17-L75C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ObjectEnumerator.cs#L74C17-L75C14" }, { "DocsId": "M:System.Text.Json.JsonElement.ObjectEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ObjectEnumerator.cs#L80C17-L81C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ObjectEnumerator.cs#L80C17-L81C14" }, { "DocsId": "M:System.Text.Json.JsonElement.ObjectEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ObjectEnumerator.cs#L84C43-L84C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ObjectEnumerator.cs#L84C43-L84C50" }, { "DocsId": "M:System.Text.Json.JsonElement.ObjectEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ObjectEnumerator.cs#L89C17-L106C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ObjectEnumerator.cs#L89C17-L106C51" }, { "DocsId": "P:System.Text.Json.JsonElement.ObjectEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ObjectEnumerator.cs#L36C21-L41C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ObjectEnumerator.cs#L36C21-L41C88" }, { "DocsId": "P:System.Text.Json.JsonElement.ObjectEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ObjectEnumerator.cs#L84C43-L84C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonElement.ObjectEnumerator.cs#L84C43-L84C50" } ], "DocsId": "T:System.Text.Json.JsonElement.ObjectEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.UnsignedNumber.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.UnsignedNumber.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.JsonProperty.NameEquals(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonProperty.cs#L48C13-L48C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonProperty.cs#L48C13-L48C46" }, { "DocsId": "M:System.Text.Json.JsonProperty.NameEquals(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonProperty.cs#L68C13-L68C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonProperty.cs#L68C13-L68C97" }, { "DocsId": "M:System.Text.Json.JsonProperty.NameEquals(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonProperty.cs#L88C13-L88C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonProperty.cs#L88C13-L88C71" }, { "DocsId": "M:System.Text.Json.JsonProperty.WriteTo(System.Text.Json.Utf8JsonWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonProperty.cs#L117C13-L132C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonProperty.cs#L117C13-L132C10" }, { "DocsId": "M:System.Text.Json.JsonProperty.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonProperty.cs#L145C13-L145C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonProperty.cs#L145C13-L145C47" }, { "DocsId": "P:System.Text.Json.JsonProperty.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonProperty.cs#L18C36-L18C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonProperty.cs#L18C36-L18C40" }, { "DocsId": "P:System.Text.Json.JsonProperty.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonProperty.cs#L29C31-L29C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonProperty.cs#L29C31-L29C63" } ], "DocsId": "T:System.Text.Json.JsonProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonProperty.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonProperty.cs" }, { "Members": [ { "DocsId": "F:System.Text.Json.JsonValueKind.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs" }, { "DocsId": "F:System.Text.Json.JsonValueKind.Undefined", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs" }, { "DocsId": "F:System.Text.Json.JsonValueKind.Object", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs" }, { "DocsId": "F:System.Text.Json.JsonValueKind.Array", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs" }, { "DocsId": "F:System.Text.Json.JsonValueKind.String", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs" }, { "DocsId": "F:System.Text.Json.JsonValueKind.Number", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs" }, { "DocsId": "F:System.Text.Json.JsonValueKind.True", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs" }, { "DocsId": "F:System.Text.Json.JsonValueKind.False", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs" }, { "DocsId": "F:System.Text.Json.JsonValueKind.Null", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs" } ], "DocsId": "T:System.Text.Json.JsonValueKind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.JsonEncodedText.Encode(System.String,System.Text.Encodings.Web.JavaScriptEncoder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonEncodedText.cs#L53C13-L58C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonEncodedText.cs#L53C13-L58C52" }, { "DocsId": "M:System.Text.Json.JsonEncodedText.Encode(System.ReadOnlySpan{System.Char},System.Text.Encodings.Web.JavaScriptEncoder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonEncodedText.cs#L71C13-L76C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonEncodedText.cs#L71C13-L76C55" }, { "DocsId": "M:System.Text.Json.JsonEncodedText.Encode(System.ReadOnlySpan{System.Byte},System.Text.Encodings.Web.JavaScriptEncoder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonEncodedText.cs#L118C13-L124C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonEncodedText.cs#L118C13-L124C53" }, { "DocsId": "M:System.Text.Json.JsonEncodedText.Equals(System.Text.Json.JsonEncodedText)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonEncodedText.cs#L149C13-L155C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonEncodedText.cs#L149C13-L155C52" }, { "DocsId": "M:System.Text.Json.JsonEncodedText.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonEncodedText.cs#L167C13-L171C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonEncodedText.cs#L167C13-L171C26" }, { "DocsId": "M:System.Text.Json.JsonEncodedText.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonEncodedText.cs#L184C16-L184C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonEncodedText.cs#L184C16-L184C38" }, { "DocsId": "M:System.Text.Json.JsonEncodedText.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonEncodedText.cs#L193C16-L193C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonEncodedText.cs#L193C16-L193C57" }, { "DocsId": "P:System.Text.Json.JsonEncodedText.EncodedUtf8Bytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonEncodedText.cs#L25C55-L25C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonEncodedText.cs#L25C55-L25C65" }, { "DocsId": "P:System.Text.Json.JsonEncodedText.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonEncodedText.cs#L30C32-L30C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonEncodedText.cs#L30C32-L30C54" } ], "DocsId": "T:System.Text.Json.JsonEncodedText", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonEncodedText.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonEncodedText.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.JsonException.#ctor(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs#L30C134-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs#L30C134-L36C10" }, { "DocsId": "M:System.Text.Json.JsonException.#ctor(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs#L48C107-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs#L48C107-L54C10" }, { "DocsId": "M:System.Text.Json.JsonException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs#L61C76-L64C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs#L61C76-L64C10" }, { "DocsId": "M:System.Text.Json.JsonException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs#L70C49-L73C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs#L70C49-L73C10" }, { "DocsId": "M:System.Text.Json.JsonException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs#L78C34-L78C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs#L78C34-L78C44" }, { "DocsId": "M:System.Text.Json.JsonException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs#L92C85-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs#L92C85-L98C10" }, { "DocsId": "M:System.Text.Json.JsonException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs#L116C13-L121C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs#L116C13-L121C10" }, { "DocsId": "P:System.Text.Json.JsonException.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs#L126C35-L126C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs#L126C35-L126C39" }, { "DocsId": "P:System.Text.Json.JsonException.BytePositionInLine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs#L131C43-L131C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs#L131C43-L131C47" }, { "DocsId": "P:System.Text.Json.JsonException.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs#L136C31-L136C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs#L136C31-L136C35" }, { "DocsId": "P:System.Text.Json.JsonException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs#L145C17-L145C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs#L145C17-L145C49" } ], "DocsId": "T:System.Text.Json.JsonException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonException.cs" }, { "Members": [ { "DocsId": "F:System.Text.Json.JsonTokenType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" }, { "DocsId": "F:System.Text.Json.JsonTokenType.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" }, { "DocsId": "F:System.Text.Json.JsonTokenType.StartObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" }, { "DocsId": "F:System.Text.Json.JsonTokenType.EndObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" }, { "DocsId": "F:System.Text.Json.JsonTokenType.StartArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" }, { "DocsId": "F:System.Text.Json.JsonTokenType.EndArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" }, { "DocsId": "F:System.Text.Json.JsonTokenType.PropertyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" }, { "DocsId": "F:System.Text.Json.JsonTokenType.Comment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" }, { "DocsId": "F:System.Text.Json.JsonTokenType.String", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" }, { "DocsId": "F:System.Text.Json.JsonTokenType.Number", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" }, { "DocsId": "F:System.Text.Json.JsonTokenType.True", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" }, { "DocsId": "F:System.Text.Json.JsonTokenType.False", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" }, { "DocsId": "F:System.Text.Json.JsonTokenType.Null", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" } ], "DocsId": "T:System.Text.Json.JsonTokenType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs" }, { "Members": [ { "DocsId": "P:System.Text.Json.JsonReaderOptions.CommentHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs#L29C29-L29C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs#L29C29-L29C45" }, { "DocsId": "P:System.Text.Json.JsonReaderOptions.MaxDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs#L53C29-L53C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs#L53C29-L53C38" }, { "DocsId": "P:System.Text.Json.JsonReaderOptions.AllowTrailingCommas", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs#L72C43-L72C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs#L72C43-L72C47" }, { "DocsId": "P:System.Text.Json.JsonReaderOptions.AllowMultipleValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs#L81C43-L81C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs#L81C43-L81C47" } ], "DocsId": "T:System.Text.Json.JsonReaderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderOptions.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.JsonReaderState.#ctor(System.Text.Json.JsonReaderOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderState.cs#L41C13-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderState.cs#L41C13-L54C10" }, { "DocsId": "P:System.Text.Json.JsonReaderState.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderState.cs#L85C45-L85C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderState.cs#L85C45-L85C59" } ], "DocsId": "T:System.Text.Json.JsonReaderState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderState.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/JsonReaderState.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Utf8JsonReader.#ctor(System.ReadOnlySpan{System.Byte},System.Boolean,System.Text.Json.JsonReaderState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L215C13-L248C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L215C13-L248C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.#ctor(System.ReadOnlySpan{System.Byte},System.Text.Json.JsonReaderOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L266C15-L268C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L266C15-L268C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L280C13-L289C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L280C13-L289C27" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.Skip", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L313C13-L319C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L313C13-L319C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.TrySkip", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L373C13-L387C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L373C13-L387C28" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.ValueTextEquals(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L455C13-L460C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L455C13-L460C47" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.ValueTextEquals(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L485C13-L485C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L485C13-L485C51" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.ValueTextEquals(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L526C13-L571C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L526C13-L571C27" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.#ctor(System.Buffers.ReadOnlySequence{System.Byte},System.Boolean,System.Text.Json.JsonReaderState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.MultiSegment.cs#L26C13-L98C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.MultiSegment.cs#L26C13-L98C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.#ctor(System.Buffers.ReadOnlySequence{System.Byte},System.Text.Json.JsonReaderOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.MultiSegment.cs#L116C15-L118C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.MultiSegment.cs#L116C15-L118C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.GetString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L29C13-L47C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L29C13-L47C59" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.CopyString(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L71C13-L76C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L71C13-L76C47" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.CopyString(System.Span{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L135C13-L140C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L135C13-L140C43" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.GetComment", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L241C13-L246C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L241C13-L246C59" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.GetBoolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L259C13-L272C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L259C13-L272C26" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.GetBytesFromBase64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L288C13-L292C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L288C13-L292C26" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.GetByte", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L312C13-L316C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L312C13-L316C26" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.GetSByte", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L347C13-L351C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L347C13-L351C26" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.GetInt16", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L381C13-L385C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L381C13-L385C26" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.GetInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L415C13-L419C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L415C13-L419C26" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.GetInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L449C13-L453C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L449C13-L453C26" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.GetUInt16", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L484C13-L488C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L484C13-L488C26" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.GetUInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L519C13-L523C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L519C13-L523C26" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.GetUInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L554C13-L558C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L554C13-L558C26" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.GetSingle", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L587C13-L591C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L587C13-L591C26" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.GetDouble", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L644C13-L648C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L644C13-L648C26" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.GetDecimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L701C13-L705C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L701C13-L705C26" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.GetDateTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L733C13-L738C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L733C13-L738C26" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.GetDateTimeOffset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L766C13-L771C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L766C13-L771C26" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.GetGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L799C13-L804C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L799C13-L804C26" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.TryGetBytesFromBase64(System.Byte[]@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L829C13-L842C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L829C13-L842C70" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.TryGetByte(System.Byte@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L857C13-L863C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L857C13-L863C52" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.TryGetSByte(System.SByte@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L893C13-L899C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L893C13-L899C53" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.TryGetInt16(System.Int16@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L928C13-L934C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L928C13-L934C53" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.TryGetInt32(System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L963C13-L969C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L963C13-L969C53" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.TryGetInt64(System.Int64@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L998C13-L1004C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L998C13-L1004C53" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.TryGetUInt16(System.UInt16@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L1034C13-L1040C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L1034C13-L1040C54" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.TryGetUInt32(System.UInt32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L1070C13-L1076C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L1070C13-L1076C54" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.TryGetUInt64(System.UInt64@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L1106C13-L1112C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L1106C13-L1112C54" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.TryGetSingle(System.Single@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L1141C13-L1156C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L1141C13-L1156C26" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.TryGetDouble(System.Double@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L1171C13-L1186C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L1171C13-L1186C26" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.TryGetDecimal(System.Decimal@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L1201C13-L1207C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L1201C13-L1207C55" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.TryGetDateTime(System.DateTime@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L1236C13-L1241C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L1236C13-L1241C50" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.TryGetDateTimeOffset(System.DateTimeOffset@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L1301C13-L1306C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L1301C13-L1306C56" }, { "DocsId": "M:System.Text.Json.Utf8JsonReader.TryGetGuid(System.Guid@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L1367C13-L1372C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.TryGet.cs#L1367C13-L1372C46" }, { "DocsId": "P:System.Text.Json.Utf8JsonReader.ValueSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L71C47-L71C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L71C47-L71C51" }, { "DocsId": "P:System.Text.Json.Utf8JsonReader.BytesConsumed", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L87C17-L87C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L87C17-L87C51" }, { "DocsId": "P:System.Text.Json.Utf8JsonReader.TokenStartIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L99C39-L99C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L99C39-L99C43" }, { "DocsId": "P:System.Text.Json.Utf8JsonReader.CurrentDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L109C17-L115C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L109C17-L115C36" }, { "DocsId": "P:System.Text.Json.Utf8JsonReader.TokenType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L124C52-L124C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L124C52-L124C62" }, { "DocsId": "P:System.Text.Json.Utf8JsonReader.HasValueSequence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L133C40-L133C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L133C40-L133C44" }, { "DocsId": "P:System.Text.Json.Utf8JsonReader.ValueIsEscaped", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L139C38-L139C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L139C38-L139C42" }, { "DocsId": "P:System.Text.Json.Utf8JsonReader.IsFinalBlock", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L146C46-L146C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L146C46-L146C59" }, { "DocsId": "P:System.Text.Json.Utf8JsonReader.ValueSequence", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L160C55-L160C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L160C55-L160C59" }, { "DocsId": "P:System.Text.Json.Utf8JsonReader.Position", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L171C17-L176C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L171C17-L176C32" }, { "DocsId": "P:System.Text.Json.Utf8JsonReader.CurrentState", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L187C57-L199C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L187C57-L199C10" } ], "DocsId": "T:System.Text.Json.Utf8JsonReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.JsonDocument,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Document.cs#L33C13-L40C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Document.cs#L33C13-L40C57" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.JsonDocument,System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Document.cs#L64C13-L75C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Document.cs#L64C13-L75C65" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.JsonDocument,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Document.cs#L97C13-L108C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Document.cs#L97C13-L108C57" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.JsonDocument,System.Text.Json.Serialization.Metadata.JsonTypeInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Document.cs#L126C13-L137C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Document.cs#L126C13-L137C65" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.JsonDocument,System.Type,System.Text.Json.Serialization.JsonSerializerContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Document.cs#L178C13-L193C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Document.cs#L178C13-L193C65" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.JsonElement,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Element.cs#L30C13-L32C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Element.cs#L30C13-L32C57" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.JsonElement,System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Element.cs#L56C13-L63C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Element.cs#L56C13-L63C65" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.JsonElement,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Element.cs#L85C13-L92C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Element.cs#L85C13-L92C57" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.JsonElement,System.Text.Json.Serialization.Metadata.JsonTypeInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Element.cs#L106C13-L113C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Element.cs#L106C13-L113C65" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.JsonElement,System.Type,System.Text.Json.Serialization.JsonSerializerContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Element.cs#L150C13-L161C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Element.cs#L150C13-L161C65" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.Nodes.JsonNode,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs#L32C13-L33C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs#L32C13-L33C53" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.Nodes.JsonNode,System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs#L54C13-L60C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs#L54C13-L60C61" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.Nodes.JsonNode,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs#L78C13-L84C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs#L78C13-L84C53" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.Nodes.JsonNode,System.Text.Json.Serialization.Metadata.JsonTypeInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs#L98C13-L104C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs#L98C13-L104C61" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.Nodes.JsonNode,System.Type,System.Text.Json.Serialization.JsonSerializerContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs#L141C13-L151C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Node.cs#L141C13-L151C61" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeToDocument``1(``0,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Document.cs#L28C13-L29C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Document.cs#L28C13-L29C55" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeToDocument(System.Object,System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Document.cs#L53C13-L55C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Document.cs#L53C13-L55C63" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeToDocument``1(``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Document.cs#L70C13-L76C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Document.cs#L70C13-L76C55" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeToDocument(System.Object,System.Text.Json.Serialization.Metadata.JsonTypeInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Document.cs#L93C13-L99C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Document.cs#L93C13-L99C63" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeToDocument(System.Object,System.Type,System.Text.Json.Serialization.JsonSerializerContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Document.cs#L122C13-L128C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Document.cs#L122C13-L128C82" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeToElement``1(``0,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Element.cs#L28C13-L29C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Element.cs#L28C13-L29C54" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeToElement(System.Object,System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Element.cs#L53C13-L55C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Element.cs#L53C13-L55C62" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeToElement``1(``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Element.cs#L70C13-L76C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Element.cs#L70C13-L76C54" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeToElement(System.Object,System.Text.Json.Serialization.Metadata.JsonTypeInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Element.cs#L93C13-L99C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Element.cs#L93C13-L99C62" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeToElement(System.Object,System.Type,System.Text.Json.Serialization.JsonSerializerContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Element.cs#L122C13-L129C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Element.cs#L122C13-L129C58" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeToNode``1(``0,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Node.cs#L29C13-L30C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Node.cs#L29C13-L30C51" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeToNode(System.Object,System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Node.cs#L54C13-L56C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Node.cs#L54C13-L56C55" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeToNode``1(``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Node.cs#L71C13-L77C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Node.cs#L71C13-L77C51" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeToNode(System.Object,System.Text.Json.Serialization.Metadata.JsonTypeInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Node.cs#L94C13-L100C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Node.cs#L94C13-L100C59" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeToNode(System.Object,System.Type,System.Text.Json.Serialization.JsonSerializerContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Node.cs#L123C13-L130C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Node.cs#L123C13-L130C59" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize``1(System.ReadOnlySpan{System.Byte},System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Span.cs#L33C13-L34C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Span.cs#L33C13-L34C57" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.ReadOnlySpan{System.Byte},System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Span.cs#L60C13-L66C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Span.cs#L60C13-L66C65" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize``1(System.ReadOnlySpan{System.Byte},System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Span.cs#L83C13-L89C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Span.cs#L83C13-L89C57" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.ReadOnlySpan{System.Byte},System.Text.Json.Serialization.Metadata.JsonTypeInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Span.cs#L104C13-L110C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Span.cs#L104C13-L110C65" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.ReadOnlySpan{System.Byte},System.Type,System.Text.Json.Serialization.JsonSerializerContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Span.cs#L138C13-L147C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Span.cs#L138C13-L147C85" }, { "DocsId": "M:System.Text.Json.JsonSerializer.DeserializeAsync``1(System.IO.Stream,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L49C13-L55C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L49C13-L55C79" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize``1(System.IO.Stream,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L84C13-L90C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L84C13-L90C55" }, { "DocsId": "M:System.Text.Json.JsonSerializer.DeserializeAsync(System.IO.Stream,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L124C13-L134C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L124C13-L134C87" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.IO.Stream,System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L164C13-L174C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L164C13-L174C63" }, { "DocsId": "M:System.Text.Json.JsonSerializer.DeserializeAsync``1(System.IO.Stream,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L201C13-L211C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L201C13-L211C79" }, { "DocsId": "M:System.Text.Json.JsonSerializer.DeserializeAsync(System.IO.Stream,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L236C13-L246C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L236C13-L246C87" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize``1(System.IO.Stream,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L269C13-L279C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L269C13-L279C55" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.IO.Stream,System.Text.Json.Serialization.Metadata.JsonTypeInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L300C13-L310C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L300C13-L310C63" }, { "DocsId": "M:System.Text.Json.JsonSerializer.DeserializeAsync(System.IO.Stream,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L346C13-L360C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L346C13-L360C87" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.IO.Stream,System.Type,System.Text.Json.Serialization.JsonSerializerContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L392C13-L406C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L392C13-L406C63" }, { "DocsId": "M:System.Text.Json.JsonSerializer.DeserializeAsyncEnumerable``1(System.IO.Stream,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L428C13-L428C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L428C13-L428C116" }, { "DocsId": "M:System.Text.Json.JsonSerializer.DeserializeAsyncEnumerable``1(System.IO.Stream,System.Boolean,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L458C13-L464C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L458C13-L464C110" }, { "DocsId": "M:System.Text.Json.JsonSerializer.DeserializeAsyncEnumerable``1(System.IO.Stream,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L484C13-L484C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L484C13-L484C113" }, { "DocsId": "M:System.Text.Json.JsonSerializer.DeserializeAsyncEnumerable``1(System.IO.Stream,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Boolean,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L512C13-L523C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L512C13-L523C110" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize``1(System.String,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.String.cs#L49C13-L55C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.String.cs#L49C13-L55C62" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize``1(System.ReadOnlySpan{System.Char},System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.String.cs#L86C13-L87C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.String.cs#L86C13-L87C53" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.String,System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.String.cs#L121C13-L131C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.String.cs#L121C13-L131C70" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.ReadOnlySpan{System.Char},System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.String.cs#L165C13-L173C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.String.cs#L165C13-L173C61" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize``1(System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.String.cs#L205C13-L215C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.String.cs#L205C13-L215C62" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize``1(System.ReadOnlySpan{System.Char},System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.String.cs#L247C13-L253C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.String.cs#L247C13-L253C53" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.String,System.Text.Json.Serialization.Metadata.JsonTypeInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.String.cs#L280C13-L290C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.String.cs#L280C13-L290C70" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.ReadOnlySpan{System.Char},System.Text.Json.Serialization.Metadata.JsonTypeInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.String.cs#L313C13-L319C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.String.cs#L313C13-L319C61" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.String,System.Type,System.Text.Json.Serialization.JsonSerializerContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.String.cs#L359C13-L373C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.String.cs#L359C13-L373C70" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.ReadOnlySpan{System.Char},System.Type,System.Text.Json.Serialization.JsonSerializerContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.String.cs#L413C13-L423C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.String.cs#L413C13-L423C61" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.Utf8JsonReader@,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Utf8JsonReader.cs#L61C13-L62C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Utf8JsonReader.cs#L61C13-L62C59" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.Utf8JsonReader@,System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Utf8JsonReader.cs#L114C13-L120C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Utf8JsonReader.cs#L114C13-L120C59" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize``1(System.Text.Json.Utf8JsonReader@,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Utf8JsonReader.cs#L164C13-L170C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Utf8JsonReader.cs#L164C13-L170C51" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.Utf8JsonReader@,System.Text.Json.Serialization.Metadata.JsonTypeInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Utf8JsonReader.cs#L213C13-L219C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Utf8JsonReader.cs#L213C13-L219C59" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Deserialize(System.Text.Json.Utf8JsonReader@,System.Type,System.Text.Json.Serialization.JsonSerializerContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Utf8JsonReader.cs#L273C13-L282C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Utf8JsonReader.cs#L273C13-L282C79" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeToUtf8Bytes``1(``0,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.ByteArray.cs#L29C13-L30C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.ByteArray.cs#L29C13-L30C52" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeToUtf8Bytes(System.Object,System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.ByteArray.cs#L57C13-L59C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.ByteArray.cs#L57C13-L59C60" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeToUtf8Bytes``1(``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.ByteArray.cs#L73C13-L79C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.ByteArray.cs#L73C13-L79C52" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeToUtf8Bytes(System.Object,System.Text.Json.Serialization.Metadata.JsonTypeInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.ByteArray.cs#L96C13-L102C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.ByteArray.cs#L96C13-L102C60" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeToUtf8Bytes(System.Object,System.Type,System.Text.Json.Serialization.JsonSerializerContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.ByteArray.cs#L128C13-L135C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.ByteArray.cs#L128C13-L135C60" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeAsync``1(System.IO.Stream,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Stream.cs#L47C13-L53C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Stream.cs#L47C13-L53C84" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Serialize``1(System.IO.Stream,``0,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Stream.cs#L77C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Stream.cs#L77C13-L84C10" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeAsync(System.IO.Stream,System.Object,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Stream.cs#L114C13-L121C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Stream.cs#L114C13-L121C92" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Serialize(System.IO.Stream,System.Object,System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Stream.cs#L149C13-L157C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Stream.cs#L149C13-L157C10" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeAsync``1(System.IO.Stream,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Stream.cs#L177C13-L187C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Stream.cs#L177C13-L187C84" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Serialize``1(System.IO.Stream,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Stream.cs#L205C13-L216C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Stream.cs#L205C13-L216C10" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeAsync(System.IO.Stream,System.Object,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Stream.cs#L238C13-L248C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Stream.cs#L238C13-L248C92" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Serialize(System.IO.Stream,System.Object,System.Text.Json.Serialization.Metadata.JsonTypeInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Stream.cs#L268C13-L279C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Stream.cs#L268C13-L279C10" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeAsync(System.IO.Stream,System.Object,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Stream.cs#L307C13-L318C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Stream.cs#L307C13-L318C92" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Serialize(System.IO.Stream,System.Object,System.Type,System.Text.Json.Serialization.JsonSerializerContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Stream.cs#L344C13-L356C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Stream.cs#L344C13-L356C10" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Serialize``1(``0,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.String.cs#L32C13-L33C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.String.cs#L32C13-L33C53" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Serialize(System.Object,System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.String.cs#L64C13-L66C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.String.cs#L64C13-L66C61" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Serialize``1(``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.String.cs#L85C13-L91C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.String.cs#L85C13-L91C53" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Serialize(System.Object,System.Text.Json.Serialization.Metadata.JsonTypeInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.String.cs#L112C13-L118C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.String.cs#L112C13-L118C61" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Serialize(System.Object,System.Type,System.Text.Json.Serialization.JsonSerializerContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.String.cs#L145C13-L152C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.String.cs#L145C13-L152C61" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeAsync``1(System.IO.Pipelines.PipeWriter,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Pipe.cs#L33C13-L43C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Pipe.cs#L33C13-L43C84" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeAsync``1(System.IO.Pipelines.PipeWriter,``0,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Pipe.cs#L70C13-L76C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Pipe.cs#L70C13-L76C84" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeAsync(System.IO.Pipelines.PipeWriter,System.Object,System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Pipe.cs#L99C13-L110C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Pipe.cs#L99C13-L110C92" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeAsync(System.IO.Pipelines.PipeWriter,System.Object,System.Type,System.Text.Json.Serialization.JsonSerializerContext,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Pipe.cs#L139C13-L152C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Pipe.cs#L139C13-L152C92" }, { "DocsId": "M:System.Text.Json.JsonSerializer.SerializeAsync(System.IO.Pipelines.PipeWriter,System.Object,System.Type,System.Text.Json.JsonSerializerOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Pipe.cs#L183C13-L191C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Pipe.cs#L183C13-L191C92" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Serialize``1(System.Text.Json.Utf8JsonWriter,``0,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Utf8JsonWriter.cs#L33C13-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Utf8JsonWriter.cs#L33C13-L40C10" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Serialize(System.Text.Json.Utf8JsonWriter,System.Object,System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Utf8JsonWriter.cs#L67C13-L75C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Utf8JsonWriter.cs#L67C13-L75C10" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Serialize``1(System.Text.Json.Utf8JsonWriter,``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Utf8JsonWriter.cs#L89C13-L100C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Utf8JsonWriter.cs#L89C13-L100C10" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Serialize(System.Text.Json.Utf8JsonWriter,System.Object,System.Text.Json.Serialization.Metadata.JsonTypeInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Utf8JsonWriter.cs#L116C13-L127C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Utf8JsonWriter.cs#L116C13-L127C10" }, { "DocsId": "M:System.Text.Json.JsonSerializer.Serialize(System.Text.Json.Utf8JsonWriter,System.Object,System.Type,System.Text.Json.Serialization.JsonSerializerContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Utf8JsonWriter.cs#L152C13-L164C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Write.Utf8JsonWriter.cs#L152C13-L164C10" }, { "DocsId": "P:System.Text.Json.JsonSerializer.IsReflectionEnabledByDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Helpers.cs#L25C59-L25C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Helpers.cs#L25C59-L25C63" } ], "DocsId": "T:System.Text.Json.JsonSerializer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Document.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Document.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteStringValueSegment(System.ReadOnlySpan{System.Char},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.StringSegment.cs#L29C13-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.StringSegment.cs#L29C13-L62C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteStringValueSegment(System.ReadOnlySpan{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.StringSegment.cs#L197C13-L230C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.StringSegment.cs#L197C13-L230C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteBase64StringSegment(System.ReadOnlySpan{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.StringSegment.cs#L361C13-L397C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.StringSegment.cs#L361C13-L397C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.#ctor(System.Buffers.IBufferWriter{System.Byte},System.Text.Json.JsonWriterOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L217C9-L226C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L217C9-L226C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.#ctor(System.IO.Stream,System.Text.Json.JsonWriterOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L238C9-L252C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L238C9-L252C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L281C13-L285C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L281C13-L285C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.Reset(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L303C13-L322C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L303C13-L322C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.Reset(System.Buffers.IBufferWriter{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L340C13-L347C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L340C13-L347C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.Flush", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L409C13-L442C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L409C13-L442C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L458C13-L473C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L458C13-L473C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.DisposeAsync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.StringSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.StringSegment.cs" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.FlushAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.StringSegment.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.StringSegment.cs" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteStartArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L558C13-L560C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L558C13-L560C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteStartObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L571C13-L573C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L571C13-L573C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteStartArray(System.Text.Json.JsonEncodedText)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L708C13-L710C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L708C13-L710C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteStartObject(System.Text.Json.JsonEncodedText)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L722C13-L724C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L722C13-L724C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteStartArray(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L754C13-L761C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L754C13-L761C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteStartObject(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L779C13-L786C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L779C13-L786C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteStartArray(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L860C13-L865C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L860C13-L865C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteStartObject(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L886C13-L891C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L886C13-L891C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteStartArray(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L909C13-L916C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L909C13-L916C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteStartObject(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L934C13-L941C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L934C13-L941C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteEndArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L1004C13-L1006C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L1004C13-L1006C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteEndObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L1016C13-L1018C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L1016C13-L1018C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteBase64String(System.Text.Json.JsonEncodedText,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Bytes.cs#L22C13-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Bytes.cs#L22C13-L29C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteBase64String(System.String,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Bytes.cs#L50C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Bytes.cs#L50C13-L55C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteBase64String(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Bytes.cs#L73C13-L79C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Bytes.cs#L73C13-L79C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteBase64String(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Bytes.cs#L97C13-L103C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Bytes.cs#L97C13-L103C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.Text.Json.JsonEncodedText,System.DateTime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.DateTime.cs#L26C13-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.DateTime.cs#L26C13-L33C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.String,System.DateTime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.DateTime.cs#L55C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.DateTime.cs#L55C13-L60C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.ReadOnlySpan{System.Char},System.DateTime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.DateTime.cs#L79C13-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.DateTime.cs#L79C13-L85C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.ReadOnlySpan{System.Byte},System.DateTime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.DateTime.cs#L104C13-L110C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.DateTime.cs#L104C13-L110C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.Text.Json.JsonEncodedText,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.DateTimeOffset.cs#L25C13-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.DateTimeOffset.cs#L25C13-L32C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.DateTimeOffset.cs#L54C13-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.DateTimeOffset.cs#L54C13-L59C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.ReadOnlySpan{System.Char},System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.DateTimeOffset.cs#L78C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.DateTimeOffset.cs#L78C13-L84C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.ReadOnlySpan{System.Byte},System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.DateTimeOffset.cs#L103C13-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.DateTimeOffset.cs#L103C13-L109C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.Text.Json.JsonEncodedText,System.Decimal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Decimal.cs#L25C13-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Decimal.cs#L25C13-L32C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.String,System.Decimal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Decimal.cs#L54C13-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Decimal.cs#L54C13-L59C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.ReadOnlySpan{System.Char},System.Decimal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Decimal.cs#L78C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Decimal.cs#L78C13-L84C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.ReadOnlySpan{System.Byte},System.Decimal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Decimal.cs#L103C13-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Decimal.cs#L103C13-L109C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.Text.Json.JsonEncodedText,System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Double.cs#L25C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Double.cs#L25C13-L34C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.String,System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Double.cs#L56C13-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Double.cs#L56C13-L61C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.ReadOnlySpan{System.Char},System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Double.cs#L80C13-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Double.cs#L80C13-L87C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.ReadOnlySpan{System.Byte},System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Double.cs#L106C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Double.cs#L106C13-L113C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.Text.Json.JsonEncodedText,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Float.cs#L25C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Float.cs#L25C13-L34C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.String,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Float.cs#L56C13-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Float.cs#L56C13-L61C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.ReadOnlySpan{System.Char},System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Float.cs#L80C13-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Float.cs#L80C13-L87C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.ReadOnlySpan{System.Byte},System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Float.cs#L106C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Float.cs#L106C13-L113C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.Text.Json.JsonEncodedText,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Guid.cs#L25C13-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Guid.cs#L25C13-L32C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.String,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Guid.cs#L54C13-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Guid.cs#L54C13-L59C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.ReadOnlySpan{System.Char},System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Guid.cs#L78C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Guid.cs#L78C13-L84C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.ReadOnlySpan{System.Byte},System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Guid.cs#L103C13-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Guid.cs#L103C13-L109C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNull(System.Text.Json.JsonEncodedText)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Literal.cs#L22C13-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Literal.cs#L22C13-L24C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNull(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Literal.cs#L76C13-L81C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Literal.cs#L76C13-L81C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNull(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Literal.cs#L98C13-L106C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Literal.cs#L98C13-L106C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNull(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Literal.cs#L123C13-L131C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Literal.cs#L123C13-L131C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteBoolean(System.Text.Json.JsonEncodedText,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Literal.cs#L143C13-L153C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Literal.cs#L143C13-L153C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteBoolean(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Literal.cs#L174C13-L179C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Literal.cs#L174C13-L179C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteBoolean(System.ReadOnlySpan{System.Char},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Literal.cs#L197C13-L205C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Literal.cs#L197C13-L205C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteBoolean(System.ReadOnlySpan{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Literal.cs#L223C13-L231C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Literal.cs#L223C13-L231C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.Text.Json.JsonEncodedText,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.SignedNumber.cs#L25C13-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.SignedNumber.cs#L25C13-L32C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.String,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.SignedNumber.cs#L54C13-L59C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.SignedNumber.cs#L54C13-L59C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.ReadOnlySpan{System.Char},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.SignedNumber.cs#L78C13-L84C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.SignedNumber.cs#L78C13-L84C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.SignedNumber.cs#L103C13-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.SignedNumber.cs#L103C13-L109C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.Text.Json.JsonEncodedText,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.SignedNumber.cs#L123C16-L123C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.SignedNumber.cs#L123C16-L123C54" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.SignedNumber.cs#L145C13-L150C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.SignedNumber.cs#L145C13-L150C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.ReadOnlySpan{System.Char},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.SignedNumber.cs#L167C16-L167C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.SignedNumber.cs#L167C16-L167C54" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.ReadOnlySpan{System.Byte},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.SignedNumber.cs#L185C16-L185C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.SignedNumber.cs#L185C16-L185C58" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WritePropertyName(System.Text.Json.JsonEncodedText)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L20C16-L20C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L20C16-L20C70" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WritePropertyName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L72C13-L77C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L72C13-L77C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WritePropertyName(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L94C13-L111C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L94C13-L111C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WritePropertyName(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L243C13-L260C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L243C13-L260C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.Text.Json.JsonEncodedText,System.Text.Json.JsonEncodedText)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L427C16-L427C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L427C16-L427C88" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.String,System.Text.Json.JsonEncodedText)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L458C13-L463C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L458C13-L463C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L490C13-L503C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L490C13-L503C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L521C13-L527C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L521C13-L527C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L545C13-L551C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L545C13-L551C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.Text.Json.JsonEncodedText,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L575C13-L583C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L575C13-L583C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.Text.Json.JsonEncodedText,System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L600C16-L600C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L600C16-L600C82" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.String,System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L644C13-L649C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L644C13-L649C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L667C13-L673C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L667C13-L673C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.Text.Json.JsonEncodedText,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L690C16-L690C86" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L690C16-L690C86" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.String,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L734C13-L739C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L734C13-L739C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L757C13-L763C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L757C13-L763C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.ReadOnlySpan{System.Char},System.Text.Json.JsonEncodedText)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L780C16-L780C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L780C16-L780C85" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.ReadOnlySpan{System.Char},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L827C13-L835C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L827C13-L835C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.ReadOnlySpan{System.Byte},System.Text.Json.JsonEncodedText)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L852C16-L852C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L852C16-L852C89" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteString(System.ReadOnlySpan{System.Byte},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L899C13-L907C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.String.cs#L899C13-L907C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.Text.Json.JsonEncodedText,System.UInt64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.UnsignedNumber.cs#L26C13-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.UnsignedNumber.cs#L26C13-L33C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.String,System.UInt64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.UnsignedNumber.cs#L56C13-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.UnsignedNumber.cs#L56C13-L61C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.ReadOnlySpan{System.Char},System.UInt64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.UnsignedNumber.cs#L81C13-L87C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.UnsignedNumber.cs#L81C13-L87C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.ReadOnlySpan{System.Byte},System.UInt64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.UnsignedNumber.cs#L107C13-L113C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.UnsignedNumber.cs#L107C13-L113C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.Text.Json.JsonEncodedText,System.UInt32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.UnsignedNumber.cs#L128C16-L128C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.UnsignedNumber.cs#L128C16-L128C55" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.String,System.UInt32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.UnsignedNumber.cs#L151C13-L156C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.UnsignedNumber.cs#L151C13-L156C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.ReadOnlySpan{System.Char},System.UInt32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.UnsignedNumber.cs#L175C16-L175C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.UnsignedNumber.cs#L175C16-L175C55" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumber(System.ReadOnlySpan{System.Byte},System.UInt32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.UnsignedNumber.cs#L194C16-L194C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.UnsignedNumber.cs#L194C16-L194C59" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteBase64StringValue(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Bytes.cs#L26C13-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Bytes.cs#L26C13-L30C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteCommentValue(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Comment.cs#L29C13-L34C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Comment.cs#L29C13-L34C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteCommentValue(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Comment.cs#L48C13-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Comment.cs#L48C13-L60C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteCommentValue(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Comment.cs#L165C13-L182C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Comment.cs#L165C13-L182C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteStringValue(System.DateTime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.DateTime.cs#L24C13-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.DateTime.cs#L24C13-L40C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteStringValue(System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.DateTimeOffset.cs#L25C13-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.DateTimeOffset.cs#L25C13-L41C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumberValue(System.Decimal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Decimal.cs#L24C13-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Decimal.cs#L24C13-L40C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumberValue(System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Double.cs#L26C13-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Double.cs#L26C13-L44C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumberValue(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Float.cs#L26C13-L44C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Float.cs#L26C13-L44C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteStringValue(System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Guid.cs#L24C13-L40C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Guid.cs#L24C13-L40C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNullValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Literal.cs#L18C13-L22C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Literal.cs#L18C13-L22C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteBooleanValue(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Literal.cs#L33C13-L45C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Literal.cs#L33C13-L45C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteRawValue(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Raw.cs#L36C13-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Raw.cs#L36C13-L47C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteRawValue(System.ReadOnlySpan{System.Char},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Raw.cs#L72C13-L78C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Raw.cs#L72C13-L78C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteRawValue(System.ReadOnlySpan{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Raw.cs#L103C13-L114C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Raw.cs#L103C13-L114C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteRawValue(System.Buffers.ReadOnlySequence{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Raw.cs#L139C13-L194C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Raw.cs#L139C13-L194C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumberValue(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.SignedNumber.cs#L23C16-L23C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.SignedNumber.cs#L23C16-L23C45" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumberValue(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.SignedNumber.cs#L37C13-L53C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.SignedNumber.cs#L37C13-L53C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteStringValue(System.Text.Json.JsonEncodedText)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.String.cs#L20C13-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.String.cs#L20C13-L27C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteStringValue(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.String.cs#L49C13-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.String.cs#L49C13-L57C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteStringValue(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.String.cs#L74C13-L80C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.String.cs#L74C13-L80C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteStringValue(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.String.cs#L221C13-L227C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.String.cs#L221C13-L227C10" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumberValue(System.UInt32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.UnsignedNumber.cs#L24C16-L24C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.UnsignedNumber.cs#L24C16-L24C46" }, { "DocsId": "M:System.Text.Json.Utf8JsonWriter.WriteNumberValue(System.UInt64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.UnsignedNumber.cs#L39C13-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.UnsignedNumber.cs#L39C13-L55C10" }, { "DocsId": "P:System.Text.Json.Utf8JsonWriter.BytesPending", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L90C35-L90C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L90C35-L90C39" }, { "DocsId": "P:System.Text.Json.Utf8JsonWriter.BytesCommitted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L99C38-L99C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L99C38-L99C42" }, { "DocsId": "P:System.Text.Json.Utf8JsonWriter.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L106C45-L106C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L106C45-L106C53" }, { "DocsId": "P:System.Text.Json.Utf8JsonWriter.CurrentDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L116C36-L116C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs#L116C36-L116C84" } ], "DocsId": "T:System.Text.Json.Utf8JsonWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.JsonSerializerOptions.GetTypeInfo(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.Caching.cs#L57C13-L67C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.Caching.cs#L57C13-L67C70" }, { "DocsId": "M:System.Text.Json.JsonSerializerOptions.TryGetTypeInfo(System.Type,System.Text.Json.Serialization.Metadata.JsonTypeInfo@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.Caching.cs#L85C13-L96C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.Caching.cs#L85C13-L96C41" }, { "DocsId": "M:System.Text.Json.JsonSerializerOptions.GetConverter(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.Converters.cs#L43C13-L58C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.Converters.cs#L43C13-L58C56" }, { "DocsId": "M:System.Text.Json.JsonSerializerOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L85C9-L107C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L85C9-L107C10" }, { "DocsId": "M:System.Text.Json.JsonSerializerOptions.#ctor(System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L85C9-L160C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L85C9-L160C10" }, { "DocsId": "M:System.Text.Json.JsonSerializerOptions.#ctor(System.Text.Json.JsonSerializerDefaults)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L166C73-L180C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L166C73-L180C10" }, { "DocsId": "M:System.Text.Json.JsonSerializerOptions.AddContext``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L207C13-L210C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L207C13-L210C10" }, { "DocsId": "M:System.Text.Json.JsonSerializerOptions.MakeReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L879C13-L885C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L879C13-L885C10" }, { "DocsId": "M:System.Text.Json.JsonSerializerOptions.MakeReadOnly(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L906C13-L919C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L906C13-L919C10" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.Converters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.Converters.cs#L23C51-L23C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.Converters.cs#L23C51-L23C76" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L44C17-L44C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L44C17-L44C119" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.Web", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L64C17-L64C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L64C17-L64C107" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.TypeInfoResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L229C17-L229C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L229C17-L229C42" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.TypeInfoResolverChain", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L257C70-L257C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L257C70-L257C106" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.AllowOutOfOrderMetadataProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L277C17-L277C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L277C17-L277C59" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.AllowTrailingCommas", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L300C17-L300C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L300C17-L300C45" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.DefaultBufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L321C17-L321C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L321C17-L321C43" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.Encoder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L343C17-L343C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L343C17-L343C33" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.DictionaryKeyPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L364C17-L364C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L364C17-L364C45" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.IgnoreNullValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L387C17-L387C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L387C17-L387C42" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.DefaultIgnoreCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L417C17-L417C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L417C17-L417C48" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.NumberHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L445C20-L445C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L445C20-L445C35" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.PreferredObjectCreationHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L471C20-L471C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L471C20-L471C52" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.IgnoreReadOnlyProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L500C17-L500C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L500C17-L500C50" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.IgnoreReadOnlyFields", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L524C17-L524C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L524C17-L524C46" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.IncludeFields", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L544C17-L544C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L544C17-L544C39" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.MaxDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L567C20-L567C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L567C20-L567C29" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.PropertyNamingPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L597C17-L597C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L597C17-L597C50" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.PropertyNameCaseInsensitive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L615C17-L615C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L615C17-L615C53" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.ReadCommentHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L640C17-L640C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L640C17-L640C45" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.UnknownTypeHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L659C20-L659C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L659C20-L659C40" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.UnmappedMemberHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L673C20-L673C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L673C20-L673C43" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.WriteIndented", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L693C17-L693C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L693C17-L693C39" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.IndentCharacter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L714C17-L714C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L714C17-L714C41" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.IndentSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L736C17-L736C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L736C17-L736C36" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.ReferenceHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L751C20-L751C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L751C20-L751C37" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.NewLine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L777C17-L777C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L777C17-L777C57" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.RespectNullableAnnotations", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L808C20-L808C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L808C20-L808C47" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.RespectRequiredConstructorParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L831C20-L831C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L831C20-L831C57" }, { "DocsId": "P:System.Text.Json.JsonSerializerOptions.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L869C35-L869C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs#L869C35-L869C46" } ], "DocsId": "T:System.Text.Json.JsonSerializerOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerOptions.cs" }, { "Members": [ { "DocsId": "P:System.Text.Json.JsonWriterOptions.Encoder", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/JsonWriterOptions.cs#L26C45-L26C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/JsonWriterOptions.cs#L26C45-L26C49" }, { "DocsId": "P:System.Text.Json.JsonWriterOptions.Indented", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/JsonWriterOptions.cs#L37C17-L37C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/JsonWriterOptions.cs#L37C17-L37C56" }, { "DocsId": "P:System.Text.Json.JsonWriterOptions.IndentCharacter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/JsonWriterOptions.cs#L55C29-L55C143" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/JsonWriterOptions.cs#L55C29-L55C143" }, { "DocsId": "P:System.Text.Json.JsonWriterOptions.IndentSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/JsonWriterOptions.cs#L73C29-L73C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/JsonWriterOptions.cs#L73C29-L73C97" }, { "DocsId": "P:System.Text.Json.JsonWriterOptions.MaxDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/JsonWriterOptions.cs#L101C29-L101C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/JsonWriterOptions.cs#L101C29-L101C38" }, { "DocsId": "P:System.Text.Json.JsonWriterOptions.SkipValidation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/JsonWriterOptions.cs#L129C17-L129C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/JsonWriterOptions.cs#L129C17-L129C64" }, { "DocsId": "P:System.Text.Json.JsonWriterOptions.NewLine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/JsonWriterOptions.cs#L152C20-L152C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/JsonWriterOptions.cs#L152C20-L152C95" } ], "DocsId": "T:System.Text.Json.JsonWriterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/JsonWriterOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/JsonWriterOptions.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Schema.JsonSchemaExporter.GetJsonSchemaAsNode(System.Text.Json.JsonSerializerOptions,System.Type,System.Text.Json.Schema.JsonSchemaExporterOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporter.cs#L29C13-L41C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporter.cs#L29C13-L41C66" }, { "DocsId": "M:System.Text.Json.Schema.JsonSchemaExporter.GetJsonSchemaAsNode(System.Text.Json.Serialization.Metadata.JsonTypeInfo,System.Text.Json.Schema.JsonSchemaExporterOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporter.cs#L52C13-L63C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporter.cs#L52C13-L63C55" } ], "DocsId": "T:System.Text.Json.Schema.JsonSchemaExporter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporter.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Schema.JsonSchemaExporterOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterOptions.cs" }, { "DocsId": "P:System.Text.Json.Schema.JsonSchemaExporterOptions.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterOptions.cs#L16C59-L16C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterOptions.cs#L16C59-L16C63" }, { "DocsId": "P:System.Text.Json.Schema.JsonSchemaExporterOptions.TreatNullObliviousAsNonNullable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterOptions.cs#L26C55-L26C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterOptions.cs#L26C55-L26C59" }, { "DocsId": "P:System.Text.Json.Schema.JsonSchemaExporterOptions.TransformSchemaNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterOptions.cs#L31C91-L31C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterOptions.cs#L31C91-L31C95" } ], "DocsId": "T:System.Text.Json.Schema.JsonSchemaExporterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterOptions.cs" }, { "Members": [ { "DocsId": "P:System.Text.Json.Schema.JsonSchemaExporterContext.TypeInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterContext.cs#L30C40-L30C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterContext.cs#L30C40-L30C44" }, { "DocsId": "P:System.Text.Json.Schema.JsonSchemaExporterContext.PropertyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterContext.cs#L35C49-L35C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterContext.cs#L35C49-L35C53" }, { "DocsId": "P:System.Text.Json.Schema.JsonSchemaExporterContext.BaseTypeInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterContext.cs#L40C45-L40C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterContext.cs#L40C45-L40C49" }, { "DocsId": "P:System.Text.Json.Schema.JsonSchemaExporterContext.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterContext.cs#L45C45-L45C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterContext.cs#L45C45-L45C50" } ], "DocsId": "T:System.Text.Json.Schema.JsonSchemaExporterContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterContext.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Nodes.JsonArray.#ctor(System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.cs#L32C61-L32C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.cs#L32C61-L32C78" }, { "DocsId": "M:System.Text.Json.Nodes.JsonArray.#ctor(System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json.Nodes.JsonNode[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.cs#L39C79-L42C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.cs#L39C79-L42C10" }, { "DocsId": "M:System.Text.Json.Nodes.JsonArray.#ctor(System.Text.Json.Nodes.JsonNodeOptions,System.ReadOnlySpan{System.Text.Json.Nodes.JsonNode})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.cs#L49C91-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.cs#L49C91-L52C10" }, { "DocsId": "M:System.Text.Json.Nodes.JsonArray.#ctor(System.Text.Json.Nodes.JsonNode[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.cs#L58C54-L61C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.cs#L58C54-L61C10" }, { "DocsId": "M:System.Text.Json.Nodes.JsonArray.#ctor(System.ReadOnlySpan{System.Text.Json.Nodes.JsonNode})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.cs#L67C66-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.cs#L67C66-L70C10" }, { "DocsId": "M:System.Text.Json.Nodes.JsonArray.GetValues``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterOptions.cs" }, { "DocsId": "M:System.Text.Json.Nodes.JsonArray.Create(System.Text.Json.JsonElement,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.cs#L195C13-L199C122" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.cs#L195C13-L199C122" }, { "DocsId": "M:System.Text.Json.Nodes.JsonArray.Add``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.cs#L220C13-L222C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.cs#L220C13-L222C10" }, { "DocsId": "M:System.Text.Json.Nodes.JsonArray.WriteTo(System.Text.Json.Utf8JsonWriter,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.cs#L266C13-L295C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.cs#L266C13-L295C10" }, { "DocsId": "M:System.Text.Json.Nodes.JsonArray.Add(System.Text.Json.Nodes.JsonNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L24C13-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L24C13-L27C10" }, { "DocsId": "M:System.Text.Json.Nodes.JsonArray.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L34C13-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L34C13-L49C10" }, { "DocsId": "M:System.Text.Json.Nodes.JsonArray.Contains(System.Text.Json.Nodes.JsonNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L58C49-L58C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L58C49-L58C68" }, { "DocsId": "M:System.Text.Json.Nodes.JsonArray.IndexOf(System.Text.Json.Nodes.JsonNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L67C47-L67C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L67C47-L67C65" }, { "DocsId": "M:System.Text.Json.Nodes.JsonArray.Insert(System.Int32,System.Text.Json.Nodes.JsonNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L79C13-L81C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L79C13-L81C10" }, { "DocsId": "M:System.Text.Json.Nodes.JsonArray.Remove(System.Text.Json.Nodes.JsonNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L94C13-L100C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L94C13-L100C26" }, { "DocsId": "M:System.Text.Json.Nodes.JsonArray.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L112C13-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L112C13-L115C10" }, { "DocsId": "M:System.Text.Json.Nodes.JsonArray.RemoveAll(System.Func{System.Text.Json.Nodes.JsonNode,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L127C13-L143C16" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L127C13-L143C16" }, { "DocsId": "M:System.Text.Json.Nodes.JsonArray.RemoveRange(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L159C13-L187C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L159C13-L187C10" }, { "DocsId": "M:System.Text.Json.Nodes.JsonArray.System#Collections#Generic#ICollection#CopyTo(System.Text.Json.Nodes.JsonNode[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L211C77-L211C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L211C77-L211C102" }, { "DocsId": "M:System.Text.Json.Nodes.JsonArray.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L217C58-L217C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L217C58-L217C78" }, { "DocsId": "M:System.Text.Json.Nodes.JsonArray.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L225C52-L225C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L225C52-L225C87" }, { "DocsId": "M:System.Text.Json.Nodes.JsonArray.System#Collections#Generic#ICollection#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L230C51-L230C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L230C51-L230C56" }, { "DocsId": "P:System.Text.Json.Nodes.JsonArray.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L14C29-L14C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L14C29-L14C39" }, { "DocsId": "P:System.Text.Json.Nodes.JsonArray.System#Collections#Generic#ICollection#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L230C51-L230C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.IList.cs#L230C51-L230C56" } ], "DocsId": "T:System.Text.Json.Nodes.JsonArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonArray.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Nodes.JsonNode.AsArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L63C13-L70C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L63C13-L70C27" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.AsObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L84C13-L91C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L84C13-L91C28" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.AsValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L105C13-L112C27" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L105C13-L112C27" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.GetPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L138C13-L146C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L138C13-L146C36" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.GetValue``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L198C13-L198C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L198C13-L198C96" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.DeepClone", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L252C40-L252C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L252C40-L252C55" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.GetValueKind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L259C48-L259C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L259C48-L259C66" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.GetPropertyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L271C13-L278C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L271C13-L278C55" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.GetElementIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L289C13-L296C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L289C13-L296C54" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.DeepEquals(System.Text.Json.Nodes.JsonNode,System.Text.Json.Nodes.JsonNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L307C13-L316C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L307C13-L316C48" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.ReplaceWith``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L331C13-L340C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L331C13-L340C28" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Boolean)~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L15C65-L15C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L15C65-L15C88" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Nullable{System.Boolean})~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L22C67-L22C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L22C67-L22C90" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Byte)~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L29C65-L29C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L29C65-L29C88" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Nullable{System.Byte})~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L36C67-L36C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L36C67-L36C90" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Char)~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L43C65-L43C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L43C65-L43C88" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Nullable{System.Char})~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L50C67-L50C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L50C67-L50C90" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.DateTime)~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L57C69-L57C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L57C69-L57C92" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Nullable{System.DateTime})~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L64C71-L64C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L64C71-L64C94" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.DateTimeOffset)~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L71C75-L71C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L71C75-L71C98" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Nullable{System.DateTimeOffset})~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L78C77-L78C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L78C77-L78C100" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Decimal)~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L85C68-L85C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L85C68-L85C91" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Nullable{System.Decimal})~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L92C70-L92C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L92C70-L92C93" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Double)~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L99C67-L99C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L99C67-L99C90" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Nullable{System.Double})~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L106C69-L106C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L106C69-L106C92" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Guid)~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L113C65-L113C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L113C65-L113C88" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Nullable{System.Guid})~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L120C67-L120C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L120C67-L120C90" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Int16)~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L127C66-L127C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L127C66-L127C89" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Nullable{System.Int16})~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L134C68-L134C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L134C68-L134C91" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Int32)~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L141C64-L141C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L141C64-L141C87" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Nullable{System.Int32})~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L148C66-L148C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L148C66-L148C89" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Int64)~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L155C65-L155C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L155C65-L155C88" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Nullable{System.Int64})~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L162C67-L162C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L162C67-L162C90" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.SByte)~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L170C66-L170C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L170C66-L170C89" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Nullable{System.SByte})~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L178C68-L178C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L178C68-L178C91" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Single)~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L185C66-L185C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L185C66-L185C89" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Nullable{System.Single})~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L192C68-L192C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L192C68-L192C91" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.String)~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L200C69-L200C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L200C69-L200C92" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.UInt16)~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L208C67-L208C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L208C67-L208C90" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Nullable{System.UInt16})~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L216C69-L216C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L216C69-L216C92" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.UInt32)~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L224C65-L224C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L224C65-L224C88" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Nullable{System.UInt32})~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L232C67-L232C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L232C67-L232C90" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.UInt64)~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L240C66-L240C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L240C66-L240C89" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Implicit(System.Nullable{System.UInt64})~System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L248C68-L248C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L248C68-L248C91" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Boolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L255C65-L255C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L255C65-L255C87" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Nullable{System.Boolean}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L262C67-L262C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L262C67-L262C90" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Byte", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L269C65-L269C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L269C65-L269C87" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Nullable{System.Byte}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L276C67-L276C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L276C67-L276C90" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Char", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L283C65-L283C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L283C65-L283C87" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Nullable{System.Char}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L290C67-L290C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L290C67-L290C90" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.DateTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L297C69-L297C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L297C69-L297C95" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Nullable{System.DateTime}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L304C71-L304C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L304C71-L304C98" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.DateTimeOffset", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L311C75-L311C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L311C75-L311C107" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Nullable{System.DateTimeOffset}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L318C77-L318C110" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L318C77-L318C110" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Decimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L325C68-L325C93" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L325C68-L325C93" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Nullable{System.Decimal}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L332C70-L332C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L332C70-L332C96" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Double", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L339C67-L339C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L339C67-L339C91" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Nullable{System.Double}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L346C69-L346C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L346C69-L346C94" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L353C65-L353C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L353C65-L353C87" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Nullable{System.Guid}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L360C67-L360C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L360C67-L360C90" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Int16", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L367C66-L367C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L367C66-L367C89" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Nullable{System.Int16}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L374C68-L374C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L374C68-L374C92" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Int32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L381C64-L381C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L381C64-L381C85" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Nullable{System.Int32}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L388C66-L388C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L388C66-L388C88" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Int64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L395C65-L395C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L395C65-L395C87" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Nullable{System.Int64}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L402C67-L402C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L402C67-L402C90" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.SByte", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L410C66-L410C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L410C66-L410C89" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Nullable{System.SByte}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L418C68-L418C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L418C68-L418C92" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Single", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L425C66-L425C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L425C66-L425C89" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Nullable{System.Single}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L432C68-L432C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L432C68-L432C92" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.String", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L439C69-L439C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L439C69-L439C94" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.UInt16", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L447C67-L447C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L447C67-L447C91" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Nullable{System.UInt16}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L455C69-L455C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L455C69-L455C94" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.UInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L463C65-L463C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L463C65-L463C87" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Nullable{System.UInt32}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L471C67-L471C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L471C67-L471C90" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.UInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L479C66-L479C89" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L479C66-L479C89" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.op_Explicit(System.Text.Json.Nodes.JsonNode)~System.Nullable{System.UInt64}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L487C68-L487C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Operators.cs#L487C68-L487C92" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.Parse(System.Text.Json.Utf8JsonReader@,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Parse.cs#L51C13-L52C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Parse.cs#L51C13-L52C67" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.Parse(System.String,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions},System.Text.Json.JsonDocumentOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Parse.cs#L75C13-L81C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Parse.cs#L75C13-L81C67" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.Parse(System.ReadOnlySpan{System.Byte},System.Nullable{System.Text.Json.Nodes.JsonNodeOptions},System.Text.Json.JsonDocumentOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Parse.cs#L101C13-L102C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Parse.cs#L101C13-L102C67" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.Parse(System.IO.Stream,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions},System.Text.Json.JsonDocumentOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Parse.cs#L123C13-L129C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Parse.cs#L123C13-L129C67" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.ParseAsync(System.IO.Stream,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions},System.Text.Json.JsonDocumentOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.ToJsonString(System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.To.cs#L17C13-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.To.cs#L17C13-L36C10" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.To.cs#L45C13-L69C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.To.cs#L45C13-L69C10" }, { "DocsId": "M:System.Text.Json.Nodes.JsonNode.WriteTo(System.Text.Json.Utf8JsonWriter,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs" }, { "DocsId": "P:System.Text.Json.Nodes.JsonNode.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L35C17-L43C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L35C17-L43C33" }, { "DocsId": "P:System.Text.Json.Nodes.JsonNode.Parent", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L124C17-L124C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L124C17-L124C32" }, { "DocsId": "P:System.Text.Json.Nodes.JsonNode.Root", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L161C17-L172C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L161C17-L172C31" }, { "DocsId": "P:System.Text.Json.Nodes.JsonNode.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L212C20-L212C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L212C20-L212C34" }, { "DocsId": "P:System.Text.Json.Nodes.JsonNode.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L240C17-L240C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs#L240C17-L240C57" } ], "DocsId": "T:System.Text.Json.Nodes.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.cs" }, { "Members": [ { "DocsId": "P:System.Text.Json.Nodes.JsonNodeOptions.PropertyNameCaseInsensitive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNodeOptions.cs#L14C51-L14C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNodeOptions.cs#L14C51-L14C55" } ], "DocsId": "T:System.Text.Json.Nodes.JsonNodeOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNodeOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNodeOptions.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Nodes.JsonObject.#ctor(System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs#L29C62-L29C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs#L29C62-L29C79" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Text.Json.Nodes.JsonNode}},System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs#L36C119-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs#L36C119-L48C10" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.Create(System.Text.Json.JsonElement,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs#L61C13-L65C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs#L61C13-L65C123" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.TryGetPropertyValue(System.String,System.Text.Json.Nodes.JsonNode@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs#L123C13-L128C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs#L123C13-L128C71" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.WriteTo(System.Text.Json.Utf8JsonWriter,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs#L134C13-L166C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs#L134C13-L166C10" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.Add(System.String,System.Text.Json.Nodes.JsonNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L28C13-L35C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L28C13-L35C10" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.Add(System.Collections.Generic.KeyValuePair{System.String,System.Text.Json.Nodes.JsonNode})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L49C70-L49C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L49C70-L49C103" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L56C13-L70C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L56C13-L70C10" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L84C13-L89C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L84C13-L89C57" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L109C13-L120C28" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L109C13-L120C28" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.System#Collections#Generic#ICollection>#Contains(System.Collections.Generic.KeyValuePair{System.String,System.Text.Json.Nodes.JsonNode})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L131C13-L131C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L131C13-L131C72" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.System#Collections#Generic#ICollection>#CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Text.Json.Nodes.JsonNode}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L151C13-L151C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L151C13-L151C78" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L159C80-L159C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L159C80-L159C106" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.System#Collections#Generic#ICollection>#Remove(System.Collections.Generic.KeyValuePair{System.String,System.Text.Json.Nodes.JsonNode})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L170C107-L170C123" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L170C107-L170C123" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.System#Collections#Generic#IDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L175C68-L175C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L175C68-L175C83" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.System#Collections#Generic#IDictionary#get_Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L180C73-L180C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L180C73-L180C90" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.System#Collections#Generic#IDictionary#TryGetValue(System.String,System.Text.Json.Nodes.JsonNode@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L198C13-L203C71" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L198C13-L203C71" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.System#Collections#Generic#ICollection>#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L209C73-L209C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L209C73-L209C78" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L217C52-L217C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L217C52-L217C78" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.GetAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L15C68-L15C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L15C68-L15C91" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.SetAt(System.Int32,System.String,System.Text.Json.Nodes.JsonNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L26C13-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L26C13-L36C10" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.SetAt(System.Int32,System.Text.Json.Nodes.JsonNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L45C13-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L45C13-L50C10" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L58C13-L63C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L58C13-L63C53" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.Insert(System.Int32,System.String,System.Text.Json.Nodes.JsonNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L75C13-L82C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L75C13-L82C10" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L89C13-L92C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L89C13-L92C10" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.System#Collections#Generic#IList>#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L97C20-L97C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L97C20-L97C32" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.System#Collections#Generic#IList>#set_Item(System.Int32,System.Collections.Generic.KeyValuePair{System.String,System.Text.Json.Nodes.JsonNode})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L98C20-L98C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L98C20-L98C56" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.System#Collections#Generic#IList>#IndexOf(System.Collections.Generic.KeyValuePair{System.String,System.Text.Json.Nodes.JsonNode})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L102C101-L102C167" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L102C101-L102C167" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.System#Collections#Generic#IList>#Insert(System.Int32,System.Collections.Generic.KeyValuePair{System.String,System.Text.Json.Nodes.JsonNode})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L105C112-L105C147" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L105C112-L105C147" }, { "DocsId": "M:System.Text.Json.Nodes.JsonObject.System#Collections#Generic#IList>#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L108C76-L108C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L108C76-L108C91" }, { "DocsId": "P:System.Text.Json.Nodes.JsonObject.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L95C29-L95C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L95C29-L95C45" }, { "DocsId": "P:System.Text.Json.Nodes.JsonObject.System#Collections#Generic#IDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L175C68-L175C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L175C68-L175C83" }, { "DocsId": "P:System.Text.Json.Nodes.JsonObject.System#Collections#Generic#IDictionary#Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L180C73-L180C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L180C73-L180C90" }, { "DocsId": "P:System.Text.Json.Nodes.JsonObject.System#Collections#Generic#ICollection>#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L209C73-L209C78" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IDictionary.cs#L209C73-L209C78" }, { "DocsId": "P:System.Text.Json.Nodes.JsonObject.System#Collections#Generic#IList>#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L97C20-L97C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.IList.cs#L97C20-L97C32" } ], "DocsId": "T:System.Text.Json.Nodes.JsonObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Boolean,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L17C88-L17C171" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L17C88-L17C171" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Nullable{System.Boolean},System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L25C90-L25C203" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L25C90-L25C203" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Byte,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L33C88-L33C168" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L33C88-L33C168" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Nullable{System.Byte},System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L41C90-L41C200" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L41C90-L41C200" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Char,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L49C88-L49C168" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L49C88-L49C168" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Nullable{System.Char},System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L57C90-L57C200" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L57C90-L57C200" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.DateTime,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L65C92-L65C180" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L65C92-L65C180" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Nullable{System.DateTime},System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L73C94-L73C212" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L73C94-L73C212" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.DateTimeOffset,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L81C98-L81C198" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L81C98-L81C198" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Nullable{System.DateTimeOffset},System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L89C100-L89C230" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L89C100-L89C230" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Decimal,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L97C91-L97C177" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L97C91-L97C177" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Nullable{System.Decimal},System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L105C93-L105C209" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L105C93-L105C209" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Double,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L113C90-L113C174" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L113C90-L113C174" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Nullable{System.Double},System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L121C92-L121C206" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L121C92-L121C206" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Guid,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L129C88-L129C168" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L129C88-L129C168" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Nullable{System.Guid},System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L137C90-L137C200" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L137C90-L137C200" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Int16,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L145C89-L145C171" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L145C89-L145C171" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Nullable{System.Int16},System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L153C91-L153C203" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L153C91-L153C203" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Int32,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L161C87-L161C167" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L161C87-L161C167" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Nullable{System.Int32},System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L169C89-L169C199" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L169C89-L169C199" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Int64,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L177C88-L177C169" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L177C88-L177C169" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Nullable{System.Int64},System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L185C90-L185C201" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L185C90-L185C201" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.SByte,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L194C89-L194C171" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L194C89-L194C171" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Nullable{System.SByte},System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L203C91-L203C203" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L203C91-L203C203" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Single,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L211C89-L211C172" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L211C89-L211C172" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Nullable{System.Single},System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L219C91-L219C204" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L219C91-L219C204" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.String,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L228C92-L228C200" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L228C92-L228C200" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.UInt16,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L237C90-L237C174" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L237C90-L237C174" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Nullable{System.UInt16},System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L246C92-L246C206" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L246C92-L246C206" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.UInt32,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L255C88-L255C170" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L255C88-L255C170" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Nullable{System.UInt32},System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L264C90-L264C202" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L264C90-L264C202" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.UInt64,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L273C89-L273C172" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L273C89-L273C172" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Nullable{System.UInt64},System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L282C91-L282C204" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L282C91-L282C204" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Text.Json.JsonElement,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L290C96-L290C143" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L290C96-L290C143" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create(System.Nullable{System.Text.Json.JsonElement},System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L298C97-L298C184" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.CreateOverloads.cs#L298C97-L298C184" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.TryGetValue``1(``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.cs" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create``1(``0,System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.cs#L52C13-L68C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.cs#L52C13-L68C69" }, { "DocsId": "M:System.Text.Json.Nodes.JsonValue.Create``1(``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0},System.Nullable{System.Text.Json.Nodes.JsonNodeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.cs#L84C13-L106C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.cs#L84C13-L106C69" } ], "DocsId": "T:System.Text.Json.Nodes.JsonValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Text/Json/PooledByteBufferWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Text/Json/PooledByteBufferWriter.cs" } ], "DocsId": "T:System.Text.Json.Serialization.JsonAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Text/Json/PooledByteBufferWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Text/Json/PooledByteBufferWriter.cs" }, { "Members": [ { "DocsId": "F:System.Text.Json.Serialization.JsonIgnoreCondition.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonHelpers.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonIgnoreCondition.Never", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonHelpers.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonIgnoreCondition.Always", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonHelpers.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonHelpers.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonHelpers.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonIgnoreCondition.WhenWriting", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonHelpers.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonIgnoreCondition.WhenReading", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonHelpers.cs" } ], "DocsId": "T:System.Text.Json.Serialization.JsonIgnoreCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonHelpers.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonHelpers.cs" }, { "Members": [ { "DocsId": "F:System.Text.Json.Serialization.JsonKnownNamingPolicy.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.Escaping.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.Escaping.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonKnownNamingPolicy.Unspecified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.Escaping.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.Escaping.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonKnownNamingPolicy.CamelCase", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.Escaping.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.Escaping.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonKnownNamingPolicy.SnakeCaseLower", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.Escaping.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.Escaping.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonKnownNamingPolicy.SnakeCaseUpper", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.Escaping.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.Escaping.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonKnownNamingPolicy.KebabCaseLower", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.Escaping.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.Escaping.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonKnownNamingPolicy.KebabCaseUpper", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.Escaping.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.Escaping.cs" } ], "DocsId": "T:System.Text.Json.Serialization.JsonKnownNamingPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.Escaping.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/JsonHelpers.Escaping.cs" }, { "Members": [ { "DocsId": "F:System.Text.Json.Serialization.JsonKnownReferenceHandler.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonKebabCaseLowerNamingPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonKebabCaseLowerNamingPolicy.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonKnownReferenceHandler.Unspecified", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonKebabCaseLowerNamingPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonKebabCaseLowerNamingPolicy.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonKnownReferenceHandler.Preserve", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonKebabCaseLowerNamingPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonKebabCaseLowerNamingPolicy.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonKnownReferenceHandler.IgnoreCycles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonKebabCaseLowerNamingPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonKebabCaseLowerNamingPolicy.cs" } ], "DocsId": "T:System.Text.Json.Serialization.JsonKnownReferenceHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonKebabCaseLowerNamingPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonKebabCaseLowerNamingPolicy.cs" }, { "Members": [ { "DocsId": "F:System.Text.Json.Serialization.JsonNumberHandling.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonKebabCaseUpperNamingPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonKebabCaseUpperNamingPolicy.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonNumberHandling.Strict", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonKebabCaseUpperNamingPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonKebabCaseUpperNamingPolicy.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonNumberHandling.AllowReadingFromString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonKebabCaseUpperNamingPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonKebabCaseUpperNamingPolicy.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonNumberHandling.WriteAsString", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonKebabCaseUpperNamingPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonKebabCaseUpperNamingPolicy.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonNumberHandling.AllowNamedFloatingPointLiterals", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonKebabCaseUpperNamingPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonKebabCaseUpperNamingPolicy.cs" } ], "DocsId": "T:System.Text.Json.Serialization.JsonNumberHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonKebabCaseUpperNamingPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonKebabCaseUpperNamingPolicy.cs" }, { "Members": [ { "DocsId": "F:System.Text.Json.Serialization.JsonObjectCreationHandling.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSeparatorNamingPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSeparatorNamingPolicy.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonObjectCreationHandling.Replace", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSeparatorNamingPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSeparatorNamingPolicy.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonObjectCreationHandling.Populate", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSeparatorNamingPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSeparatorNamingPolicy.cs" } ], "DocsId": "T:System.Text.Json.Serialization.JsonObjectCreationHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSeparatorNamingPolicy.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSeparatorNamingPolicy.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonSerializableAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSerializableAttribute.cs#L28C9-L28C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSerializableAttribute.cs#L28C9-L28C56" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSerializableAttribute.TypeInfoPropertyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSerializableAttribute.cs#L38C47-L38C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSerializableAttribute.cs#L38C47-L38C51" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSerializableAttribute.GenerationMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSerializableAttribute.cs#L44C58-L44C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSerializableAttribute.cs#L44C58-L44C62" } ], "DocsId": "T:System.Text.Json.Serialization.JsonSerializableAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSerializableAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSerializableAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Text.Json.Serialization.JsonSourceGenerationMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/ThrowHelper.Serialization.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/ThrowHelper.Serialization.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonSourceGenerationMode.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/ThrowHelper.Serialization.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/ThrowHelper.Serialization.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonSourceGenerationMode.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/ThrowHelper.Serialization.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/ThrowHelper.Serialization.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonSourceGenerationMode.Serialization", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/ThrowHelper.Serialization.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/ThrowHelper.Serialization.cs" } ], "DocsId": "T:System.Text.Json.Serialization.JsonSourceGenerationMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/ThrowHelper.Serialization.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/ThrowHelper.Serialization.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L20C9-L20C58" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L20C9-L20C58" }, { "DocsId": "M:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.#ctor(System.Text.Json.JsonSerializerDefaults)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L27C9-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L27C9-L41C10" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.AllowOutOfOrderMetadataProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L46C57-L46C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L46C57-L46C61" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.AllowTrailingCommas", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L51C43-L51C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L51C43-L51C47" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.Converters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L56C37-L56C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L56C37-L56C41" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.DefaultBufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L61C40-L61C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L61C40-L61C44" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.DefaultIgnoreCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L66C61-L66C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L66C61-L66C65" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.DictionaryKeyPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L71C60-L71C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L71C60-L71C64" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.IgnoreReadOnlyFields", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L76C44-L76C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L76C44-L76C48" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.IgnoreReadOnlyProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L81C48-L81C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L81C48-L81C52" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.IncludeFields", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L86C37-L86C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L86C37-L86C41" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.MaxDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L91C31-L91C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L91C31-L91C35" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.NumberHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L96C52-L96C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L96C52-L96C56" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.PreferredObjectCreationHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L101C77-L101C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L101C77-L101C81" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.PropertyNameCaseInsensitive", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L106C51-L106C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L106C51-L106C55" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.PropertyNamingPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L111C61-L111C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L111C61-L111C65" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.ReadCommentHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L116C58-L116C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L116C58-L116C62" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.ReferenceHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L121C61-L121C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L121C61-L121C65" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.RespectNullableAnnotations", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L126C50-L126C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L126C50-L126C54" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.RespectRequiredConstructorParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L131C60-L131C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L131C60-L131C64" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.UnknownTypeHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L136C62-L136C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L136C62-L136C66" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.UnmappedMemberHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L141C68-L141C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L141C68-L141C72" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.WriteIndented", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L146C37-L146C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L146C37-L146C41" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.IndentCharacter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L151C39-L151C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L151C39-L151C43" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.IndentSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L156C33-L156C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L156C33-L156C37" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.GenerationMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L161C58-L161C62" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L161C58-L161C62" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.UseStringEnumConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L167C46-L167C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L167C46-L167C50" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute.NewLine", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L172C34-L172C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs#L172C34-L172C38" } ], "DocsId": "T:System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSourceGenerationOptionsAttribute.cs" }, { "Members": [ { "DocsId": "F:System.Text.Json.Serialization.JsonUnknownTypeHandling.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/BitStack.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/BitStack.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonUnknownTypeHandling.JsonElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/BitStack.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/BitStack.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonUnknownTypeHandling.JsonNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/BitStack.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/BitStack.cs" } ], "DocsId": "T:System.Text.Json.Serialization.JsonUnknownTypeHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/BitStack.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/BitStack.cs" }, { "Members": [ { "DocsId": "F:System.Text.Json.Serialization.JsonUnmappedMemberHandling.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonUnmappedMemberHandling.Skip", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonUnmappedMemberHandling.Disallow", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.cs" } ], "DocsId": "T:System.Text.Json.Serialization.JsonUnmappedMemberHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonObjectCreationHandlingAttribute.#ctor(System.Text.Json.Serialization.JsonObjectCreationHandling)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonObjectCreationHandlingAttribute.cs#L43C5-L51C6" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonObjectCreationHandlingAttribute.cs#L43C5-L51C6" }, { "DocsId": "P:System.Text.Json.Serialization.JsonObjectCreationHandlingAttribute.Handling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonObjectCreationHandlingAttribute.cs#L37C50-L37C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonObjectCreationHandlingAttribute.cs#L37C50-L37C54" } ], "DocsId": "T:System.Text.Json.Serialization.JsonObjectCreationHandlingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonObjectCreationHandlingAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonObjectCreationHandlingAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonConstructorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonConstructorAttribute.cs#L16C9-L16C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonConstructorAttribute.cs#L16C9-L16C46" } ], "DocsId": "T:System.Text.Json.Serialization.JsonConstructorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonConstructorAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonConstructorAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonConverterAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonConverterAttribute.cs#L25C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonConverterAttribute.cs#L25C9-L28C10" }, { "DocsId": "M:System.Text.Json.Serialization.JsonConverterAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonConverterAttribute.cs#L33C9-L33C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonConverterAttribute.cs#L33C9-L33C47" }, { "DocsId": "M:System.Text.Json.Serialization.JsonConverterAttribute.CreateConverter(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonConverterAttribute.cs#L49C13-L49C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonConverterAttribute.cs#L49C13-L49C25" }, { "DocsId": "P:System.Text.Json.Serialization.JsonConverterAttribute.ConverterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonConverterAttribute.cs#L39C38-L39C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonConverterAttribute.cs#L39C38-L39C42" } ], "DocsId": "T:System.Text.Json.Serialization.JsonConverterAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonConverterAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonConverterAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonDerivedTypeAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonDerivedTypeAttribute.cs#L16C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonDerivedTypeAttribute.cs#L16C9-L19C10" }, { "DocsId": "M:System.Text.Json.Serialization.JsonDerivedTypeAttribute.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonDerivedTypeAttribute.cs#L26C9-L30C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonDerivedTypeAttribute.cs#L26C9-L30C10" }, { "DocsId": "M:System.Text.Json.Serialization.JsonDerivedTypeAttribute.#ctor(System.Type,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonDerivedTypeAttribute.cs#L37C9-L41C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonDerivedTypeAttribute.cs#L37C9-L41C10" }, { "DocsId": "P:System.Text.Json.Serialization.JsonDerivedTypeAttribute.DerivedType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonDerivedTypeAttribute.cs#L46C35-L46C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonDerivedTypeAttribute.cs#L46C35-L46C39" }, { "DocsId": "P:System.Text.Json.Serialization.JsonDerivedTypeAttribute.TypeDiscriminator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonDerivedTypeAttribute.cs#L51C44-L51C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonDerivedTypeAttribute.cs#L51C44-L51C48" } ], "DocsId": "T:System.Text.Json.Serialization.JsonDerivedTypeAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonDerivedTypeAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonDerivedTypeAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonExtensionDataAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Double.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Double.cs" } ], "DocsId": "T:System.Text.Json.Serialization.JsonExtensionDataAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Double.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Double.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonIgnoreAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonIgnoreAttribute.cs#L16C62-L21C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonIgnoreAttribute.cs#L16C62-L21C41" }, { "DocsId": "P:System.Text.Json.Serialization.JsonIgnoreAttribute.Condition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonIgnoreAttribute.cs#L16C48-L16C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonIgnoreAttribute.cs#L16C48-L16C52" } ], "DocsId": "T:System.Text.Json.Serialization.JsonIgnoreAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonIgnoreAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonIgnoreAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonIncludeAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonIncludeAttribute.cs#L21C9-L21C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonIncludeAttribute.cs#L21C9-L21C42" } ], "DocsId": "T:System.Text.Json.Serialization.JsonIncludeAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonIncludeAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonIncludeAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonNumberHandlingAttribute.#ctor(System.Text.Json.Serialization.JsonNumberHandling)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonNumberHandlingAttribute.cs#L21C9-L28C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonNumberHandlingAttribute.cs#L21C9-L28C10" }, { "DocsId": "P:System.Text.Json.Serialization.JsonNumberHandlingAttribute.Handling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonNumberHandlingAttribute.cs#L16C46-L16C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonNumberHandlingAttribute.cs#L16C46-L16C50" } ], "DocsId": "T:System.Text.Json.Serialization.JsonNumberHandlingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonNumberHandlingAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonNumberHandlingAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonPolymorphicAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonPolymorphicAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonPolymorphicAttribute.cs" }, { "DocsId": "P:System.Text.Json.Serialization.JsonPolymorphicAttribute.TypeDiscriminatorPropertyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonPolymorphicAttribute.cs#L16C56-L16C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonPolymorphicAttribute.cs#L16C56-L16C60" }, { "DocsId": "P:System.Text.Json.Serialization.JsonPolymorphicAttribute.UnknownDerivedTypeHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonPolymorphicAttribute.cs#L21C76-L21C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonPolymorphicAttribute.cs#L21C76-L21C80" }, { "DocsId": "P:System.Text.Json.Serialization.JsonPolymorphicAttribute.IgnoreUnrecognizedTypeDiscriminators", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonPolymorphicAttribute.cs#L28C60-L28C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonPolymorphicAttribute.cs#L28C60-L28C64" } ], "DocsId": "T:System.Text.Json.Serialization.JsonPolymorphicAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonPolymorphicAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonPolymorphicAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonPropertyNameAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonPropertyNameAttribute.cs#L17C9-L20C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonPropertyNameAttribute.cs#L17C9-L20C10" }, { "DocsId": "P:System.Text.Json.Serialization.JsonPropertyNameAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonPropertyNameAttribute.cs#L25C30-L25C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonPropertyNameAttribute.cs#L25C30-L25C34" } ], "DocsId": "T:System.Text.Json.Serialization.JsonPropertyNameAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonPropertyNameAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonPropertyNameAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonRequiredAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonRequiredAttribute.cs#L22C9-L22C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonRequiredAttribute.cs#L22C9-L22C43" } ], "DocsId": "T:System.Text.Json.Serialization.JsonRequiredAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonRequiredAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonRequiredAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonPropertyOrderAttribute.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonPropertyOrderAttribute.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonPropertyOrderAttribute.cs#L18C9-L21C10" }, { "DocsId": "P:System.Text.Json.Serialization.JsonPropertyOrderAttribute.Order", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonPropertyOrderAttribute.cs#L26C28-L26C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonPropertyOrderAttribute.cs#L26C28-L26C32" } ], "DocsId": "T:System.Text.Json.Serialization.JsonPropertyOrderAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonPropertyOrderAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonPropertyOrderAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonUnmappedMemberHandlingAttribute.#ctor(System.Text.Json.Serialization.JsonUnmappedMemberHandling)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonUnmappedMemberHandlingAttribute.cs#L18C9-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonUnmappedMemberHandlingAttribute.cs#L18C9-L21C10" }, { "DocsId": "P:System.Text.Json.Serialization.JsonUnmappedMemberHandlingAttribute.UnmappedMemberHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonUnmappedMemberHandlingAttribute.cs#L26C68-L26C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonUnmappedMemberHandlingAttribute.cs#L26C68-L26C72" } ], "DocsId": "T:System.Text.Json.Serialization.JsonUnmappedMemberHandlingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonUnmappedMemberHandlingAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Attributes/JsonUnmappedMemberHandlingAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.IJsonOnDeserialized.OnDeserialized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchema.cs" } ], "DocsId": "T:System.Text.Json.Serialization.IJsonOnDeserialized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchema.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchema.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.IJsonOnDeserializing.OnDeserializing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporter.cs" } ], "DocsId": "T:System.Text.Json.Serialization.IJsonOnDeserializing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporter.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.IJsonOnSerialized.OnSerialized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterOptions.cs" } ], "DocsId": "T:System.Text.Json.Serialization.IJsonOnSerialized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterOptions.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.IJsonOnSerializing.OnSerializing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterContext.cs" } ], "DocsId": "T:System.Text.Json.Serialization.IJsonOnSerializing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Schema/JsonSchemaExporterContext.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonNumberEnumConverter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonNumberEnumConverter.cs#L23C9-L23C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonNumberEnumConverter.cs#L23C9-L23C45" }, { "DocsId": "M:System.Text.Json.Serialization.JsonNumberEnumConverter`1.CanConvert(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonNumberEnumConverter.cs#L26C64-L26C94" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonNumberEnumConverter.cs#L26C64-L26C94" }, { "DocsId": "M:System.Text.Json.Serialization.JsonNumberEnumConverter`1.CreateConverter(System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonNumberEnumConverter.cs#L31C13-L36C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonNumberEnumConverter.cs#L31C13-L36C107" } ], "DocsId": "T:System.Text.Json.Serialization.JsonNumberEnumConverter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonNumberEnumConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonNumberEnumConverter.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonSerializerContext.System#Text#Json#Serialization#Metadata#IBuiltInJsonTypeInfoResolver#IsCompatibleWithOptions(System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerContext.cs#L56C13-L78C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerContext.cs#L56C13-L78C53" }, { "DocsId": "M:System.Text.Json.Serialization.JsonSerializerContext.#ctor(System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerContext.cs#L94C9-L101C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerContext.cs#L94C9-L101C10" }, { "DocsId": "M:System.Text.Json.Serialization.JsonSerializerContext.GetTypeInfo(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerContext.cs" }, { "DocsId": "M:System.Text.Json.Serialization.JsonSerializerContext.System#Text#Json#Serialization#Metadata#IJsonTypeInfoResolver#GetTypeInfo(System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerContext.cs#L112C13-L117C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerContext.cs#L112C13-L117C38" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSerializerContext.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerContext.cs#L27C17-L36C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerContext.cs#L27C17-L36C32" }, { "DocsId": "P:System.Text.Json.Serialization.JsonSerializerContext.GeneratedSerializerOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerContext.cs" } ], "DocsId": "T:System.Text.Json.Serialization.JsonSerializerContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerContext.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializerContext.cs" }, { "Members": [ { "DocsId": "F:System.Text.Json.Serialization.JsonUnknownDerivedTypeHandling.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonUnknownDerivedTypeHandling.FailSerialization", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonUnknownDerivedTypeHandling.FallBackToBaseType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs" }, { "DocsId": "F:System.Text.Json.Serialization.JsonUnknownDerivedTypeHandling.FallBackToNearestAncestor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs" } ], "DocsId": "T:System.Text.Json.Serialization.JsonUnknownDerivedTypeHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonObject.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonConverter.CanConvert(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverter.cs" }, { "DocsId": "P:System.Text.Json.Serialization.JsonConverter.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverter.cs" } ], "DocsId": "T:System.Text.Json.Serialization.JsonConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverter.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonConverterFactory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterFactory.cs#L20C9-L20C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterFactory.cs#L20C9-L20C45" }, { "DocsId": "M:System.Text.Json.Serialization.JsonConverterFactory.CreateConverter(System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterFactory.cs" }, { "DocsId": "P:System.Text.Json.Serialization.JsonConverterFactory.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterFactory.cs#L142C46-L142C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterFactory.cs#L142C46-L142C50" } ], "DocsId": "T:System.Text.Json.Serialization.JsonConverterFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterFactory.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterFactory.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonConverter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.cs#L497C53-L38C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.cs#L497C53-L38C10" }, { "DocsId": "M:System.Text.Json.Serialization.JsonConverter`1.CanConvert(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.cs#L50C13-L50C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.cs#L50C13-L50C47" }, { "DocsId": "M:System.Text.Json.Serialization.JsonConverter`1.Read(System.Text.Json.Utf8JsonReader@,System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.ReadCore.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.ReadCore.cs" }, { "DocsId": "M:System.Text.Json.Serialization.JsonConverter`1.Write(System.Text.Json.Utf8JsonWriter,`0,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.ReadCore.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.ReadCore.cs" }, { "DocsId": "M:System.Text.Json.Serialization.JsonConverter`1.ReadAsPropertyName(System.Text.Json.Utf8JsonReader@,System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.cs#L594C13-L600C97" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.cs#L594C13-L600C97" }, { "DocsId": "M:System.Text.Json.Serialization.JsonConverter`1.WriteAsPropertyName(System.Text.Json.Utf8JsonWriter,`0,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.cs#L627C13-L634C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.cs#L627C13-L634C10" }, { "DocsId": "P:System.Text.Json.Serialization.JsonConverter`1.HandleNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.cs#L71C17-L72C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.cs#L71C17-L72C30" }, { "DocsId": "P:System.Text.Json.Serialization.JsonConverter`1.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.cs#L497C44-L497C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.cs#L497C44-L497C48" } ], "DocsId": "T:System.Text.Json.Serialization.JsonConverter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.ReadCore.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.ReadCore.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonStringEnumConverter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumConverter.cs#L26C44-L29C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumConverter.cs#L26C44-L29C10" }, { "DocsId": "M:System.Text.Json.Serialization.JsonStringEnumConverter`1.#ctor(System.Text.Json.JsonNamingPolicy,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumConverter.cs#L41C9-L47C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumConverter.cs#L41C9-L47C10" }, { "DocsId": "M:System.Text.Json.Serialization.JsonStringEnumConverter`1.CanConvert(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumConverter.cs#L50C71-L50C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumConverter.cs#L50C71-L50C101" }, { "DocsId": "M:System.Text.Json.Serialization.JsonStringEnumConverter`1.CreateConverter(System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumConverter.cs#L55C13-L60C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumConverter.cs#L55C13-L60C106" } ], "DocsId": "T:System.Text.Json.Serialization.JsonStringEnumConverter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumConverter.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonStringEnumConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumConverter.cs#L82C44-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumConverter.cs#L82C44-L85C10" }, { "DocsId": "M:System.Text.Json.Serialization.JsonStringEnumConverter.#ctor(System.Text.Json.JsonNamingPolicy,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumConverter.cs#L97C9-L103C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumConverter.cs#L97C9-L103C10" }, { "DocsId": "M:System.Text.Json.Serialization.JsonStringEnumConverter.CanConvert(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumConverter.cs#L108C13-L108C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumConverter.cs#L108C13-L108C41" }, { "DocsId": "M:System.Text.Json.Serialization.JsonStringEnumConverter.CreateConverter(System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumConverter.cs#L114C13-L119C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumConverter.cs#L114C13-L119C106" } ], "DocsId": "T:System.Text.Json.Serialization.JsonStringEnumConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumConverter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumConverter.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.JsonStringEnumMemberNameAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumMemberNameAttribute.cs#L16C9-L19C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumMemberNameAttribute.cs#L16C9-L19C10" }, { "DocsId": "P:System.Text.Json.Serialization.JsonStringEnumMemberNameAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumMemberNameAttribute.cs#L24C30-L24C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumMemberNameAttribute.cs#L24C30-L24C34" } ], "DocsId": "T:System.Text.Json.Serialization.JsonStringEnumMemberNameAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumMemberNameAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonStringEnumMemberNameAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.ReferenceHandler.CreateResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceHandler.cs" }, { "DocsId": "M:System.Text.Json.Serialization.ReferenceHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceHandler.cs#L17C9-L17C98" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceHandler.cs#L17C9-L17C98" }, { "DocsId": "P:System.Text.Json.Serialization.ReferenceHandler.Preserve", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceHandler.cs#L46C51-L46C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceHandler.cs#L46C51-L46C55" }, { "DocsId": "P:System.Text.Json.Serialization.ReferenceHandler.IgnoreCycles", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceHandler.cs#L51C55-L51C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceHandler.cs#L51C55-L51C59" } ], "DocsId": "T:System.Text.Json.Serialization.ReferenceHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceHandler.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceHandler.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.ReferenceHandler`1.CreateResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceHandlerOfT.cs#L17C63-L17C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceHandlerOfT.cs#L17C63-L17C70" }, { "DocsId": "M:System.Text.Json.Serialization.ReferenceHandler`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceHandlerOfT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceHandlerOfT.cs" } ], "DocsId": "T:System.Text.Json.Serialization.ReferenceHandler`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceHandlerOfT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceHandlerOfT.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.ReferenceResolver.AddReference(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceResolver.cs" }, { "DocsId": "M:System.Text.Json.Serialization.ReferenceResolver.GetReference(System.Object,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceResolver.cs" }, { "DocsId": "M:System.Text.Json.Serialization.ReferenceResolver.ResolveReference(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceResolver.cs" }, { "DocsId": "M:System.Text.Json.Serialization.ReferenceResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceResolver.cs" } ], "DocsId": "T:System.Text.Json.Serialization.ReferenceResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/ReferenceResolver.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/DefaultJsonTypeInfoResolver.cs#L25C48-L27C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/DefaultJsonTypeInfoResolver.cs#L25C48-L27C10" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver.GetTypeInfo(System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/DefaultJsonTypeInfoResolver.cs#L53C13-L81C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/DefaultJsonTypeInfoResolver.cs#L53C13-L81C29" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver.System#Text#Json#Serialization#Metadata#IBuiltInJsonTypeInfoResolver#IsCompatibleWithOptions(System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/DefaultJsonTypeInfoResolver.cs#L125C16-L125C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/DefaultJsonTypeInfoResolver.cs#L125C16-L125C102" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver.Modifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/DefaultJsonTypeInfoResolver.cs#L100C57-L100C100" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/DefaultJsonTypeInfoResolver.cs#L100C57-L100C100" } ], "DocsId": "T:System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/DefaultJsonTypeInfoResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/DefaultJsonTypeInfoResolver.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver.GetTypeInfo(System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.cs" } ], "DocsId": "T:System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonValue.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonDerivedType.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonDerivedType.cs#L19C13-L21C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonDerivedType.cs#L19C13-L21C10" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonDerivedType.#ctor(System.Type,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonDerivedType.cs#L30C13-L32C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonDerivedType.cs#L30C13-L32C10" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonDerivedType.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonDerivedType.cs#L41C13-L43C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonDerivedType.cs#L41C13-L43C10" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonDerivedType.DerivedType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonDerivedType.cs#L55C35-L55C39" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonDerivedType.cs#L55C35-L55C39" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonDerivedType.TypeDiscriminator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonDerivedType.cs#L60C44-L60C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonDerivedType.cs#L60C44-L60C48" } ], "DocsId": "T:System.Text.Json.Serialization.Metadata.JsonDerivedType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonDerivedType.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonDerivedType.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonPolymorphismOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPolymorphismOptions.cs#L23C9-L25C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPolymorphismOptions.cs#L23C9-L25C10" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPolymorphismOptions.DerivedTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPolymorphismOptions.cs#L30C55-L30C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPolymorphismOptions.cs#L30C55-L30C82" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPolymorphismOptions.IgnoreUnrecognizedTypeDiscriminators", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPolymorphismOptions.cs#L42C20-L42C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPolymorphismOptions.cs#L42C20-L42C57" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPolymorphismOptions.UnknownDerivedTypeHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPolymorphismOptions.cs#L58C20-L58C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPolymorphismOptions.cs#L58C20-L58C47" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPolymorphismOptions.TypeDiscriminatorPropertyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPolymorphismOptions.cs#L76C20-L76C85" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPolymorphismOptions.cs#L76C20-L76C85" } ], "DocsId": "T:System.Text.Json.Serialization.Metadata.JsonPolymorphismOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPolymorphismOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPolymorphismOptions.cs" }, { "Members": [ { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.CreateObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfoOfT.cs#L51C20-L51C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfoOfT.cs#L51C20-L51C38" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.SerializeHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfoOfT.cs#L128C17-L128C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfoOfT.cs#L128C17-L128C35" } ], "DocsId": "T:System.Text.Json.Serialization.Metadata.JsonTypeInfo`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfoOfT.ReadHelper.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfoOfT.ReadHelper.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonTypeInfoResolver.Combine(System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfoResolver.cs#L28C13-L33C77" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfoResolver.cs#L28C13-L33C77" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonTypeInfoResolver.Combine(System.ReadOnlySpan{System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfoResolver.cs#L52C13-L58C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfoResolver.cs#L52C13-L58C80" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonTypeInfoResolver.WithAddedModifier(System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver,System.Action{System.Text.Json.Serialization.Metadata.JsonTypeInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfoResolver.cs#L73C13-L84C92" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfoResolver.cs#L73C13-L84C92" } ], "DocsId": "T:System.Text.Json.Serialization.Metadata.JsonTypeInfoResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfoResolver.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfoResolver.cs" }, { "Members": [ { "DocsId": "F:System.Text.Json.Serialization.Metadata.JsonTypeInfoKind.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSerializableAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSerializableAttribute.cs" }, { "DocsId": "F:System.Text.Json.Serialization.Metadata.JsonTypeInfoKind.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSerializableAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSerializableAttribute.cs" }, { "DocsId": "F:System.Text.Json.Serialization.Metadata.JsonTypeInfoKind.Object", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSerializableAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSerializableAttribute.cs" }, { "DocsId": "F:System.Text.Json.Serialization.Metadata.JsonTypeInfoKind.Enumerable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSerializableAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSerializableAttribute.cs" }, { "DocsId": "F:System.Text.Json.Serialization.Metadata.JsonTypeInfoKind.Dictionary", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSerializableAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSerializableAttribute.cs" } ], "DocsId": "T:System.Text.Json.Serialization.Metadata.JsonTypeInfoKind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/Common/JsonSerializableAttribute.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/Common/JsonSerializableAttribute.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonCollectionInfoValuesOfTCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonCollectionInfoValuesOfTCollection.cs" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues`1.ObjectCreator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonCollectionInfoValuesOfTCollection.cs#L20C51-L20C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonCollectionInfoValuesOfTCollection.cs#L20C51-L20C55" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues`1.KeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonCollectionInfoValuesOfTCollection.cs#L26C40-L26C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonCollectionInfoValuesOfTCollection.cs#L26C40-L26C44" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues`1.ElementInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonCollectionInfoValuesOfTCollection.cs#L32C43-L32C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonCollectionInfoValuesOfTCollection.cs#L32C43-L32C47" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues`1.NumberHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonCollectionInfoValuesOfTCollection.cs#L38C52-L38C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonCollectionInfoValuesOfTCollection.cs#L38C52-L38C56" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues`1.SerializeHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonCollectionInfoValuesOfTCollection.cs#L44C72-L44C76" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonCollectionInfoValuesOfTCollection.cs#L44C72-L44C76" } ], "DocsId": "T:System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonCollectionInfoValuesOfTCollection.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonCollectionInfoValuesOfTCollection.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateArrayInfo``1(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{``0[]})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L22C16-L25C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L22C16-L25C60" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateListInfo``2(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L40C16-L43C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L40C16-L43C63" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateDictionaryInfo``3(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L60C16-L63C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L60C16-L63C82" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateImmutableDictionaryInfo``3(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{``0},System.Func{System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``1,``2}},``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L87C13-L96C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L87C13-L96C56" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIDictionaryInfo``3(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L114C16-L117C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L114C16-L117C83" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIReadOnlyDictionaryInfo``3(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L134C16-L137C91" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L134C16-L137C91" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateImmutableEnumerableInfo``2(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{``0},System.Func{System.Collections.Generic.IEnumerable{``1},``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L155C13-L164C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L155C13-L164C56" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIListInfo``1(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L179C16-L182C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L179C16-L182C51" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIListInfo``2(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L197C16-L200C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L197C16-L200C64" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateISetInfo``2(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L215C16-L218C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L215C16-L218C63" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateICollectionInfo``2(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L233C16-L236C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L233C16-L236C70" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateStackInfo``2(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L251C16-L254C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L251C16-L254C64" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateQueueInfo``2(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L269C16-L272C64" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L269C16-L272C64" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateConcurrentStackInfo``2(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L287C16-L290C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L287C16-L290C74" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateConcurrentQueueInfo``2(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L305C16-L308C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L305C16-L308C74" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIEnumerableInfo``2(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L323C16-L326C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L323C16-L326C70" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIAsyncEnumerableInfo``2(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L341C16-L344C75" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L341C16-L344C75" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIDictionaryInfo``1(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L358C16-L361C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L358C16-L361C57" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateStackInfo``1(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{``0},System.Action{``0,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L379C16-L379C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L379C16-L379C72" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateQueueInfo``1(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{``0},System.Action{``0,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L397C16-L397C72" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L397C16-L397C72" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIEnumerableInfo``1(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L430C16-L433C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L430C16-L433C57" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateMemoryInfo``1(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{System.Memory{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L444C16-L447C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L444C16-L447C49" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateReadOnlyMemoryInfo``1(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues{System.ReadOnlyMemory{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L458C16-L461C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Collections.cs#L458C16-L461C57" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetUnsupportedTypeConverter``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L274C16-L274C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L274C16-L274C49" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetEnumConverter``1(System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L285C13-L290C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L285C13-L290C103" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter``1(System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L302C13-L309C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L302C13-L309C66" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter``1(System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L321C13-L328C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L321C13-L328C66" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo``1(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.cs#L25C13-L51C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.cs#L25C13-L51C66" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo``1(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonObjectInfoValues{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.cs#L65C13-L74C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.cs#L65C13-L74C52" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateValueInfo``1(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.JsonConverter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.cs#L85C13-L95C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.cs#L85C13-L95C25" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.BooleanConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L15C63-L15C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L15C63-L15C108" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.ByteArrayConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L22C68-L22C117" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L22C68-L22C117" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.ByteConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L29C60-L29C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L29C60-L29C99" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.CharConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L36C60-L36C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L36C60-L36C99" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.DateTimeConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L43C68-L43C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L43C68-L43C115" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.DateTimeOffsetConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L50C80-L50C139" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L50C80-L50C139" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.DateOnlyConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L58C68-L58C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L58C68-L58C115" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.TimeOnlyConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L65C68-L65C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L65C68-L65C115" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.DecimalConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L73C66-L73C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L73C66-L73C111" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.DoubleConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L80C64-L80C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L80C64-L80C107" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.GuidConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L87C60-L87C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L87C60-L87C99" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.Int16Converter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L94C62-L94C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L94C62-L94C103" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.Int32Converter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L101C60-L101C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L101C60-L101C101" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.Int64Converter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L108C61-L108C102" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L108C61-L108C102" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.Int128Converter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L116C64-L116C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L116C64-L116C107" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.UInt128Converter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L124C66-L124C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L124C66-L124C111" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.JsonArrayConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L132C71-L132C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L132C71-L132C120" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.JsonElementConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L139C74-L139C127" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L139C74-L139C127" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.JsonNodeConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L146C69-L146C116" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L146C69-L146C116" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.JsonObjectConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L153C73-L153C124" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L153C73-L153C124" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.JsonValueConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L160C71-L160C120" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L160C71-L160C120" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.JsonDocumentConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L167C77-L167C132" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L167C77-L167C132" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.MemoryByteConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L174C74-L174C125" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L174C74-L174C125" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.ReadOnlyMemoryByteConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L181C90-L181C157" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L181C90-L181C157" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.ObjectConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L188C65-L188C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L188C65-L188C115" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.HalfConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L196C60-L196C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L196C60-L196C99" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.SingleConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L204C63-L204C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L204C63-L204C106" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.SByteConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L212C62-L212C103" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L212C62-L212C103" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.StringConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L219C65-L219C108" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L219C65-L219C108" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.TimeSpanConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L226C68-L226C115" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L226C68-L226C115" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.UInt16Converter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L234C64-L234C107" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L234C64-L234C107" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.UInt32Converter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L242C62-L242C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L242C62-L242C105" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.UInt64Converter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L250C63-L250C106" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L250C63-L250C106" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.UriConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L257C59-L257C96" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L257C59-L257C96" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonMetadataServices.VersionConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L264C67-L264C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.Converters.cs#L264C67-L264C112" } ], "DocsId": "T:System.Text.Json.Serialization.Metadata.JsonMetadataServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonMetadataServices.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonObjectInfoValues`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonObjectInfoValuesOfT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonObjectInfoValuesOfT.cs" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonObjectInfoValues`1.ObjectCreator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonObjectInfoValuesOfT.cs#L21C41-L21C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonObjectInfoValuesOfT.cs#L21C41-L21C45" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonObjectInfoValues`1.ObjectWithParameterizedConstructorCreator", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonObjectInfoValuesOfT.cs#L27C79-L27C83" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonObjectInfoValuesOfT.cs#L27C79-L27C83" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonObjectInfoValues`1.PropertyMetadataInitializer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonObjectInfoValuesOfT.cs#L33C95-L33C99" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonObjectInfoValuesOfT.cs#L33C95-L33C99" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonObjectInfoValues`1.ConstructorParameterMetadataInitializer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonObjectInfoValuesOfT.cs#L39C91-L39C95" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonObjectInfoValuesOfT.cs#L39C91-L39C95" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonObjectInfoValues`1.ConstructorAttributeProviderFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonObjectInfoValuesOfT.cs#L44C86-L44C90" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonObjectInfoValuesOfT.cs#L44C86-L44C90" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonObjectInfoValues`1.NumberHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonObjectInfoValuesOfT.cs#L50C52-L50C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonObjectInfoValuesOfT.cs#L50C52-L50C56" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonObjectInfoValues`1.SerializeHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonObjectInfoValuesOfT.cs#L56C62-L56C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonObjectInfoValuesOfT.cs#L56C62-L56C66" } ], "DocsId": "T:System.Text.Json.Serialization.Metadata.JsonObjectInfoValues`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonObjectInfoValuesOfT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonObjectInfoValuesOfT.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonParameterInfoValues.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfoValues.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfoValues.cs" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonParameterInfoValues.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfoValues.cs#L19C30-L19C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfoValues.cs#L19C30-L19C34" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonParameterInfoValues.ParameterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfoValues.cs#L25C37-L25C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfoValues.cs#L25C37-L25C41" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonParameterInfoValues.Position", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfoValues.cs#L31C31-L31C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfoValues.cs#L31C31-L31C35" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonParameterInfoValues.HasDefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfoValues.cs#L37C39-L37C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfoValues.cs#L37C39-L37C43" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonParameterInfoValues.DefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfoValues.cs#L43C39-L43C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfoValues.cs#L43C39-L43C43" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonParameterInfoValues.IsNullable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfoValues.cs#L49C34-L49C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfoValues.cs#L49C34-L49C38" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonParameterInfoValues.IsMemberInitializer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfoValues.cs#L55C43-L55C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfoValues.cs#L55C43-L55C47" } ], "DocsId": "T:System.Text.Json.Serialization.Metadata.JsonParameterInfoValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfoValues.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfoValues.cs" }, { "Members": [ { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonParameterInfo.DeclaringType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfo.cs#L30C38-L30C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfo.cs#L30C38-L30C68" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonParameterInfo.Position", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfo.cs#L35C31-L35C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfo.cs#L35C31-L35C35" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonParameterInfo.ParameterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfo.cs#L40C38-L40C67" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfo.cs#L40C38-L40C67" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonParameterInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfo.cs#L45C30-L45C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfo.cs#L45C30-L45C34" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonParameterInfo.HasDefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfo.cs#L50C39-L50C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfo.cs#L50C39-L50C43" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonParameterInfo.DefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfo.cs#L55C39-L55C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfo.cs#L55C39-L55C43" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonParameterInfo.IsNullable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfo.cs#L75C35-L75C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfo.cs#L75C35-L75C65" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonParameterInfo.IsMemberInitializer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfo.cs#L84C43-L84C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfo.cs#L84C43-L84C47" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonParameterInfo.AttributeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfo.cs#L99C17-L109C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfo.cs#L99C17-L109C38" } ], "DocsId": "T:System.Text.Json.Serialization.Metadata.JsonParameterInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonParameterInfo.cs" }, { "Members": [ { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfo.CustomConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L50C20-L50C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L50C20-L50C36" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfo.Get", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L71C20-L71C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L71C20-L71C31" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfo.Set", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L90C20-L90C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L90C20-L90C31" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfo.ShouldSerialize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L122C20-L122C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L122C20-L122C36" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfo.AttributeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L168C17-L177C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L168C17-L177C42" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfo.ObjectCreationHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L204C20-L204C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L204C20-L204C43" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfo.IsGetNullable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L248C20-L248C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L248C20-L248C34" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfo.IsSetNullable", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L287C20-L287C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L287C20-L287C34" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfo.IsExtensionData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L319C20-L319C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L319C20-L319C44" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfo.IsRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L351C20-L351C31" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L351C20-L351C31" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfo.AssociatedParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L372C57-L372C61" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L372C57-L372C61" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfo.DeclaringType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L402C37-L402C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L402C37-L402C41" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfo.PropertyType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L407C36-L407C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L407C36-L407C40" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L794C17-L794C30" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L794C17-L794C30" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfo.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L824C48-L824C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L824C48-L824C52" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfo.Order", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L838C20-L838C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L838C20-L838C26" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfo.NumberHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L1025C20-L1025C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs#L1025C20-L1025C35" } ], "DocsId": "T:System.Text.Json.Serialization.Metadata.JsonPropertyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues`1.IsProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L19C34-L19C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L19C34-L19C38" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues`1.IsPublic", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L24C32-L24C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L24C32-L24C36" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues`1.IsVirtual", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L29C33-L29C37" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L29C33-L29C37" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues`1.DeclaringType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L34C37-L34C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L34C37-L34C41" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues`1.PropertyTypeInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L39C48-L39C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L39C48-L39C52" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues`1.Converter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L44C46-L44C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L44C46-L44C50" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues`1.Getter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L49C43-L49C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L49C43-L49C47" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues`1.Setter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L54C45-L54C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L54C45-L54C49" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues`1.IgnoreCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L59C55-L59C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L59C55-L59C59" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues`1.HasJsonInclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L64C38-L64C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L64C38-L64C42" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues`1.IsExtensionData", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L69C39-L69C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L69C39-L69C43" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues`1.NumberHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L74C53-L74C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L74C53-L74C57" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues`1.PropertyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L79C38-L79C42" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L79C38-L79C42" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues`1.JsonPropertyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L84C43-L84C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L84C43-L84C47" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues`1.AttributeProviderFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L89C75-L89C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs#L89C75-L89C79" } ], "DocsId": "T:System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfoValuesOfT.cs" }, { "Members": [ { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonTypeInfo.MakeReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L345C39-L345C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L345C39-L345C56" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonTypeInfo.CreateJsonTypeInfo``1(System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L909C13-L915C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L909C13-L915C60" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonTypeInfo.CreateJsonTypeInfo(System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L940C13-L956C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L940C13-L956C65" }, { "DocsId": "M:System.Text.Json.Serialization.Metadata.JsonTypeInfo.CreateJsonPropertyInfo(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L996C13-L1015C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L996C13-L1015C33" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonTypeInfo.ElementType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L62C36-L62C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L62C36-L62C40" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonTypeInfo.KeyType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L72C32-L72C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L72C32-L72C36" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonTypeInfo.CreateObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L93C20-L93C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L93C20-L93C33" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonTypeInfo.OnSerializing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L121C20-L121C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L121C20-L121C34" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonTypeInfo.OnSerialized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L151C20-L151C33" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L151C20-L151C33" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonTypeInfo.OnDeserializing", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L181C20-L181C36" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L181C20-L181C36" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonTypeInfo.OnDeserialized", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L217C20-L217C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L217C20-L217C35" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonTypeInfo.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L245C54-L245C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L245C54-L245C66" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonTypeInfo.PolymorphismOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L306C20-L306C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L306C20-L306C40" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonTypeInfo.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L339C34-L339C38" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L339C34-L339C38" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonTypeInfo.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L438C48-L438C52" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L438C48-L438C52" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonTypeInfo.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L443C28-L443C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L443C28-L443C32" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonTypeInfo.Converter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L453C42-L453C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L453C42-L453C46" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonTypeInfo.Kind", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L468C40-L468C44" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L468C40-L468C44" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonTypeInfo.NumberHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L500C20-L500C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L500C20-L500C35" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonTypeInfo.UnmappedMemberHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L536C20-L536C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L536C20-L536C43" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonTypeInfo.PreferredPropertyObjectCreationHandling", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L580C20-L580C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L580C20-L580C60" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonTypeInfo.OriginatingResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L612C20-L612C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L612C20-L612C40" }, { "DocsId": "P:System.Text.Json.Serialization.Metadata.JsonTypeInfo.ConstructorAttributeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L645C17-L654C41" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs#L645C17-L654C41" } ], "DocsId": "T:System.Text.Json.Serialization.Metadata.JsonTypeInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Threading.AccessControl.json b/xml/SourceLinkInformation/net-9.0-pp/System.Threading.AccessControl.json index 74b4bb1b9ea..a25deb99fba 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Threading.AccessControl.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Threading.AccessControl.json @@ -1,531 +1,531 @@ { "Assembly": "System.Threading.AccessControl", - "GUID": "62A84B7512F048F0BA91EEC55BC5DF41FFFFFFFF", + "GUID": "37F062A99BC84958BD21F2CB66937FCFFFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:System.Security.AccessControl.MutexRights.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.MutexRights.Modify", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.MutexRights.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.MutexRights.ReadPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.MutexRights.ChangePermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.MutexRights.TakeOwnership", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.MutexRights.Synchronize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.MutexRights.FullControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" } ], "DocsId": "T:System.Security.AccessControl.MutexRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" }, { "Members": [ { "DocsId": "M:System.Security.AccessControl.MutexAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.MutexRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L48C15-L50C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L48C15-L50C10" }, { "DocsId": "M:System.Security.AccessControl.MutexAccessRule.#ctor(System.String,System.Security.AccessControl.MutexRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L53C15-L55C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L53C15-L55C10" }, { "DocsId": "P:System.Security.AccessControl.MutexAccessRule.MutexRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L80C19-L80C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L80C19-L80C55" } ], "DocsId": "T:System.Security.AccessControl.MutexAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" }, { "Members": [ { "DocsId": "M:System.Security.AccessControl.MutexAuditRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.MutexRights,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L88C15-L90C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L88C15-L90C10" }, { "DocsId": "P:System.Security.AccessControl.MutexAuditRule.MutexRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L99C19-L99C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L99C19-L99C55" } ], "DocsId": "T:System.Security.AccessControl.MutexAuditRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" }, { "Members": [ { "DocsId": "M:System.Security.AccessControl.MutexSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L107C15-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L107C15-L109C10" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.#ctor(System.String,System.Security.AccessControl.AccessControlSections)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L112C15-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L112C15-L115C10" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L144C13-L144C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L144C13-L144C126" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L149C13-L149C126" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L149C13-L149C126" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.AddAccessRule(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L189C13-L190C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L189C13-L190C10" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.SetAccessRule(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L194C13-L195C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L194C13-L195C10" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.ResetAccessRule(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L199C13-L200C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L199C13-L200C10" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAccessRule(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L204C13-L204C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L204C13-L204C48" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAccessRuleAll(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L209C13-L210C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L209C13-L210C10" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAccessRuleSpecific(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L214C13-L215C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L214C13-L215C10" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.AddAuditRule(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L219C13-L220C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L219C13-L220C10" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.SetAuditRule(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L224C13-L225C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L224C13-L225C10" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAuditRule(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L229C13-L229C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L229C13-L229C47" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAuditRuleAll(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L234C13-L235C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L234C13-L235C10" }, { "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAuditRuleSpecific(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L239C13-L240C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L239C13-L240C10" }, { "DocsId": "P:System.Security.AccessControl.MutexSecurity.AccessRightType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L244C19-L244C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L244C19-L244C46" }, { "DocsId": "P:System.Security.AccessControl.MutexSecurity.AccessRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L249C19-L249C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L249C19-L249C50" }, { "DocsId": "P:System.Security.AccessControl.MutexSecurity.AuditRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L254C19-L254C49" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L254C19-L254C49" } ], "DocsId": "T:System.Security.AccessControl.MutexSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" }, { "Members": [ { "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.Modify", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.ReadPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.ChangePermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.TakeOwnership", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.Synchronize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.FullControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" } ], "DocsId": "T:System.Security.AccessControl.EventWaitHandleRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" }, { "Members": [ { "DocsId": "M:System.Security.AccessControl.EventWaitHandleAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.EventWaitHandleRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L47C15-L49C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L47C15-L49C10" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleAccessRule.#ctor(System.String,System.Security.AccessControl.EventWaitHandleRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L52C15-L54C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L52C15-L54C10" }, { "DocsId": "P:System.Security.AccessControl.EventWaitHandleAccessRule.EventWaitHandleRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L79C19-L79C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L79C19-L79C65" } ], "DocsId": "T:System.Security.AccessControl.EventWaitHandleAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" }, { "Members": [ { "DocsId": "M:System.Security.AccessControl.EventWaitHandleAuditRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.EventWaitHandleRights,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L87C15-L89C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L87C15-L89C10" }, { "DocsId": "P:System.Security.AccessControl.EventWaitHandleAuditRule.EventWaitHandleRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L105C19-L105C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L105C19-L105C65" } ], "DocsId": "T:System.Security.AccessControl.EventWaitHandleAuditRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" }, { "Members": [ { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L113C15-L115C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L113C15-L115C10" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L150C13-L150C136" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L150C13-L150C136" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L155C13-L155C136" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L155C13-L155C136" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.AddAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L199C13-L200C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L199C13-L200C10" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.SetAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L204C13-L205C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L204C13-L205C10" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.ResetAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L209C13-L210C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L209C13-L210C10" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L214C13-L214C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L214C13-L214C48" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAccessRuleAll(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L219C13-L220C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L219C13-L220C10" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAccessRuleSpecific(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L224C13-L225C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L224C13-L225C10" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.AddAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L229C13-L230C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L229C13-L230C10" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.SetAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L234C13-L235C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L234C13-L235C10" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L239C13-L239C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L239C13-L239C47" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAuditRuleAll(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L244C13-L245C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L244C13-L245C10" }, { "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAuditRuleSpecific(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L249C13-L250C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L249C13-L250C10" }, { "DocsId": "P:System.Security.AccessControl.EventWaitHandleSecurity.AccessRightType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L254C19-L254C56" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L254C19-L254C56" }, { "DocsId": "P:System.Security.AccessControl.EventWaitHandleSecurity.AccessRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L259C19-L259C60" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L259C19-L259C60" }, { "DocsId": "P:System.Security.AccessControl.EventWaitHandleSecurity.AuditRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L264C19-L264C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L264C19-L264C59" } ], "DocsId": "T:System.Security.AccessControl.EventWaitHandleSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" }, { "Members": [ { "DocsId": "F:System.Security.AccessControl.SemaphoreRights.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.SemaphoreRights.Modify", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.SemaphoreRights.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.SemaphoreRights.ReadPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.SemaphoreRights.ChangePermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.SemaphoreRights.TakeOwnership", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.SemaphoreRights.Synchronize", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" }, { "DocsId": "F:System.Security.AccessControl.SemaphoreRights.FullControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" } ], "DocsId": "T:System.Security.AccessControl.SemaphoreRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" }, { "Members": [ { "DocsId": "M:System.Security.AccessControl.SemaphoreAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.SemaphoreRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L44C15-L46C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L44C15-L46C10" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreAccessRule.#ctor(System.String,System.Security.AccessControl.SemaphoreRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L49C15-L51C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L49C15-L51C10" }, { "DocsId": "P:System.Security.AccessControl.SemaphoreAccessRule.SemaphoreRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L76C19-L76C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L76C19-L76C59" } ], "DocsId": "T:System.Security.AccessControl.SemaphoreAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" }, { "Members": [ { "DocsId": "M:System.Security.AccessControl.SemaphoreAuditRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.SemaphoreRights,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L83C15-L85C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L83C15-L85C10" }, { "DocsId": "P:System.Security.AccessControl.SemaphoreAuditRule.SemaphoreRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L94C19-L94C59" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L94C19-L94C59" } ], "DocsId": "T:System.Security.AccessControl.SemaphoreAuditRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" }, { "Members": [ { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L101C15-L103C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L101C15-L103C10" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.#ctor(System.String,System.Security.AccessControl.AccessControlSections)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L106C15-L109C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L106C15-L109C10" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L138C13-L138C130" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L138C13-L138C130" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L143C13-L143C130" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L143C13-L143C130" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.AddAccessRule(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L183C13-L184C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L183C13-L184C10" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.SetAccessRule(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L188C13-L189C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L188C13-L189C10" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.ResetAccessRule(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L193C13-L194C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L193C13-L194C10" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAccessRule(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L198C13-L198C48" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L198C13-L198C48" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAccessRuleAll(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L203C13-L204C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L203C13-L204C10" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAccessRuleSpecific(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L208C13-L209C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L208C13-L209C10" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.AddAuditRule(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L213C13-L214C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L213C13-L214C10" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.SetAuditRule(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L218C13-L219C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L218C13-L219C10" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAuditRule(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L223C13-L223C47" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L223C13-L223C47" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAuditRuleAll(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L228C13-L229C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L228C13-L229C10" }, { "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAuditRuleSpecific(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L233C13-L234C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L233C13-L234C10" }, { "DocsId": "P:System.Security.AccessControl.SemaphoreSecurity.AccessRightType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L238C19-L238C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L238C19-L238C50" }, { "DocsId": "P:System.Security.AccessControl.SemaphoreSecurity.AccessRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L243C19-L243C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L243C19-L243C54" }, { "DocsId": "P:System.Security.AccessControl.SemaphoreSecurity.AuditRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L248C19-L248C53" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L248C19-L248C53" } ], "DocsId": "T:System.Security.AccessControl.SemaphoreSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" }, { "Members": [ { "DocsId": "M:System.Threading.EventWaitHandleAcl.Create(System.Boolean,System.Threading.EventResetMode,System.String,System.Boolean@,System.Security.AccessControl.EventWaitHandleSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs#L31C13-L77C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs#L31C13-L77C55" }, { "DocsId": "M:System.Threading.EventWaitHandleAcl.OpenExisting(System.String,System.Security.AccessControl.EventWaitHandleRights)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs#L95C13-L109C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs#L95C13-L109C35" }, { "DocsId": "M:System.Threading.EventWaitHandleAcl.TryOpenExisting(System.String,System.Security.AccessControl.EventWaitHandleRights,System.Threading.EventWaitHandle@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs#L125C13-L125C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs#L125C13-L125C87" } ], "DocsId": "T:System.Threading.EventWaitHandleAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs" }, { "Members": [ { "DocsId": "M:System.Threading.MutexAcl.Create(System.Boolean,System.String,System.Boolean@,System.Security.AccessControl.MutexSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs#L25C13-L68C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs#L25C13-L68C55" }, { "DocsId": "M:System.Threading.MutexAcl.OpenExisting(System.String,System.Security.AccessControl.MutexRights)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs#L86C13-L100C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs#L86C13-L100C35" }, { "DocsId": "M:System.Threading.MutexAcl.TryOpenExisting(System.String,System.Security.AccessControl.MutexRights,System.Threading.Mutex@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs#L116C13-L116C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs#L116C13-L116C87" } ], "DocsId": "T:System.Threading.MutexAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs" }, { "Members": [ { "DocsId": "M:System.Threading.SemaphoreAcl.Create(System.Int32,System.Int32,System.String,System.Boolean@,System.Security.AccessControl.SemaphoreSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs#L29C13-L82C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs#L29C13-L82C55" }, { "DocsId": "M:System.Threading.SemaphoreAcl.OpenExisting(System.String,System.Security.AccessControl.SemaphoreRights)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs#L101C13-L115C35" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs#L101C13-L115C35" }, { "DocsId": "M:System.Threading.SemaphoreAcl.TryOpenExisting(System.String,System.Security.AccessControl.SemaphoreRights,System.Threading.Semaphore@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs#L131C13-L131C87" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs#L131C13-L131C87" } ], "DocsId": "T:System.Threading.SemaphoreAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs" }, { "Members": [ { "DocsId": "M:System.Threading.ThreadingAclExtensions.GetAccessControl(System.Threading.EventWaitHandle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L16C13-L16C166" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L16C13-L16C166" }, { "DocsId": "M:System.Threading.ThreadingAclExtensions.SetAccessControl(System.Threading.EventWaitHandle,System.Security.AccessControl.EventWaitHandleSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L21C13-L24C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L21C13-L24C10" }, { "DocsId": "M:System.Threading.ThreadingAclExtensions.GetAccessControl(System.Threading.Mutex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L28C13-L28C155" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L28C13-L28C155" }, { "DocsId": "M:System.Threading.ThreadingAclExtensions.SetAccessControl(System.Threading.Mutex,System.Security.AccessControl.MutexSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L33C13-L36C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L33C13-L36C10" }, { "DocsId": "M:System.Threading.ThreadingAclExtensions.GetAccessControl(System.Threading.Semaphore)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L40C13-L40C163" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L40C13-L40C163" }, { "DocsId": "M:System.Threading.ThreadingAclExtensions.SetAccessControl(System.Threading.Semaphore,System.Security.AccessControl.SemaphoreSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L45C13-L48C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L45C13-L48C10" } ], "DocsId": "T:System.Threading.ThreadingAclExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Threading.Channels.json b/xml/SourceLinkInformation/net-9.0-pp/System.Threading.Channels.json index e1ab1b00930..b5639800993 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Threading.Channels.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Threading.Channels.json @@ -1,269 +1,269 @@ { "Assembly": "System.Threading.Channels", - "GUID": "2EBA120BB9F145C0E5AF23B3272F7967FFFFFFFF", + "GUID": "510799E3E3F511CD2A402484B3633023FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "F:System.Threading.Channels.BoundedChannelFullMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" }, { "DocsId": "F:System.Threading.Channels.BoundedChannelFullMode.Wait", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" }, { "DocsId": "F:System.Threading.Channels.BoundedChannelFullMode.DropNewest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" }, { "DocsId": "F:System.Threading.Channels.BoundedChannelFullMode.DropOldest", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" }, { "DocsId": "F:System.Threading.Channels.BoundedChannelFullMode.DropWrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" } ], "DocsId": "T:System.Threading.Channels.BoundedChannelFullMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/Common/src/System/Collections/Concurrent/SingleProducerSingleConsumerQueue.cs" }, { "Members": [ { "DocsId": "M:System.Threading.Channels.Channel.CreateUnbounded``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs#L12C13-L12C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs#L12C13-L12C74" }, { "DocsId": "M:System.Threading.Channels.Channel.CreateUnbounded``1(System.Threading.Channels.UnboundedChannelOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs#L20C13-L30C84" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs#L20C13-L30C84" }, { "DocsId": "M:System.Threading.Channels.Channel.CreateBounded``1(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs#L43C13-L48C138" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs#L43C13-L48C138" }, { "DocsId": "M:System.Threading.Channels.Channel.CreateBounded``1(System.Threading.Channels.BoundedChannelOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs#L57C13-L57C65" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs#L57C13-L57C65" }, { "DocsId": "M:System.Threading.Channels.Channel.CreateBounded``1(System.Threading.Channels.BoundedChannelOptions,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs#L67C13-L72C131" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs#L67C13-L72C131" }, { "DocsId": "M:System.Threading.Channels.Channel.CreateUnboundedPrioritized``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.netcoreapp.cs#L18C13-L18C101" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.netcoreapp.cs#L18C13-L18C101" }, { "DocsId": "M:System.Threading.Channels.Channel.CreateUnboundedPrioritized``1(System.Threading.Channels.UnboundedPrioritizedChannelOptions{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.netcoreapp.cs#L31C13-L33C113" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.netcoreapp.cs#L31C13-L33C113" } ], "DocsId": "T:System.Threading.Channels.Channel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel.cs" }, { "Members": [ { "DocsId": "M:System.Threading.Channels.ChannelClosedException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.cs#L11C13-L11C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.cs#L11C13-L11C63" }, { "DocsId": "M:System.Threading.Channels.ChannelClosedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.cs#L15C58-L15C119" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.cs#L15C58-L15C119" }, { "DocsId": "M:System.Threading.Channels.ChannelClosedException.#ctor(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.cs#L20C13-L20C79" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.cs#L20C13-L20C79" }, { "DocsId": "M:System.Threading.Channels.ChannelClosedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.cs#L25C85-L25C162" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.cs#L25C85-L25C162" }, { "DocsId": "M:System.Threading.Channels.ChannelClosedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.netcoreapp.cs#L21C13-L23C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.netcoreapp.cs#L21C13-L23C10" } ], "DocsId": "T:System.Threading.Channels.ChannelClosedException", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.cs" }, { "Members": [ { "DocsId": "M:System.Threading.Channels.ChannelOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs" }, { "DocsId": "P:System.Threading.Channels.ChannelOptions.SingleWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L17C36-L17C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L17C36-L17C40" }, { "DocsId": "P:System.Threading.Channels.ChannelOptions.SingleReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L27C36-L27C40" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L27C36-L27C40" }, { "DocsId": "P:System.Threading.Channels.ChannelOptions.AllowSynchronousContinuations", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L39C53-L39C57" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L39C53-L39C57" } ], "DocsId": "T:System.Threading.Channels.ChannelOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs" }, { "Members": [ { "DocsId": "M:System.Threading.Channels.BoundedChannelOptions.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L52C9-L60C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L52C9-L60C10" }, { "DocsId": "P:System.Threading.Channels.BoundedChannelOptions.Capacity", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L65C20-L65C29" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L65C20-L65C29" }, { "DocsId": "P:System.Threading.Channels.BoundedChannelOptions.FullMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L79C20-L79C25" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.cs#L79C20-L79C25" } ], "DocsId": "T:System.Threading.Channels.BoundedChannelOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.netcoreapp.cs" }, { "Members": [ { "DocsId": "M:System.Threading.Channels.UnboundedChannelOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/BoundedChannel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/BoundedChannel.cs" } ], "DocsId": "T:System.Threading.Channels.UnboundedChannelOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/BoundedChannel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/BoundedChannel.cs" }, { "Members": [ { "DocsId": "M:System.Threading.Channels.ChannelReader`1.TryRead(`0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs" }, { "DocsId": "M:System.Threading.Channels.ChannelReader`1.TryPeek(`0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L43C13-L44C26" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L43C13-L44C26" }, { "DocsId": "M:System.Threading.Channels.ChannelReader`1.WaitToReadAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs" }, { "DocsId": "M:System.Threading.Channels.ChannelReader`1.ReadAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L60C13-L94C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L60C13-L94C10" }, { "DocsId": "M:System.Threading.Channels.ChannelReader`1.ReadAllAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs" }, { "DocsId": "M:System.Threading.Channels.ChannelReader`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs" }, { "DocsId": "P:System.Threading.Channels.ChannelReader`1.Completion", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L21C43-L21C81" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L21C43-L21C81" }, { "DocsId": "P:System.Threading.Channels.ChannelReader`1.CanCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L24C41-L24C46" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L24C41-L24C46" }, { "DocsId": "P:System.Threading.Channels.ChannelReader`1.CanPeek", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L27C40-L27C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L27C40-L27C45" }, { "DocsId": "P:System.Threading.Channels.ChannelReader`1.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L31C37-L31C70" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs#L31C37-L31C70" } ], "DocsId": "T:System.Threading.Channels.ChannelReader`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelReader.cs" }, { "Members": [ { "DocsId": "M:System.Threading.Channels.ChannelWriter`1.TryComplete(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs#L20C69-L20C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs#L20C69-L20C74" }, { "DocsId": "M:System.Threading.Channels.ChannelWriter`1.TryWrite(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs" }, { "DocsId": "M:System.Threading.Channels.ChannelWriter`1.WaitToWriteAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs" }, { "DocsId": "M:System.Threading.Channels.ChannelWriter`1.WriteAsync(`0,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs#L43C17-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs#L43C17-L52C10" }, { "DocsId": "M:System.Threading.Channels.ChannelWriter`1.Complete(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs#L72C13-L76C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs#L72C13-L76C10" }, { "DocsId": "M:System.Threading.Channels.ChannelWriter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs" } ], "DocsId": "T:System.Threading.Channels.ChannelWriter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelWriter.cs" }, { "Members": [ { "DocsId": "M:System.Threading.Channels.Channel`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.netcoreapp.cs" } ], "DocsId": "T:System.Threading.Channels.Channel`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelClosedException.netcoreapp.cs" }, { "Members": [ { "DocsId": "M:System.Threading.Channels.Channel`2.op_Implicit(System.Threading.Channels.Channel{`0,`1})~System.Threading.Channels.ChannelReader{`1}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs#L22C97-L22C111" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs#L22C97-L22C111" }, { "DocsId": "M:System.Threading.Channels.Channel`2.op_Implicit(System.Threading.Channels.Channel{`0,`1})~System.Threading.Channels.ChannelWriter{`0}", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs#L26C98-L26C112" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs#L26C98-L26C112" }, { "DocsId": "M:System.Threading.Channels.Channel`2.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs" }, { "DocsId": "P:System.Threading.Channels.Channel`2.Reader", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs#L15C46-L15C50" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs#L15C46-L15C50" }, { "DocsId": "P:System.Threading.Channels.Channel`2.Writer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs#L18C47-L18C51" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs#L18C47-L18C51" } ], "DocsId": "T:System.Threading.Channels.Channel`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/Channel_2.cs" }, { "Members": [ { "DocsId": "M:System.Threading.Channels.UnboundedPrioritizedChannelOptions`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.netcoreapp.cs" }, { "DocsId": "P:System.Threading.Channels.UnboundedPrioritizedChannelOptions`1.Comparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.netcoreapp.cs#L12C41-L12C45" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.netcoreapp.cs#L12C41-L12C45" } ], "DocsId": "T:System.Threading.Channels.UnboundedPrioritizedChannelOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.netcoreapp.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Threading.Channels/src/System/Threading/Channels/ChannelOptions.netcoreapp.cs" } ] } \ No newline at end of file diff --git a/xml/SourceLinkInformation/net-9.0-pp/System.Windows.Extensions.json b/xml/SourceLinkInformation/net-9.0-pp/System.Windows.Extensions.json index 5fdf6c11a83..2eeeeac44ff 100644 --- a/xml/SourceLinkInformation/net-9.0-pp/System.Windows.Extensions.json +++ b/xml/SourceLinkInformation/net-9.0-pp/System.Windows.Extensions.json @@ -1,211 +1,211 @@ { "Assembly": "System.Windows.Extensions", - "GUID": "E98A89163AEB46D2A22E0B814DD6C1C4FFFFFFFF", + "GUID": "CC6CE3098A4243E48B4309F098876875FFFFFFFF", "Tag": "YLvZLG4blN7mEvSsjPYkrv5LR/UBUXdSJjsg6uulm8U=", "Types": [ { "Members": [ { "DocsId": "M:System.Xaml.Permissions.XamlAccessLevel.AssemblyAccessTo(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L19C13-L19C66" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L19C13-L19C66" }, { "DocsId": "M:System.Xaml.Permissions.XamlAccessLevel.AssemblyAccessTo(System.Reflection.AssemblyName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L24C13-L24C69" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L24C13-L24C69" }, { "DocsId": "M:System.Xaml.Permissions.XamlAccessLevel.PrivateAccessTo(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L29C13-L29C80" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L29C13-L29C80" }, { "DocsId": "M:System.Xaml.Permissions.XamlAccessLevel.PrivateAccessTo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L34C13-L38C73" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L34C13-L38C73" }, { "DocsId": "P:System.Xaml.Permissions.XamlAccessLevel.AssemblyAccessToAssemblyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L43C19-L43C63" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L43C19-L43C63" }, { "DocsId": "P:System.Xaml.Permissions.XamlAccessLevel.PrivateAccessToTypeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L46C50-L46C54" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L46C50-L46C54" } ], "DocsId": "T:System.Xaml.Permissions.XamlAccessLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs" }, { "Members": [ { "DocsId": "M:System.Media.SoundPlayer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L23C9-L52C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L23C9-L52C10" }, { "DocsId": "M:System.Media.SoundPlayer.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L54C52-L57C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L54C52-L57C10" }, { "DocsId": "M:System.Media.SoundPlayer.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L59C46-L62C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L59C46-L62C10" }, { "DocsId": "M:System.Media.SoundPlayer.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L23C9-L70C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L23C9-L70C55" }, { "DocsId": "M:System.Media.SoundPlayer.LoadAsync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L137C13-L164C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L137C13-L164C10" }, { "DocsId": "M:System.Media.SoundPlayer.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L189C13-L203C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L189C13-L203C10" }, { "DocsId": "M:System.Media.SoundPlayer.Play", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L347C13-L348C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L347C13-L348C10" }, { "DocsId": "M:System.Media.SoundPlayer.PlaySync", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L352C13-L353C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L352C13-L353C10" }, { "DocsId": "M:System.Media.SoundPlayer.PlayLooping", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L357C13-L358C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L357C13-L358C10" }, { "DocsId": "M:System.Media.SoundPlayer.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L441C13-L442C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L441C13-L442C10" }, { "DocsId": "M:System.Media.SoundPlayer.OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L482C13-L483C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L482C13-L483C10" }, { "DocsId": "M:System.Media.SoundPlayer.OnSoundLocationChanged(System.EventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L487C13-L488C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L487C13-L488C10" }, { "DocsId": "M:System.Media.SoundPlayer.OnStreamChanged(System.EventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L492C13-L493C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L492C13-L493C10" }, { "DocsId": "M:System.Media.SoundPlayer.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L729C13-L729C55" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L729C13-L729C55" }, { "DocsId": "E:System.Media.SoundPlayer.LoadCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L448C17-L449C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L448C17-L449C14" }, { "DocsId": "E:System.Media.SoundPlayer.SoundLocationChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L460C17-L461C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L460C17-L461C14" }, { "DocsId": "E:System.Media.SoundPlayer.StreamChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L472C17-L473C14" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L472C17-L473C14" }, { "DocsId": "P:System.Media.SoundPlayer.LoadTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L75C20-L75C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L75C20-L75C32" }, { "DocsId": "P:System.Media.SoundPlayer.SoundLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L89C20-L89C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L89C20-L89C34" }, { "DocsId": "P:System.Media.SoundPlayer.Stream", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L110C17-L115C32" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L110C17-L115C32" }, { "DocsId": "P:System.Media.SoundPlayer.IsLoadCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L129C39-L129C43" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L129C39-L129C43" }, { "DocsId": "P:System.Media.SoundPlayer.Tag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L131C30-L131C34" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L131C30-L131C34" } ], "DocsId": "T:System.Media.SoundPlayer", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs" }, { "Members": [ { "DocsId": "M:System.Media.SystemSound.Play", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SystemSound.cs#L17C13-L18C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SystemSound.cs#L17C13-L18C10" } ], "DocsId": "T:System.Media.SystemSound", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SystemSound.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SystemSound.cs" }, { "Members": [ { "DocsId": "P:System.Media.SystemSounds.Asterisk", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L16C20-L16C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L16C20-L16C82" }, { "DocsId": "P:System.Media.SystemSounds.Beep", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L21C20-L21C68" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L21C20-L21C68" }, { "DocsId": "P:System.Media.SystemSounds.Exclamation", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L26C20-L26C88" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L26C20-L26C88" }, { "DocsId": "P:System.Media.SystemSounds.Hand", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L31C20-L31C74" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L31C20-L31C74" }, { "DocsId": "P:System.Media.SystemSounds.Question", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L36C20-L36C82" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L36C20-L36C82" } ], "DocsId": "T:System.Media.SystemSounds", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs" }, { "Members": [ { "DocsId": "F:System.Security.Cryptography.X509Certificates.X509SelectionFlag.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" }, { "DocsId": "F:System.Security.Cryptography.X509Certificates.X509SelectionFlag.SingleSelection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" }, { "DocsId": "F:System.Security.Cryptography.X509Certificates.X509SelectionFlag.MultiSelection", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" } ], "DocsId": "T:System.Security.Cryptography.X509Certificates.X509SelectionFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" }, { "Members": [ { "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.DisplayCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L23C13-L26C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L23C13-L26C10" }, { "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.DisplayCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L30C13-L33C10" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L30C13-L33C10" }, { "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.SelectFromCollection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.String,System.String,System.Security.Cryptography.X509Certificates.X509SelectionFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L37C13-L37C105" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L37C13-L37C105" }, { "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.SelectFromCollection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.String,System.String,System.Security.Cryptography.X509Certificates.X509SelectionFlag,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L42C13-L42C104" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L42C13-L42C104" }, { "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" } ], "DocsId": "T:System.Security.Cryptography.X509Certificates.X509Certificate2UI", - "SourceLink": "https://github.com/dotnet/runtime/blob/b98cabca124ca73be9247c5f7b6796c6ce55e816/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" + "SourceLink": "https://github.com/dotnet/runtime/blob/c81f403737c412942222d13b2753881e62d1e6f7/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" } ] } \ No newline at end of file diff --git a/xml/System.Buffers.Binary/BinaryPrimitives.xml b/xml/System.Buffers.Binary/BinaryPrimitives.xml index db707cebd33..42ad79adfad 100644 --- a/xml/System.Buffers.Binary/BinaryPrimitives.xml +++ b/xml/System.Buffers.Binary/BinaryPrimitives.xml @@ -9,6 +9,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -292,7 +293,7 @@ Reads exactly 2 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -340,7 +341,7 @@ Reads exactly 2 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -388,7 +389,7 @@ Reads exactly 2 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -436,7 +437,7 @@ Reads exactly 4 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -484,7 +485,7 @@ Reads exactly 4 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -532,7 +533,7 @@ Reads exactly 8 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -806,7 +807,7 @@ Reads exactly 4 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -860,7 +861,7 @@ Reads exactly 2 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -914,7 +915,7 @@ Reads exactly 2 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -968,7 +969,7 @@ Reads exactly 4 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1022,7 +1023,7 @@ Reads exactly 4 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1076,7 +1077,7 @@ Reads exactly 8 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1206,7 +1207,7 @@ Reads exactly 8 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1282,7 +1283,7 @@ This method effectively does nothing and was added only for consistency. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1320,7 +1321,7 @@ This method effectively does nothing and was added only for consistency. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1358,7 +1359,7 @@ This method effectively does nothing and was added only for consistency. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1426,7 +1427,7 @@ This method effectively does nothing and was added only for consistency. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1514,7 +1515,7 @@ This method effectively does nothing and was added only for consistency. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1558,7 +1559,7 @@ This method effectively does nothing and was added only for consistency. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1602,7 +1603,7 @@ This method effectively does nothing and was added only for consistency. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -2272,7 +2273,7 @@ Reads exactly 2 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -2321,7 +2322,7 @@ Reads exactly 2 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -2370,7 +2371,7 @@ Reads exactly 2 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -2419,7 +2420,7 @@ Reads exactly 4 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -2468,7 +2469,7 @@ Reads exactly 4 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -2517,7 +2518,7 @@ Reads exactly 8 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -2798,7 +2799,7 @@ Reads exactly 4 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -2853,7 +2854,7 @@ Reads exactly 2 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -2908,7 +2909,7 @@ Reads exactly 2 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -2963,7 +2964,7 @@ Reads exactly 4 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -3018,7 +3019,7 @@ Reads exactly 4 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -3073,7 +3074,7 @@ Reads exactly 8 bytes from the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -3446,7 +3447,7 @@ Writes exactly 2 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -3495,7 +3496,7 @@ Writes exactly 2 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -3544,7 +3545,7 @@ Writes exactly 2 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -3593,7 +3594,7 @@ Writes exactly 4 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -3642,7 +3643,7 @@ Writes exactly 4 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -3691,7 +3692,7 @@ Writes exactly 8 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -3972,7 +3973,7 @@ Writes exactly 4 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -4027,7 +4028,7 @@ Writes exactly 2 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -4082,7 +4083,7 @@ Writes exactly 2 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -4137,7 +4138,7 @@ Writes exactly 4 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -4192,7 +4193,7 @@ Writes exactly 4 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -4247,7 +4248,7 @@ Writes exactly 8 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -4620,7 +4621,7 @@ Writes exactly 2 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -4669,7 +4670,7 @@ Writes exactly 2 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -4718,7 +4719,7 @@ Writes exactly 2 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -4767,7 +4768,7 @@ Writes exactly 4 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -4816,7 +4817,7 @@ Writes exactly 4 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -4865,7 +4866,7 @@ Writes exactly 8 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -5146,7 +5147,7 @@ Writes exactly 4 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -5201,7 +5202,7 @@ Writes exactly 2 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -5256,7 +5257,7 @@ Writes exactly 2 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -5311,7 +5312,7 @@ Writes exactly 4 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -5366,7 +5367,7 @@ Writes exactly 4 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -5421,7 +5422,7 @@ Writes exactly 8 bytes to the beginning of the span. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 diff --git a/xml/System.Buffers.Text/Base64.xml b/xml/System.Buffers.Text/Base64.xml index 491b59c53cb..94c0b416528 100644 --- a/xml/System.Buffers.Text/Base64.xml +++ b/xml/System.Buffers.Text/Base64.xml @@ -9,6 +9,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -58,6 +59,7 @@ System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -121,6 +123,7 @@ The return value can be as follows: System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -176,6 +179,7 @@ This method cannot return the System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -240,6 +244,7 @@ This method cannot return System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -298,6 +303,7 @@ This method cannot return System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -341,6 +347,7 @@ This method cannot return System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 diff --git a/xml/System.Buffers.Text/Utf8Formatter.xml b/xml/System.Buffers.Text/Utf8Formatter.xml index 3300134c989..9a0b2e85e87 100644 --- a/xml/System.Buffers.Text/Utf8Formatter.xml +++ b/xml/System.Buffers.Text/Utf8Formatter.xml @@ -9,6 +9,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -49,7 +50,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -106,7 +107,7 @@ If the method fails, iteratively increase the size of the buffer and retry until Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -165,7 +166,7 @@ If the method fails, iteratively increase the size of the buffer and retry until Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -224,7 +225,7 @@ If the method fails, iteratively increase the size of the buffer and retry until Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -268,7 +269,7 @@ If the method fails, iteratively increase the size of the buffer and retry until Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -326,7 +327,7 @@ If the method fails, iteratively increase the size of the buffer and retry until Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -384,7 +385,7 @@ If the method fails, iteratively increase the size of the buffer and retry until Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -443,7 +444,7 @@ If the method fails, iteratively increase the size of the buffer and retry until Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -502,7 +503,7 @@ If the method fails, iteratively increase the size of the buffer and retry until Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -561,7 +562,7 @@ If the method fails, iteratively increase the size of the buffer and retry until Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -620,7 +621,7 @@ If the method fails, iteratively increase the size of the buffer and retry until Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -685,7 +686,7 @@ If the method fails, iteratively increase the size of the buffer and retry until Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -743,7 +744,7 @@ If the method fails, iteratively increase the size of the buffer and retry until Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -801,7 +802,7 @@ If the method fails, iteratively increase the size of the buffer and retry until Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -866,7 +867,7 @@ If the method fails, iteratively increase the size of the buffer and retry until Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -931,7 +932,7 @@ If the method fails, iteratively increase the size of the buffer and retry until Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 diff --git a/xml/System.Buffers.Text/Utf8Parser.xml b/xml/System.Buffers.Text/Utf8Parser.xml index 22c75dee691..cc8a6e05682 100644 --- a/xml/System.Buffers.Text/Utf8Parser.xml +++ b/xml/System.Buffers.Text/Utf8Parser.xml @@ -9,6 +9,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -49,7 +50,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -99,7 +100,7 @@ The parsing is case insensitive. The format parameter is validated to ensure it Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -156,7 +157,7 @@ Formats supported: Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -213,7 +214,7 @@ Formats supported: Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -270,7 +271,7 @@ Formats supported: Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -326,7 +327,7 @@ Formats supported: Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -382,7 +383,7 @@ Formats supported: Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -439,7 +440,7 @@ Formats supported: Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -496,7 +497,7 @@ Formats supported: Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -553,7 +554,7 @@ Formats supported: Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -610,7 +611,7 @@ Formats supported: Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -673,7 +674,7 @@ Formats supported: Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -729,7 +730,7 @@ Formats supported: Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -785,7 +786,7 @@ Formats supported: Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -848,7 +849,7 @@ Formats supported: Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -911,7 +912,7 @@ Formats supported: Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 diff --git a/xml/System.Buffers/BuffersExtensions.xml b/xml/System.Buffers/BuffersExtensions.xml index 0fd98154c76..faf5ba99abe 100644 --- a/xml/System.Buffers/BuffersExtensions.xml +++ b/xml/System.Buffers/BuffersExtensions.xml @@ -9,6 +9,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -50,7 +51,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -111,7 +112,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -177,7 +178,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -237,7 +238,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 diff --git a/xml/System.Buffers/IBufferWriter`1.xml b/xml/System.Buffers/IBufferWriter`1.xml index 428311dc72f..5baa8ca5464 100644 --- a/xml/System.Buffers/IBufferWriter`1.xml +++ b/xml/System.Buffers/IBufferWriter`1.xml @@ -10,6 +10,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -52,7 +53,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -88,7 +89,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -142,7 +143,7 @@ You must request a new buffer after calling `Advance` to continue writing more d Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 diff --git a/xml/System.Buffers/IMemoryOwner`1.xml b/xml/System.Buffers/IMemoryOwner`1.xml index 6484e330572..6d4ee24aa07 100644 --- a/xml/System.Buffers/IMemoryOwner`1.xml +++ b/xml/System.Buffers/IMemoryOwner`1.xml @@ -25,6 +25,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -107,6 +108,7 @@ Because the `IMemoryOwner` object implements the in System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 diff --git a/xml/System.Buffers/IPinnable.xml b/xml/System.Buffers/IPinnable.xml index 860780a35d6..7b3c2ee5d3e 100644 --- a/xml/System.Buffers/IPinnable.xml +++ b/xml/System.Buffers/IPinnable.xml @@ -25,6 +25,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -84,6 +85,7 @@ The class implements the `IPinnable` int System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Buffers.MemoryHandle @@ -136,6 +138,7 @@ Call this method to indicate that the object can System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Void diff --git a/xml/System.Buffers/MemoryHandle.xml b/xml/System.Buffers/MemoryHandle.xml index 618b27278e9..ea55cd1d68a 100644 --- a/xml/System.Buffers/MemoryHandle.xml +++ b/xml/System.Buffers/MemoryHandle.xml @@ -24,6 +24,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -94,6 +95,7 @@ A `MemoryHandle` instance represents a handle to a pinned block of memory. It is System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -151,6 +153,7 @@ A `MemoryHandle` instance represents a handle to a pinned block of memory. It is System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Void @@ -187,6 +190,7 @@ A `MemoryHandle` instance represents a handle to a pinned block of memory. It is System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 diff --git a/xml/System.Buffers/MemoryManager`1.xml b/xml/System.Buffers/MemoryManager`1.xml index 746d0920bb3..0a07759dd15 100644 --- a/xml/System.Buffers/MemoryManager`1.xml +++ b/xml/System.Buffers/MemoryManager`1.xml @@ -27,6 +27,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -110,6 +111,7 @@ The `MemoryManager` class is used to extend the knowledge of types that System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -144,6 +146,7 @@ The `MemoryManager` class is used to extend the knowledge of types that System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Memory<T> @@ -191,6 +194,7 @@ The `MemoryManager` class is used to extend the knowledge of types that System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Memory<T> @@ -240,6 +244,7 @@ The `MemoryManager` class is used to extend the knowledge of types that System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Void @@ -281,6 +286,7 @@ The `MemoryManager` class is used to extend the knowledge of types that System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Span<T> @@ -328,6 +334,7 @@ The `MemoryManager` class is used to extend the knowledge of types that System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -373,6 +380,7 @@ The `MemoryManager` class is used to extend the knowledge of types that System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Buffers.MemoryHandle @@ -417,6 +425,7 @@ The `MemoryManager` class is used to extend the knowledge of types that System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Void @@ -454,6 +463,7 @@ The `MemoryManager` class is used to extend the knowledge of types that System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Boolean @@ -506,6 +516,7 @@ The `MemoryManager` class is used to extend the knowledge of types that System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Void diff --git a/xml/System.Buffers/MemoryPool`1.xml b/xml/System.Buffers/MemoryPool`1.xml index 6b74aa60667..35558ebba8c 100644 --- a/xml/System.Buffers/MemoryPool`1.xml +++ b/xml/System.Buffers/MemoryPool`1.xml @@ -9,6 +9,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -70,7 +71,7 @@ Constructor System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -104,7 +105,7 @@ System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -138,7 +139,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -176,7 +177,7 @@ Property System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -209,7 +210,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -247,7 +248,7 @@ Property System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 diff --git a/xml/System.Buffers/OperationStatus.xml b/xml/System.Buffers/OperationStatus.xml index d8127320e61..434d96ffde1 100644 --- a/xml/System.Buffers/OperationStatus.xml +++ b/xml/System.Buffers/OperationStatus.xml @@ -9,6 +9,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 @@ -63,6 +64,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 @@ -101,6 +103,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 @@ -139,6 +142,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 @@ -177,6 +181,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 diff --git a/xml/System.Buffers/ReadOnlySequenceSegment`1.xml b/xml/System.Buffers/ReadOnlySequenceSegment`1.xml index 24baebd0979..3580093c4b7 100644 --- a/xml/System.Buffers/ReadOnlySequenceSegment`1.xml +++ b/xml/System.Buffers/ReadOnlySequenceSegment`1.xml @@ -9,6 +9,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -60,7 +61,7 @@ Constructor System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -91,7 +92,7 @@ Property System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -132,7 +133,7 @@ Property System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -172,7 +173,7 @@ Property System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 diff --git a/xml/System.Buffers/ReadOnlySequence`1+Enumerator.xml b/xml/System.Buffers/ReadOnlySequence`1+Enumerator.xml index 74ca6d24788..bbb73a3ae88 100644 --- a/xml/System.Buffers/ReadOnlySequence`1+Enumerator.xml +++ b/xml/System.Buffers/ReadOnlySequence`1+Enumerator.xml @@ -9,6 +9,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -60,7 +61,7 @@ Constructor System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -105,7 +106,7 @@ Property System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -145,7 +146,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 diff --git a/xml/System.Buffers/ReadOnlySequence`1.xml b/xml/System.Buffers/ReadOnlySequence`1.xml index a73bb2c777f..928d0a76843 100644 --- a/xml/System.Buffers/ReadOnlySequence`1.xml +++ b/xml/System.Buffers/ReadOnlySequence`1.xml @@ -9,6 +9,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -79,7 +80,7 @@ Constructor System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -120,7 +121,7 @@ Constructor System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -154,7 +155,7 @@ Constructor System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -192,7 +193,7 @@ Constructor System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -243,7 +244,7 @@ Field System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -282,7 +283,7 @@ Property System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -316,7 +317,7 @@ Property System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -394,7 +395,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -469,7 +470,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -507,7 +508,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -547,7 +548,7 @@ Property System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -581,7 +582,7 @@ Property System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -616,7 +617,7 @@ Property System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -650,7 +651,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -694,7 +695,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -738,7 +739,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -784,7 +785,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -830,7 +831,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -876,7 +877,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -922,7 +923,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -968,7 +969,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1014,7 +1015,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1060,7 +1061,7 @@ Property System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1094,7 +1095,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1129,7 +1130,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 diff --git a/xml/System.Buffers/StandardFormat.xml b/xml/System.Buffers/StandardFormat.xml index 6a7e0819ae1..f302346f8be 100644 --- a/xml/System.Buffers/StandardFormat.xml +++ b/xml/System.Buffers/StandardFormat.xml @@ -9,6 +9,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -65,7 +66,7 @@ A `StandardFormat` object consists of a single character standard format specifi Constructor System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -133,7 +134,7 @@ Two instances are equal if their System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -173,7 +174,7 @@ Two instances are equal if their Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -219,7 +220,7 @@ Two instances are equal if their Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -254,7 +255,7 @@ Two instances are equal if their Property System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -289,7 +290,7 @@ Two instances are equal if their Property System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -330,7 +331,7 @@ A default format has a format specifier whose value is 0 and Field System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -364,7 +365,7 @@ A default format has a format specifier whose value is 0 and Field System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -398,7 +399,7 @@ A default format has a format specifier whose value is 0 and Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -445,7 +446,7 @@ Two instances are equal if their Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -483,7 +484,7 @@ Two instances are equal if their Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -530,7 +531,7 @@ Two instances are unequal if their Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -576,7 +577,7 @@ Two instances are unequal if their Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -623,7 +624,7 @@ Two instances are unequal if their Property System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -657,7 +658,7 @@ Two instances are unequal if their Property System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -691,7 +692,7 @@ Two instances are unequal if their Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 diff --git a/xml/System.ComponentModel.Design/ArrayEditor.xml b/xml/System.ComponentModel.Design/ArrayEditor.xml index 444d9590b75..412e0b2944b 100644 --- a/xml/System.ComponentModel.Design/ArrayEditor.xml +++ b/xml/System.ComponentModel.Design/ArrayEditor.xml @@ -43,6 +43,12 @@ System.ComponentModel.Design.CollectionEditor + + + [System.Runtime.CompilerServices.Nullable(0)] + [<System.Runtime.CompilerServices.Nullable(0)>] + + Provides a user interface for editing arrays at design time. @@ -153,12 +159,13 @@ - + + Method System.Design @@ -183,7 +190,14 @@ System.Object[] - + + + + [System.Runtime.CompilerServices.Nullable(2)] + [<System.Runtime.CompilerServices.Nullable(2)>] + + + The array from which to retrieve the items. @@ -193,12 +207,13 @@ - + + Method System.Design @@ -224,7 +239,14 @@ - + + + + [System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })] + [<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })>] + + + The array to set the items to. diff --git a/xml/System.DirectoryServices.Protocols/LdapSessionOptions.xml b/xml/System.DirectoryServices.Protocols/LdapSessionOptions.xml index ea751b5365c..8e89922ec1e 100644 --- a/xml/System.DirectoryServices.Protocols/LdapSessionOptions.xml +++ b/xml/System.DirectoryServices.Protocols/LdapSessionOptions.xml @@ -591,6 +591,34 @@ The object is already disposed. + + + + + + + + Method + + System.DirectoryServices.Protocols + 4.0.0.0 + 10.0.0.0 + + + + [System.Runtime.Versioning.UnsupportedOSPlatform("windows")] + [<System.Runtime.Versioning.UnsupportedOSPlatform("windows")>] + + + + System.Void + + + + To be added. + To be added. + + @@ -669,6 +697,34 @@ The object is already disposed. + + + + + + + + Property + + System.DirectoryServices.Protocols + 4.0.0.0 + 10.0.0.0 + + + + [System.Runtime.Versioning.UnsupportedOSPlatform("windows")] + [<System.Runtime.Versioning.UnsupportedOSPlatform("windows")>] + + + + System.String + + + To be added. + To be added. + To be added. + + diff --git a/xml/System.Formats.Nrbf/ArrayRecord.xml b/xml/System.Formats.Nrbf/ArrayRecord.xml index 8175170bb02..8714bb7c19c 100644 --- a/xml/System.Formats.Nrbf/ArrayRecord.xml +++ b/xml/System.Formats.Nrbf/ArrayRecord.xml @@ -56,7 +56,11 @@ Allocates an array and fills it with the data provided in the serialized records (in case of primitive types like or ) or the serialized records themselves. An array filled with the data provided in the serialized records. - To be added. + + Check the total length of the array by using property before calling this method, + as an attacker could have sent you a small payload that will require to allocate a very large array + and potentially cause and Denial of Service. + does not match the data from the payload. diff --git a/xml/System.Formats.Nrbf/NrbfDecoder.xml b/xml/System.Formats.Nrbf/NrbfDecoder.xml index a4327320adb..c82057550c1 100644 --- a/xml/System.Formats.Nrbf/NrbfDecoder.xml +++ b/xml/System.Formats.Nrbf/NrbfDecoder.xml @@ -24,7 +24,10 @@ Provides stateless methods for decoding .NET Remoting Binary Format (NRBF) encoded data. - To be added. + + NrbfDecoder is an implementation of an NRBF reader, but its behaviors don't strictly follow BinaryFormatter's implementation. + Thus the output of NrbfDecoder shouldn't be used to determine whether a call to BinaryFormatter would be safe. + diff --git a/xml/System.Formats.Nrbf/SZArrayRecord`1.xml b/xml/System.Formats.Nrbf/SZArrayRecord`1.xml index f6bec30a8c0..b9a427f9cf0 100644 --- a/xml/System.Formats.Nrbf/SZArrayRecord`1.xml +++ b/xml/System.Formats.Nrbf/SZArrayRecord`1.xml @@ -65,7 +65,11 @@ When overridden in a derived class, allocates an array of and fills it with the data provided in the serialized records (in case of primitive types like or ) or the serialized records themselves. An array filled with the data provided in the serialized records. - To be added. + + Check the total length of the array by using property before calling this method, + as an attacker could have sent you a small payload that will require to allocate a very large array + and potentially cause and Denial of Service. + diff --git a/xml/System.Formats.Nrbf/SerializationRecord.xml b/xml/System.Formats.Nrbf/SerializationRecord.xml index 5b7c7131e66..b7cb6f07f90 100644 --- a/xml/System.Formats.Nrbf/SerializationRecord.xml +++ b/xml/System.Formats.Nrbf/SerializationRecord.xml @@ -105,7 +105,10 @@ Gets the name of the serialized type. The name of the serialized type. - To be added. + + Since the provided type name may originate from untrusted input, + it should not be utilized for type loading, as it could potentially load a malicious type. + diff --git a/xml/System.Formats.Nrbf/SerializationRecordId.xml b/xml/System.Formats.Nrbf/SerializationRecordId.xml index 207a3c4871e..2616efe54c5 100644 --- a/xml/System.Formats.Nrbf/SerializationRecordId.xml +++ b/xml/System.Formats.Nrbf/SerializationRecordId.xml @@ -32,7 +32,9 @@ The ID of . - To be added. + + It can be used the detect cycles in decoded records. + diff --git a/xml/System.Linq/AsyncEnumerable.xml b/xml/System.Linq/AsyncEnumerable.xml index 5d020d03155..d419f5f2727 100644 --- a/xml/System.Linq/AsyncEnumerable.xml +++ b/xml/System.Linq/AsyncEnumerable.xml @@ -7243,6 +7243,42 @@ To be added. + + + + + + + + Method + + System.Linq.AsyncEnumerable + 10.0.0.0 + + + System.Collections.Generic.IAsyncEnumerable<TSource> + + + + + + [System.Runtime.CompilerServices.Nullable(2)] + [<System.Runtime.CompilerServices.Nullable(2)>] + + + + + + + + + The type of the elements of . + A sequence of values to shuffle. + Shuffles the order of the elements of a sequence. + A sequence whose elements correspond to those of the input sequence in randomized order. + Randomization is performed using a non-cryptographically-secure random number generator. + + diff --git a/xml/System.Linq/Enumerable.xml b/xml/System.Linq/Enumerable.xml index 6c183739789..23e87715ff8 100644 --- a/xml/System.Linq/Enumerable.xml +++ b/xml/System.Linq/Enumerable.xml @@ -12857,6 +12857,48 @@ If comparer is `null`, the default comparer or is . + + + + + + + + Method + + System.Linq + 10.0.0.0 + + + System.Core + + + netstandard + + + System.Collections.Generic.IEnumerable<TSource> + + + + + + [System.Runtime.CompilerServices.Nullable(2)] + [<System.Runtime.CompilerServices.Nullable(2)>] + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + System.Linq diff --git a/xml/System.Linq/Queryable.xml b/xml/System.Linq/Queryable.xml index e9de10581dd..3a5688ee8ff 100644 --- a/xml/System.Linq/Queryable.xml +++ b/xml/System.Linq/Queryable.xml @@ -9936,6 +9936,48 @@ The query behavior that occurs as a result of executing an expression tree or is . + + + + + + + + Method + + System.Linq.Queryable + 10.0.0.0 + + + System.Core + + + netstandard + + + System.Linq.IQueryable<TSource> + + + + + + [System.Runtime.CompilerServices.Nullable(2)] + [<System.Runtime.CompilerServices.Nullable(2)>] + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + System.Linq.Queryable diff --git a/xml/System.Net.WebSockets/WebSocketProtocol.xml b/xml/System.Net.WebSockets/WebSocketProtocol.xml index d6be99271bf..4f6bef7d665 100644 --- a/xml/System.Net.WebSockets/WebSocketProtocol.xml +++ b/xml/System.Net.WebSockets/WebSocketProtocol.xml @@ -13,6 +13,7 @@ 4.0.2.0 5.0.0.0 5.1.0.0 + 5.1.1.0 6.0.0.0 @@ -34,7 +35,7 @@ Method System.Net.WebSockets.WebSocketProtocol - 5.1.0.0 + 5.1.1.0 System.Net.WebSockets.WebSocket diff --git a/xml/System.Numerics.Tensors/Tensor.xml b/xml/System.Numerics.Tensors/Tensor.xml index 065b2eac6c6..7078572dd9f 100644 --- a/xml/System.Numerics.Tensors/Tensor.xml +++ b/xml/System.Numerics.Tensors/Tensor.xml @@ -20923,12 +20923,12 @@ - - + + - - - + + + Method System.Numerics.Tensors @@ -20947,9 +20947,9 @@ System.Numerics.IFloatingPoint<T> - System.Numerics.IPowerFunctions<T> System.Numerics.IAdditionOperators<T,T,T> System.Numerics.IAdditiveIdentity<T,T> + System.Numerics.IRootFunctions<T> diff --git a/xml/System.Numerics/Vector2.xml b/xml/System.Numerics/Vector2.xml index 86d5dbf8d2b..db209ca6cd1 100644 --- a/xml/System.Numerics/Vector2.xml +++ b/xml/System.Numerics/Vector2.xml @@ -1087,6 +1087,39 @@ To be added. + + + + + + + + Method + + System.Numerics.Vectors + 10.0.0.0 + + + netstandard + + + System.Numerics + + + System.Single + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + diff --git a/xml/System.Numerics/Vector4.xml b/xml/System.Numerics/Vector4.xml index cf2ac51e129..6cc032e16b4 100644 --- a/xml/System.Numerics/Vector4.xml +++ b/xml/System.Numerics/Vector4.xml @@ -1255,6 +1255,39 @@ To be added. + + + + + + + + Method + + System.Numerics.Vectors + 10.0.0.0 + + + netstandard + + + System.Numerics + + + System.Numerics.Vector4 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + diff --git a/xml/System.Reflection.Metadata/EventDefinition.xml b/xml/System.Reflection.Metadata/EventDefinition.xml index a9d5ce64881..7d90a061226 100644 --- a/xml/System.Reflection.Metadata/EventDefinition.xml +++ b/xml/System.Reflection.Metadata/EventDefinition.xml @@ -138,6 +138,28 @@ To be added. + + + + + + + + Method + + System.Reflection.Metadata + 10.0.0.0 + + + System.Reflection.Metadata.TypeDefinitionHandle + + + + To be added. + To be added. + To be added. + + diff --git a/xml/System.Reflection.Metadata/PropertyDefinition.xml b/xml/System.Reflection.Metadata/PropertyDefinition.xml index e11611d1d26..0cd14b9f676 100644 --- a/xml/System.Reflection.Metadata/PropertyDefinition.xml +++ b/xml/System.Reflection.Metadata/PropertyDefinition.xml @@ -233,6 +233,28 @@ To be added. + + + + + + + + Method + + System.Reflection.Metadata + 10.0.0.0 + + + System.Reflection.Metadata.TypeDefinitionHandle + + + + To be added. + To be added. + To be added. + + diff --git a/xml/System.Reflection.Metadata/TypeName.xml b/xml/System.Reflection.Metadata/TypeName.xml index 0e8e7ae4247..f6a103bcd6d 100644 --- a/xml/System.Reflection.Metadata/TypeName.xml +++ b/xml/System.Reflection.Metadata/TypeName.xml @@ -383,6 +383,16 @@ 9.0.0.0 10.0.0.0 + + + [System.Diagnostics.CodeAnalysis.MemberNotNullWhen(true, "_declaringType")] + [<System.Diagnostics.CodeAnalysis.MemberNotNullWhen(true, "_declaringType")>] + + + [get: System.Diagnostics.CodeAnalysis.MemberNotNullWhen(true, "_declaringType")] + [<get: System.Diagnostics.CodeAnalysis.MemberNotNullWhen(true, "_declaringType")>] + + System.Boolean @@ -433,6 +443,16 @@ 9.0.0.0 10.0.0.0 + + + [System.Diagnostics.CodeAnalysis.MemberNotNullWhen(false, "_elementOrGenericType")] + [<System.Diagnostics.CodeAnalysis.MemberNotNullWhen(false, "_elementOrGenericType")>] + + + [get: System.Diagnostics.CodeAnalysis.MemberNotNullWhen(false, "_elementOrGenericType")] + [<get: System.Diagnostics.CodeAnalysis.MemberNotNullWhen(false, "_elementOrGenericType")>] + + System.Boolean @@ -652,6 +672,27 @@ To be added. + + + + + + + + Property + + System.Reflection.Metadata + 10.0.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + @@ -738,6 +779,31 @@ To be added. + + + + + + + + Method + + System.Reflection.Metadata + 10.0.0.0 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + diff --git a/xml/System.Reflection/DispatchProxy.xml b/xml/System.Reflection/DispatchProxy.xml index fce220660d7..eabcd00eefd 100644 --- a/xml/System.Reflection/DispatchProxy.xml +++ b/xml/System.Reflection/DispatchProxy.xml @@ -16,6 +16,7 @@ 4.0.5.0 4.0.6.0 4.0.7.0 + 4.0.8.0 5.0.0.0 6.0.0.0 7.0.0.0 @@ -67,7 +68,7 @@ 4.0.4.0 4.0.5.0 4.0.6.0 - 4.0.7.0 + 4.0.8.0 5.0.0.0 6.0.0.0 7.0.0.0 @@ -163,7 +164,7 @@ 4.0.4.0 4.0.5.0 4.0.6.0 - 4.0.7.0 + 4.0.8.0 5.0.0.0 6.0.0.0 7.0.0.0 @@ -225,18 +226,13 @@ - - + + - - - + + + - - - - - Method System.Reflection.DispatchProxy @@ -247,7 +243,7 @@ 4.0.4.0 4.0.5.0 4.0.6.0 - 4.0.7.0 + 4.0.8.0 5.0.0.0 6.0.0.0 7.0.0.0 diff --git a/xml/System.Reflection/TypeExtensions.xml b/xml/System.Reflection/TypeExtensions.xml index 5748af92ad8..6f88fccadbb 100644 --- a/xml/System.Reflection/TypeExtensions.xml +++ b/xml/System.Reflection/TypeExtensions.xml @@ -228,45 +228,23 @@ - - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Reflection.EventInfo + System.Reflection.EventInfo - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents)>] - - - - + + To be added. @@ -374,40 +352,12 @@ - - - - - - - Method - - System.Reflection.TypeExtensions - 4.1.5.0 - - - System.Reflection.EventInfo[] - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - - - - - - - - - - + + + + + + Method System.Reflection.TypeExtensions @@ -428,34 +378,34 @@ - System.Reflection.FieldInfo + System.Reflection.EventInfo[] - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields)>] + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicEvents | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicEvents | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents)>] - + To be added. - To be added. + To be added. To be added. To be added. To be added. - - - - - - + + + + + + Method System.Reflection.TypeExtensions @@ -467,24 +417,23 @@ - To be added. To be added. - To be added. To be added. To be added. To be added. - - - - - - - + + + + + + + + Method System.Reflection.TypeExtensions @@ -505,17 +454,46 @@ - System.Reflection.FieldInfo[] + System.Reflection.FieldInfo - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields)>] + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicFields | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicFields | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields)>] + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Reflection.TypeExtensions + 4.1.5.0 + + + System.Reflection.FieldInfo[] + + + To be added. @@ -525,12 +503,64 @@ - - - - - - + + + + + + + Method + + System.Reflection.TypeExtensions + 4.1.5.0 + + + System.Reflection.FieldInfo[] + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Reflection.TypeExtensions + 4.1.5.0 + + + System.Type[] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method System.Reflection.TypeExtensions @@ -551,34 +581,32 @@ - System.Reflection.FieldInfo[] + System.Type[] - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicFields | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicFields | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields)>] + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.Interfaces)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.Interfaces)>] - To be added. - To be added. To be added. To be added. To be added. - - - - - - - + + + + + + + Method System.Reflection.TypeExtensions @@ -599,25 +627,34 @@ - System.Type[] + System.Reflection.MemberInfo[] - + + + + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)>] + + + + To be added. + To be added. To be added. To be added. To be added. - - - - - - - + + + + + + + Method System.Reflection.TypeExtensions @@ -638,59 +675,36 @@ - System.Type[] + System.Reflection.MemberInfo[] - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.Interfaces)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.Interfaces)>] + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)>] - - - To be added. - To be added. - To be added. - To be added. - - - - - - - - - - Method - - System.Reflection.TypeExtensions - 4.1.5.0 - - - System.Reflection.MemberInfo[] - - - - + + To be added. To be added. + To be added. To be added. To be added. To be added. - - - - - - - + + + + + + + Method System.Reflection.TypeExtensions @@ -701,25 +715,21 @@ - - To be added. - To be added. - To be added. To be added. To be added. To be added. - - - - - - + + + + + + Method System.Reflection.TypeExtensions @@ -746,37 +756,12 @@ - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)>] + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)>] - - - To be added. - To be added. - To be added. - To be added. - - - - - - - - - - Method - - System.Reflection.TypeExtensions - 4.1.5.0 - - - System.Reflection.MemberInfo[] - - - - + To be added. @@ -865,13 +850,41 @@ - - - - - - - + + + + + + + Method + + System.Reflection.TypeExtensions + 4.1.5.0 + + + System.Reflection.MethodInfo + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method System.Reflection.TypeExtensions @@ -892,7 +905,7 @@ - System.Reflection.MethodInfo + System.Reflection.MethodInfo[] @@ -903,35 +916,6 @@ - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - - - - - - - - - Method - - System.Reflection.TypeExtensions - 4.1.5.0 - - - System.Reflection.MethodInfo[] - - - To be added. @@ -989,46 +973,24 @@ - - - - - - - + + + + + + Method System.Reflection.TypeExtensions - 4.0.0.0 - 4.1.0.0 - 4.1.2.0 - 5.0.0.0 - 6.0.0.0 - 7.0.0.0 - 8.0.0.0 - 9.0.0.0 - 10.0.0.0 + 4.1.5.0 - - - [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] - [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] - - - System.Type + System.Type - - - - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicNestedTypes | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicNestedTypes | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes)>] - - - - - + + + To be added. @@ -1088,12 +1050,37 @@ - - - - - - + + + + + + + Method + + System.Reflection.TypeExtensions + 4.1.5.0 + + + System.Reflection.PropertyInfo[] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method System.Reflection.TypeExtensions @@ -1120,26 +1107,29 @@ - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)>] + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicProperties | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicProperties | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)>] + To be added. + To be added. To be added. To be added. To be added. - - - - - - - + + + + + + + + Method System.Reflection.TypeExtensions @@ -1160,34 +1150,34 @@ - System.Reflection.PropertyInfo[] + System.Reflection.PropertyInfo - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicProperties | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicProperties | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)>] + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)>] - + To be added. - To be added. + To be added. To be added. To be added. To be added. - - - - - - + + + + + + Method System.Reflection.TypeExtensions @@ -1199,23 +1189,25 @@ + To be added. To be added. + To be added. To be added. To be added. To be added. - - - - - - - + + + + + + + Method System.Reflection.TypeExtensions @@ -1242,31 +1234,38 @@ - [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicProperties | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)] - [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicProperties | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)>] + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)>] - + + + + [System.Runtime.CompilerServices.Nullable(2)] + [<System.Runtime.CompilerServices.Nullable(2)>] + + + To be added. To be added. - To be added. + To be added. To be added. To be added. To be added. - - - - - - - + + + + + + + Method System.Reflection.TypeExtensions @@ -1307,36 +1306,7 @@ - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - - - - - - - - - Method - - System.Reflection.TypeExtensions - 4.1.5.0 - - - System.Reflection.PropertyInfo - - - - - - + To be added. diff --git a/xml/System.Runtime.CompilerServices/AsyncMethodBuilderAttribute.xml b/xml/System.Runtime.CompilerServices/AsyncMethodBuilderAttribute.xml index 84dc2dcc382..9bea64faa15 100644 --- a/xml/System.Runtime.CompilerServices/AsyncMethodBuilderAttribute.xml +++ b/xml/System.Runtime.CompilerServices/AsyncMethodBuilderAttribute.xml @@ -11,6 +11,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -80,6 +81,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -119,6 +121,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime diff --git a/xml/System.Runtime.CompilerServices/AsyncValueTaskMethodBuilder.xml b/xml/System.Runtime.CompilerServices/AsyncValueTaskMethodBuilder.xml index 186ee7b8d92..ace142943d6 100644 --- a/xml/System.Runtime.CompilerServices/AsyncValueTaskMethodBuilder.xml +++ b/xml/System.Runtime.CompilerServices/AsyncValueTaskMethodBuilder.xml @@ -25,6 +25,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 @@ -84,6 +85,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Void @@ -152,6 +154,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 @@ -226,6 +229,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder @@ -264,6 +268,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Void @@ -304,6 +309,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Void @@ -341,6 +347,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Void @@ -381,6 +388,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Void @@ -435,6 +443,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Threading.Tasks.ValueTask diff --git a/xml/System.Runtime.CompilerServices/AsyncValueTaskMethodBuilder`1.xml b/xml/System.Runtime.CompilerServices/AsyncValueTaskMethodBuilder`1.xml index bdf1d1cf075..9ba5b53806e 100644 --- a/xml/System.Runtime.CompilerServices/AsyncValueTaskMethodBuilder`1.xml +++ b/xml/System.Runtime.CompilerServices/AsyncValueTaskMethodBuilder`1.xml @@ -12,6 +12,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -84,6 +85,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -154,6 +156,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -230,6 +233,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -276,6 +280,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -318,6 +323,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -360,6 +366,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -402,6 +409,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -458,6 +466,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime diff --git a/xml/System.Runtime.CompilerServices/ConditionalWeakTable`2+CreateValueCallback.xml b/xml/System.Runtime.CompilerServices/ConditionalWeakTable`2+CreateValueCallback.xml index 5c64eea681e..5596f5593b9 100644 --- a/xml/System.Runtime.CompilerServices/ConditionalWeakTable`2+CreateValueCallback.xml +++ b/xml/System.Runtime.CompilerServices/ConditionalWeakTable`2+CreateValueCallback.xml @@ -52,6 +52,12 @@ System.Delegate + + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] + [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] + + diff --git a/xml/System.Runtime.CompilerServices/ConditionalWeakTable`2.xml b/xml/System.Runtime.CompilerServices/ConditionalWeakTable`2.xml index 4f745ae9cf2..491881a5848 100644 --- a/xml/System.Runtime.CompilerServices/ConditionalWeakTable`2.xml +++ b/xml/System.Runtime.CompilerServices/ConditionalWeakTable`2.xml @@ -404,6 +404,127 @@ + + + + + + + + Method + + System.Runtime + 10.0.0.0 + + + mscorlib + + + System.Dynamic.Runtime + + + netstandard + + + TValue + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 10.0.0.0 + + + mscorlib + + + System.Dynamic.Runtime + + + netstandard + + + TValue + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 10.0.0.0 + + + mscorlib + + + System.Dynamic.Runtime + + + netstandard + + + TValue + + + + + + [System.Runtime.CompilerServices.Nullable(2)] + [<System.Runtime.CompilerServices.Nullable(2)>] + + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + @@ -439,6 +560,12 @@ System.Dynamic.Runtime + + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] + [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] + + TValue @@ -514,6 +641,10 @@ Note: In the .NET for System.Dynamic.Runtime + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] + [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] + [System.Security.SecuritySafeCritical] [<System.Security.SecuritySafeCritical>] diff --git a/xml/System.Runtime.CompilerServices/ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter.xml b/xml/System.Runtime.CompilerServices/ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter.xml index b4b9cb9018c..675304c1fa8 100644 --- a/xml/System.Runtime.CompilerServices/ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter.xml +++ b/xml/System.Runtime.CompilerServices/ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter.xml @@ -25,6 +25,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 @@ -91,6 +92,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Void @@ -128,6 +130,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Boolean @@ -169,6 +172,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Void @@ -212,6 +216,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Void diff --git a/xml/System.Runtime.CompilerServices/ConfiguredValueTaskAwaitable.xml b/xml/System.Runtime.CompilerServices/ConfiguredValueTaskAwaitable.xml index c10fe651f85..92e5644fff1 100644 --- a/xml/System.Runtime.CompilerServices/ConfiguredValueTaskAwaitable.xml +++ b/xml/System.Runtime.CompilerServices/ConfiguredValueTaskAwaitable.xml @@ -25,6 +25,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 @@ -84,6 +85,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable+ConfiguredValueTaskAwaiter diff --git a/xml/System.Runtime.CompilerServices/ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter.xml b/xml/System.Runtime.CompilerServices/ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter.xml index 584381591c6..54d6f747fce 100644 --- a/xml/System.Runtime.CompilerServices/ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter.xml +++ b/xml/System.Runtime.CompilerServices/ConfiguredValueTaskAwaitable`1+ConfiguredValueTaskAwaiter.xml @@ -14,6 +14,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -94,6 +95,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -135,6 +137,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -179,6 +182,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -225,6 +229,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime diff --git a/xml/System.Runtime.CompilerServices/ConfiguredValueTaskAwaitable`1.xml b/xml/System.Runtime.CompilerServices/ConfiguredValueTaskAwaitable`1.xml index 8fd149b290e..7946019b095 100644 --- a/xml/System.Runtime.CompilerServices/ConfiguredValueTaskAwaitable`1.xml +++ b/xml/System.Runtime.CompilerServices/ConfiguredValueTaskAwaitable`1.xml @@ -14,6 +14,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -87,6 +88,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime diff --git a/xml/System.Runtime.CompilerServices/TupleElementNamesAttribute.xml b/xml/System.Runtime.CompilerServices/TupleElementNamesAttribute.xml index 3bb8609aae7..c6192e7a0ac 100644 --- a/xml/System.Runtime.CompilerServices/TupleElementNamesAttribute.xml +++ b/xml/System.Runtime.CompilerServices/TupleElementNamesAttribute.xml @@ -9,6 +9,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -47,18 +48,18 @@ - + System.Attribute - + [System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Event | System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue | System.AttributeTargets.Struct)] [<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Event | System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue | System.AttributeTargets.Struct)>] - + [System.CLSCompliant(false)] [<System.CLSCompliant(false)>] @@ -105,12 +106,13 @@ - + Constructor System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -163,12 +165,13 @@ - + Property System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib diff --git a/xml/System.Runtime.CompilerServices/Unsafe.xml b/xml/System.Runtime.CompilerServices/Unsafe.xml index 68ffe0e4353..4573567ef54 100644 --- a/xml/System.Runtime.CompilerServices/Unsafe.xml +++ b/xml/System.Runtime.CompilerServices/Unsafe.xml @@ -16,6 +16,7 @@ 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 7.0.0.0 @@ -118,6 +119,7 @@ Since the `Unsafe` APIs suppress typical type-safety validation, it is up to cal 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -146,8 +148,8 @@ Since the `Unsafe` APIs suppress typical type-safety validation, it is up to cal - - + + The type whose size will be used as a scale factor for . @@ -184,6 +186,7 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -206,8 +209,8 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller - - + + The elemental type of the managed pointer. @@ -243,6 +246,7 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -265,8 +269,8 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller - - + + The elemental type of the managed pointer. @@ -294,12 +298,13 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller - + Method System.Runtime.CompilerServices.Unsafe 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -328,10 +333,10 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller - - + + - + [System.Runtime.CompilerServices.NativeInteger] [<System.Runtime.CompilerServices.NativeInteger>] @@ -372,6 +377,7 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -394,8 +400,8 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller - - + + The elemental type of the managed pointer. @@ -423,12 +429,13 @@ If `byteOffset` is a calculated value rather than a hardcoded literal, callers s - + Method System.Runtime.CompilerServices.Unsafe 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -457,10 +464,10 @@ If `byteOffset` is a calculated value rather than a hardcoded literal, callers s - - + + - + [System.Runtime.CompilerServices.NativeInteger] [<System.Runtime.CompilerServices.NativeInteger>] @@ -493,7 +500,7 @@ If `byteOffset` is a calculated value rather than a hardcoded literal, callers s - + Method System.Runtime.CompilerServices.Unsafe @@ -503,6 +510,7 @@ If `byteOffset` is a calculated value rather than a hardcoded literal, callers s 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -525,7 +533,7 @@ If `byteOffset` is a calculated value rather than a hardcoded literal, callers s - + [System.Diagnostics.CodeAnalysis.AllowNull] @@ -537,7 +545,7 @@ If `byteOffset` is a calculated value rather than a hardcoded literal, callers s - + [System.Diagnostics.CodeAnalysis.AllowNull] @@ -567,7 +575,7 @@ If `byteOffset` is a calculated value rather than a hardcoded literal, callers s - + Method System.Runtime.CompilerServices.Unsafe @@ -578,6 +586,7 @@ If `byteOffset` is a calculated value rather than a hardcoded literal, callers s 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -672,6 +681,7 @@ void ReinterpretCastAndUse_Sample2(object o) 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -702,7 +712,7 @@ void ReinterpretCastAndUse_Sample2(object o) - + The type of managed pointer to reinterpret. @@ -750,6 +760,7 @@ When casting a managed pointer from a narrower type to a wider type, the caller 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -819,6 +830,7 @@ Unmanaged pointers are not tracked by the .NET garbage collector. If the origina 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -879,9 +891,9 @@ The caller is responsible for ensuring that the resulting managed pointer is pro + + - - Method System.Runtime.CompilerServices.Unsafe @@ -890,6 +902,7 @@ The caller is responsible for ensuring that the resulting managed pointer is pro 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -912,7 +925,7 @@ The caller is responsible for ensuring that the resulting managed pointer is pro - + [System.Runtime.CompilerServices.RequiresLocation] @@ -1034,7 +1047,7 @@ int ComputeSumOfElements(ref readonly int refToFirstElement, nint numElements) - + Method System.Runtime.CompilerServices.Unsafe @@ -1043,6 +1056,7 @@ int ComputeSumOfElements(ref readonly int refToFirstElement, nint numElements) 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -1065,7 +1079,7 @@ int ComputeSumOfElements(ref readonly int refToFirstElement, nint numElements) - + [System.Diagnostics.CodeAnalysis.AllowNull] @@ -1077,7 +1091,7 @@ int ComputeSumOfElements(ref readonly int refToFirstElement, nint numElements) - + [System.Diagnostics.CodeAnalysis.AllowNull] @@ -1115,7 +1129,7 @@ The return value is guaranteed stable if `origin` and `target` point to the same - + Method System.Runtime.CompilerServices.Unsafe @@ -1126,6 +1140,7 @@ The return value is guaranteed stable if `origin` and `target` point to the same 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -1210,6 +1225,7 @@ static void Copy(void* destination, ref T source) 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -1281,7 +1297,7 @@ static void Copy(ref T destination, void* source) - + Method System.Runtime.CompilerServices.Unsafe @@ -1290,6 +1306,7 @@ static void Copy(ref T destination, void* source) 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -1308,8 +1325,8 @@ static void Copy(ref T destination, void* source) System.Void - - + + [System.Runtime.CompilerServices.RequiresLocation] @@ -1317,7 +1334,7 @@ static void Copy(ref T destination, void* source) - + The managed pointer corresponding to the destination address to copy to. @@ -1354,6 +1371,7 @@ This API corresponds to the `cpblk` opcode. Both the `destination` and `source` 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -1402,7 +1420,7 @@ This API corresponds to the `cpblk` opcode. Both the `destination` and `source` - + Method System.Runtime.CompilerServices.Unsafe @@ -1411,6 +1429,7 @@ This API corresponds to the `cpblk` opcode. Both the `destination` and `source` 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -1429,8 +1448,8 @@ This API corresponds to the `cpblk` opcode. Both the `destination` and `source` System.Void - - + + [System.Runtime.CompilerServices.RequiresLocation] @@ -1438,7 +1457,7 @@ This API corresponds to the `cpblk` opcode. Both the `destination` and `source` - + The managed pointer corresponding to the destination address to copy to. @@ -1473,6 +1492,7 @@ This API corresponds to the `unaligned.1 cpblk` opcode sequence. No alignment as 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -1491,9 +1511,9 @@ This API corresponds to the `unaligned.1 cpblk` opcode sequence. No alignment as System.Void - - - + + + The unmanaged pointer corresponding to the destination address to copy to. @@ -1529,6 +1549,7 @@ This API corresponds to the `unaligned.1 cpblk` opcode sequence. No alignment as 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -1547,9 +1568,9 @@ This API corresponds to the `unaligned.1 cpblk` opcode sequence. No alignment as System.Void - - - + + + The managed pointer referencing the start of the memory block to initialize. @@ -1586,6 +1607,7 @@ This API corresponds to the `initblk` opcode. The `startAddress` pointer is assu 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -1642,6 +1664,7 @@ This API corresponds to the `initblk` opcode. The `startAddress` pointer is assu 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -1660,9 +1683,9 @@ This API corresponds to the `initblk` opcode. The `startAddress` pointer is assu System.Void - - - + + + The managed pointer referencing the start of the memory block to initialize. @@ -1697,6 +1720,7 @@ This API corresponds to the `unaligned.1 initblk` opcode sequence. No alignment 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -1715,9 +1739,9 @@ This API corresponds to the `unaligned.1 initblk` opcode sequence. No alignment System.Void - - - + + + The unmanaged pointer referencing the start of the memory block to initialize. @@ -1745,7 +1769,7 @@ This API corresponds to the `unaligned.1 initblk` opcode sequence. No alignment - + Method System.Runtime.CompilerServices.Unsafe @@ -1754,6 +1778,7 @@ This API corresponds to the `unaligned.1 initblk` opcode sequence. No alignment 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -1776,7 +1801,7 @@ This API corresponds to the `unaligned.1 initblk` opcode sequence. No alignment - + [System.Diagnostics.CodeAnalysis.AllowNull] @@ -1788,7 +1813,7 @@ This API corresponds to the `unaligned.1 initblk` opcode sequence. No alignment - + [System.Diagnostics.CodeAnalysis.AllowNull] @@ -1830,7 +1855,7 @@ The return value is guaranteed stable if `left` and `right` point to the same ma - + Method System.Runtime.CompilerServices.Unsafe @@ -1839,6 +1864,7 @@ The return value is guaranteed stable if `left` and `right` point to the same ma 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -1861,7 +1887,7 @@ The return value is guaranteed stable if `left` and `right` point to the same ma - + [System.Diagnostics.CodeAnalysis.AllowNull] @@ -1873,7 +1899,7 @@ The return value is guaranteed stable if `left` and `right` point to the same ma - + [System.Diagnostics.CodeAnalysis.AllowNull] @@ -1915,13 +1941,14 @@ The return value is guaranteed stable if `left` and `right` point to the same ma - + Method System.Runtime.CompilerServices.Unsafe 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -1944,7 +1971,7 @@ The return value is guaranteed stable if `left` and `right` point to the same ma - + [System.Runtime.CompilerServices.RequiresLocation] @@ -1975,6 +2002,7 @@ The return value is guaranteed stable if `left` and `right` point to the same ma 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -2020,6 +2048,7 @@ The return value is guaranteed stable if `left` and `right` point to the same ma 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -2083,8 +2112,8 @@ The return value is guaranteed stable if `left` and `right` point to the same ma - - + + Method System.Runtime.CompilerServices.Unsafe @@ -2093,6 +2122,7 @@ The return value is guaranteed stable if `left` and `right` point to the same ma 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -2115,7 +2145,7 @@ The return value is guaranteed stable if `left` and `right` point to the same ma - + [System.Runtime.CompilerServices.RequiresLocation] @@ -2159,6 +2189,7 @@ The return value is guaranteed stable if `left` and `right` point to the same ma 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -2193,7 +2224,7 @@ The return value is guaranteed stable if `left` and `right` point to the same ma - + The type of the value to read. @@ -2229,6 +2260,7 @@ The return value is guaranteed stable if `left` and `right` point to the same ma 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -2275,6 +2307,7 @@ This API corresponds to the `sizeof` opcode. If `T` is a reference type, the ret 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -2297,7 +2330,7 @@ This API corresponds to the `sizeof` opcode. If `T` is a reference type, the ret - + The type of the reference. @@ -2379,6 +2412,7 @@ public static MyUnionStruct MyMethod() { 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -2407,8 +2441,8 @@ public static MyUnionStruct MyMethod() { - - + + The type whose size will be used as a scale factor for . @@ -2445,6 +2479,7 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -2467,8 +2502,8 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller - - + + The elemental type of the managed pointer. @@ -2504,6 +2539,7 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -2526,8 +2562,8 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller - - + + The elemental type of the managed pointer. @@ -2555,12 +2591,13 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller - + Method System.Runtime.CompilerServices.Unsafe 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -2589,10 +2626,10 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller - - + + - + [System.Runtime.CompilerServices.NativeInteger] [<System.Runtime.CompilerServices.NativeInteger>] @@ -2633,6 +2670,7 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -2655,8 +2693,8 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller - - + + The elemental type of the managed pointer. @@ -2684,12 +2722,13 @@ If `byteOffset` is a calculated value rather than a hardcoded literal, callers s - + Method System.Runtime.CompilerServices.Unsafe 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -2718,10 +2757,10 @@ If `byteOffset` is a calculated value rather than a hardcoded literal, callers s - - + + - + [System.Runtime.CompilerServices.NativeInteger] [<System.Runtime.CompilerServices.NativeInteger>] @@ -2762,6 +2801,7 @@ If `byteOffset` is a calculated value rather than a hardcoded literal, callers s 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -2783,7 +2823,7 @@ If `byteOffset` is a calculated value rather than a hardcoded literal, callers s - + [System.Runtime.CompilerServices.Nullable(1)] @@ -2860,6 +2900,7 @@ For more information, including detailed discussion of the usage constraints of 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -2932,6 +2973,7 @@ For more information, including detailed discussion of the usage constraints of 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -2954,8 +2996,8 @@ For more information, including detailed discussion of the usage constraints of - - + + The type of the value to write. @@ -2988,6 +3030,7 @@ For more information, including detailed discussion of the usage constraints of 5.0.0.0 6.0.0.0 6.0.1.0 + 6.0.2.0 System.Runtime @@ -3016,8 +3059,8 @@ For more information, including detailed discussion of the usage constraints of - - + + [System.Runtime.CompilerServices.Nullable(1)] diff --git a/xml/System.Runtime.CompilerServices/ValueTaskAwaiter.xml b/xml/System.Runtime.CompilerServices/ValueTaskAwaiter.xml index 87d04dcbc80..a35140547f6 100644 --- a/xml/System.Runtime.CompilerServices/ValueTaskAwaiter.xml +++ b/xml/System.Runtime.CompilerServices/ValueTaskAwaiter.xml @@ -24,6 +24,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 @@ -90,6 +91,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Void @@ -127,6 +129,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Boolean @@ -168,6 +171,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Void @@ -211,6 +215,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Void diff --git a/xml/System.Runtime.CompilerServices/ValueTaskAwaiter`1.xml b/xml/System.Runtime.CompilerServices/ValueTaskAwaiter`1.xml index feba31405e9..ae059b4e1a6 100644 --- a/xml/System.Runtime.CompilerServices/ValueTaskAwaiter`1.xml +++ b/xml/System.Runtime.CompilerServices/ValueTaskAwaiter`1.xml @@ -13,6 +13,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -93,6 +94,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -134,6 +136,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -178,6 +181,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -224,6 +228,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime diff --git a/xml/System.Runtime.InteropServices/GCHandleExtensions.xml b/xml/System.Runtime.InteropServices/GCHandleExtensions.xml new file mode 100644 index 00000000000..5b25e9d8d96 --- /dev/null +++ b/xml/System.Runtime.InteropServices/GCHandleExtensions.xml @@ -0,0 +1,99 @@ + + + + + + + + + System.Runtime + 10.0.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + + + + + Method + + System.Runtime + 10.0.0.0 + + + + [System.CLSCompliant(false)] + [<System.CLSCompliant(false)>] + + + + T* + + + [System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })] + [<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>] + + + + + + + + [System.Runtime.CompilerServices.Nullable(2)] + [<System.Runtime.CompilerServices.Nullable(2)>] + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime + 10.0.0.0 + + + + [System.CLSCompliant(false)] + [<System.CLSCompliant(false)>] + + + + System.Char* + + + + + + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.Runtime.InteropServices/GCHandle`1.xml b/xml/System.Runtime.InteropServices/GCHandle`1.xml new file mode 100644 index 00000000000..dc8ea99c138 --- /dev/null +++ b/xml/System.Runtime.InteropServices/GCHandle`1.xml @@ -0,0 +1,322 @@ + + + + + + + + + System.Runtime + 10.0.0.0 + + + + + + [System.Runtime.CompilerServices.Nullable(2)] + [<System.Runtime.CompilerServices.Nullable(2)>] + + + + ReferenceTypeConstraint + + + + + System.ValueType + + + + System.IDisposable + + + System.IEquatable<System.Runtime.InteropServices.GCHandle<T>> + + + + + [System.Runtime.CompilerServices.Nullable(0)] + [<System.Runtime.CompilerServices.Nullable(0)>] + + + + To be added. + To be added. + To be added. + + + + + + + + + + Constructor + + System.Runtime + 10.0.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + M:System.IDisposable.Dispose + + + System.Runtime + 10.0.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 10.0.0.0 + + + + [System.Runtime.CompilerServices.IsReadOnly] + [<System.Runtime.CompilerServices.IsReadOnly>] + + + + System.Boolean + + + + + + [System.Diagnostics.CodeAnalysis.NotNullWhen(true)] + [<System.Diagnostics.CodeAnalysis.NotNullWhen(true)>] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + M:System.IEquatable`1.Equals(`0) + + + System.Runtime + 10.0.0.0 + + + + [System.Runtime.CompilerServices.IsReadOnly] + [<System.Runtime.CompilerServices.IsReadOnly>] + + + + System.Boolean + + + + + + [System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })] + [<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 10.0.0.0 + + + System.Runtime.InteropServices.GCHandle<T> + + + [System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })] + [<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>] + + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 10.0.0.0 + + + + [System.Runtime.CompilerServices.IsReadOnly] + [<System.Runtime.CompilerServices.IsReadOnly>] + + + + System.Int32 + + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 10.0.0.0 + + + + [get: System.Runtime.CompilerServices.IsReadOnly] + [<get: System.Runtime.CompilerServices.IsReadOnly>] + + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 10.0.0.0 + + + + [get: System.Runtime.CompilerServices.IsReadOnly] + [<get: System.Runtime.CompilerServices.IsReadOnly>] + + + [set: System.Runtime.CompilerServices.IsReadOnly] + [<set: System.Runtime.CompilerServices.IsReadOnly>] + + + + T + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 10.0.0.0 + + + System.IntPtr + + + + + + [System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })] + [<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.Runtime.InteropServices/ImmutableCollectionsMarshal.xml b/xml/System.Runtime.InteropServices/ImmutableCollectionsMarshal.xml index 7abb4911ad7..1b917429e20 100644 --- a/xml/System.Runtime.InteropServices/ImmutableCollectionsMarshal.xml +++ b/xml/System.Runtime.InteropServices/ImmutableCollectionsMarshal.xml @@ -124,5 +124,47 @@ + + + + + + + + Method + + System.Collections.Immutable + 10.0.0.0 + + + System.Memory<T> + + + [System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })] + [<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>] + + + + + + + + + + + [System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })] + [<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })>] + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + diff --git a/xml/System.Runtime.InteropServices/MemoryMarshal.xml b/xml/System.Runtime.InteropServices/MemoryMarshal.xml index cb3936266c5..018751f6b6d 100644 --- a/xml/System.Runtime.InteropServices/MemoryMarshal.xml +++ b/xml/System.Runtime.InteropServices/MemoryMarshal.xml @@ -9,6 +9,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -57,6 +58,7 @@ System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -122,6 +124,7 @@ System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -187,6 +190,7 @@ System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -380,6 +384,7 @@ This method is supported only on platforms that support misaligned memory access System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -452,6 +457,7 @@ This method is supported only on platforms that support misaligned memory access System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -531,6 +537,7 @@ This method is supported only on platforms that support misaligned memory access System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -968,6 +975,7 @@ This method does not perform array variance checks. The caller must manually per System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1035,6 +1043,7 @@ If the read-only span is empty, this method returns a reference to the location System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1102,6 +1111,7 @@ If the span is empty, this method returns a reference to the location where the System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1169,6 +1179,7 @@ If the span is empty, this method returns a reference to the location where the System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1242,6 +1253,7 @@ This method allows a read-only memory buffer to be used in existing APIs that re System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1314,6 +1326,7 @@ This method allows a read-only memory buffer to be used in existing APIs that re System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1389,6 +1402,7 @@ This method allows a read-only memory buffer to be used in existing APIs that re System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1468,6 +1482,7 @@ This method allows a read-only memory buffer to be used in existing APIs that re System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1527,6 +1542,7 @@ This method allows a read-only memory buffer to be used in existing APIs that re System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1596,6 +1612,7 @@ This method allows a read-only memory buffer to be used in existing APIs that re System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1672,6 +1689,7 @@ This method allows a read-only memory buffer to be used in existing APIs that re System.Memory 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 diff --git a/xml/System.Runtime.InteropServices/PinnedGCHandle`1.xml b/xml/System.Runtime.InteropServices/PinnedGCHandle`1.xml new file mode 100644 index 00000000000..c5d9ec47428 --- /dev/null +++ b/xml/System.Runtime.InteropServices/PinnedGCHandle`1.xml @@ -0,0 +1,349 @@ + + + + + + + + + System.Runtime + 10.0.0.0 + + + + + + [System.Runtime.CompilerServices.Nullable(2)] + [<System.Runtime.CompilerServices.Nullable(2)>] + + + + ReferenceTypeConstraint + + + + + System.ValueType + + + + System.IDisposable + + + System.IEquatable<System.Runtime.InteropServices.PinnedGCHandle<T>> + + + + + [System.Runtime.CompilerServices.Nullable(0)] + [<System.Runtime.CompilerServices.Nullable(0)>] + + + + To be added. + To be added. + To be added. + + + + + + + + + + Constructor + + System.Runtime + 10.0.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + M:System.IDisposable.Dispose + + + System.Runtime + 10.0.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 10.0.0.0 + + + + [System.Runtime.CompilerServices.IsReadOnly] + [<System.Runtime.CompilerServices.IsReadOnly>] + + + + System.Boolean + + + + + + [System.Diagnostics.CodeAnalysis.NotNullWhen(true)] + [<System.Diagnostics.CodeAnalysis.NotNullWhen(true)>] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + M:System.IEquatable`1.Equals(`0) + + + System.Runtime + 10.0.0.0 + + + + [System.Runtime.CompilerServices.IsReadOnly] + [<System.Runtime.CompilerServices.IsReadOnly>] + + + + System.Boolean + + + + + + [System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })] + [<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 10.0.0.0 + + + System.Runtime.InteropServices.PinnedGCHandle<T> + + + [System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })] + [<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>] + + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime + 10.0.0.0 + + + + [System.CLSCompliant(false)] + [<System.CLSCompliant(false)>] + + + [System.Runtime.CompilerServices.IsReadOnly] + [<System.Runtime.CompilerServices.IsReadOnly>] + + + + System.Void* + + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 10.0.0.0 + + + + [System.Runtime.CompilerServices.IsReadOnly] + [<System.Runtime.CompilerServices.IsReadOnly>] + + + + System.Int32 + + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 10.0.0.0 + + + + [get: System.Runtime.CompilerServices.IsReadOnly] + [<get: System.Runtime.CompilerServices.IsReadOnly>] + + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 10.0.0.0 + + + + [get: System.Runtime.CompilerServices.IsReadOnly] + [<get: System.Runtime.CompilerServices.IsReadOnly>] + + + + T + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 10.0.0.0 + + + System.IntPtr + + + + + + [System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })] + [<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.Runtime.InteropServices/SequenceMarshal.xml b/xml/System.Runtime.InteropServices/SequenceMarshal.xml index e1514261f7f..d694b8289e7 100644 --- a/xml/System.Runtime.InteropServices/SequenceMarshal.xml +++ b/xml/System.Runtime.InteropServices/SequenceMarshal.xml @@ -9,6 +9,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -56,7 +57,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -115,7 +116,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -175,7 +176,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 diff --git a/xml/System.Runtime.InteropServices/WeakGCHandle`1.xml b/xml/System.Runtime.InteropServices/WeakGCHandle`1.xml new file mode 100644 index 00000000000..dfe82bbb665 --- /dev/null +++ b/xml/System.Runtime.InteropServices/WeakGCHandle`1.xml @@ -0,0 +1,354 @@ + + + + + + + + + System.Runtime + 10.0.0.0 + + + + + ReferenceTypeConstraint + + + + + System.ValueType + + + + System.IDisposable + + + System.IEquatable<System.Runtime.InteropServices.WeakGCHandle<T>> + + + + + [System.Runtime.CompilerServices.Nullable(0)] + [<System.Runtime.CompilerServices.Nullable(0)>] + + + + To be added. + To be added. + To be added. + + + + + + + + + Constructor + + System.Runtime + 10.0.0.0 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + M:System.IDisposable.Dispose + + + System.Runtime + 10.0.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 10.0.0.0 + + + + [System.Runtime.CompilerServices.IsReadOnly] + [<System.Runtime.CompilerServices.IsReadOnly>] + + + + System.Boolean + + + + + + [System.Diagnostics.CodeAnalysis.NotNullWhen(true)] + [<System.Diagnostics.CodeAnalysis.NotNullWhen(true)>] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + M:System.IEquatable`1.Equals(`0) + + + System.Runtime + 10.0.0.0 + + + + [System.Runtime.CompilerServices.IsReadOnly] + [<System.Runtime.CompilerServices.IsReadOnly>] + + + + System.Boolean + + + + + + [System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })] + [<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 10.0.0.0 + + + System.Runtime.InteropServices.WeakGCHandle<T> + + + [System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })] + [<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>] + + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 10.0.0.0 + + + + [System.Runtime.CompilerServices.IsReadOnly] + [<System.Runtime.CompilerServices.IsReadOnly>] + + + + System.Int32 + + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 10.0.0.0 + + + + [get: System.Runtime.CompilerServices.IsReadOnly] + [<get: System.Runtime.CompilerServices.IsReadOnly>] + + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 10.0.0.0 + + + + [System.Runtime.CompilerServices.IsReadOnly] + [<System.Runtime.CompilerServices.IsReadOnly>] + + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 10.0.0.0 + + + System.IntPtr + + + + + + [System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })] + [<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 10.0.0.0 + + + + [System.Runtime.CompilerServices.IsReadOnly] + [<System.Runtime.CompilerServices.IsReadOnly>] + + + + System.Boolean + + + + + + [System.Diagnostics.CodeAnalysis.NotNullWhen(true)] + [<System.Diagnostics.CodeAnalysis.NotNullWhen(true)>] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.Security.Cryptography.Pkcs/CmsSigner.xml b/xml/System.Security.Cryptography.Pkcs/CmsSigner.xml index 837e72a753a..7b233498c40 100644 --- a/xml/System.Security.Cryptography.Pkcs/CmsSigner.xml +++ b/xml/System.Security.Cryptography.Pkcs/CmsSigner.xml @@ -301,7 +301,7 @@ - + @@ -324,9 +324,9 @@ System.Security - - - + + + One of the enumeration values that specifies the scheme to use for identifying which signing certificate was used. @@ -353,12 +353,12 @@ - - - - - - + + + + + + Constructor System.Security.Cryptography.Pkcs @@ -371,10 +371,10 @@ System.Security - - - - + + + + One of the enumeration values that specifies the scheme to use for identifying which signing certificate was used. @@ -551,7 +551,7 @@ - + diff --git a/xml/System.Security.Cryptography.Pkcs/ContentInfo.xml b/xml/System.Security.Cryptography.Pkcs/ContentInfo.xml index 7c9bafc4af5..e98fb86ab92 100644 --- a/xml/System.Security.Cryptography.Pkcs/ContentInfo.xml +++ b/xml/System.Security.Cryptography.Pkcs/ContentInfo.xml @@ -338,7 +338,7 @@ - + A read-only span of byte values that represents the encoded CMS ContentInfo message from which to retrieve the outer content type. diff --git a/xml/System.Security.Cryptography.Pkcs/EnvelopedCms.xml b/xml/System.Security.Cryptography.Pkcs/EnvelopedCms.xml index 5e50476f1b9..e8818439e18 100644 --- a/xml/System.Security.Cryptography.Pkcs/EnvelopedCms.xml +++ b/xml/System.Security.Cryptography.Pkcs/EnvelopedCms.xml @@ -466,12 +466,12 @@ - - - - - - + + + + + + Method System.Security.Cryptography.Pkcs @@ -486,10 +486,10 @@ System.Security - System.Void + System.Void - + The data to decode. @@ -660,12 +660,12 @@ The following permissions are required to access the decryption key on .NET Fram - - - - - - + + + + + + Method @@ -683,11 +683,11 @@ The following permissions are required to access the decryption key on .NET Fram System.Security - System.Void + System.Void - - + + [System.Runtime.CompilerServices.Nullable(2)] diff --git a/xml/System.Security.Cryptography.Pkcs/Pkcs12CertBag.xml b/xml/System.Security.Cryptography.Pkcs/Pkcs12CertBag.xml index 9354acef42f..992fa6a0671 100644 --- a/xml/System.Security.Cryptography.Pkcs/Pkcs12CertBag.xml +++ b/xml/System.Security.Cryptography.Pkcs/Pkcs12CertBag.xml @@ -130,6 +130,12 @@ For X.509 public-key certificates, the value of this property is a BER-encoded O 9.0.0.0 10.0.0.0 + + + [System.Runtime.Versioning.UnsupportedOSPlatform("browser")] + [<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>] + + System.Security.Cryptography.X509Certificates.X509Certificate2 diff --git a/xml/System.Security.Cryptography.Pkcs/SignedCms.xml b/xml/System.Security.Cryptography.Pkcs/SignedCms.xml index 247be9893ed..42a66a0eca9 100644 --- a/xml/System.Security.Cryptography.Pkcs/SignedCms.xml +++ b/xml/System.Security.Cryptography.Pkcs/SignedCms.xml @@ -336,12 +336,12 @@ - - - - - - + + + + + + Method System.Security.Cryptography.Pkcs @@ -358,10 +358,10 @@ System.Security - System.Void + System.Void - + The certificate to add to the collection. @@ -885,12 +885,12 @@ The following permissions are required to access the signature key on .NET Frame - - - - - - + + + + + + Method System.Security.Cryptography.Pkcs @@ -905,10 +905,10 @@ The following permissions are required to access the signature key on .NET Frame System.Security - System.Void + System.Void - + A read-only span of byte values that represents the encoded CMS/PKCS#7 message to be decoded. @@ -1000,12 +1000,12 @@ The following permissions are required to access the signature key on .NET Frame - - - - - - + + + + + + Method System.Security.Cryptography.Pkcs @@ -1022,10 +1022,10 @@ The following permissions are required to access the signature key on .NET Frame System.Security - System.Void + System.Void - + The certificate to remove from the collection. diff --git a/xml/System.Security.Cryptography.Pkcs/SignerInfo.xml b/xml/System.Security.Cryptography.Pkcs/SignerInfo.xml index b1d6ae21aa6..f550966dbea 100644 --- a/xml/System.Security.Cryptography.Pkcs/SignerInfo.xml +++ b/xml/System.Security.Cryptography.Pkcs/SignerInfo.xml @@ -53,12 +53,12 @@ - - - - - - + + + + + + @@ -80,10 +80,10 @@ System.Security - System.Void + System.Void - + @@ -670,12 +670,12 @@ The following permissions are required to access the signature key on .NET Frame - - - - - - + + + + + + @@ -697,10 +697,10 @@ The following permissions are required to access the signature key on .NET Frame System.Security - System.Void + System.Void - + diff --git a/xml/System.Security.Cryptography.Pkcs/SubjectIdentifier.xml b/xml/System.Security.Cryptography.Pkcs/SubjectIdentifier.xml index a3e646eeb98..d2226ee77bd 100644 --- a/xml/System.Security.Cryptography.Pkcs/SubjectIdentifier.xml +++ b/xml/System.Security.Cryptography.Pkcs/SubjectIdentifier.xml @@ -44,12 +44,12 @@ - - - - - - + + + + + + Method System.Security.Cryptography.Pkcs @@ -66,10 +66,10 @@ System.Security - System.Boolean + System.Boolean - + The certificate to match with the current subject identifier instance. diff --git a/xml/System.Security.Cryptography/AesGcm.xml b/xml/System.Security.Cryptography/AesGcm.xml index 61c3e704505..8dec1501a68 100644 --- a/xml/System.Security.Cryptography/AesGcm.xml +++ b/xml/System.Security.Cryptography/AesGcm.xml @@ -23,17 +23,24 @@ 9.0.0.0 10.0.0.0 + + Microsoft.Bcl.Cryptography + 10.0.0.0 + + + + System.Object @@ -44,27 +51,27 @@
- + [System.Runtime.CompilerServices.Nullable(0)] [<System.Runtime.CompilerServices.Nullable(0)>] - + [System.Runtime.Versioning.SupportedOSPlatform("ios13.0")] [<System.Runtime.Versioning.SupportedOSPlatform("ios13.0")>] - + [System.Runtime.Versioning.SupportedOSPlatform("tvos13.0")] [<System.Runtime.Versioning.SupportedOSPlatform("tvos13.0")>] - + [System.Runtime.Versioning.UnsupportedOSPlatform("browser")] [<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>] - + [System.Runtime.Versioning.UnsupportedOSPlatform("ios")] [<System.Runtime.Versioning.UnsupportedOSPlatform("ios")>] - + [System.Runtime.Versioning.UnsupportedOSPlatform("tvos")] [<System.Runtime.Versioning.UnsupportedOSPlatform("tvos")>] @@ -100,14 +107,17 @@ 9.0.0.0 10.0.0.0 + + Microsoft.Bcl.Cryptography + - + [System.Obsolete("AesGcm should indicate the required tag size for encryption and decryption. Use a constructor that accepts the tag size.", DiagnosticId="SYSLIB0053", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] [<System.Obsolete("AesGcm should indicate the required tag size for encryption and decryption. Use a constructor that accepts the tag size.", DiagnosticId="SYSLIB0053", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>] - + The secret key to use for this instance. @@ -143,14 +153,17 @@ 9.0.0.0 10.0.0.0 + + Microsoft.Bcl.Cryptography + - + [System.Obsolete("AesGcm should indicate the required tag size for encryption and decryption. Use a constructor that accepts the tag size.", DiagnosticId="SYSLIB0053", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] [<System.Obsolete("AesGcm should indicate the required tag size for encryption and decryption. Use a constructor that accepts the tag size.", DiagnosticId="SYSLIB0053", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>] - + The secret key to use for this instance. @@ -179,9 +192,13 @@ System.Security.Cryptography.Algorithms + + Microsoft.Bcl.Cryptography + 10.0.0.0 + - - + + The secret key to use for this instance. @@ -215,9 +232,13 @@ System.Security.Cryptography.Algorithms + + Microsoft.Bcl.Cryptography + 10.0.0.0 + - - + + The secret key to use for this instance. @@ -231,7 +252,7 @@ - + @@ -256,6 +277,10 @@ 9.0.0.0 10.0.0.0 + + Microsoft.Bcl.Cryptography + 10.0.0.0 + System.Void @@ -266,7 +291,7 @@ - + [System.Runtime.CompilerServices.Nullable(2)] [<System.Runtime.CompilerServices.Nullable(2)>] @@ -328,6 +353,10 @@ The parameter length is not permitted by parameter length is not permitted by parameter length is not permitted by - + @@ -431,6 +464,10 @@ The parameter length is not permitted by parameter length is not permitted by - + [System.Runtime.CompilerServices.Nullable(2)] [<System.Runtime.CompilerServices.Nullable(2)>] @@ -502,6 +539,10 @@ The parameter length is not permitted by parameter length is not permitted by parameter length is not permitted by parameter length is not permitted by parameter length is not permitted by + + + System.Security.Cryptography.CryptographicException - + [System.Runtime.CompilerServices.Nullable(0)] [<System.Runtime.CompilerServices.Nullable(0)>] @@ -39,6 +48,10 @@ 9.0.0.0 10.0.0.0 + + Microsoft.Bcl.Cryptography + 10.0.0.0 + Initializes a new instance of the class with default properties. @@ -59,6 +72,10 @@ 9.0.0.0 10.0.0.0 + + Microsoft.Bcl.Cryptography + 10.0.0.0 + @@ -82,6 +99,10 @@ 9.0.0.0 10.0.0.0 + + Microsoft.Bcl.Cryptography + 10.0.0.0 + diff --git a/xml/System.Threading.Tasks.Sources/IValueTaskSource.xml b/xml/System.Threading.Tasks.Sources/IValueTaskSource.xml index c485a246b01..d7b88b7813b 100644 --- a/xml/System.Threading.Tasks.Sources/IValueTaskSource.xml +++ b/xml/System.Threading.Tasks.Sources/IValueTaskSource.xml @@ -25,6 +25,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 @@ -75,6 +76,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Void @@ -115,6 +117,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Threading.Tasks.Sources.ValueTaskSourceStatus @@ -157,6 +160,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Void diff --git a/xml/System.Threading.Tasks.Sources/IValueTaskSource`1.xml b/xml/System.Threading.Tasks.Sources/IValueTaskSource`1.xml index 499e4fc873e..aec97bc97f2 100644 --- a/xml/System.Threading.Tasks.Sources/IValueTaskSource`1.xml +++ b/xml/System.Threading.Tasks.Sources/IValueTaskSource`1.xml @@ -25,6 +25,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 @@ -82,6 +83,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 TResult @@ -123,6 +125,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Threading.Tasks.Sources.ValueTaskSourceStatus @@ -165,6 +168,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Void diff --git a/xml/System.Threading.Tasks.Sources/ValueTaskSourceOnCompletedFlags.xml b/xml/System.Threading.Tasks.Sources/ValueTaskSourceOnCompletedFlags.xml index 3e681fc8470..9f9e5cbbcc2 100644 --- a/xml/System.Threading.Tasks.Sources/ValueTaskSourceOnCompletedFlags.xml +++ b/xml/System.Threading.Tasks.Sources/ValueTaskSourceOnCompletedFlags.xml @@ -24,6 +24,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 @@ -88,6 +89,7 @@ This value is passed from a to the System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags @@ -125,6 +127,7 @@ This value is passed from a to the System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags @@ -161,6 +164,7 @@ This value is passed from a to the System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags diff --git a/xml/System.Threading.Tasks.Sources/ValueTaskSourceStatus.xml b/xml/System.Threading.Tasks.Sources/ValueTaskSourceStatus.xml index 0529defd8a2..c25e9f760a3 100644 --- a/xml/System.Threading.Tasks.Sources/ValueTaskSourceStatus.xml +++ b/xml/System.Threading.Tasks.Sources/ValueTaskSourceStatus.xml @@ -24,6 +24,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 @@ -76,6 +77,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Threading.Tasks.Sources.ValueTaskSourceStatus @@ -112,6 +114,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Threading.Tasks.Sources.ValueTaskSourceStatus @@ -148,6 +151,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Threading.Tasks.Sources.ValueTaskSourceStatus @@ -184,6 +188,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Threading.Tasks.Sources.ValueTaskSourceStatus diff --git a/xml/System.Threading.Tasks/ValueTask.xml b/xml/System.Threading.Tasks/ValueTask.xml index 68b674e03b5..18f54225194 100644 --- a/xml/System.Threading.Tasks/ValueTask.xml +++ b/xml/System.Threading.Tasks/ValueTask.xml @@ -25,6 +25,7 @@ System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 @@ -121,6 +122,7 @@ Using a `ValueTask` instead of a introduces s System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 @@ -158,6 +160,7 @@ Using a `ValueTask` instead of a introduces s System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 @@ -197,6 +200,7 @@ Using a `ValueTask` instead of a introduces s System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Threading.Tasks.Task @@ -271,6 +275,7 @@ This method either returns the wrapped task object, if one exists, or it manufac System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable @@ -314,6 +319,7 @@ This method either returns the wrapped task object, if one exists, or it manufac System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Boolean @@ -373,6 +379,7 @@ Two instances are equal when they wrap t System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Boolean @@ -646,6 +653,7 @@ Two instances are equal when they wrap t System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime.CompilerServices.ValueTaskAwaiter @@ -684,6 +692,7 @@ Two instances are equal when they wrap t System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Int32 @@ -722,6 +731,7 @@ Two instances are equal when they wrap t System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Boolean @@ -764,6 +774,7 @@ If the is backed by a result or by a System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Boolean @@ -802,6 +813,7 @@ If the is backed by a result or by a System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Boolean @@ -840,6 +852,7 @@ If the is backed by a result or by a System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Boolean @@ -878,6 +891,7 @@ If the is backed by a result or by a System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Boolean @@ -929,6 +943,7 @@ Two instances are equal when they wrap t System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Boolean @@ -980,6 +995,7 @@ Two instances are equal when they wrap t System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Threading.Tasks.ValueTask diff --git a/xml/System.Threading.Tasks/ValueTask`1.xml b/xml/System.Threading.Tasks/ValueTask`1.xml index 13daf4ba920..bedb5ee71cf 100644 --- a/xml/System.Threading.Tasks/ValueTask`1.xml +++ b/xml/System.Threading.Tasks/ValueTask`1.xml @@ -14,6 +14,7 @@ 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -129,6 +130,7 @@ As such, the default choice for any asynchronous method should be to return a 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -171,6 +173,7 @@ As such, the default choice for any asynchronous method should be to return a 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -224,6 +227,7 @@ As such, the default choice for any asynchronous method should be to return a System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 @@ -251,6 +255,7 @@ As such, the default choice for any asynchronous method should be to return a 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -296,6 +301,7 @@ This method either returns the wrapped task object, if one exists, or it manufac 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -386,6 +392,7 @@ This method either returns the wrapped task object, if one exists, or it manufac 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -442,6 +449,7 @@ This method either returns the wrapped task object, if one exists, or it manufac 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -495,6 +503,7 @@ This method either returns the wrapped task object, if one exists, or it manufac 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -543,6 +552,7 @@ This method either returns the wrapped task object, if one exists, or it manufac 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -585,6 +595,7 @@ This method either returns the wrapped task object, if one exists, or it manufac 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -630,6 +641,7 @@ If the is backed by a result or by a < 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -672,6 +684,7 @@ If the is backed by a result or by a < 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -714,6 +727,7 @@ If the is backed by a result or by a < 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -756,6 +770,7 @@ If the is backed by a result or by a < 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -818,6 +833,7 @@ If the is backed by a result or by a < 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -892,6 +908,7 @@ If the is backed by a result or by a < System.Threading.Tasks.Extensions 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Threading.Tasks.ValueTask<TResult> @@ -930,6 +947,7 @@ Because a can be backed by a pooled 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime @@ -978,6 +996,7 @@ If this has completed successfully, 4.1.1.0 4.2.0.1 4.2.1.0 + 4.2.2.0 System.Runtime diff --git a/xml/System.Windows.Forms/Clipboard.xml b/xml/System.Windows.Forms/Clipboard.xml index e76109454af..c5fa943daa3 100644 --- a/xml/System.Windows.Forms/Clipboard.xml +++ b/xml/System.Windows.Forms/Clipboard.xml @@ -1102,12 +1102,6 @@ System.Windows.Forms 10.0.0.0 - - - [System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Uses default System.Text.Json behavior which is not trim-compatible.")] - [<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Uses default System.Text.Json behavior which is not trim-compatible.")>] - - System.Void @@ -1665,7 +1659,7 @@ - + @@ -1701,7 +1695,14 @@ - + + + + [System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 1, 2 })] + [<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 1, 2 })>] + + + diff --git a/xml/System.Windows.Forms/DataObject.xml b/xml/System.Windows.Forms/DataObject.xml index 63df62bbfcb..fb72c2ca502 100644 --- a/xml/System.Windows.Forms/DataObject.xml +++ b/xml/System.Windows.Forms/DataObject.xml @@ -2701,7 +2701,7 @@ You can add data in any format to the whe - + @@ -2740,7 +2740,14 @@ You can add data in any format to the whe - + + + + [System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 1, 2 })] + [<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 1, 2 })>] + + + @@ -2767,7 +2774,7 @@ You can add data in any format to the whe - + @@ -2806,8 +2813,8 @@ You can add data in any format to the whe - [System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1 })] - [<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1 })>] + [System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 2 })] + [<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 2 })>] diff --git a/xml/System.Windows.Forms/DataObjectExtensions.xml b/xml/System.Windows.Forms/DataObjectExtensions.xml index 1bee80c58aa..dbb5f87b1ff 100644 --- a/xml/System.Windows.Forms/DataObjectExtensions.xml +++ b/xml/System.Windows.Forms/DataObjectExtensions.xml @@ -190,7 +190,7 @@ - + @@ -227,7 +227,14 @@ - + + + + [System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 1, 2 })] + [<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 1, 2 })>] + + + diff --git a/xml/System.Windows.Forms/ITypedDataObject.xml b/xml/System.Windows.Forms/ITypedDataObject.xml index 370f9347e45..dba127f5f70 100644 --- a/xml/System.Windows.Forms/ITypedDataObject.xml +++ b/xml/System.Windows.Forms/ITypedDataObject.xml @@ -179,7 +179,7 @@ - + @@ -209,7 +209,14 @@ - + + + + [System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 1, 2 })] + [<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 1, 2 })>] + + + diff --git a/xml/System.Windows.Media/PixelFormat.xml b/xml/System.Windows.Media/PixelFormat.xml index c99148f83d6..ab02fad6aa1 100644 --- a/xml/System.Windows.Media/PixelFormat.xml +++ b/xml/System.Windows.Media/PixelFormat.xml @@ -125,12 +125,13 @@ - + + Method PresentationCore @@ -143,6 +144,12 @@ 9.0.0.0 10.0.0.0 + + + [System.Runtime.CompilerServices.IsReadOnly] + [<System.Runtime.CompilerServices.IsReadOnly>] + + System.Boolean @@ -158,12 +165,13 @@ - + + Method M:System.IEquatable`1.Equals(`0) @@ -179,6 +187,12 @@ 9.0.0.0 10.0.0.0 + + + [System.Runtime.CompilerServices.IsReadOnly] + [<System.Runtime.CompilerServices.IsReadOnly>] + + System.Boolean @@ -229,12 +243,13 @@ - + + Method PresentationCore @@ -247,6 +262,12 @@ 9.0.0.0 10.0.0.0 + + + [System.Runtime.CompilerServices.IsReadOnly] + [<System.Runtime.CompilerServices.IsReadOnly>] + + System.Int32 @@ -281,6 +302,10 @@ [get: System.Security.SecurityCritical] [<get: System.Security.SecurityCritical>] + + [get: System.Runtime.CompilerServices.IsReadOnly] + [<get: System.Runtime.CompilerServices.IsReadOnly>] + System.Collections.Generic.IList<System.Windows.Media.PixelFormatChannelMask> @@ -372,12 +397,13 @@ - + + Method PresentationCore @@ -390,6 +416,12 @@ 9.0.0.0 10.0.0.0 + + + [System.Runtime.CompilerServices.IsReadOnly] + [<System.Runtime.CompilerServices.IsReadOnly>] + + System.String diff --git a/xml/System/MemoryExtensions.xml b/xml/System/MemoryExtensions.xml index 63be863b9f1..adb2a53f2a3 100644 --- a/xml/System/MemoryExtensions.xml +++ b/xml/System/MemoryExtensions.xml @@ -9,6 +9,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -51,7 +52,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -143,7 +144,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -239,7 +240,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -290,7 +291,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -346,7 +347,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -401,7 +402,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -527,7 +528,7 @@ Returns `default` when `segment` is `null`. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -652,7 +653,7 @@ Returns `default` when `array` is `null`. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -724,7 +725,7 @@ Returns `default` when `segment` is `null`. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -796,7 +797,7 @@ Returns `default` when `array` is `null`. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -891,7 +892,7 @@ Returns `default` when `text` is `null`. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -987,7 +988,7 @@ Returns `default` when `text` is `null`. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1046,7 +1047,7 @@ Returns `default` when `text` is `null`. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1102,7 +1103,7 @@ Returns `default` when `text` is `null`. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1212,7 +1213,7 @@ Returns `default` when `text` is `null`. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1393,7 +1394,7 @@ Returns `default` when `segment` is `null`. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1506,7 +1507,7 @@ Returns `default` when `segment` is `null`. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1578,7 +1579,7 @@ Returns `default` when `segment` is `null`. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1649,7 +1650,7 @@ Returns `default` when `array` is `null`. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1709,7 +1710,7 @@ Returns `default` when `array` is `null`. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1775,7 +1776,7 @@ Returns `default` when `array` is `null`. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1847,7 +1848,7 @@ Returns `default` when `array` is `null`. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1925,7 +1926,7 @@ Returns `default` when `array` is `null`. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -1999,7 +2000,7 @@ Returns `default` when `array` is `null`. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -2313,7 +2314,7 @@ Returns `default` when `array` is `null`. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -2355,7 +2356,7 @@ Returns `default` when `array` is `null`. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -4384,7 +4385,7 @@ Returns `default` when `array` is `null`. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -4449,7 +4450,7 @@ If `source` and `destination` overlap, this method behaves as if the original va Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -4853,7 +4854,7 @@ If `source` and `destination` overlap, this method behaves as if the original va Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -4896,7 +4897,7 @@ If `source` and `destination` overlap, this method behaves as if the original va Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -5013,7 +5014,7 @@ If `source` and `destination` overlap, this method behaves as if the original va Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -5376,7 +5377,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -5419,7 +5420,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -5461,7 +5462,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -5523,7 +5524,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -5585,7 +5586,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -5653,7 +5654,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -5969,7 +5970,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -6091,7 +6092,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -6215,7 +6216,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -6278,7 +6279,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -6405,7 +6406,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -6470,7 +6471,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -7665,7 +7666,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -7743,7 +7744,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -7805,7 +7806,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -7867,7 +7868,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -7935,7 +7936,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -8169,7 +8170,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -8291,7 +8292,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -8415,7 +8416,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -8478,7 +8479,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -8605,7 +8606,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -8670,7 +8671,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -9865,7 +9866,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -9924,7 +9925,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -9989,7 +9990,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -10050,7 +10051,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -10361,7 +10362,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -10409,7 +10410,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -10471,7 +10472,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -10595,7 +10596,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -10658,7 +10659,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -11659,7 +11660,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -11702,7 +11703,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -11819,7 +11820,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -12001,7 +12002,7 @@ Invalid sequences will be represented in the enumeration by Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -12059,7 +12060,7 @@ If `culture` is `null`, Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -12101,7 +12102,7 @@ If `culture` is `null`, Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -12159,7 +12160,7 @@ If `culture` is `null`, Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -12270,7 +12271,7 @@ If `culture` is `null`, Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -12343,7 +12344,7 @@ If `culture` is `null`, Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -12383,7 +12384,7 @@ If `culture` is `null`, Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -13053,7 +13054,7 @@ If `trimElements` is empty, the span is returned unaltered. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -13126,7 +13127,7 @@ If `trimElements` is empty, the span is returned unaltered. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -13166,7 +13167,7 @@ If `trimElements` is empty, the span is returned unaltered. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -13836,7 +13837,7 @@ If `trimElements` is empty, the span is returned unaltered. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -13909,7 +13910,7 @@ If `trimElements` is empty, the span is returned unaltered. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -13949,7 +13950,7 @@ If `trimElements` is empty, the span is returned unaltered. Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 diff --git a/xml/System/Memory`1.xml b/xml/System/Memory`1.xml index 8d4d715812f..2df6fd19728 100644 --- a/xml/System/Memory`1.xml +++ b/xml/System/Memory`1.xml @@ -28,6 +28,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -132,6 +133,7 @@ In addition to `Memory`, you can use System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -189,6 +191,7 @@ The array is @@ -257,6 +260,7 @@ If `array` is `null`, this constructor returns a objec System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Void @@ -311,6 +315,7 @@ This method copies all of the contents of the current i System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -359,6 +364,7 @@ This method copies all of the contents of the current i System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Boolean @@ -421,6 +427,7 @@ The `Equals(Memory)` method performs a test for reference equality; it does n System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -482,6 +489,7 @@ Two objects are equal if both objects point to the same System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -526,6 +534,7 @@ Two objects are equal if both objects point to the same System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Boolean @@ -564,6 +573,7 @@ Two objects are equal if both objects point to the same System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Int32 @@ -601,6 +611,7 @@ Two objects are equal if both objects point to the same System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Memory<T> @@ -655,6 +666,7 @@ Two objects are equal if both objects point to the same System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.ReadOnlyMemory<T> @@ -710,6 +722,7 @@ Two objects are equal if both objects point to the same System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Memory<T> @@ -764,6 +777,7 @@ Two objects are equal if both objects point to the same System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Buffers.MemoryHandle @@ -808,6 +822,7 @@ The garbage collector will not move the memory until the returned System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Memory<T> @@ -857,6 +872,7 @@ The garbage collector will not move the memory until the returned System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Memory<T> @@ -912,6 +928,7 @@ The garbage collector will not move the memory until the returned System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -956,6 +973,7 @@ The garbage collector will not move the memory until the returned System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 T[] @@ -1002,6 +1020,7 @@ Each call to the `ToArray` method returns a new array. System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.String @@ -1046,6 +1065,7 @@ For a `Memory`, the `ToString` method returns a that System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Boolean diff --git a/xml/System/ReadOnlyMemory`1.xml b/xml/System/ReadOnlyMemory`1.xml index 55bf4346f28..bb54e68c4db 100644 --- a/xml/System/ReadOnlyMemory`1.xml +++ b/xml/System/ReadOnlyMemory`1.xml @@ -28,6 +28,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -118,6 +119,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -173,6 +175,7 @@ Returns `default` when `array` is `null`. System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -233,6 +236,7 @@ Returns `default` when `array` is `null`. System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Void @@ -291,6 +295,7 @@ Returns `default` when `array` is `null`. System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -335,6 +340,7 @@ Returns `default` when `array` is `null`. System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -395,6 +401,7 @@ Returns `default` when `array` is `null`. System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Boolean @@ -454,6 +461,7 @@ Two objects are equal if the memory regions poi System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -498,6 +506,7 @@ Two objects are equal if the memory regions poi System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Boolean @@ -536,6 +545,7 @@ Two objects are equal if the memory regions poi System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Int32 @@ -573,6 +583,7 @@ Two objects are equal if the memory regions poi System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.ReadOnlyMemory<T> @@ -628,6 +639,7 @@ Two objects are equal if the memory regions poi System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.ReadOnlyMemory<T> @@ -682,6 +694,7 @@ Two objects are equal if the memory regions poi System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Buffers.MemoryHandle @@ -730,6 +743,7 @@ Two objects are equal if the memory regions poi System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.ReadOnlyMemory<T> @@ -779,6 +793,7 @@ Two objects are equal if the memory regions poi System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.ReadOnlyMemory<T> @@ -830,6 +845,7 @@ Two objects are equal if the memory regions poi System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -873,6 +889,7 @@ Two objects are equal if the memory regions poi System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 T[] @@ -919,6 +936,7 @@ Two objects are equal if the memory regions poi System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.String @@ -957,6 +975,7 @@ Two objects are equal if the memory regions poi System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Boolean diff --git a/xml/System/ReadOnlySpan`1+Enumerator.xml b/xml/System/ReadOnlySpan`1+Enumerator.xml index 5955d0d68ba..98de5e253b6 100644 --- a/xml/System/ReadOnlySpan`1+Enumerator.xml +++ b/xml/System/ReadOnlySpan`1+Enumerator.xml @@ -24,6 +24,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -124,6 +125,7 @@ Unlike some other enumerator structures in .NET, the System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -181,6 +183,7 @@ Unlike some other enumerator structures in .NET, the System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Boolean diff --git a/xml/System/ReadOnlySpan`1.xml b/xml/System/ReadOnlySpan`1.xml index f1aa5673c4d..ce332088f31 100644 --- a/xml/System/ReadOnlySpan`1.xml +++ b/xml/System/ReadOnlySpan`1.xml @@ -24,6 +24,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -168,6 +169,7 @@ A `ReadOnlySpan` instance is often used to reference the elements of an array System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -213,6 +215,7 @@ A `ReadOnlySpan` instance is often used to reference the elements of an array System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -267,6 +270,7 @@ A `ReadOnlySpan` instance is often used to reference the elements of an array System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -394,6 +398,7 @@ This method returns `default` when `array` is `null`. System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Void @@ -445,6 +450,7 @@ This method returns `default` when `array` is `null`. System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -489,6 +495,7 @@ This method returns `default` when `array` is `null`. System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -547,6 +554,7 @@ This method returns `default` when `array` is `null`. System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.ReadOnlySpan<T>+Enumerator @@ -593,6 +601,7 @@ This method returns `default` when `array` is `null`. System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -642,6 +651,7 @@ This method returns `default` when `array` is `null`. System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -711,6 +721,7 @@ The following example demonstrates creating an integer array, pinning it, and wr System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Boolean @@ -749,6 +760,7 @@ The following example demonstrates creating an integer array, pinning it, and wr System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -798,6 +810,7 @@ The following example demonstrates creating an integer array, pinning it, and wr System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Int32 @@ -835,6 +848,7 @@ The following example demonstrates creating an integer array, pinning it, and wr System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Boolean @@ -895,6 +909,7 @@ The following example demonstrates creating an integer array, pinning it, and wr System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.ReadOnlySpan<T> @@ -950,6 +965,7 @@ The following example demonstrates creating an integer array, pinning it, and wr System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.ReadOnlySpan<T> @@ -1004,6 +1020,7 @@ The following example demonstrates creating an integer array, pinning it, and wr System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Boolean @@ -1064,6 +1081,7 @@ The following example demonstrates creating an integer array, pinning it, and wr System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.ReadOnlySpan<T> @@ -1113,6 +1131,7 @@ The following example demonstrates creating an integer array, pinning it, and wr System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.ReadOnlySpan<T> @@ -1164,6 +1183,7 @@ The following example demonstrates creating an integer array, pinning it, and wr System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 T[] @@ -1204,6 +1224,7 @@ The following example demonstrates creating an integer array, pinning it, and wr System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.String @@ -1244,6 +1265,7 @@ The following example demonstrates creating an integer array, pinning it, and wr System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Boolean diff --git a/xml/System/SequencePosition.xml b/xml/System/SequencePosition.xml index 0b3c201ce00..f24f0190ebc 100644 --- a/xml/System/SequencePosition.xml +++ b/xml/System/SequencePosition.xml @@ -9,6 +9,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -65,7 +66,7 @@ Constructor System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -102,7 +103,7 @@ Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -165,7 +166,7 @@ Equality does not guarantee that the two instances point to the same location in System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -212,7 +213,7 @@ Equality does not guarantee that the two instances point to the same location in Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -254,7 +255,7 @@ Equality does not guarantee that the two instances point to the same location in Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 @@ -296,7 +297,7 @@ Equality does not guarantee that the two instances point to the same location in Method System.Memory - 4.0.2.0 + 4.0.3.0 4.1.0.0 4.2.0.0 4.2.1.0 diff --git a/xml/System/Span`1+Enumerator.xml b/xml/System/Span`1+Enumerator.xml index b5566db0bb0..8b173dc0c18 100644 --- a/xml/System/Span`1+Enumerator.xml +++ b/xml/System/Span`1+Enumerator.xml @@ -24,6 +24,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -130,6 +131,7 @@ Unlike some other enumerator structures in .NET, the System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 T @@ -179,6 +181,7 @@ Unlike some other enumerator structures in .NET, the System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Boolean diff --git a/xml/System/Span`1.xml b/xml/System/Span`1.xml index 9e313773932..428dd08cbe7 100644 --- a/xml/System/Span`1.xml +++ b/xml/System/Span`1.xml @@ -24,6 +24,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -152,6 +153,7 @@ System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -203,6 +205,7 @@ If `array` is `null`, this constructor returns a `null` `Span`. System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -257,6 +260,7 @@ If `array` is `null`, this constructor returns a `null` `Span`. System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -326,6 +330,7 @@ This method returns `default` when `array` is `null`. System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Void @@ -369,6 +374,7 @@ The `Clear` method sets the items in the object to their System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Void @@ -424,6 +430,7 @@ This method copies all of `source` to `destination` even if `source` and `destin System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -468,6 +475,7 @@ This method copies all of `source` to `destination` even if `source` and `destin System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -535,6 +543,7 @@ To compare two objects for equality, use the System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Void @@ -575,6 +584,7 @@ To compare two objects for equality, use the System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Span<T>+Enumerator @@ -624,6 +634,7 @@ Instead of calling the method directly, System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -673,6 +684,7 @@ Instead of calling the method directly, System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 @@ -736,6 +748,7 @@ The following example demonstrates creating an integer array, pinning it, and wr System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Boolean @@ -774,6 +787,7 @@ The following example demonstrates creating an integer array, pinning it, and wr System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 T @@ -817,6 +831,7 @@ The following example demonstrates creating an integer array, pinning it, and wr System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Int32 @@ -854,6 +869,7 @@ The following example demonstrates creating an integer array, pinning it, and wr System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Boolean @@ -918,6 +934,7 @@ Two objects are equal if they have the same length and th System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Span<T> @@ -972,6 +989,7 @@ Two objects are equal if they have the same length and th System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.ReadOnlySpan<T> @@ -1027,6 +1045,7 @@ Two objects are equal if they have the same length and th System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Span<T> @@ -1081,6 +1100,7 @@ Two objects are equal if they have the same length and th System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Boolean @@ -1145,6 +1165,7 @@ Two objects are not equal if they have different lengths System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Span<T> @@ -1194,6 +1215,7 @@ Two objects are not equal if they have different lengths System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Span<T> @@ -1245,6 +1267,7 @@ Two objects are not equal if they have different lengths System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 T[] @@ -1289,6 +1312,7 @@ This method performs a heap allocation and therefore should be avoided if possib System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.String @@ -1332,6 +1356,7 @@ For a `Span`, the `ToString` method returns a that co System.Memory 4.0.1.2 4.0.2.0 + 4.0.3.0 System.Boolean diff --git a/xml/System/TupleExtensions.xml b/xml/System/TupleExtensions.xml index f8dcc2b7c14..33eb5cd34bb 100644 --- a/xml/System/TupleExtensions.xml +++ b/xml/System/TupleExtensions.xml @@ -8,6 +8,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -46,7 +47,7 @@ - + System.Object @@ -90,6 +91,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -113,7 +115,7 @@ 10.0.0.0 - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] @@ -163,6 +165,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -186,7 +189,7 @@ 10.0.0.0 - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] @@ -247,6 +250,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -270,7 +274,7 @@ 10.0.0.0 - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] @@ -342,6 +346,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -365,7 +370,7 @@ 10.0.0.0 - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] @@ -448,6 +453,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -471,7 +477,7 @@ 10.0.0.0 - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] @@ -565,6 +571,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -588,7 +595,7 @@ 10.0.0.0 - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] @@ -693,6 +700,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -716,7 +724,7 @@ 10.0.0.0 - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] @@ -832,6 +840,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -855,7 +864,7 @@ 10.0.0.0 - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] @@ -984,6 +993,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -1007,7 +1017,7 @@ 10.0.0.0 - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] @@ -1147,6 +1157,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -1170,7 +1181,7 @@ 10.0.0.0 - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] @@ -1321,6 +1332,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -1344,7 +1356,7 @@ 10.0.0.0 - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] @@ -1506,6 +1518,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -1529,7 +1542,7 @@ 10.0.0.0 - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] @@ -1702,6 +1715,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -1725,7 +1739,7 @@ 10.0.0.0 - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] @@ -1909,6 +1923,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -1932,7 +1947,7 @@ 10.0.0.0 - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] @@ -2118,6 +2133,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -2141,7 +2157,7 @@ 10.0.0.0 - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] @@ -2347,6 +2363,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -2370,7 +2387,7 @@ 10.0.0.0 - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] @@ -2587,6 +2604,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -2610,7 +2628,7 @@ 10.0.0.0 - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] @@ -2838,6 +2856,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -2861,7 +2880,7 @@ 10.0.0.0 - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] @@ -3100,6 +3119,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -3123,7 +3143,7 @@ 10.0.0.0 - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] @@ -3373,6 +3393,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -3396,7 +3417,7 @@ 10.0.0.0 - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] @@ -3648,6 +3669,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -3671,7 +3693,7 @@ 10.0.0.0 - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] @@ -3952,6 +3974,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -4017,6 +4040,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -4083,6 +4107,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -4151,6 +4176,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -4221,6 +4247,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -4293,6 +4320,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -4367,6 +4395,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -4443,6 +4472,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -4521,6 +4551,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -4601,6 +4632,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -4683,6 +4715,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -4767,6 +4800,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -4853,6 +4887,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -4941,6 +4976,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -5031,6 +5067,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -5123,6 +5160,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -5217,6 +5255,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -5313,6 +5352,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -5411,6 +5451,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -5511,6 +5552,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -5613,6 +5655,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -5726,6 +5769,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -5790,6 +5834,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -5856,6 +5901,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -5924,6 +5970,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -5994,6 +6041,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -6066,6 +6114,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -6140,6 +6189,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -6216,6 +6266,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -6294,6 +6345,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -6374,6 +6426,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -6456,6 +6509,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -6540,6 +6594,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -6626,6 +6681,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -6714,6 +6770,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -6804,6 +6861,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -6896,6 +6954,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -6990,6 +7049,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -7086,6 +7146,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -7184,6 +7245,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -7284,6 +7346,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib @@ -7386,6 +7449,7 @@ System.ValueTuple 4.0.1.0 + 4.0.4.0 mscorlib diff --git a/xml/System/ValueTuple.xml b/xml/System/ValueTuple.xml index 04c692374e6..d4cdb388a0e 100644 --- a/xml/System/ValueTuple.xml +++ b/xml/System/ValueTuple.xml @@ -5,16 +5,17 @@ - - - - - + + + + + System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -53,7 +54,7 @@ - + System.ValueType @@ -108,6 +109,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -171,6 +173,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -215,6 +218,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -286,6 +290,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -368,6 +373,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -461,6 +467,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -565,6 +572,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -680,6 +688,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -806,6 +815,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -943,6 +953,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -1099,12 +1110,13 @@ - + Method System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -1163,6 +1175,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -1210,6 +1223,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -1257,6 +1271,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -1311,6 +1326,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -1372,6 +1388,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -1422,6 +1439,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -1569,6 +1587,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib diff --git a/xml/System/ValueTuple`1.xml b/xml/System/ValueTuple`1.xml index 9bbbdf0f6bd..8da521a2581 100644 --- a/xml/System/ValueTuple`1.xml +++ b/xml/System/ValueTuple`1.xml @@ -5,16 +5,17 @@ - - - - - + + + + + System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -53,7 +54,7 @@ - + @@ -112,6 +113,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -158,6 +160,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -235,12 +238,13 @@ - + Method System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -312,6 +316,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -378,6 +383,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -422,6 +428,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -473,6 +480,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -543,6 +551,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -596,6 +605,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -646,6 +656,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -824,6 +835,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib diff --git a/xml/System/ValueTuple`2.xml b/xml/System/ValueTuple`2.xml index 0103197a620..d29db4180cc 100644 --- a/xml/System/ValueTuple`2.xml +++ b/xml/System/ValueTuple`2.xml @@ -5,18 +5,19 @@ - + - - - - + + + + System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -55,7 +56,7 @@ - + @@ -123,6 +124,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -171,6 +173,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -248,12 +251,13 @@ - + Method System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -325,6 +329,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -391,6 +396,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -435,6 +441,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -483,6 +490,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -534,6 +542,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -604,6 +613,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -667,6 +677,7 @@ The System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -717,6 +728,7 @@ The System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -895,6 +907,7 @@ The System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib diff --git a/xml/System/ValueTuple`3.xml b/xml/System/ValueTuple`3.xml index f6acedbe911..82685feeb87 100644 --- a/xml/System/ValueTuple`3.xml +++ b/xml/System/ValueTuple`3.xml @@ -5,18 +5,19 @@ - + - - - - + + + + System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -55,7 +56,7 @@ - + @@ -132,6 +133,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -182,6 +184,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -259,12 +262,13 @@ - + Method System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -336,6 +340,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -402,6 +407,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -446,6 +452,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -494,6 +501,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -542,6 +550,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -593,6 +602,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -663,6 +673,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -716,6 +727,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -766,6 +778,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -944,6 +957,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib diff --git a/xml/System/ValueTuple`4.xml b/xml/System/ValueTuple`4.xml index b2a4ee7b379..58b6c2d7c90 100644 --- a/xml/System/ValueTuple`4.xml +++ b/xml/System/ValueTuple`4.xml @@ -5,18 +5,19 @@ - + - - - - + + + + System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -55,7 +56,7 @@ - + @@ -145,6 +146,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -197,6 +199,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -274,12 +277,13 @@ - + Method System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -351,6 +355,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -417,6 +422,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -461,6 +467,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -503,6 +510,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -545,6 +553,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -587,6 +596,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -632,6 +642,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -702,6 +713,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -755,6 +767,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -805,6 +818,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -983,6 +997,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib diff --git a/xml/System/ValueTuple`5.xml b/xml/System/ValueTuple`5.xml index 98ec6b7629f..b7621812077 100644 --- a/xml/System/ValueTuple`5.xml +++ b/xml/System/ValueTuple`5.xml @@ -5,18 +5,19 @@ - + - - - - + + + + System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -55,7 +56,7 @@ - + @@ -154,6 +155,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -208,6 +210,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -285,12 +288,13 @@ - + Method System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -362,6 +366,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -428,6 +433,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -472,6 +478,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -514,6 +521,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -556,6 +564,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -598,6 +607,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -640,6 +650,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -685,6 +696,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -755,6 +767,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -808,6 +821,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -858,6 +872,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -1036,6 +1051,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib diff --git a/xml/System/ValueTuple`6.xml b/xml/System/ValueTuple`6.xml index 7a7c055d43c..17afda3c12a 100644 --- a/xml/System/ValueTuple`6.xml +++ b/xml/System/ValueTuple`6.xml @@ -5,18 +5,19 @@ - + - - - - + + + + System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -55,7 +56,7 @@ - + @@ -163,6 +164,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -219,6 +221,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -296,12 +299,13 @@ - + Method System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -373,6 +377,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -439,6 +444,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -483,6 +489,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -525,6 +532,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -567,6 +575,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -609,6 +618,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -651,6 +661,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -693,6 +704,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -738,6 +750,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -808,6 +821,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -861,6 +875,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -911,6 +926,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -1089,6 +1105,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib diff --git a/xml/System/ValueTuple`7.xml b/xml/System/ValueTuple`7.xml index ef25e0ebb41..07ca5090b72 100644 --- a/xml/System/ValueTuple`7.xml +++ b/xml/System/ValueTuple`7.xml @@ -5,18 +5,19 @@ - + - - - - + + + + System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -55,7 +56,7 @@ - + @@ -172,6 +173,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -230,6 +232,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -307,12 +310,13 @@ - + Method System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -384,6 +388,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -450,6 +455,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -494,6 +500,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -536,6 +543,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -578,6 +586,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -620,6 +629,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -662,6 +672,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -704,6 +715,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -746,6 +758,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -791,6 +804,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -861,6 +875,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -914,6 +929,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -964,6 +980,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -1142,6 +1159,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib diff --git a/xml/System/ValueTuple`8.xml b/xml/System/ValueTuple`8.xml index e22686bc100..101815d2a8b 100644 --- a/xml/System/ValueTuple`8.xml +++ b/xml/System/ValueTuple`8.xml @@ -5,18 +5,19 @@ - + - - - - + + + + System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -55,7 +56,7 @@ - + @@ -187,6 +188,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -264,6 +266,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -341,12 +344,13 @@ - + Method System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -418,6 +422,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -484,6 +489,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -528,6 +534,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -570,6 +577,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -612,6 +620,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -654,6 +663,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -696,6 +706,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -738,6 +749,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -780,6 +792,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -822,6 +835,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -880,6 +894,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -966,6 +981,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -1028,6 +1044,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -1087,6 +1104,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib @@ -1285,6 +1303,7 @@ System.ValueTuple 4.0.0.0 4.0.1.0 + 4.0.4.0 mscorlib